]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/ircbot.rb
logger: fix STDERR recursion
[user/henk/code/ruby/rbot.git] / lib / rbot / ircbot.rb
2021-06-05 Giuseppe Bilottalogger: fix STDERR recursion
2021-06-05 Giuseppe Bilottafix: stderr vs stdout write override
2021-05-29 Giuseppe Bilottafix: restart logger thread after fork
2020-04-24 Matthias Heckerrefactor: remove global bot instance, closes #42
2020-04-14 Matthias Heckerfix nick renaming during connection
2020-04-14 Matthias Heckerrefactor: httputil no longer core module see #38
2020-03-31 Matthias Heckerrefactor: logger moved away from ircbot (exp.)
2020-03-28 Matthias Heckeralways log to stdout with debug flag
2020-03-27 Matthias HeckerMerge pull request #2 from mroch/patch-1
2020-03-27 Matthias HeckerMerge pull request #4 from ahpook/rename_karma
2015-06-24 Matthias Heckerjournal: move journal accessor in coremodule
2015-06-20 Matthias Heckerjournal: start with core botmodule, api changes
2015-06-14 Matthias Heckerjournal, integrated in bot
2015-06-13 Matthias Heckerlogging, print >=warning to stderr
2015-06-13 Matthias Heckerlogging: proper stderr logger for error/fatal
2015-03-11 Matthias Hplugins: allow rescanning of one botmodule only
2015-03-09 Matthias Hupdated copyright notice and authors
2014-09-03 M. HeckerMerge branch 'fork' of github.com:4poc/rbot into fork
2014-09-03 M. Hecker[webservice] expose webservice to plugins
2014-03-06 Matthias H[config] adds a new param store_default
2014-03-05 Matthias Hecker[registry] migrate tc directory name to registry_tc
2014-03-05 Matthias Hecker[ssl] fix for missing ca path
2014-03-05 Matthias Hecker[registry] use tc by-default if available
2014-02-24 Matthias H[registry] refactoring into a abstract and factory
2014-02-24 Matthias H[agent] wip core mechanize agent plugin
2014-02-21 Matthias H[webservice] control bot through http interface
2014-02-19 Matthias H[registry] registry folder with suffix, added daybreak...
2014-02-18 Matthias Hlog fatal/error messages to stderr, but check if daemon...
2014-02-18 Matthias Hremove old/compat code no longer supported
2014-02-18 Matthias Hremoves bdb&tc registry; adds dbm registry
2013-12-06 Matthias Hworkaround for broken pretty_inspect
2013-12-04 Matthias HeckerRevert "always print FATAL and ERROR logmessages to...
2013-11-14 OblomovMerge pull request #20 from 4poc/ssl-verify
2013-11-14 Matthias Heckeralways print FATAL and ERROR logmessages to STDERR
2013-11-14 Matthias Hallow to verify ssl connections against a CA.
2013-11-02 Matthias Hruby 2.0.0: better fix for the ThreadError
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
next