Limnoria/src
Jeremy Fincher 923a38b4ed 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
..
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
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
MiscCommands.py Miscommunication between callbacks.py and MiscCommands.py over what the boolean in Privmsg._mores meant. 2003-09-22 13:07:20 +00:00
OwnerCommands.py RFE #807340: OwnerCommands command for setting conf variables. 2003-09-22 08:36:12 +00:00
UserCommands.py Added changeusername command and fixed the framework so tests could run. 2003-09-18 07:52:34 +00:00
__init__.py Initial checkin of the distutils stuff. 2003-09-24 07:19:54 +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 Updated IrcObjectProxyRegexp.reply to match the interface of IrcObjectProxy.reply. 2003-09-23 20:45:00 +00:00
cdb.py Moved several things from fix.py to utils.py. 2003-09-04 20:42:37 +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 Missing a return. 2003-09-24 07:26:22 +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
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
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