0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add *.pyc to gitignore More... over 16 years ago
Make RSS.announce a nested plugin More... over 16 years ago
No need to define RSS.listCommands More... over 16 years ago
Update release.py to work with git More... over 16 years ago
Add .gitignore More... over 16 years ago
Corrected slight inaccuracy in a configuration parameter's help. More... over 16 years ago
Google: Rename safeSearch to searchFilter to ease upgrades More... over 16 years ago
Fix our RE parsing to handle multiple backslashes before the separator More... over 16 years ago
ircdb.py: Use a more concise return statement More... over 16 years ago
Added supybot.plugins.AutoMode.owner, so the bot can choose not to automode owners. More... over 16 years ago
callbacks: Actually obey the to argument of reply() More... over 16 years ago
Google: Fix Language.normalize to not prepend the empty string with 'lang_' More... over 16 years ago
Re-fix IrcDriver, which actually does need the args to __init__ More... over 16 years ago
Config: Differentiate between (un)settable config vars More... over 16 years ago
Karma: Remove getName function which hasn't been used since 2004 More... over 16 years ago
USING_WRAP: Add a missing paren More... over 16 years ago
ChannelLogger: Allow logging to be disabled on specific channels More... over 16 years ago
Channel.kban: Fall-back to exact hostmask when banmask matches the bot. More... over 16 years ago
Use getBanmask for Channel.{ignore,ban}.add More... over 16 years ago
Make getBanmask use protocols.irc.banmask.makeBanmask More... over 16 years ago
AutoMode: Use protocols.irc.banmask when banning More... over 16 years ago
Move plugins.Channel.banmask to protocols.irc.banmask More... over 16 years ago
Only import cdb if it's needed More... over 16 years ago
Do not pass arguments to object.__init__ in IrcDriver.__init__ More... over 16 years ago
Twisted.py: Remove useless code More... over 16 years ago
Remove "Twisted is used if detected" from supybot.drivers.module More... over 16 years ago
No need to define Alias.listCommands. More... over 16 years ago
Directly call isCommandMethod from listCommands. More... over 16 years ago
Make sure getCommandMethod only returns a valid command method More... over 16 years ago
Workaround Python's idiocy with float -> str -> float conversions More... over 16 years ago