.. |
drivers
|
Perform all received* IrcMsg tagging in one spot.
|
2011-12-13 18:06:26 +01:00 |
utils
|
Use socket.inet_aton for isIPV4 since Windows doesn't (always?) have inet_pton
|
2011-12-13 18:05:14 +01:00 |
__init__.py
|
Fix comment in src/__init__.py
|
2011-06-24 14:52:24 +02:00 |
ansi.py
|
Change the modeline to use softtabstop instead of tabstop.
|
2006-02-11 15:52:51 +00:00 |
callbacks.py
|
core: avoid casting data to string if it is already an instance of basestring, in irc.reply.
|
2011-12-18 12:39:05 +01:00 |
cdb.py
|
Change the modeline to use softtabstop instead of tabstop.
|
2006-02-11 15:52:51 +00:00 |
commands.py
|
Create a commands.process function which runs a function inside a separate process.
|
2011-08-15 17:24:33 +02:00 |
conf.py
|
Fix network registration (SASL password should not be set up on registration).
|
2011-12-03 12:36:16 +01:00 |
dbi.py
|
Change the modeline to use softtabstop instead of tabstop.
|
2006-02-11 15:52:51 +00:00 |
dynamicScope.py
|
Fix issue with Pypy
|
2010-12-12 14:22:44 +01:00 |
httpserver.py
|
Add configuration variable supybot.servers.http.robots.
|
2011-10-29 12:13:09 +02:00 |
i18n.py
|
src/i18n.py: fix error when running @reloadlocale with a plugin loaded before but not available any longer.
|
2011-06-28 19:52:18 +02:00 |
ircdb.py
|
core: make sure owner is never ignored. also simplify the logic flow in ignore checking.
|
2011-11-26 19:09:19 +01:00 |
irclib.py
|
Fix parsing of 004 message for supported umodes/chanmodes
|
2011-12-14 01:31:28 +08:00 |
ircmsgs.py
|
Only use ircmsg.whois's mask argument if it's non-empty.
|
2011-12-13 18:06:31 +01:00 |
ircutils.py
|
Merge remote-tracking branch 'supybot/maint/0.83.4' into testing
|
2011-08-23 16:41:52 +02:00 |
log.py
|
Merge branch 'maint/0.83.4'
|
2010-09-20 19:46:18 -04:00 |
plugin.py
|
Fix syntax error
|
2011-03-05 09:51:05 +01:00 |
questions.py
|
Internationalize questions.py
|
2010-10-20 18:33:39 +02:00 |
registry.py
|
Revert "In registry.py, test whether a requested configuration variable is a channel name before creating it automatically. Closes GH-63."
|
2011-08-12 01:06:31 +02:00 |
schedule.py
|
Change the modeline to use softtabstop instead of tabstop.
|
2006-02-11 15:52:51 +00:00 |
shlex.py
|
Added our hacked shlex.py, prior to the 2.3 bastardization that made it unsuitable for our purposes.
|
2005-02-18 08:30:59 +00:00 |
test.py
|
Honor supybot-test's timeout option and document the units
|
2011-08-22 20:50:16 +02:00 |
unpreserve.py
|
Change the modeline to use softtabstop instead of tabstop.
|
2006-02-11 15:52:51 +00:00 |
version.py
|
Fix previous merge (again).
|
2011-12-13 18:09:52 +01:00 |
world.py
|
Create a commands.process function which runs a function inside a separate process.
|
2011-08-15 17:24:33 +02:00 |