.. |
__init__.py
|
Initial checkin of the distutils stuff.
|
2003-09-24 07:19:54 +00:00 |
AdminCommands.py
|
Oops, forgot to update the privmsgs.thread.
|
2003-10-19 15:15:58 +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
|
Removed a debugging print.
|
2003-10-15 06:53:54 +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 |
ChannelCommands.py
|
Added an unban command.
|
2003-10-15 04:46:19 +00:00 |
conf.py
|
Updated version.
|
2003-10-10 23:18:01 +00:00 |
debug.py
|
Oops, debug.reset opens all the fds into the same file!
|
2003-10-13 23:07:07 +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
|
Removed/commented out some debug.printfs.
|
2003-10-12 12:42:43 +00:00 |
irclib.py
|
Didn't update nickmods to match conf.nickmods when Irc.reset is called, in case we're on a dumb network like Freenode.
|
2003-10-19 13:59:00 +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
|
Added dccIP and unDccIP.
|
2003-10-09 16:12:53 +00:00 |
MiscCommands.py
|
Fixed bug in list where _exec would show.
|
2003-10-09 18:06:46 +00:00 |
OwnerCommands.py
|
Removed the OwnerCommands.say command; it wasn't useful enough.
|
2003-10-16 10:47:48 +00:00 |
plugins.py
|
Oops, didn't check to see if the file was there before stat'ing it.
|
2003-10-08 14:15:05 +00:00 |
privmsgs.py
|
Removed a comment.
|
2003-10-15 03:32:18 +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
|
Made the constructor take dictionaries.
|
2003-10-16 19:40:14 +00:00 |
template.py
|
Changed date from 2002 to 2003.
|
2003-10-12 15:12:18 +00:00 |
twistedDrivers.py
|
Removed/commented out some debug.printfs.
|
2003-10-12 12:42:43 +00:00 |
UserCommands.py
|
Fixed to handle secure flag properly.
|
2003-10-09 05:09:05 +00:00 |
utils.py
|
Oops, forgot the docstring.
|
2003-10-16 20:06:17 +00:00 |
world.py
|
Added fix for msvcrt.heapmin not working in Windows 9x.
|
2003-10-09 17:24:28 +00:00 |