summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-16Plugins: move games into their own directoryGiuseppe Bilotta
2007-03-16remotectl: ensure that source and destination of synthetical message are prop...Giuseppe Bilotta
2007-03-16Use m.source instead of m.sourcenick whenever possible to ensure messages fro...Giuseppe Bilotta
2007-03-16Server hostname was not being set properlyGiuseppe Bilotta
2007-03-15* fixed a regexp for "identify-msg" server capability ("^" was missing)Dmitry Kim
2007-03-15Forgot to add the actual unicode I/O filter to the repository (see [753])Giuseppe Bilotta
2007-03-15+ Added remotectl plugin and an example druby API client implementationDmitry Kim
2007-03-15config was not being saved after unsetting a valueGiuseppe Bilotta
2007-03-14Added config option: "url.titles_only"Chris Gahan
2007-03-14Socket IO filtering: rbot can now assume UTF-8 internally.Giuseppe Bilotta
2007-03-14Improved handling of server limitsGiuseppe Bilotta
2007-03-13imdb plugin: update to the new site layout, use rbot headersGiuseppe Bilotta
2007-03-10Update changelogGiuseppe Bilotta
2007-03-10Allow customization of the plugins load pathGiuseppe Bilotta
2007-03-10Option to change the bot IRC name, thanks to jsn-Giuseppe Bilotta
2007-03-08Previous attempt at cleaning up the prefix matcher were too restrictive, try ...Giuseppe Bilotta
2007-03-07quiz plugin: don't crash when the answer is entirely made of sepatorsGiuseppe Bilotta
2007-03-05autorejoin plugin: insult on rejoin now optionalGiuseppe Bilotta
2007-03-05quiz plugin: new cleanup command to remove players with 0 points and 0 jokersGiuseppe Bilotta
2007-03-05Previous commit wasn't that good, too restrictive. Relax, and differentiate b...Giuseppe Bilotta
2007-03-05Rework netmask/hostname detection code to work around non-RFC-compliant serversGiuseppe Bilotta
2007-02-24Try to give a meaningful quit message when quitting because of problemsGiuseppe Bilotta
2007-02-23Utils.secs_to_string now convert seconds to integers instead of displaying ri...Giuseppe Bilotta
2007-02-20Use ASCII KCODE to prevent problems like missing characters or matching failu...Giuseppe Bilotta
2007-02-20Minor message optimizationsGiuseppe Bilotta
2007-02-20shiritori plugin, thanks to hagabakaGiuseppe Bilotta
2007-02-20New IRC Framework: bot now keeps track of his nick correctly across disconnectsGiuseppe Bilotta
2007-02-20remind plugin: fix for repeated reminders failing after [717].Giuseppe Bilotta
2007-02-20Fix timer handling when Actions raise errorsGiuseppe Bilotta
2007-02-18Initial steps towards a namespace rationalizationGiuseppe Bilotta
2007-02-18nickserv plugin: previous commit had a line wrongGiuseppe Bilotta
2007-02-18nickserv plugin: export information on current identification statusGiuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
2007-02-18nickserv plugin: better nickname recovery handlingGiuseppe Bilotta
2007-02-18Minor optimization to Auth.random_passwordGiuseppe Bilotta
2007-02-18More fixes for nickname handling on connectionGiuseppe Bilotta
2007-02-18basics: respond to public pings too (i.e. to /ping lib/rbot/rfc2812.rbchannel)Giuseppe Bilotta
2007-02-17New IRC Framework: optimize processing of server messages by using Symbols in...Giuseppe Bilotta
2007-02-17New IRC Framework: fix initial handling and guessing of nick/user/host for th...Giuseppe Bilotta
2007-02-17bans plugin: fix badword regular expression creationGiuseppe Bilotta
2007-02-16quiz plugin: remove debug stuffGiuseppe Bilotta
2007-02-16quiz plugin: sometimes cmd_hint was not busting even when it should haveGiuseppe Bilotta
2007-02-16 * Fixed roshambo (the bot would always tie if it picked scissors)Chris Gahan
2007-02-16keywords plugin: more fixes to 'reply-on-question' codeGiuseppe Bilotta
2007-02-15autoop plugin: auto-opping on nick change can now be disabledGiuseppe Bilotta
2007-02-15remind plugin: one-shot reminders gave a reminder time with an extra period a...Giuseppe Bilotta
2007-02-15Regexp: IP address regexps where missing an octetGiuseppe Bilotta
2007-02-15More Regexp madness. Fixes, optimizations, and a new method to parse channel ...Giuseppe Bilotta
2007-02-15New unreplied() method for plugins that want to handle PRIVMSGs unreplied by ...Giuseppe Bilotta
2007-02-15autoop plugin: make it work again when no channel is specifiedGiuseppe Bilotta