ruby 2.0.0: changes sigtrapping, fixes ThreadError
[rbot] / lib / rbot / ircbot.rb
2013-11-02  Matthias Hruby 2.0.0: changes sigtrapping, fixes ThreadError
2011-10-24  Giuseppe BilottaExit for good when getting a DBFatal error
2011-09-15  Giuseppe BilottaBetter handling of akills and other form of disconnections
2011-06-11  Giuseppe BilottaSaner treatment for connect errors
2011-05-03  Giuseppe BilottaPreliminary support for the LIST command
2011-04-03  Giuseppe Bilotta* less eager quit message reset
2011-01-31  Giuseppe Bilottacomments and message fixes
2010-09-27  Giuseppe Bilotta* wrap BDB::Fatal classes for abstract trapping
2010-03-16  Voker57Tokyo Cabinet DB backend
2010-03-16  Voker57DB backend option
2010-03-16  Voker57Moved DB stuff to registry/bdb
2009-12-21  Alex Leglerircbot/rfc2812/message: Add banlist message handling
2009-12-21  Alex Leglerircbot: Delegate ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL...
2009-10-21  Giuseppe BilottaLoop until connected in reconnect()
2009-08-26  franzruby 1.9: fix *methods.include?
2009-08-26  franzruby 1.9: convert Exception to string explicitly
2009-08-26  franzircbot: fix indentation error
2009-08-16  Giuseppe BilottaSuppress warnings about unitialized variables
2009-08-14  Giuseppe Bilottaircbot: clean up ping timings on connect
2009-05-21  David Gadlingmultiple plugins: Changes to remove parenthesize warnings.
2009-05-06  Giuseppe Bilottaircbot: reinstante @bot.channels
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.
next