.. |
AdminCommands.py
|
Added tests for src/ modules.
|
2003-09-05 18:47:58 +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
|
Changed format of reconnect scheduling log.
|
2003-09-01 16:50:56 +00:00 |
callbacks.py
|
Added a sanity guard to finalEval and changed a debug.printf to a debug.msg.
|
2003-09-06 01:07:08 +00:00 |
cdb.py
|
Moved several things from fix.py to utils.py.
|
2003-09-04 20:42:37 +00:00 |
ChannelCommands.py
|
Updated module docstring.
|
2003-09-03 09:50:04 +00:00 |
conf.py
|
Changed maxHistory to 300.
|
2003-09-03 17:17:36 +00:00 |
debug.py
|
Turned off color if on a windows box.
|
2003-08-30 05:08:15 +00:00 |
drivers.py
|
Fixed bug in socketDrivers and made it less likely to happen with a fix in drivers.
|
2003-09-03 11:06:02 +00:00 |
fix.py
|
Minor cosmetic changes.
|
2003-09-05 18:54:35 +00:00 |
ircdb.py
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
irclib.py
|
Added priority stuff for RFE #799899
|
2003-09-05 19:28:04 +00:00 |
ircmsgs.py
|
Changed to make 'too long a message' error messages less inaccurate.
|
2003-08-26 15:03:34 +00:00 |
ircutils.py
|
Forget docstring and to remove the old regexp.
|
2003-09-04 17:33:04 +00:00 |
MiscCommands.py
|
Fixed help to work with plugin names.
|
2003-08-30 19:52:56 +00:00 |
OwnerCommands.py
|
Changed priority of OwnerCommands to make sure it's ***always*** first.
|
2003-09-06 01:05:52 +00:00 |
privmsgs.py
|
Added docstring for CapabilityCheckingPrivmsg
|
2003-09-06 00:37:28 +00:00 |
questions.py
|
Changed %70 to %68 for safety and lining up reasons.
|
2003-08-30 04:54:35 +00:00 |
repl.py
|
Changed debug.debugMsg to debug.msg.
|
2003-04-03 10:06:11 +00:00 |
schedule.py
|
Converted schedule over to heapq from bisect.
|
2003-08-29 14:18:18 +00:00 |
socketDrivers.py
|
Fixed bug in socketDrivers and made it less likely to happen with a fix in drivers.
|
2003-09-03 11:06:02 +00:00 |
structures.py
|
Added a reset method to RingBuffer and queue.
|
2003-08-26 16:38:28 +00:00 |
template.py
|
Forgot the world.upkeep periodic event.
|
2003-09-01 07:15:18 +00:00 |
twistedDrivers.py
|
Made the driver reset the Irc on disconnection, not connection.
|
2003-08-26 16:39:42 +00:00 |
UserCommands.py
|
Updated module docstring.
|
2003-09-03 09:50:04 +00:00 |
utils.py
|
Converted timeElapsed to use nItems.
|
2003-09-05 06:50:06 +00:00 |
world.py
|
Updated world.upkeep to return the number of objects that have been collected and updated the upkeep command to return that number.
|
2003-09-03 17:27:08 +00:00 |