.. |
AdminCommands.py
|
Made the part command behave sensibly in the face of an empty argument list.
|
2003-07-23 02:12:17 +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
|
This file was hanging back on protocol since it's been less used.
|
2003-07-23 02:16:06 +00:00 |
bot.py
|
Changed from 's.find(x) != -1' to 'x in s'
|
2003-08-11 17:16:03 +00:00 |
callbacks.py
|
Added ability to define regexp callbacks in a mostly-Privmsg environment.
|
2003-08-11 03:34:54 +00:00 |
cdb.py
|
Updated stuff for 2.3 to break 2.2 compatibility :)
|
2003-08-07 02:48:44 +00:00 |
ChannelCommands.py
|
Fixed handling of channel capabilities
|
2003-04-02 11:08:34 +00:00 |
conf.py
|
Upgraded to 2.3.
|
2003-07-31 06:20:58 +00:00 |
debug.py
|
Made the reliance on conf even less user-intensive.
|
2003-06-16 07:43:18 +00:00 |
drivers.py
|
Added .reconnect() method to drivers.
|
2003-04-21 04:32:42 +00:00 |
fix.py
|
Added group and test for group.
|
2003-08-11 07:12:41 +00:00 |
ircdb.py
|
Upgraded to 2.3.
|
2003-07-31 06:20:58 +00:00 |
irclib.py
|
Made throttling properly respect world.testing.
|
2003-08-11 05:07:07 +00:00 |
ircmsgs.py
|
Changed from 's.find(x) != -1' to 'x in s'
|
2003-08-11 17:16:03 +00:00 |
ircutils.py
|
Changed the signature of canonicalColor to return an (fg, bg) pair. Also accepts a shift parameter which is the number of bits to >> the hash of the string. Both are used in Relay.py.
|
2003-08-12 08:50:28 +00:00 |
MiscCommands.py
|
Changed moduleof to use the canonicalName of the command.
|
2003-06-18 06:05:33 +00:00 |
privmsgs.py
|
Changed reload to not unload the module if there's an error in loading.
|
2003-05-19 13:47:19 +00:00 |
questions.py
|
Fixed quit function.
|
2003-05-27 20:07:58 +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
|
Updated stuff for 2.3 to break 2.2 compatibility :)
|
2003-08-07 02:48:44 +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 more docstrings.
|
2003-08-10 10:45:44 +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 |