.. |
__init__.py
|
Initial checkin of the distutils stuff.
|
2003-09-24 07:19:54 +00:00 |
AdminCommands.py
|
Made sure the error message is correct when a user tries to removeCapability something that isn't there.
|
2003-09-23 17:05:53 +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
|
Forgot to change an IndexError to a ValueError.
|
2003-09-25 16:09:18 +00:00 |
cdb.py
|
Moved several things from fix.py to utils.py.
|
2003-09-04 20:42:37 +00:00 |
ChannelCommands.py
|
Fix for RFE #811853, and fix for bug where @voice would actually try to give halfops (good thing no one ever found that :))
|
2003-09-25 07:52:03 +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
|
Removed unused variable.
|
2003-09-25 05:28:18 +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
|
Removed the old sys.path-munging code now that we're disutil'ed.
|
2003-09-24 07:28:25 +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
|
Added op/halfop/voice handling in IrcState.
|
2003-09-29 04:30:18 +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 __slots__ to IrcDict and IrcSet for optimization purposes.
|
2003-09-23 15:53:04 +00:00 |
MiscCommands.py
|
Fix for RFE #811970, generalized not a command response.
|
2003-09-25 08:22:16 +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
|
Made privmsgs wrappers stackable.
|
2003-09-17 23:31:45 +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 a debugVariables hole in the template so we can set debug variables.
|
2003-09-25 07:15:39 +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 |