.. |
AdminCommands.py
|
Had an addCapability where I should've had a removeCapability.
|
2003-09-22 02:14:40 +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
|
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
|
Made IrcObjectProxy.error respect conf.errorReplyPrivate.
|
2003-09-22 09:45:23 +00:00 |
cdb.py
|
Moved several things from fix.py to utils.py.
|
2003-09-04 20:42:37 +00:00 |
ChannelCommands.py
|
Updated ircdb to have persistent user ids.
|
2003-09-12 20:06:58 +00:00 |
conf.py
|
RFE #807340: OwnerCommands command for setting conf variables.
|
2003-09-22 08:36:12 +00:00 |
debug.py
|
Removed possible UnboundLocalError that would (a) crash the bot, and (b) never be reported.
|
2003-09-23 15:38:40 +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
|
Thought of a bug, wrote a test, discovered it was a bug, fixed it.
|
2003-09-22 13:04:15 +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
|
I was setting the prefix for the message to be added to the IrcState object, but I don't know why. We'll find out soon enough.
|
2003-09-17 07:54:02 +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
|
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 |
privmsgs.py
|
Made privmsgs wrappers stackable.
|
2003-09-17 23:31:45 +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
|
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
|
Oops, forgot to remove this before committing :)
|
2003-09-15 17:26:00 +00:00 |
twistedDrivers.py
|
Updated ircdb to have persistent user ids.
|
2003-09-12 20:06:58 +00:00 |
UserCommands.py
|
Added changeusername command and fixed the framework so tests could run.
|
2003-09-18 07:52:34 +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 |