Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Giuseppe Bilotta | |
plugin: handle all Exceptions. | |||
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 ↵ | Giuseppe Bilotta | |
list of users and channels on a server, otherwise only half of the items get deleted | |||
2007-04-04 | minor typo fix | Tom Gilbert | |
2007-03-30 | *** (httputil) major rework, new caching implementation, unified request | Dmitry Kim | |
processing + (httputil) post support, partial request support, other features - (httputil) removed partial_body() and get_cached() [merged into get()] * (plugins/, utils) minimal changes to accomodate for the new http_utils * (utils, ircbot) moved utils initialization into utils.rb * (tube.rb) (partially) accomodate for upstream site layout changes | |||
2007-03-30 | - (utils.rb) removed http_get, since it's obsoleted | Dmitry Kim | |
+ (utils.rb) added @@bot class variable * (utils.rb) get_first_pars should return a value * (plugins) no need to pass http_util to the Utils.get_first_pars | |||
2007-03-17 | + added support for multiple servers to try (round-robin) for unreliable ircnets | Dmitry Kim | |
* changed server.name/port to server.list (with config upgrade automation, too) | |||
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 ↵ | Giuseppe Bilotta | |
from servers don't cause stupid backtraces | |||
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 | |
New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case. Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert. | |||
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 ↵ | Giuseppe Bilotta | |
the bot on connection | |||
2007-02-15 | New unreplied() method for plugins that want to handle PRIVMSGs unreplied by ↵ | Giuseppe Bilotta | |
any other plugin. Use it in the keywords plugin | |||
2007-02-11 | Start work on preferring size to length: it's the same for arrays, and will ↵ | Giuseppe Bilotta | |
be more correct in most cases when proper support for multibyte strings will be implemented (via package or because of ruby 2) | |||
2007-02-07 | Fix rbot quieting | Giuseppe Bilotta | |
2007-02-06 | sendmsg improvements: default send options can now be configured via the ↵ | Giuseppe Bilotta | |
standard bot config mechanism. Maximum lines are also properly enforced | |||
2007-02-06 | Create an utils subdir in core, which will store all utility files that can ↵ | Giuseppe Bilotta | |
be reloaded without quitting the bot, and move httputil and utils to it | |||
2007-02-05 | Fix max_lines handling in new sendmsg code | Giuseppe Bilotta | |
2007-02-05 | Fix horrible bug in reworked sendmsg code that prevented it from working ↵ | Giuseppe Bilotta | |
correctly with messages with embedded newlines | |||
2007-02-05 | sendmsg improvements: plugins can now choose what to do with overlong ↵ | Giuseppe Bilotta | |
messages without having to resort to custom solutions | |||
2007-02-04 | Reschedule save timer when changing core.save_every | Giuseppe Bilotta | |
2007-02-04 | Properly implement maximization of raw message length | Giuseppe Bilotta | |
2007-01-30 | Whitespace cleanup | Giuseppe Bilotta | |
2007-01-29 | Messages from ignored users are logged to IRC logs, even though no other ↵ | Giuseppe Bilotta | |
action is taken. This allows rbot logs to be used for ircstats | |||
2007-01-28 | Previous commit was too squeezy. Check actual server limits | Giuseppe Bilotta | |
2007-01-28 | Try to squeeze as much characters as possible on a single line | Giuseppe Bilotta | |
2007-01-21 | Re-enable irc.ignore_users | Giuseppe Bilotta | |
2007-01-12 | Totally reworked ping timeout detection | Giuseppe Bilotta | |
2007-01-09 | Downcase the irc log location, so that loggin to e.g. #Channel and #channel ↵ | Giuseppe Bilotta | |
go the same place | |||
2007-01-07 | [574] still had a stupid typo | Giuseppe Bilotta | |
2007-01-06 | Try another fix for servers not going in ping timeout | Giuseppe Bilotta | |
2006-12-20 | Fix 'Unknown command' being received from server | Giuseppe Bilotta | |
2006-11-01 | SSL support | Giuseppe Bilotta | |
2006-10-28 | Too much stuff was being sent with each line, go back to 400 bytes max | Giuseppe Bilotta | |