summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-30Revert one of the cleanups from [309] that totally hid the information on the...Giuseppe Bilotta
2006-07-30BDB::Fatal errors in plugins are now raised to toplevel; bdb lg_max increased...Giuseppe Bilotta
2006-07-29whitelist!Tom Gilbert
2006-07-29bans plugin from RockMan :DTom Gilbert
2006-07-29just some tiny tweaks. giuseppe! you have been busy! :)Tom Gilbert
2006-07-28Do not use get_cached for RSS until we have proper cache handlingGiuseppe Bilotta
2006-07-28Fix date sorting for rss pluginsGiuseppe Bilotta
2006-07-27rss show will sort items by date, if possible; a specific range of items to b...Giuseppe Bilotta
2006-07-27Display plugin status after rescanGiuseppe Bilotta
2006-07-27We don't want to close our initial logger, since that closes $stderrGiuseppe Bilotta
2006-07-27Fix the location for the bot log: put it in the botclass directory, and remov...Giuseppe Bilotta
2006-07-27Abort if levels.rbot is badly messed up. We don't want to make the bot sudden...Giuseppe Bilotta
2006-07-27New logging systems now works correctly even when the bot is daemonizedGiuseppe Bilotta
2006-07-27Whitespace/comment cleanup. Use =begin / =end for very large comments.Giuseppe Bilotta
2006-07-27Revamped logging system based on the Logger class from stdlibGiuseppe Bilotta
2006-07-27Remove @blacklisted, not needed anymore; include filename in module_eval to g...Giuseppe Bilotta
2006-07-26Small cosmetic fix for trac output of non-changelog entries in RSS pluginGiuseppe Bilotta
2006-07-26weather plugin now reports error met when displaying info instead of silently...Giuseppe Bilotta
2006-07-26Oops, wrong way to remove the path from the module names; fix it, and provide...Giuseppe Bilotta
2006-07-26Logging now also logs the filename and function it's being called fromGiuseppe Bilotta
2006-07-26Guess properly default botclass under Windows (preventing a backtrace at the ...Giuseppe Bilotta
2006-07-26Provide a handle method for plugins, so that plugin creators can both use map...Giuseppe Bilotta
2006-07-26Whitespace cleanupGiuseppe Bilotta
2006-07-26server.ping_timeout now defaults to 30 secondsGiuseppe Bilotta
2006-07-26More robust error handling in rss.rb, also increased the default polling valu...Giuseppe Bilotta
2006-07-26Add 'google' as a synonym for searchGiuseppe Bilotta
2006-07-26Export the bot's plugins; this eases plugins' communication with each otherGiuseppe Bilotta
2006-07-26Add info about ignored plugins (blacklisted, disabled, already loaded) to hel...Giuseppe Bilotta
2006-07-25Make demauro work with Ruby 1.8.4 tooGiuseppe Bilotta
2006-07-25Better reporting of plugin failuresGiuseppe Bilotta
2006-07-25Fix a bug in {{{help pluginfailures}}}Giuseppe Bilotta
2006-07-25New config commands: reset (synonym for unset), add <...> to <...> and rm <.....Giuseppe Bilotta
2006-07-25Fix a bug in config set (particularly important for BotConfigArrayValues)Giuseppe Bilotta
2006-07-25Forgot to stringify an instance of keyGiuseppe Bilotta
2006-07-25Use symbols internally instead of strings for config keys.Giuseppe Bilotta
2006-07-25Inform users about plugins that failed to load; preserve the (supposedly) mos...Giuseppe Bilotta
2006-07-25When verifying uniqueness of plugin map parameters names, check for :param vs...Giuseppe Bilotta
2006-07-25Correct Underline and ReverseGiuseppe Bilotta
2006-07-24Implement map! properly this timeGiuseppe Bilotta
2006-07-24Add mapsvn diff method for plugins: just like map, but doesn't add synonyms t...Giuseppe Bilotta
2006-07-24Fix yet more problem reporting in rss pluginGiuseppe Bilotta
2006-07-24Fix problem reporting in rss pluginGiuseppe Bilotta
2006-07-24con:Giuseppe Bilotta
2006-07-24RSS plugin update.Giuseppe Bilotta
2006-07-24RSS plugin cleanup: printFormattedRss made more generic, added 'trac' typeGiuseppe Bilotta
2006-07-24RSS plugin now uses bold all around in the help messagesGiuseppe Bilotta
2006-07-24Add constants for Bold/Underline/Reverse/ColorGiuseppe Bilotta
2006-07-24Set KCODE; UTF-8 is the futureGiuseppe Bilotta
2006-07-24Revert the Struct.new-related changes because they don't do what we wantGiuseppe Bilotta
2006-07-24New command system for RSS pluginGiuseppe Bilotta