.. |
AdminCommands.py
|
Fixed enable and disable not to allow ValueError through their makeAntiCapability calls.
|
2003-09-06 18:37:22 +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 pipe syntax.
|
2003-09-07 09:41:47 +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 1000.
|
2003-09-07 05:27:24 +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
|
Changed some asserts to raise ValueError instead.
|
2003-09-06 18:32:10 +00:00 |
irclib.py
|
Added a bit better diagnostic to IrcCallback.__call__ except clause.
|
2003-09-07 06:08:16 +00:00 |
ircmsgs.py
|
Added ability to send empty topic messages to get the current topic.
|
2003-09-06 01:28:12 +00:00 |
ircutils.py
|
Forget docstring and to remove the old regexp.
|
2003-09-04 17:33:04 +00:00 |
MiscCommands.py
|
Made @bug send an email to a private mailing list.
|
2003-09-07 07:41:56 +00:00 |
OwnerCommands.py
|
Reordered some statements.
|
2003-09-06 01:13:43 +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
|
Uh, why did I raise? I don't know. Anyway, handle write errors correctly in _sendIfMsgs.
|
2003-09-06 07:45:47 +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
|
A little more error-checking can't hurt.
|
2003-09-07 09:50:14 +00:00 |
utils.py
|
Added first exception for pluralize.
|
2003-09-07 05:48:20 +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 |