Limnoria/src
Jeremy Fincher 429c90ac2a Added __len__, __repr__, and a useful __init__ to IrcMsgQueue. 2003-11-19 16:22:46 +00:00
..
Admin.py Changed some maps/filters to imaps/ifilters for efficiency reasons (I was bored, basically). 2003-11-15 04:37:04 +00:00
Channel.py Made the help messages more inline with the other channel-based command helps. 2003-11-19 08:13:19 +00:00
Misc.py Changed last to be slightly more effiicent; changed a map to an imap. 2003-11-15 03:21:34 +00:00
Owner.py Set the defaultplugin of capabilities to be User. 2003-11-17 14:07:51 +00:00
User.py Changed the needed= keyword arg in privmsgs.getArgs to required=. 2003-11-11 13:20:06 +00:00
__init__.py Initial checkin of the distutils stuff. 2003-09-24 07:19:54 +00:00
ansi.py Changed some quotes so emacs would syntax-highlight properly. 2003-09-25 06:17:44 +00:00
asyncoreDrivers.py Changed fix.py to munge __builtins__ rather than requiring a "from fix import *" statement. 2003-10-05 12:47:19 +00:00
callbacks.py Changed some maps/filters to imaps/ifilters for efficiency reasons (I was bored, basically). 2003-11-15 04:37:04 +00:00
cdb.py Changed fix.py to munge __builtins__ rather than requiring a "from fix import *" statement. 2003-10-05 12:47:19 +00:00
conf.py Updated to the new version in preparation for the next release. 2003-11-12 01:34:24 +00:00
debug.py Changed the default minimumPriority. 2003-10-21 06:38:03 +00:00
drivers.py Changed fix.py to munge __builtins__ rather than requiring a "from fix import *" statement. 2003-10-05 12:47:19 +00:00
fix.py Added curry to fix.py, converted some code to use it. 2003-11-04 08:26:54 +00:00
ircdb.py Made removeHostmask remove all the matching hostmasks. 2003-11-19 15:35:01 +00:00
irclib.py Added __len__, __repr__, and a useful __init__ to IrcMsgQueue. 2003-11-19 16:22:46 +00:00
ircmsgs.py Removed an assertion that was asserting a condition that didn't need to be true. 2003-11-07 18:44:18 +00:00
ircutils.py Changed some maps/filters to imaps/ifilters for efficiency reasons (I was bored, basically). 2003-11-15 04:37:04 +00:00
plugins.py Needed to catch the possible KeyErrors in config. 2003-11-17 06:28:58 +00:00
privmsgs.py Forgot to do a % in the debug.msg. 2003-11-17 07:32:20 +00:00
questions.py Made password getting more standard. 2003-11-17 04:13:06 +00:00
repl.py Added module docstring. 2003-10-04 12:40:30 +00:00
schedule.py Changed fix.py to munge __builtins__ rather than requiring a "from fix import *" statement. 2003-10-05 12:47:19 +00:00
socketDrivers.py Changed some maps/filters to imaps/ifilters for efficiency reasons (I was bored, basically). 2003-11-15 04:37:04 +00:00
structures.py Changed some maps/filters to imaps/ifilters for efficiency reasons (I was bored, basically). 2003-11-15 04:37:04 +00:00
template.py Updated to reflect the change in name of the wizards. 2003-10-23 07:32:19 +00:00
twistedDrivers.py Removed/commented out some debug.printfs. 2003-10-12 12:42:43 +00:00
utils.py Allowed abbrev to accept the dictionary object (good for passing in shelves or PersistentDictionaries). 2003-11-11 14:16:27 +00:00
world.py Made ChannelDBHandler threadsafe, and wrote a DBHandler for threadsafe non-channel-based databases. 2003-11-15 07:56:27 +00:00