.. |
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 .reconnect() method to drivers.
|
2003-04-21 04:32:42 +00:00 |
bot.py
|
Changed to be driver-module independent.
|
2003-04-19 23:51:11 +00:00 |
callbacks.py
|
Forgot to import world.
|
2003-04-21 06:17:19 +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
|
Had to add and \!owner and \!admin to conf.defaultCapabilities
|
2003-04-21 03:04:40 +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 .reconnect() method to drivers.
|
2003-04-21 04:32:42 +00:00 |
fix.py
|
Added a few important helper methods.
|
2003-04-29 07:36:18 +00:00 |
ircdb.py
|
Decreased size of checkCapability by moving some duplicated code out to another function with no good name.
|
2003-04-21 05:38:13 +00:00 |
irclib.py
|
Some slightly new helper functions and stuff.
|
2003-04-29 07:37:54 +00:00 |
ircmsgs.py
|
Forgot to add prefix to IrcMsg in two functions.
|
2003-04-21 06:12:57 +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
|
Added say command to OwnerCommands.
|
2003-04-21 01:58:04 +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 |
structures.py
|
Swapped implementation of MaxLengthQueue.
|
2003-04-22 11:16:03 +00:00 |
twistedDrivers.py
|
Added .reconnect() method to drivers.
|
2003-04-21 04:32:42 +00:00 |
UserCommands.py
|
Whitespace change.
|
2003-04-20 21:56:41 +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 |