Limnoria/src
2003-10-28 06:57:52 +00:00
..
__init__.py Initial checkin of the distutils stuff. 2003-09-24 07:19:54 +00:00
Admin.py Changed the names of the src/ plugins. 2003-10-21 06:03:57 +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 Fixed an infinite loop problem in the new invalidCommand code. 2003-10-28 06:57:52 +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
Channel.py Changed the names of the src/ plugins. 2003-10-21 06:03:57 +00:00
conf.py plugins/Gameknot.py: Add replyPossibleBug string to 'page format' error 2003-10-27 23:45:15 +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 Faster implementations for all/any. 2003-10-11 03:20:51 +00:00
ircdb.py Converted ChannelsDictionary to use a PersistentDictionary. 2003-10-24 09:58:51 +00:00
irclib.py Made sure no messages longer than 512 bytes every leave the bot. 2003-10-23 05:53:49 +00:00
ircmsgs.py Fixed bug in default argument for IrcMsg.__init__ -- args should default to (), not None. 2003-10-16 13:11:46 +00:00
ircutils.py Cosmetic change to a variable name. 2003-10-25 18:28:36 +00:00
Misc.py Removed the replyWhenNotCommand machinery entirely. 2003-10-28 05:17:59 +00:00
Owner.py Changed the whole handling of nonCommands and ambiguousCommands and whatnot. Now plugins can define an 'invalidCommand' method to be called on invalid commands. 2003-10-28 00:22:15 +00:00
plugins.py Added ToggleDictionary class and modified the tests to better model the 2003-10-28 00:52:27 +00:00
privmsgs.py Fixed problem with new.function. 2003-10-21 20:59:51 +00:00
questions.py Added docstrings, removed ny. 2003-10-04 13:07:15 +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 fix.py to munge __builtins__ rather than requiring a "from fix import *" statement. 2003-10-05 12:47:19 +00:00
structures.py Added PersistentDictionary.flush. 2003-10-24 09:57:54 +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
User.py Changed the names of the src/ plugins. 2003-10-21 06:03:57 +00:00
utils.py Made sure commaAndify raises TypeError when it's given lists of non-strings. 2003-10-28 05:10:03 +00:00
world.py Added fix for msvcrt.heapmin not working in Windows 9x. 2003-10-09 17:24:28 +00:00