load rubygems if available
[rbot] / lib / rbot / ircbot.rb
2009-03-06  Giuseppe Bilottaload rubygems if available
2009-03-03  Raine Virtaircbot: enable gettext on "restarting, back in..."
2009-02-28  Raine VirtaSeparate @dirs containing all botmodules (plugins and...
2009-02-17  Giuseppe Bilottaircbot: fix nil error variable on ServerError
2009-02-15  Giuseppe Bilotta+ @bot.path and datafile methods
2009-02-14  Giuseppe Bilottaircbot: refactor and clean up botclass dir handling
2009-02-11  Giuseppe Bilottaircbot: sendmsg filtering
2009-02-01  Giuseppe Bilottaircbot: suppress warning
2009-01-28  Giuseppe Bilottaircbot: optimize ignore loops
2009-01-28  Giuseppe Bilottaircbot: irc.ignore_channels config option
2009-01-28  Giuseppe Bilottaircbot: the reconnect must be protected
2009-01-15  Giuseppe Bilottaircbot: fix reconnect() waiting
2009-01-15  Giuseppe Bilottaircbot: SIGUSR1 forces a reconnect
2009-01-15  Giuseppe Bilottaircbot: refactor reconnection into its own method
2009-01-07  Giuseppe Bilottaircbot: handle 'Trying to reconnect too fast' server...
2008-12-12  Giuseppe Bilottaircsocket: tunable IRC penalty
2008-09-24  Giuseppe Bilottaircbot.rb: fill was_on info when delegating sent QUIT
2008-09-05  Giuseppe Bilottaquiet exception list
2008-08-19  Giuseppe BilottaIRC socket: get rid of delay/burst
2008-08-09  Giuseppe Bilotta+ handle WHOIS queries
2008-08-06  Giuseppe Bilottabasics: option to join channel after identification...
2008-07-30  Giuseppe Bilotta+ @bot.wanted_nick stores the nick wanted by the bot
2008-07-30  Giuseppe Bilottaircbot.rb: server no-color modes can be configured
2008-06-29  Giuseppe Bilotta* fix handling of IDENTIFY_MSG
2008-06-28  Giuseppe Bilottaircbot.rb: @bot.topic() can also be used to retrieve...
2008-06-26  Giuseppe Bilottaircbot.rb: make #mode()'s third argument optional
2008-06-24  Giuseppe Bilottaircbot.rb: create the appropriate directories when...
2008-06-24  Giuseppe Bilottamessage handling: improve IRC format handling for recei...
2008-06-24  Giuseppe Bilottaircbot.rb: copy missing template files on startup
2008-06-22  Giuseppe Bilotta+ strip all colours and formatting when sending to...
2008-06-22  Giuseppe Bilottaircbot.rb: ask about current channel modes on join
2008-06-20  Giuseppe Bilottaircbot.rb: ensure that the logger is flushed
2008-06-18  dmitry kim* ircbot: fix quiet/reset_quiet wrt missing args
2008-06-17  dmitry kim+ print the location of the debug log to stdout on...
2008-04-23  Giuseppe Bilottacore: refactor signal trapping, and call it from initia...
2008-04-23  Giuseppe Bilottacore: restart on SIGHUP
2008-04-17  dmitry kim* make the daemonization thing to suck less (wrt standa...
2008-04-15  dmitry kim+ ircbot logging: log_session_end on restarts, too
2008-04-15  dmitry kim* ircbot logging: fixed the logger thread wrt daemonizing
2008-04-15  dmitry kim+ ircbot logging: atomic multiline log records
2008-04-15  dmitry kim* ircbot logging: $log_queue / logger thread
2008-04-15  Giuseppe Bilottadebug logging: don't raise on SecurityError
2008-04-14  Giuseppe Bilottaircbot.rb: fix some IRC log refactoring issues
2008-04-14  Giuseppe BilottaIRC logging refactoring
2008-04-12  Giuseppe Bilotta+ UnknownMessage class
2008-04-12  Giuseppe Bilotta+ NamesMessage class
2008-04-12  Giuseppe Bilottarfc2812: parse User mode changes, even though they...
2008-04-12  Giuseppe Bilotta+ ModeChangeMessage class
2008-04-12  Giuseppe Bilotta+ MotdMessage class
2008-04-12  Giuseppe Bilotta+ delegate notice() for NoticeMessage
2008-04-12  Giuseppe Bilotta+ WelcomeMessage class
2008-04-07  Giuseppe Bilottamessage: new 'ignored' property
2008-04-07  Giuseppe Bilottaplugins: irc_delegate to do listen+actual delegate
2008-04-06  Giuseppe Bilottaplugins: message() delegate
2008-03-27  Giuseppe Bilotta* handle invites properly -- forgot more than half...
2008-03-26  Giuseppe BilottaMerge atj's auth changes
2008-03-25  Giuseppe Bilottaircbot: remove obsolete commented includes
2008-03-11  Giuseppe Bilottaircbot: don't die on SocketError during disconnect
2008-02-14  Giuseppe Bilotta* replace references to old website to references to...
2007-11-06  Giuseppe BilottaImproved inspect methods all around
2007-09-24  Giuseppe Bilottamessage.rb: logmessage method to retrieve the message...
2007-09-19  Giuseppe Bilottacore: only WHO on join if it's the bot itself joining...
2007-09-13  Giuseppe Bilottamore rdoc-ification
2007-09-13  Giuseppe Bilottanamespaces: simplify Irc::Bot::Auth manager singleton...
2007-09-12  Giuseppe Bilottanamespaces: provide backwards compatibility methods...
2007-09-12  Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-12  Giuseppe BilottaIrc::IrcSocket -> Irc::Socket
2007-09-02  Giuseppe Bilottaircbot.rb: correct Exception#pretty_print() definition
2007-09-02  Giuseppe Bilottaircbot.rb: add '/rbot' to the SOURCE_URL
2007-09-02  Giuseppe BilottaRefactor version string construction
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...
next