+ ctcp_listen plugin delegate
[rbot] / lib / rbot / ircbot.rb
2007-09-02  Giuseppe Bilotta+ ctcp_listen plugin delegate
2007-09-02  Giuseppe Bilotta+ cleaner support for CTCP commands
2007-08-31  Dmitry Kim* (timer) stop the bot timer for shutdown / rescan
2007-08-30  Dmitry Kim* (timers) failures made more verbose; reverted timer...
2007-08-30  Dmitry Kim* (ircbot) block autosave timer during rescan/restart
2007-08-30  Dmitry Kim*** (timer) new timer implementation
2007-08-29  Giuseppe BilottaFlatten out Language module and class
2007-08-28  Giuseppe Bilottaircbot: improve quit/restart message propagation
2007-08-27  Giuseppe BilottaGetText: add Config.datadir-based locale search path.
2007-08-26  Giuseppe Bilottagettextize some more strings
2007-08-21  Dmitry Kim* (ircbot) remove $cl_loglevel undefined warning
2007-08-12  Dmitry Kim* (ircbot) fatal typo in :badnick handler
2007-07-31  Giuseppe BilottaNew IRC Framework: WHO the channels we join, so that...
2007-07-09  Yaohan Chenintegrated ruby-gettext
2007-04-21  Dmitry Kim+ pidfile support + command line option for pid file...
2007-04-12  Giuseppe BilottaTry calling the interpreter explicitly on restart if...
2007-04-12  Giuseppe BilottaStop timers when shutting down
2007-04-12  Giuseppe BilottaDefine pretty_inspect for the older version of Ruby...
2007-04-11  Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-04-09  Giuseppe Bilottafix restarting when directory had changed
2007-04-08  Giuseppe Bilottaircbot: do not use debug in sendmsg() because it breaks...
2007-04-06  Giuseppe BilottaDefault maximum lines to send per message is now 5
2007-04-05  Giuseppe BilottaFix overconservative line splitting and bug in last...
2007-04-05  Giuseppe BilottaFix a bug introduced in [830]
2007-04-05  Giuseppe BilottaFix truncation placement for multi-line messages
2007-04-04  Giuseppe BilottaNew IRC Framework: use #reverse_each() instead of ...
2007-04-04  Tom Gilbertminor typo fix
2007-03-30  Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-30  Dmitry Kim- (utils.rb) removed http_get, since it's obsoleted
2007-03-17  Dmitry Kim+ added support for multiple servers to try (round...
2007-03-17  Giuseppe BilottaPlugins: rename Plugins::pluginmanager to Plugins:...
2007-03-16  Giuseppe BilottaPlugins: move games into their own directory
2007-03-16  Giuseppe BilottaUse m.source instead of m.sourcenick whenever possible...
2007-03-14  Giuseppe BilottaSocket IO filtering: rbot can now assume UTF-8 internally.
2007-03-10  Giuseppe BilottaAllow customization of the plugins load path
2007-03-10  Giuseppe BilottaOption to change the bot IRC name, thanks to jsn-
2007-02-24  Giuseppe BilottaTry to give a meaningful quit message when quitting...
2007-02-20  Giuseppe BilottaNew IRC Framework: bot now keeps track of his nick...
2007-02-18  Giuseppe BilottaInitial steps towards a namespace rationalization
2007-02-18  Giuseppe BilottaPlugin header boilerplating.
2007-02-18  Giuseppe BilottaMore fixes for nickname handling on connection
2007-02-17  Giuseppe BilottaNew IRC Framework: fix initial handling and guessing...
2007-02-15  Giuseppe BilottaNew unreplied() method for plugins that want to handle...
2007-02-11  Giuseppe BilottaStart work on preferring size to length: it's the same...
2007-02-07  Giuseppe BilottaFix rbot quieting
2007-02-06  Giuseppe Bilottasendmsg improvements: default send options can now...
2007-02-06  Giuseppe BilottaCreate an utils subdir in core, which will store all...
2007-02-05  Giuseppe BilottaFix max_lines handling in new sendmsg code
2007-02-05  Giuseppe BilottaFix horrible bug in reworked sendmsg code that prevente...
2007-02-05  Giuseppe Bilottasendmsg improvements: plugins can now choose what to...
2007-02-04  Giuseppe BilottaReschedule save timer when changing core.save_every
2007-02-04  Giuseppe BilottaProperly implement maximization of raw message length
2007-01-30  Giuseppe BilottaWhitespace cleanup
2007-01-29  Giuseppe BilottaMessages from ignored users are logged to IRC logs...
2007-01-28  Giuseppe BilottaPrevious commit was too squeezy. Check actual server...
2007-01-28  Giuseppe BilottaTry to squeeze as much characters as possible on a...
2007-01-21  Giuseppe BilottaRe-enable irc.ignore_users
2007-01-12  Giuseppe BilottaTotally reworked ping timeout detection
2007-01-09  Giuseppe BilottaDowncase the irc log location, so that loggin to e...
2007-01-07  Giuseppe Bilotta[574] still had a stupid typo
2007-01-06  Giuseppe BilottaTry another fix for servers not going in ping timeout
2006-12-20  Giuseppe BilottaFix 'Unknown command' being received from server
2006-11-01  Giuseppe BilottaSSL support
2006-10-28  Giuseppe BilottaToo much stuff was being sent with each line, go back...
2006-10-27  Giuseppe BilottaPenalty-based flood protection
2006-10-15  Giuseppe BilottaSafe-save tempfiles are now created in a botclass-local...
2006-10-15  Giuseppe BilottaAllow plugins to do things when the language is changed...
2006-08-16  Giuseppe BilottaSome error handling cleanup
2006-08-06  Giuseppe BilottaThe kernel now has a @bot.kick(channel, user, msg)...
2006-08-05  Giuseppe BilottaFix user data not being upgraded and fix a bug in the...
2006-08-05  Giuseppe BilottaFix some save/quit/rescan races
2006-08-03  Giuseppe BilottaMore responsive quits and some extra debug info for...
2006-08-03  Giuseppe BilottaMake keywords.rb into a plugin and sync with 0.9.10
2006-08-03  Giuseppe BilottaLots of fixes all around, in preparation for the new...
2006-08-02  Giuseppe BilottaFix message handling, comment out some debug messages
2006-08-02  Giuseppe BilottaInitial factorization of botconfig into kernel function...
2006-08-02  Giuseppe BilottaAuth now follows the specs defined in NewAuthModule...
2006-08-02  Giuseppe BilottaModularized core now functional. Still a lot to do...
2006-08-01  Giuseppe BilottaNew modular framework is in place. Nothing works until...
2006-08-01  Giuseppe BilottaNew Irc framework: fix channel modes handling
2006-08-01  Giuseppe BilottaFirst step towards the new modularized core framework
2006-07-31  Giuseppe BilottaFirst shot at the new Irc framework. Bot is usable...
2006-07-30  Giuseppe BilottaRevert one of the cleanups from [309] that totally...
2006-07-29  Tom Gilbertjust some tiny tweaks. giuseppe! you have been busy! :)
2006-07-27  Giuseppe BilottaDisplay plugin status after rescan
2006-07-27  Giuseppe BilottaWe don't want to close our initial logger, since that...
2006-07-27  Giuseppe BilottaFix the location for the bot log: put it in the botclas...
2006-07-27  Giuseppe BilottaAbort if levels.rbot is badly messed up. We don't want...
2006-07-27  Giuseppe BilottaNew logging systems now works correctly even when the...
2006-07-27  Giuseppe BilottaRevamped logging system based on the Logger class from...
2006-07-26  Giuseppe BilottaOops, wrong way to remove the path from the module...
2006-07-26  Giuseppe BilottaLogging now also logs the filename and function it...
2006-07-26  Giuseppe BilottaGuess properly default botclass under Windows (preventi...
2006-07-26  Giuseppe Bilottaserver.ping_timeout now defaults to 30 seconds
2006-07-26  Giuseppe BilottaExport the bot's plugins; this eases plugins' communica...
2006-07-22  Giuseppe BilottaImplement support for the CAPAB IDENTIFY-MSG capability...
2006-07-22  Giuseppe BilottaBetter interruption handling, saner generic exception...
2006-07-21  Giuseppe BilottaFix private messages not working and default channel...
2006-07-21  Giuseppe BilottaImplement new message queue system. Messages in ring...
2006-07-20  Giuseppe BilottaApply patch offered in #98
next