.. |
__init__.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
Admin.py
|
Let's respect the server's nicklen and maxchannels parameters.
|
2004-08-27 06:45:58 +00:00 |
ansi.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
asyncoreDrivers.py
|
Removed a FIXME that's really just a complaint.
|
2004-08-26 05:22:52 +00:00 |
callbacks.py
|
Let's make sure nested commands don't immediately nest commands (aka using a
|
2004-08-28 22:28:44 +00:00 |
cdb.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
Channel.py
|
Respect KICKLEN.
|
2004-08-27 09:14:13 +00:00 |
conf.py
|
Changed networks to be case-insensitive.
|
2004-08-28 19:56:31 +00:00 |
Config.py
|
Why oh why don't I check my imports?
|
2004-08-29 18:11:43 +00:00 |
dbi.py
|
Augmented the add method for Note.
|
2004-08-24 04:09:15 +00:00 |
drivers.py
|
*Really* make the disconnect message look good with twistedDrivers.
|
2004-08-25 04:44:35 +00:00 |
fix.py
|
Fix for stupid socket module problems.
|
2004-08-26 21:49:40 +00:00 |
ircdb.py
|
Changed supybot.capabilities to an ircdb.CapabilitySet instead of a ircutils.IrcSet.
|
2004-08-27 04:48:16 +00:00 |
irclib.py
|
Let's try this for the connection problem bugs.
|
2004-08-29 06:51:36 +00:00 |
ircmsgs.py
|
Channel isn't necessary for NAMES.
|
2004-08-25 22:56:48 +00:00 |
ircutils.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
log.py
|
Only firewall if we're not testing.
|
2004-08-26 05:23:24 +00:00 |
Misc.py
|
prefixChars == reply.whenAddressedBy.chars.
|
2004-08-25 23:03:42 +00:00 |
Owner.py
|
Eat this commie bastard irc objects that don't want to die!
|
2004-08-29 07:29:43 +00:00 |
privmsgs.py
|
Updated to allow kwargs.
|
2004-08-24 22:12:18 +00:00 |
questions.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
registry.py
|
Made register more useful, should fix some Services.identify bugs.
|
2004-08-27 20:10:17 +00:00 |
schedule.py
|
Elucidating log.
|
2004-08-25 04:25:06 +00:00 |
socketDrivers.py
|
Bugfix for darelf's IRC server.
|
2004-08-23 13:41:04 +00:00 |
structures.py
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
twistedDrivers.py
|
This should be a fix for the inability to Ctrl-C quit.
|
2004-08-25 04:44:00 +00:00 |
unpreserve.py
|
yay! no more stray whitespace
|
2004-07-21 19:36:35 +00:00 |
User.py
|
Changed help for register to match the code.
|
2004-08-29 15:59:16 +00:00 |
utils.py
|
Fixed pluralize for words ending in x.
|
2004-08-27 22:55:40 +00:00 |
webutils.py
|
Let's catch sslerror too. Why the stupid Python developers didn't make this a subclasss of socket.error, I don't know.
|
2004-08-23 13:25:53 +00:00 |
world.py
|
Elucidating comment.
|
2004-08-29 04:32:07 +00:00 |