0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 31, 2024 — Oct 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
If message is shorter than allowedLength + 'more messages' trailer, let it through. More... about 8 years ago
Web: decode page contents with utf-8, to avoid unicodedecodeerrors when page contains non-ascii stuff. More... over 8 years ago
Google: fix it so it doesn't break on channel... More... over 9 years ago
Google: fix plugin since the ajax api is no longer up. Thanks Limnoria and Progval for all the work! :) More... over 9 years ago
Merge pull request #4 from midnightmagic/tiny_fix More... about 10 years ago
Small change to help ops deal with problem users. More... about 10 years ago
update version timestamp More... almost 11 years ago
Merge branch 'sasl', with sasl support from limnoria More... almost 11 years ago
Dict: update thesaurus dictionary name due to upstream change, for 'synonym' commnd. More... over 11 years ago
core: add full message logging on command messages. More... over 11 years ago
Misc: version: update version.py url, due to sourceforge changes. More... about 12 years ago
Web: indent some test methods into if-network block. More... over 12 years ago
Web: add whitelist management commands More... over 12 years ago
Web: create a cofigurable url whitelist More... over 12 years ago
RSS: add option display headline timestamp. More... over 12 years ago
RSS: add option to strip url redirects from headlines More... over 12 years ago
Owner: Reload module configuration in reload. More... over 12 years ago
Owner: Prevent use of uninitialized variable. (pulled from Limnoria) More... over 12 years ago
RSS: keep track of headlines over multiple feed fetches, with configurable expiration. More... over 12 years ago
String: cap maximum soundex length to 1024. More... almost 13 years ago
Math: calc: coerce argument to ascii string. working with unicode errors on the translate() step. More... about 13 years ago
core: make network.channels and channel keys private by default. Otherwise these can reveal secret information. More... about 13 years ago
Seen: check to see if the bot is in target channel before doing anything. More... about 13 years ago
Math: default %f formatting rounds to 6 decimal places. increase that to 16. More... over 13 years ago
core: force inet_aton argument to string to prevent occasional error on reconnect. More... over 13 years ago
Math: Allow 'factorial()' in icalc. More... over 13 years ago
Math: Block factorial() in calc functions. More... over 13 years ago
Channelstats: require caller to be in target channel when using commands in this plugin. More... over 13 years ago
Seen: require caller to be in target channel when using commands in this plugin. More... over 13 years ago
core: avoid casting data to string if it is already an instance of basestring, in irc.reply. More... almost 14 years ago