.. |
drivers
|
Perform all received* IrcMsg tagging in one spot.
|
2011-12-12 11:25:26 -05:00 |
utils
|
Use socket.inet_aton for isIPV4 since Windows doesn't (always?) have inet_pton
|
2011-12-12 11:24:42 -05:00 |
__init__.py
|
Topic plugin: Add persistence support.
|
2010-05-12 13:19:54 -04: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-13 18:21:38 -05:00 |
cdb.py
|
Change the modeline to use softtabstop instead of tabstop.
|
2006-02-11 15:52:51 +00:00 |
commands.py
|
Secure some more commands which take a regexp from untrusted user input.
|
2011-08-12 18:13:27 -04:00 |
conf.py
|
Add utils.net.isIPV4, with utils.net.isIP checking v4 or v6
|
2011-10-11 11:53:59 -04:00 |
dbi.py
|
Change the modeline to use softtabstop instead of tabstop.
|
2006-02-11 15:52:51 +00:00 |
dynamicScope.py
|
Change the modeline to use softtabstop instead of tabstop.
|
2006-02-11 15:52:51 +00:00 |
ircdb.py
|
core: make sure owner is never ignored. also simplify the logic flow in ignore checking.
|
2011-11-21 15:09:38 -05:00 |
irclib.py
|
Perform all received* IrcMsg tagging in one spot.
|
2011-12-12 11:25:26 -05:00 |
ircmsgs.py
|
Bug fixes in src/ircmsgs.py
|
2011-12-12 11:26:07 -05:00 |
ircutils.py
|
Add utils.net.isIPV4, with utils.net.isIP checking v4 or v6
|
2011-10-11 11:53:59 -04:00 |
log.py
|
Use self.error() instead of raise for BooleanRequiredFalseOnWindows.
|
2010-10-10 17:40:04 -04:00 |
plugin.py
|
Make plugin loading/reloading case-insensitive.
|
2010-08-11 00:43:05 -04:00 |
questions.py
|
Add .gitignore
|
2009-02-27 14:17:31 -05:00 |
registry.py
|
Make registry.Regexp.error mimic registry.Value.error
|
2010-04-19 01:00:02 -04: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-10-11 11:55:39 -04:00 |
unpreserve.py
|
Change the modeline to use softtabstop instead of tabstop.
|
2006-02-11 15:52:51 +00:00 |
version.py
|
Secure some more commands which take a regexp from untrusted user input.
|
2011-08-12 18:13:27 -04:00 |
world.py
|
Create a commands.process function which runs a function inside a separate process.
|
2010-08-05 01:20:46 -04:00 |