summaryrefslogtreecommitdiff
path: root/lib/rbot/ircbot.rb
AgeCommit message (Expand)Author
2021-06-05bot: reorder fork sequenceGiuseppe Bilotta
2021-06-05fix: write override behaviorGiuseppe Bilotta
2021-06-05fix: restore logging of session start/endGiuseppe Bilotta
2021-06-05logger: fix STDERR recursionGiuseppe Bilotta
2021-06-05fix: stderr vs stdout write overrideGiuseppe Bilotta
2021-05-29fix: restart logger thread after forkGiuseppe Bilotta
2020-04-24refactor: remove global bot instance, closes #42Matthias Hecker
2020-04-14fix nick renaming during connectionMatthias Hecker
2020-04-14refactor: httputil no longer core module see #38Matthias Hecker
2020-03-31refactor: logger moved away from ircbot (exp.)Matthias Hecker
2020-03-28always log to stdout with debug flagMatthias Hecker
2015-06-24journal: move journal accessor in coremoduleMatthias Hecker
2015-06-20journal: start with core botmodule, api changesMatthias Hecker
2015-06-14journal, integrated in botMatthias Hecker
2015-06-13logging, print >=warning to stderrMatthias Hecker
2015-06-13logging: proper stderr logger for error/fatalMatthias Hecker
2015-03-11plugins: allow rescanning of one botmodule onlyMatthias H
2015-03-09updated copyright notice and authorsMatthias H
2014-09-03[webservice] expose webservice to pluginsM. Hecker
2014-03-06[config] adds a new param store_defaultMatthias H
2014-03-05[registry] migrate tc directory name to registry_tcMatthias Hecker
2014-03-05[ssl] fix for missing ca pathMatthias Hecker
2014-03-05[registry] use tc by-default if availableMatthias Hecker
2014-02-24[registry] refactoring into a abstract and factoryMatthias H
2014-02-24[agent] wip core mechanize agent pluginMatthias H
2014-02-21[webservice] control bot through http interfaceMatthias H
2014-02-19[registry] registry folder with suffix, added daybreak engineMatthias H
2014-02-18log fatal/error messages to stderr, but check if daemonized first!Matthias H
2014-02-18remove old/compat code no longer supportedMatthias H
2014-02-18removes bdb&tc registry; adds dbm registryMatthias H
2013-12-06workaround for broken pretty_inspectMatthias H
2013-12-04Revert "always print FATAL and ERROR logmessages to STDERR"Matthias Hecker
2013-11-14always print FATAL and ERROR logmessages to STDERRMatthias Hecker
2013-11-14allow to verify ssl connections against a CA.Matthias H
2013-11-02ruby 2.0.0: better fix for the ThreadErrorMatthias H
2013-11-02ruby 2.0.0: changes sigtrapping, fixes ThreadErrorMatthias H
2011-10-24Exit for good when getting a DBFatal errorGiuseppe Bilotta
2011-09-15Better handling of akills and other form of disconnectionsGiuseppe Bilotta
2011-06-11Saner treatment for connect errorsGiuseppe Bilotta
2011-05-03Preliminary support for the LIST commandGiuseppe Bilotta
2011-04-03* less eager quit message resetGiuseppe Bilotta
2011-01-31comments and message fixesGiuseppe Bilotta
2010-09-27* wrap BDB::Fatal classes for abstract trappingGiuseppe Bilotta
2010-03-16Tokyo Cabinet DB backendVoker57
2010-03-16DB backend optionVoker57
2010-03-16Moved DB stuff to registry/bdbVoker57
2009-12-21ircbot/rfc2812/message: Add banlist message handlingAlex Legler
2009-12-21ircbot: Delegate ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL events to pluginsAlex Legler
2009-10-21Loop until connected in reconnect()Giuseppe Bilotta
2009-08-26ruby 1.9: fix *methods.include?franz