rbot
2006-08-06  Giuseppe BilottaFix some kernel auth bugs
2006-08-06  Giuseppe BilottaWhen copying botusers, dup all the entries to prevent...
2006-08-06  Giuseppe BilottaAfter changing a botuser setting, the settings for...
2006-08-06  Giuseppe BilottaBotusers can now be copied and renamed
2006-08-06  Giuseppe BilottaBotusers can now be destroyed
2006-08-06  Giuseppe BilottaBotusers can now be created.
2006-08-06  Giuseppe BilottaUser management is now almost complete. The only missin...
2006-08-05  Alexander Beisigmake sure @commands is never nil in script.rb
2006-08-05  Alexander Beisigreworked the keywords plugin, it uses a new and less...
2006-08-05  Giuseppe Bilottaauth botmodule now allows showing all user settings...
2006-08-05  Giuseppe BilottaFix user data not being upgraded and fix a bug in the...
2006-08-05  Giuseppe BilottaFix some save/quit/rescan races
2006-08-05  Giuseppe BilottaFix a disconnect on topic change
2006-08-05  Giuseppe BilottaRename the file core.rb to reflect the new botmoulde...
2006-08-05  Giuseppe BilottaInternally rename the core botmodule to basics
2006-08-05  Giuseppe BilottaFix server casemap handling
2006-08-05  Giuseppe BilottaMinor esthetical fixups
2006-08-05  Giuseppe BilottaAuth framework now allows automatic login and login...
2006-08-05  Giuseppe BilottaAdjust auth framework to work with improved Irc framewo...
2006-08-04  Giuseppe BilottaCommit [369] was bogus. This one cleans up and sanitize...
2006-08-04  Giuseppe BilottaImprove robustness of ArrayOf; fix some inspect methods
2006-08-04  Giuseppe BilottaImprove robustness of ArrayOf; fix some inspect methods
2006-08-04  Giuseppe BilottaFreenode changes the hostmask of users after identifica...
2006-08-04  Giuseppe BilottaAhem. I should remember to test things ''before'' commi...
2006-08-04  Giuseppe BilottaAdd myself to AUTHORS in trunk too
2006-08-04  Giuseppe BilottaFix one more problem with missing COREDIR and clean...
2006-08-04  Chris GahanWhoops.. removed the automatic adding of --debug. :)
2006-08-04  Chris GahanA little handy script that launches the rbot daemon...
2006-08-04  Giuseppe BilottaSome fixes for the help system. Still not perfect,...
2006-08-04  Giuseppe BilottaFix stupid bug introduced with the new debugging messag...
2006-08-03  Alexander Beisigrenamed keywords plugin to fix inconsistency between...
2006-08-03  Giuseppe BilottaMore responsive quits and some extra debug info for...
2006-08-03  Giuseppe BilottaMake keywords.rb into a plugin and sync with 0.9.10
2006-08-03  Giuseppe BilottaFix bug when users changed nick
2006-08-03  Giuseppe BilottaInitial version of the new auth coremodule
2006-08-03  Giuseppe BilottaLots of fixes all around, in preparation for the new...
2006-08-02  Giuseppe BilottaPort [338] to trunk
2006-08-02  Giuseppe BilottaFix message handling, comment out some debug messages
2006-08-02  Giuseppe BilottaInitial factorization of botconfig into kernel function...
2006-08-02  Giuseppe BilottaFix User selection/creation
2006-08-02  Giuseppe BilottaAuth now follows the specs defined in NewAuthModule...
2006-08-02  Giuseppe BilottaModularized core now functional. Still a lot to do...
2006-08-01  Giuseppe BilottaNew modular framework is in place. Nothing works until...
2006-08-01  Giuseppe BilottaNew Irc framework: fix channel modes handling
2006-08-01  Giuseppe BilottaFirst step towards the new modularized core framework
2006-08-01  Mark KretschmannFix the "list" function. Now counts the pages correctly.
2006-08-01  Mark Kretschmannrename file
2006-08-01  Mark KretschmannRename "command" plugin to "script" plugin. Reasoning...
2006-08-01  Giuseppe BilottaSome stupid fixes
2006-08-01  Giuseppe BilottaNew Auth framework, initial commit
2006-07-31  Tom Gilbertsyncing with rbot-0.9.10 branch
2006-07-31  Giuseppe BilottaFirst shot at the new Irc framework. Bot is usable...
2006-07-31  Mark KretschmannInitial import of the "time" plugin by Ian Monroe....
2006-07-31  Mark KretschmannInitial import of my "command" plugin. Allows to create...
2006-07-31  Tom Gilbertminor "cuteness" tweak for the karma plugin.
2006-07-30  Giuseppe BilottaInitial commit of the new Irc framework. Only add the...
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.
next