Age | Commit message (Expand) | Author |
2007-09-02 | ircbot.rb: correct Exception#pretty_print() definition | Giuseppe Bilotta |
2007-09-02 | ircbot.rb: add '/rbot' to the SOURCE_URL | Giuseppe Bilotta |
2007-09-02 | Refactor version string construction | Giuseppe Bilotta |
2007-09-02 | + ctcp_listen plugin delegate | Giuseppe Bilotta |
2007-09-02 | + cleaner support for CTCP commands | Giuseppe Bilotta |
2007-08-31 | * (timer) stop the bot timer for shutdown / rescan | Dmitry Kim |
2007-08-30 | * (timers) failures made more verbose; reverted timer.block()s in ircbot.rb | Dmitry Kim |
2007-08-30 | * (ircbot) block autosave timer during rescan/restart | Dmitry Kim |
2007-08-30 | *** (timer) new timer implementation | Dmitry Kim |
2007-08-29 | Flatten out Language module and class | Giuseppe Bilotta |
2007-08-28 | ircbot: improve quit/restart message propagation | Giuseppe Bilotta |
2007-08-27 | GetText: add Config.datadir-based locale search path. | Giuseppe Bilotta |
2007-08-26 | gettextize some more strings | Giuseppe Bilotta |
2007-08-21 | * (ircbot) remove $cl_loglevel undefined warning | Dmitry Kim |
2007-08-12 | * (ircbot) fatal typo in :badnick handler | Dmitry Kim |
2007-07-31 | New IRC Framework: WHO the channels we join, so that we get as much user info... | Giuseppe Bilotta |
2007-07-09 | integrated ruby-gettext | Yaohan Chen |
2007-04-21 | + pidfile support + command line option for pid file name | Dmitry Kim |
2007-04-12 | Try calling the interpreter explicitly on restart if exec'ing /bin/bash fails | Giuseppe Bilotta |
2007-04-12 | Stop timers when shutting down | Giuseppe Bilotta |
2007-04-12 | Define pretty_inspect for the older version of Ruby that don't have it | Giuseppe Bilotta |
2007-04-11 | use pretty printing with Logger (debug, info, warning and error messages) | Giuseppe Bilotta |
2007-04-09 | fix restarting when directory had changed | Giuseppe Bilotta |
2007-04-08 | ircbot: do not use debug in sendmsg() because it breaks script. script plugin... | Giuseppe Bilotta |
2007-04-06 | Default maximum lines to send per message is now 5 | Giuseppe Bilotta |
2007-04-05 | Fix overconservative line splitting and bug in last line truncation | Giuseppe Bilotta |
2007-04-05 | Fix a bug introduced in [830] | Giuseppe Bilotta |
2007-04-05 | Fix truncation placement for multi-line messages | Giuseppe Bilotta |
2007-04-04 | New IRC Framework: use #reverse_each() instead of #each() when clearing the l... | Giuseppe Bilotta |
2007-04-04 | minor typo fix | Tom Gilbert |
2007-03-30 | *** (httputil) major rework, new caching implementation, unified request | Dmitry Kim |
2007-03-30 | - (utils.rb) removed http_get, since it's obsoleted | Dmitry Kim |
2007-03-17 | + added support for multiple servers to try (round-robin) for unreliable ircnets | Dmitry Kim |
2007-03-17 | Plugins: rename Plugins::pluginmanager to Plugins::manager | Giuseppe Bilotta |
2007-03-16 | Plugins: move games into their own directory | Giuseppe Bilotta |
2007-03-16 | Use m.source instead of m.sourcenick whenever possible to ensure messages fro... | Giuseppe Bilotta |
2007-03-14 | Socket IO filtering: rbot can now assume UTF-8 internally. | Giuseppe Bilotta |
2007-03-10 | Allow customization of the plugins load path | Giuseppe Bilotta |
2007-03-10 | Option to change the bot IRC name, thanks to jsn- | Giuseppe Bilotta |
2007-02-24 | Try to give a meaningful quit message when quitting because of problems | Giuseppe Bilotta |
2007-02-20 | New IRC Framework: bot now keeps track of his nick correctly across disconnects | Giuseppe Bilotta |
2007-02-18 | Initial steps towards a namespace rationalization | Giuseppe Bilotta |
2007-02-18 | Plugin header boilerplating. | Giuseppe Bilotta |
2007-02-18 | More fixes for nickname handling on connection | Giuseppe Bilotta |
2007-02-17 | New IRC Framework: fix initial handling and guessing of nick/user/host for th... | Giuseppe Bilotta |
2007-02-15 | New unreplied() method for plugins that want to handle PRIVMSGs unreplied by ... | Giuseppe Bilotta |
2007-02-11 | Start work on preferring size to length: it's the same for arrays, and will b... | Giuseppe Bilotta |
2007-02-07 | Fix rbot quieting | Giuseppe Bilotta |
2007-02-06 | sendmsg improvements: default send options can now be configured via the stan... | Giuseppe Bilotta |
2007-02-06 | Create an utils subdir in core, which will store all utility files that can b... | Giuseppe Bilotta |