0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
supybot-plugin-doc: It's outputDir not outputdir More... over 16 years ago
supybot-plugin-doc: Add an error() to handle logging errors and exiting More... over 16 years ago
callbacks: Only use dynamic.msg if it's not None in getCommandHelp More... over 16 years ago
supybot-plugin-doc: Allow specifying an output directory More... over 16 years ago
Return a fake MakeDB function when documenting plugins. More... over 16 years ago
supybot-plugin-doc: Remove escape option; only used for Plone website More... over 16 years ago
Seriously, I'll get this right one of these days... More... over 16 years ago
'debug' wasn't an imported log function, like I thought it was, assuming 'fatal' was also available. More... over 16 years ago
Added additional check for pidfile writability to supybot-botchk. More... over 16 years ago
If supybot can't write the pidfile, it needs to exit. More... over 16 years ago
Factoids: Fix thinko in getCommandHelp More... over 16 years ago
BadWords: Only send a msg stripped of formatting if it had bad words More... over 16 years ago
callbacks: Update PluginRegexp docstring to reference (un)addressedRegexps More... over 16 years ago
User: Add private constraint to hostmask.add since a password may be given More... over 16 years ago
Factoids: Add an __init__ function which calls our parents' __init__s More... over 16 years ago
String: Trim trailing \n from encode's response. More... over 16 years ago
String: Update the codecs URL in encode/decode's help More... over 16 years ago
String: Give a more useful message when decoding base64 fails More... over 16 years ago
Limiter: Always set the limit above the current number of users More... over 16 years ago
Remove useless comments and fix a SyntaxError More... over 16 years ago
Changed a few caches to use CacheDict to ensure no without-bound growth on caches. More... over 16 years ago
Added basic CacheDict with simple test. More... over 16 years ago
User: Prevent set.password from failing with an unknown hostmask More... over 16 years ago
INSTALL: Remove mention of non-existent forums More... over 16 years ago
Google: Modify our local simplejson to work pre-Python2.6 More... over 16 years ago
Bump our minimum required version to 2.4 More... over 16 years ago
Don't specify globals as a kwarg; only in 2.5+ More... over 16 years ago
Google: Fix calc by basing the regex off the calc img More... over 16 years ago
Fully qualify the call to universalImport so we don't get a NameError. More... over 16 years ago
Config: Show global and channel values for Config.config More... over 16 years ago