Limnoria/src
James McCoy f6f9e654cb Only use ircmsg.whois's mask argument if it's non-empty.
Closes: Sf#3121298
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2011-12-06 00:08:01 -05:00
..
drivers Perform all received* IrcMsg tagging in one spot. 2011-12-05 23:52:38 -05:00
utils Use socket.inet_aton for isIPV4 since Windows doesn't (always?) have inet_pton 2011-12-05 22:48:09 -05:00
__init__.py Munge Author's email in __str__ instead of relying on munging the results of Author.__str__ 2006-07-14 20:54:31 +00:00
ansi.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
callbacks.py Ensure channel-specific reply.whenNotAddressed works. 2010-08-24 19:52:59 -04:00
cdb.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
commands.py Update plugins to ignore all non-ACTION CTCP messages. 2010-08-24 19:42:11 -04:00
conf.py Add utils.net.isIPV4, with utils.net.isIP checking v4 or v6 2011-06-06 21:44:15 -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 Changed a few caches to use CacheDict to ensure no without-bound growth on caches. 2009-04-02 11:45:00 -05:00
irclib.py Perform all received* IrcMsg tagging in one spot. 2011-12-05 23:52:38 -05:00
ircmsgs.py Only use ircmsg.whois's mask argument if it's non-empty. 2011-12-06 00:08:01 -05:00
ircutils.py Fix banmask creation. Thanks Progval for the patch! 2011-10-22 14:25:26 -04:00
log.py Use self.error() instead of raise for BooleanRequiredFalseOnWindows. 2010-09-20 18:34:07 -04:00
plugin.py Do not store the install directory in directories.plugins 2009-03-12 14:50:46 -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-08-24 19:44:31 -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-08-22 14:07:39 -04:00
unpreserve.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
world.py If we're using python2.5, import re in place of sre. 2007-04-25 16:12:21 +00:00