.. |
AdminCommands.py
|
Made the join command not send the WHO command if the bot is already on the channel.
|
2003-04-18 08:22:02 +00:00 |
ansi.py
|
Added vim:set ... : strings to source in order to keep file formatting
|
2003-03-24 08:41:19 +00:00 |
asyncoreDrivers.py
|
Added Driver module attribute.
|
2003-04-20 07:15:39 +00:00 |
bot.py
|
Changed to be driver-module independent.
|
2003-04-19 23:51:11 +00:00 |
callbacks.py
|
Added world.threadsSpawned, logging of the number of threads spawned, and added the information to cpustats.
|
2003-04-20 16:15:35 +00:00 |
cdb.py
|
Added vim:set ... : strings to source in order to keep file formatting
|
2003-03-24 08:41:19 +00:00 |
ChannelCommands.py
|
Fixed handling of channel capabilities
|
2003-04-02 11:08:34 +00:00 |
conf.py
|
Added new driverModule attribute for driver independence.
|
2003-04-19 23:53:47 +00:00 |
debug.py
|
Added keyword argument to recoverableException to determine the type of exception logged.
|
2003-04-14 07:18:42 +00:00 |
drivers.py
|
Added newDriver function for driver-module independence.
|
2003-04-19 23:52:34 +00:00 |
fix.py
|
Added partition to facilitate bugfix in irclib.Irc.removeCallback.
|
2003-04-20 17:17:50 +00:00 |
ircdb.py
|
Finally passes all tests.
|
2003-04-20 21:52:53 +00:00 |
irclib.py
|
Fix for bug in Irc.removeCallback.
|
2003-04-20 17:18:34 +00:00 |
ircmsgs.py
|
Again, run tests before committing.
|
2003-04-20 17:57:16 +00:00 |
ircutils.py
|
Changed nick class not to use __slots__.
|
2003-04-20 09:34:42 +00:00 |
MiscCommands.py
|
Fixed stupid bug.
|
2003-04-20 01:02:29 +00:00 |
privmsgs.py
|
Removed commented out stuff, added help string to superreload.
|
2003-04-20 15:55:32 +00:00 |
questions.py
|
Added something(prompt).
|
2003-04-08 07:22:40 +00:00 |
repl.py
|
Changed debug.debugMsg to debug.msg.
|
2003-04-03 10:06:11 +00:00 |
schedule.py
|
Scheduler implementation changes to be (hopefully) more efficient, to pop() rather than pop(0).
|
2003-04-17 10:08:32 +00:00 |
twistedDrivers.py
|
Added copyright.
|
2003-04-20 07:12:18 +00:00 |
UserCommands.py
|
Added returns after irc.errors.
|
2003-04-20 08:54:27 +00:00 |
utils.py
|
Added perlReToPythonRe and perlReToReplacer and associated tests.
|
2003-04-16 05:26:24 +00:00 |
world.py
|
Added world.threadsSpawned, logging of the number of threads spawned, and added the information to cpustats.
|
2003-04-20 16:15:35 +00:00 |