.. |
__init__.py
|
Initial checkin of the distutils stuff.
|
2003-09-24 07:19:54 +00:00 |
AdminCommands.py
|
Moved the bug command to AdminCommands to reduce abuse.
|
2003-10-02 00:26:57 +00:00 |
ansi.py
|
Changed some quotes so emacs would syntax-highlight properly.
|
2003-09-25 06:17:44 +00:00 |
asyncoreDrivers.py
|
Updated ircdb to have persistent user ids.
|
2003-09-12 20:06:58 +00:00 |
baseplugin.py
|
Had to move baseplugin.py to src/ for supporting multiple plugin directories.
|
2003-09-10 18:42:27 +00:00 |
callbacks.py
|
Accepted RFE #812257: Multiple regexp matches in one message.
|
2003-10-02 22:37:36 +00:00 |
cdb.py
|
Moved several things from fix.py to utils.py.
|
2003-09-04 20:42:37 +00:00 |
ChannelCommands.py
|
Updated to use checkChannelCapability.
|
2003-09-29 05:01:41 +00:00 |
conf.py
|
Removed the old sys.path-munging code now that we're disutil'ed.
|
2003-09-24 07:28:25 +00:00 |
debug.py
|
Changed minimumDebugPriority to minimumPriority (since it's set in the debug module now anyway).
|
2003-10-02 04:54:25 +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
|
Added docstring for rsplit.
|
2003-10-03 00:08:30 +00:00 |
ircdb.py
|
Made sure IrcUser.removeCapability raises KeyError on capabilities the user doesn't have.
|
2003-09-23 17:04:53 +00:00 |
irclib.py
|
Changed irclib.Channel to irclib.ChannelState.
|
2003-10-01 11:15:31 +00:00 |
ircmsgs.py
|
Fixed bug with lines not ending in \n because of the optimization added earlier, storing the original string form as originally received.
|
2003-09-22 11:04:39 +00:00 |
ircutils.py
|
Added an assert to banmask.
|
2003-10-02 04:47:33 +00:00 |
MiscCommands.py
|
Moved the bug command to AdminCommands to reduce abuse.
|
2003-10-02 00:26:57 +00:00 |
OwnerCommands.py
|
Fix for minor lack of period, and update to not limit own results (now we have more :))
|
2003-09-25 07:57:17 +00:00 |
privmsgs.py
|
Commented out new.function stuff for later when new.function actually works.
|
2003-09-29 05:41:03 +00:00 |
questions.py
|
Fixes to expect, some to the way it wraps, etc.
|
2003-09-25 07:15:10 +00:00 |
repl.py
|
Changed debug.debugMsg to debug.msg.
|
2003-04-03 10:06:11 +00:00 |
schedule.py
|
Removed inapplicable comment.
|
2003-09-22 14:00:26 +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
|
Added fix for servers with a missing MOTD file.
|
2003-09-30 13:56:40 +00:00 |
twistedDrivers.py
|
Updated ircdb to have persistent user ids.
|
2003-09-12 20:06:58 +00:00 |
UserCommands.py
|
Added a note in the helps for commands that accept passwords that they must be sent privately if they include a password. Also, one command wouldn't return conf.requiresPrivacy if it was sent in a channel with a password; that's been fixed.
|
2003-09-25 14:21:46 +00:00 |
utils.py
|
Added keyword option And to commaAndify to allow specifying a word other than 'and' as the last separator.
|
2003-09-12 08:55:30 +00:00 |
world.py
|
Registered upkeep with atexit.
|
2003-09-12 07:48:01 +00:00 |