Age | Commit message (Expand) | Author |
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 | 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 | 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 | 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 | Add constants for Bold/Underline/Reverse/Color | 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 | httputil get/head/get_cached now also accept strings and not just URIs | Giuseppe Bilotta |
2006-07-23 | Add act method to messages; behaves like reply, but does a CTCP action | Giuseppe Bilotta |
2006-07-23 | Fix yielding in {{{httputil.get}}} and {{{httputil.head}}} and usage of [] in... | Giuseppe Bilotta |
2006-07-23 | Add debug backtrace info for HttpUtil failures | Giuseppe Bilotta |
2006-07-23 | Add get_cached method to httputil. No need to download the same page over and... | Giuseppe Bilotta |
2006-07-23 | {{{httputil.rb}}} now handles redirects: a step towards #105, can be used als... | Giuseppe Bilotta |
2006-07-23 | Fix a warning introduced with [245] | Giuseppe Bilotta |
2006-07-22 | Implement support for the CAPAB IDENTIFY-MSG capability available on some ser... | Giuseppe Bilotta |
2006-07-22 | Better interruption handling, saner generic exception handling | Giuseppe Bilotta |
2006-07-22 | Of course, I forgot about creating the subregistry directories for brand new ... | Giuseppe Bilotta |
2006-07-22 | Ok, too hasty. Fix 'no plugins loaded on rescan' bug introduced by previous p... | Giuseppe Bilotta |
2006-07-22 | New configuration option plugins.blacklist holding an array of plugins to be ... | Giuseppe Bilotta |
2006-07-21 | Fix path creation when upgrading 0.9.9 or earlier single-db registry | Giuseppe Bilotta |
2006-07-21 | Fix subregistry importing from single-file (0.9.9 or older) plugin database | Giuseppe Bilotta |
2006-07-21 | Fix private messages not working and default channel names for the message queue | Giuseppe Bilotta |
2006-07-21 | Fix message queue length | Giuseppe Bilotta |
2006-07-21 | Implement new message queue system. Messages in ring 0 have top priority, oth... | Giuseppe Bilotta |
2006-07-21 | Small improvement on the byterate-based throttling code | Giuseppe Bilotta |
2006-07-21 | Better byterate-based throttling code. We really need the separate queues though | Giuseppe Bilotta |
2006-07-20 | Apply patch offered in #98 | Giuseppe Bilotta |
2006-07-20 | All lib/rbot files are now upgraded to the new logging feature | Giuseppe Bilotta |