rbot
2006-08-06  Tom Gilbert*something* for the changelog anyway oldorigin/rbot-0.9.10 rbot-0.9.10
2006-08-06  Tom GilbertRevert to 0.9.9 version for now - this new xml version...
2006-08-05  Tom GilbertI guess this'll do for 0.9.10
2006-08-03  Tom Gilbertrevert NOSYNC, bdb doesn't support it
2006-08-03  Tom Gilbertremove some deletes from the db ugrade
2006-08-03  Tom Gilbertremove some deletes from the db ugrade
2006-08-03  Tom Gilberttweak tweak
2006-08-03  Giuseppe BilottaFix data loss when saving manually and automatically...
2006-08-02  Giuseppe BilottaThe help message for the urban plugin hardcoded the...
2006-08-02  Giuseppe BilottaAdd myself to the AUTHORS list
2006-08-01  Alexander Beisigmade "keywords" a plugin instead of built-in feature
2006-07-31  Tom GilbertI think this is more useful - it means you can run...
2006-07-30  Giuseppe BilottaCreate rbot-0.9.10 branch
2006-07-30  Giuseppe BilottaRevert one of the cleanups from [309] that totally...
2006-07-30  Giuseppe BilottaBDB::Fatal errors in plugins are now raised to toplevel...
2006-07-29  Tom Gilbertwhitelist!
2006-07-29  Tom Gilbertbans plugin from RockMan :D
2006-07-29  Tom Gilbertjust some tiny tweaks. giuseppe! you have been busy! :)
2006-07-28  Giuseppe BilottaDo not use get_cached for RSS until we have proper...
2006-07-28  Giuseppe BilottaFix date sorting for rss plugins
2006-07-27  Giuseppe Bilottarss show will sort items by date, if possible; a specif...
2006-07-27  Giuseppe BilottaDisplay plugin status after rescan
2006-07-27  Giuseppe BilottaWe don't want to close our initial logger, since that...
2006-07-27  Giuseppe BilottaFix the location for the bot log: put it in the botclas...
2006-07-27  Giuseppe BilottaAbort if levels.rbot is badly messed up. We don't want...
2006-07-27  Giuseppe BilottaNew logging systems now works correctly even when the...
2006-07-27  Giuseppe BilottaWhitespace/comment cleanup. Use =begin / =end for very...
2006-07-27  Giuseppe BilottaRevamped logging system based on the Logger class from...
2006-07-27  Giuseppe BilottaRemove @blacklisted, not needed anymore; include filena...
2006-07-26  Giuseppe BilottaSmall cosmetic fix for trac output of non-changelog...
2006-07-26  Giuseppe Bilottaweather plugin now reports error met when displaying...
2006-07-26  Giuseppe BilottaOops, wrong way to remove the path from the module...
2006-07-26  Giuseppe BilottaLogging now also logs the filename and function it...
2006-07-26  Giuseppe BilottaGuess properly default botclass under Windows (preventi...
2006-07-26  Giuseppe BilottaProvide a handle method for plugins, so that plugin...
2006-07-26  Giuseppe BilottaWhitespace cleanup
2006-07-26  Giuseppe Bilottaserver.ping_timeout now defaults to 30 seconds
2006-07-26  Giuseppe BilottaMore robust error handling in rss.rb, also increased...
2006-07-26  Giuseppe BilottaAdd 'google' as a synonym for search
2006-07-26  Giuseppe BilottaExport the bot's plugins; this eases plugins' communica...
2006-07-26  Giuseppe BilottaAdd info about ignored plugins (blacklisted, disabled...
2006-07-25  Giuseppe BilottaMake demauro work with Ruby 1.8.4 too
2006-07-25  Giuseppe BilottaBetter reporting of plugin failures
2006-07-25  Giuseppe BilottaFix a bug in {{{help pluginfailures}}}
2006-07-25  Giuseppe BilottaNew config commands: reset (synonym for unset), add...
2006-07-25  Giuseppe BilottaFix a bug in config set (particularly important for...
2006-07-25  Giuseppe BilottaForgot to stringify an instance of key
2006-07-25  Giuseppe BilottaUse symbols internally instead of strings for config...
2006-07-25  Giuseppe BilottaInform users about plugins that failed to load; preserv...
2006-07-25  Giuseppe BilottaWhen verifying uniqueness of plugin map parameters...
2006-07-25  Giuseppe BilottaCorrect Underline and Reverse
2006-07-24  Giuseppe BilottaImplement map! properly this time
2006-07-24  Giuseppe BilottaAdd mapsvn diff method for plugins: just like map,...
2006-07-24  Giuseppe BilottaFix yet more problem reporting in rss plugin
2006-07-24  Giuseppe BilottaFix problem reporting in rss plugin
2006-07-24  Giuseppe Bilottacon:
2006-07-24  Giuseppe BilottaRSS plugin update.
2006-07-24  Giuseppe BilottaRSS plugin cleanup: printFormattedRss made more generic...
2006-07-24  Giuseppe BilottaRSS plugin now uses bold all around in the help messages
2006-07-24  Giuseppe BilottaAdd constants for Bold/Underline/Reverse/Color
2006-07-24  Giuseppe BilottaSet KCODE; UTF-8 is the future
2006-07-24  Giuseppe BilottaRevert the Struct.new-related changes because they...
2006-07-24  Giuseppe BilottaNew command system for RSS plugin
2006-07-24  Giuseppe BilottaMore RSS plugin improvements
2006-07-24  Giuseppe BilottaAdditiona work on the caching we really have to look...
2006-07-24  Giuseppe BilottaStupid upper/lowercase typo in rss plugin
2006-07-24  Giuseppe Bilotta[257] was moot, this is the propert way to prevent...
2006-07-24  Giuseppe BilottaRSS plugin is now in '''much''' better shape
2006-07-24  Giuseppe Bilottahttputil get/head/get_cached now also accept strings...
2006-07-24  Giuseppe BilottaSuppress the warnings for Struct redefinition on rescan
2006-07-24  Giuseppe BilottaCleanups and bugfixes for the RSS plugin
2006-07-23  Giuseppe BilottaInitial version of the RSS plugin. Needs lots of love
2006-07-23  Giuseppe BilottaAdd act method to messages; behaves like reply, but...
2006-07-23  Giuseppe BilottaFix yielding in {{{httputil.get}}} and {{{httputil...
2006-07-23  Giuseppe BilottaAdd debug backtrace info for HttpUtil failures
2006-07-23  Giuseppe Bilottaurban dictionary now uses get_cached. It's still slow...
2006-07-23  Giuseppe BilottaAdd get_cached method to httputil. No need to download...
2006-07-23  Giuseppe BilottaUrban requires rubyful_soup, gracefully disable the...
2006-07-23  Giuseppe BilottaUrban dictionary plugin, contributed by eean (#105)
2006-07-23  Giuseppe Bilotta{{{httputil.rb}}} now handles redirects: a step towards...
2006-07-23  Giuseppe BilottaFix a warning introduced with [245]
2006-07-22  Giuseppe BilottaImplement support for the CAPAB IDENTIFY-MSG capability...
2006-07-22  Giuseppe BilottaBetter interruption handling, saner generic exception...
2006-07-22  Giuseppe BilottaOf course, I forgot about creating the subregistry...
2006-07-22  Giuseppe BilottaOk, too hasty. Fix 'no plugins loaded on rescan' bug...
2006-07-22  Giuseppe BilottaNew configuration option plugins.blacklist holding...
2006-07-21  Giuseppe BilottaFix path creation when upgrading 0.9.9 or earlier singl...
2006-07-21  Giuseppe BilottaFix subregistry importing from single-file (0.9.9 or...
2006-07-21  Giuseppe BilottaFix private messages not working and default channel...
2006-07-21  Alexander BeisigWhoops, typo. My bad.
2006-07-21  Alexander BeisigDisabled sending URL info to the channel by default...
2006-07-21  Giuseppe BilottaFix message queue length
2006-07-21  Alexander Beisigadded default security levels for "markov" and "autoop...
2006-07-21  Giuseppe BilottaImplement new message queue system. Messages in ring...
2006-07-21  Giuseppe BilottaSmall improvement on the byterate-based throttling...
2006-07-21  Giuseppe BilottaBetter byterate-based throttling code. We really need...
2006-07-20  Giuseppe BilottaApply patch offered in #98
2006-07-20  Giuseppe BilottaFix #57
2006-07-20  Giuseppe BilottaClean up logging from the plugins
2006-07-20  Giuseppe BilottaAll lib/rbot files are now upgraded to the new logging...
next