0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 17, 2024 — Aug 17, 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... almost 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... about 9 years ago
Google: fix plugin since the ajax api is no longer up. Thanks Limnoria and Progval for all the work! :) More... about 9 years ago
Merge pull request #4 from midnightmagic/tiny_fix More... almost 10 years ago
Small change to help ops deal with problem users. More... almost 10 years ago
update version timestamp More... over 10 years ago
Merge branch 'sasl', with sasl support from limnoria More... over 10 years ago
Dict: update thesaurus dictionary name due to upstream change, for 'synonym' commnd. More... about 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... almost 12 years ago
Web: indent some test methods into if-network block. More... about 12 years ago
Web: add whitelist management commands More... about 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... over 12 years ago
Math: calc: coerce argument to ascii string. working with unicode errors on the translate() step. More... almost 13 years ago
core: make network.channels and channel keys private by default. Otherwise these can reveal secret information. More... almost 13 years ago
Seen: check to see if the bot is in target channel before doing anything. More... almost 13 years ago
Math: default %f formatting rounds to 6 decimal places. increase that to 16. More... about 13 years ago
core: force inet_aton argument to string to prevent occasional error on reconnect. More... about 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... over 13 years ago