Age | Commit message (Expand) | Author |
2006-07-29 | just some tiny tweaks. giuseppe! you have been busy! :) | Tom Gilbert |
2006-07-28 | Do not use get_cached for RSS until we have proper cache handling | Giuseppe Bilotta |
2006-07-28 | Fix date sorting for rss plugins | Giuseppe Bilotta |
2006-07-27 | rss show will sort items by date, if possible; a specific range of items to b... | Giuseppe Bilotta |
2006-07-27 | Display plugin status after rescan | Giuseppe Bilotta |
2006-07-27 | We don't want to close our initial logger, since that closes $stderr | Giuseppe Bilotta |
2006-07-27 | Fix the location for the bot log: put it in the botclass directory, and remov... | Giuseppe Bilotta |
2006-07-27 | Abort if levels.rbot is badly messed up. We don't want to make the bot sudden... | Giuseppe Bilotta |
2006-07-27 | New logging systems now works correctly even when the bot is daemonized | Giuseppe Bilotta |
2006-07-27 | Whitespace/comment cleanup. Use =begin / =end for very large comments. | Giuseppe Bilotta |
2006-07-27 | Revamped logging system based on the Logger class from stdlib | Giuseppe Bilotta |
2006-07-27 | Remove @blacklisted, not needed anymore; include filename in module_eval to g... | Giuseppe Bilotta |
2006-07-26 | Small cosmetic fix for trac output of non-changelog entries in RSS plugin | Giuseppe Bilotta |
2006-07-26 | weather plugin now reports error met when displaying info instead of silently... | Giuseppe Bilotta |
2006-07-26 | Oops, wrong way to remove the path from the module names; fix it, and provide... | Giuseppe Bilotta |
2006-07-26 | Logging now also logs the filename and function it's being called from | Giuseppe Bilotta |
2006-07-26 | Guess properly default botclass under Windows (preventing a backtrace at the ... | Giuseppe Bilotta |
2006-07-26 | Provide a handle method for plugins, so that plugin creators can both use map... | Giuseppe Bilotta |
2006-07-26 | Whitespace cleanup | Giuseppe Bilotta |
2006-07-26 | server.ping_timeout now defaults to 30 seconds | Giuseppe Bilotta |
2006-07-26 | More robust error handling in rss.rb, also increased the default polling valu... | Giuseppe Bilotta |
2006-07-26 | Add 'google' as a synonym for search | Giuseppe Bilotta |
2006-07-26 | Export the bot's plugins; this eases plugins' communication with each other | Giuseppe Bilotta |
2006-07-26 | Add info about ignored plugins (blacklisted, disabled, already loaded) to hel... | Giuseppe Bilotta |
2006-07-25 | Make demauro work with Ruby 1.8.4 too | Giuseppe Bilotta |
2006-07-25 | Better reporting of plugin failures | Giuseppe Bilotta |
2006-07-25 | Fix a bug in {{{help pluginfailures}}} | Giuseppe Bilotta |
2006-07-25 | New config commands: reset (synonym for unset), add <...> to <...> and rm <..... | Giuseppe Bilotta |
2006-07-25 | Fix a bug in config set (particularly important for BotConfigArrayValues) | Giuseppe Bilotta |
2006-07-25 | Forgot to stringify an instance of key | Giuseppe Bilotta |
2006-07-25 | Use symbols internally instead of strings for config keys. | Giuseppe Bilotta |
2006-07-25 | Inform users about plugins that failed to load; preserve the (supposedly) mos... | Giuseppe Bilotta |
2006-07-25 | When verifying uniqueness of plugin map parameters names, check for :param vs... | Giuseppe Bilotta |
2006-07-25 | Correct Underline and Reverse | Giuseppe Bilotta |
2006-07-24 | Implement map! properly this time | Giuseppe Bilotta |
2006-07-24 | Add mapsvn diff method for plugins: just like map, but doesn't add synonyms t... | Giuseppe Bilotta |
2006-07-24 | Fix yet more problem reporting in rss plugin | Giuseppe Bilotta |
2006-07-24 | Fix problem reporting in rss plugin | Giuseppe Bilotta |
2006-07-24 | con: | Giuseppe Bilotta |
2006-07-24 | RSS plugin update. | Giuseppe Bilotta |
2006-07-24 | RSS plugin cleanup: printFormattedRss made more generic, added 'trac' type | Giuseppe Bilotta |
2006-07-24 | RSS plugin now uses bold all around in the help messages | Giuseppe Bilotta |
2006-07-24 | Add constants for Bold/Underline/Reverse/Color | Giuseppe Bilotta |
2006-07-24 | Set KCODE; UTF-8 is the future | Giuseppe Bilotta |
2006-07-24 | Revert the Struct.new-related changes because they don't do what we want | Giuseppe Bilotta |
2006-07-24 | New command system for RSS plugin | Giuseppe Bilotta |
2006-07-24 | More RSS plugin improvements | Giuseppe Bilotta |
2006-07-24 | Additiona work on the caching we really have to look into some serious http l... | Giuseppe Bilotta |
2006-07-24 | Stupid upper/lowercase typo in rss plugin | Giuseppe Bilotta |
2006-07-24 | [257] was moot, this is the propert way to prevent Structs from being created... | Giuseppe Bilotta |