Limnoria/src
Jeremy Fincher 55384617d4 Converted schedule over to heapq from bisect. 2003-08-29 14:18:18 +00:00
..
AdminCommands.py Made the part command behave sensibly in the face of an empty argument list. 2003-07-23 02:12:17 +00:00
ChannelCommands.py Fixed handling of channel capabilities 2003-04-02 11:08:34 +00:00
MiscCommands.py Moved world.version to conf.version. 2003-08-28 13:59:07 +00:00
OwnerCommands.py Redid startup/configuration junk. 2003-08-28 16:33:45 +00:00
UserCommands.py Whitespace change. 2003-04-20 21:56:41 +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 Renamed conf.timestampFormat to conf.logTimestampFormat and added conf.humanTimestampFormat. 2003-08-26 11:15:15 +00:00
callbacks.py Added tracking of how many commands have been processed. 2003-08-29 07:08:03 +00:00
cdb.py Updated stuff for 2.3 to break 2.2 compatibility :) 2003-08-07 02:48:44 +00:00
conf.py Changed default on allowEval to False, for safety reasons. 2003-08-29 07:23:14 +00:00
debug.py Removed spaces at the end of lines. 2003-08-20 16:26:23 +00:00
drivers.py Added .reconnect() method to drivers. 2003-04-21 04:32:42 +00:00
fix.py Guarded the sys.path.insert. 2003-08-27 07:46:19 +00:00
ircdb.py Removed spaces at the end of lines. 2003-08-20 16:26:23 +00:00
irclib.py Hopefully got the prefix thing right. 2003-08-29 08:09:09 +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 Added a return value to shrinkList, the number of things removed from the list. 2003-08-23 09:07:45 +00:00
privmsgs.py Redid startup/configuration junk. 2003-08-28 16:33:45 +00:00
questions.py Made expect even prettier. 2003-08-28 23:03:09 +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
structures.py Added a reset method to RingBuffer and queue. 2003-08-26 16:38:28 +00:00
template.py Redid startup/configuration junk. 2003-08-28 16:33:45 +00:00
twistedDrivers.py Made the driver reset the Irc on disconnection, not connection. 2003-08-26 16:39:42 +00:00
utils.py Added utils.wrapLines and wrapped the lines of each plugin's example. 2003-08-27 16:25:43 +00:00
world.py Added tracking of how many commands have been processed. 2003-08-29 07:08:03 +00:00