summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-23Oops, forgot to reset @changed after save in salutGiuseppe Bilotta
2007-01-23salut only saves its data files when they were changed (i.e. never, presently)Giuseppe Bilotta
2007-01-23Memory optimizations in plugin management (useful on rescans)Giuseppe Bilotta
2007-01-21Re-enable irc.ignore_usersGiuseppe Bilotta
2007-01-21quotefiles are now only saved only if they were changedGiuseppe Bilotta
2007-01-12Totally reworked ping timeout detectionGiuseppe Bilotta
2007-01-11Fix more ranking bugs, hopefully prevent corruptionGiuseppe Bilotta
2007-01-11Stupid typo in previous commitGiuseppe Bilotta
2007-01-11The quiz scores databases can get corrupt sometimes. Until we find how and ↵Giuseppe Bilotta
why, we just prevent further changes to them when we spot one
2007-01-09Downcase the irc log location, so that loggin to e.g. #Channel and #channel ↵Giuseppe Bilotta
go the same place
2007-01-07Make sure the quiz plugin doesn't fail when win messages haven't been foundGiuseppe Bilotta
2007-01-07[574] still had a stupid typoGiuseppe Bilotta
2007-01-06Irc framework: fix errors in filling up the user lists for channelsGiuseppe Bilotta
2007-01-06Try another fix for servers not going in ping timeoutGiuseppe Bilotta
2007-01-05More keywords fixesGiuseppe Bilotta
2007-01-05Fix a bug in quiz.rb listen()Giuseppe Bilotta
2007-01-03More italian salutationsGiuseppe Bilotta
2007-01-02Fix reconnect errorsGiuseppe Bilotta
2006-12-27Debugger plugin, which can be used to profile memory usage in rbot and ↵Giuseppe Bilotta
detect memory leaks
2006-12-26Minor fixes for english salutationsGiuseppe Bilotta
2006-12-22Only react on PrivMessage in salut and quizGiuseppe Bilotta
2006-12-22Fix a horrendous String leakGiuseppe Bilotta
2006-12-20Fix 'Unknown command' being received from serverGiuseppe Bilotta
2006-12-17nickserv plugin now defaults to not providing the nick when identifying, as ↵Giuseppe Bilotta
this seems to be more common
2006-12-16Previous commit also had fixes in azgame, forgot to log themGiuseppe Bilotta
2006-12-16karma check for self++ now case insensitiveGiuseppe Bilotta
2006-11-28Hopefully fix the rss watch/unwatch problem for goodGiuseppe Bilotta
2006-11-28Minor keywords fixGiuseppe Bilotta
2006-11-11Minor typo in italian.langGiuseppe Bilotta
2006-11-01SSL supportGiuseppe Bilotta
2006-10-30Make rss feed handle lookup case insensitiveGiuseppe Bilotta
2006-10-28A-Z gameGiuseppe Bilotta
2006-10-28Move irc_send_penalty method of string in ircsocket.rb, and rework flood ↵Giuseppe Bilotta
control to be more reactive while still preventing excessive flood disconnections
2006-10-28Threat works againGiuseppe Bilotta
2006-10-28salut now only replies to salutations directed at him, unless ↵Giuseppe Bilotta
salut.address_only is false
2006-10-28Too much stuff was being sent with each line, go back to 400 bytes maxGiuseppe Bilotta
2006-10-27Penalty-based flood protectionGiuseppe Bilotta
2006-10-27Try to read old language-agnostic lart/praises if language-specific ones are ↵Giuseppe Bilotta
not found
2006-10-25Rework cached? for get_cached replies to prevent warnings about redefined ↵Giuseppe Bilotta
methods
2006-10-25Strings returned by get_cached now have a cached? method which returns true ↵Giuseppe Bilotta
or false depending on whether the result was taken from the cache or not.
2006-10-25template directory cleanup: with the new auth, levels and users files are ↵Giuseppe Bilotta
not needed anymore
2006-10-25new weather plugin that uses weatherunderground.com mobile interface. can be ↵Giuseppe Bilotta
called with station code or location. doesn't remember last location (yet)
2006-10-25Renamen demauro to dict, add chambers dictionaryGiuseppe Bilotta
2006-10-25Add support for British English via OxfordGiuseppe Bilotta
2006-10-25demauro plugin: add some introductory commentGiuseppe Bilotta
2006-10-25demauro plugin: add is_italian? method (for use by other plugins)Giuseppe Bilotta
2006-10-25When contacted in private, quiz plugin now uses 'private' as a key instead ↵Giuseppe Bilotta
of its nick as it did before. This ensure consistent scoring even when the bot changes nick
2006-10-25Minor quiz cleanupsGiuseppe Bilotta
2006-10-24Don't change the default headers setting the headers for the HEAD request ↵Giuseppe Bilotta
when checking expiration
2006-10-24Initial implementation of proper caching based on last-modified and etag ↵Giuseppe Bilotta
HTTP headers