summaryrefslogtreecommitdiff
path: root/lib/rbot/ircbot.rb
AgeCommit message (Expand)Author
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
2009-08-26ruby 1.9: convert Exception to string explicitlyfranz
2009-08-26ircbot: fix indentation errorfranz
2009-08-16Suppress warnings about unitialized variablesGiuseppe Bilotta
2009-08-14ircbot: clean up ping timings on connectGiuseppe Bilotta
2009-05-21multiple plugins: Changes to remove parenthesize warnings.David Gadling
2009-05-06ircbot: reinstante @bot.channelsGiuseppe Bilotta
2009-03-06load rubygems if availableGiuseppe Bilotta
2009-03-03ircbot: enable gettext on "restarting, back in..."Raine Virta
2009-02-28Separate @dirs containing all botmodules (plugins and core modules)Raine Virta
2009-02-17ircbot: fix nil error variable on ServerErrorGiuseppe Bilotta
2009-02-15+ @bot.path and datafile methodsGiuseppe Bilotta
2009-02-15ircbot: refactor and clean up botclass dir handlingGiuseppe Bilotta
2009-02-11ircbot: sendmsg filteringGiuseppe Bilotta
2009-02-01ircbot: suppress warningGiuseppe Bilotta
2009-01-28ircbot: optimize ignore loopsGiuseppe Bilotta
2009-01-28ircbot: irc.ignore_channels config optionGiuseppe Bilotta
2009-01-28ircbot: the reconnect must be protectedGiuseppe Bilotta
2009-01-15ircbot: fix reconnect() waitingGiuseppe Bilotta
2009-01-15ircbot: SIGUSR1 forces a reconnectGiuseppe Bilotta