summaryrefslogtreecommitdiff
path: root/lib/rbot/ircbot.rb
AgeCommit message (Expand)Author
2006-08-16Some error handling cleanupGiuseppe Bilotta
2006-08-06The kernel now has a @bot.kick(channel, user, msg) methodGiuseppe Bilotta
2006-08-05Fix user data not being upgraded and fix a bug in the login-by-mask codeGiuseppe Bilotta
2006-08-05Fix some save/quit/rescan racesGiuseppe Bilotta
2006-08-03More responsive quits and some extra debug info for the new irc frameworkGiuseppe Bilotta
2006-08-03Make keywords.rb into a plugin and sync with 0.9.10Giuseppe Bilotta
2006-08-03Lots of fixes all around, in preparation for the new auth coremoduleGiuseppe Bilotta
2006-08-02Fix message handling, comment out some debug messagesGiuseppe Bilotta
2006-08-02Initial factorization of botconfig into kernel functionality and a coremoduleGiuseppe Bilotta
2006-08-02Auth now follows the specs defined in NewAuthModule even though there is no a...Giuseppe Bilotta
2006-08-02Modularized core now functional. Still a lot to do and auth missing, but the ...Giuseppe Bilotta
2006-08-01New modular framework is in place. Nothing works until core/auth.rb is done, ...Giuseppe Bilotta
2006-08-01New Irc framework: fix channel modes handlingGiuseppe Bilotta
2006-08-01First step towards the new modularized core frameworkGiuseppe Bilotta
2006-07-31First shot at the new Irc framework. Bot is usable (sort of), but not all fun...Giuseppe Bilotta
2006-07-30Revert one of the cleanups from [309] that totally hid the information on the...Giuseppe Bilotta
2006-07-29just some tiny tweaks. giuseppe! you have been busy! :)Tom Gilbert
2006-07-27Display plugin status after rescanGiuseppe Bilotta
2006-07-27We don't want to close our initial logger, since that closes $stderrGiuseppe Bilotta
2006-07-27Fix the location for the bot log: put it in the botclass directory, and remov...Giuseppe Bilotta
2006-07-27Abort if levels.rbot is badly messed up. We don't want to make the bot sudden...Giuseppe Bilotta
2006-07-27New logging systems now works correctly even when the bot is daemonizedGiuseppe Bilotta
2006-07-27Revamped logging system based on the Logger class from stdlibGiuseppe Bilotta
2006-07-26Oops, wrong way to remove the path from the module names; fix it, and provide...Giuseppe Bilotta
2006-07-26Logging now also logs the filename and function it's being called fromGiuseppe Bilotta
2006-07-26Guess properly default botclass under Windows (preventing a backtrace at the ...Giuseppe Bilotta
2006-07-26server.ping_timeout now defaults to 30 secondsGiuseppe Bilotta
2006-07-26Export the bot's plugins; this eases plugins' communication with each otherGiuseppe Bilotta
2006-07-22Implement support for the CAPAB IDENTIFY-MSG capability available on some ser...Giuseppe Bilotta
2006-07-22Better interruption handling, saner generic exception handlingGiuseppe Bilotta
2006-07-21Fix private messages not working and default channel names for the message queueGiuseppe Bilotta
2006-07-21Implement new message queue system. Messages in ring 0 have top priority, oth...Giuseppe Bilotta
2006-07-20Apply patch offered in #98Giuseppe Bilotta
2006-07-20Rename the former {{{log}}} method to {{{irclog}}} and introduce new logging ...Giuseppe Bilotta
2006-07-20Redirect standard streams if backgrounding was requested even if the fork failedGiuseppe Bilotta
2006-07-20Add --background option to daemonize the botGiuseppe Bilotta
2006-07-20Explicitly handle BDB::Fatal errors by dumping database stats and restartingGiuseppe Bilotta
2006-07-19Fine-tune byterate throttling flood prevention. Better than before, but still...Giuseppe Bilotta
2006-07-19Implement byterate-based flood protectionGiuseppe Bilotta
2006-07-18Improve SIG(INT|TERM|HUP) handling and shutting down sequenceGiuseppe Bilotta
2006-07-13ircbot shouldn't issue {{{@socket}}} commands when disconnectedGiuseppe Bilotta
2006-07-05Improve debug output for multiline error messages. Improve exception handling...Giuseppe Bilotta
2006-06-29Add $stdout flushing to debug. This is needed to work around some 'laggy cons...Giuseppe Bilotta
2006-06-28Be more tolerant for messages about channels we are not in, but still signal ...Giuseppe Bilotta
2006-06-28Better workaround for ticket #58; now the {{{names}}} delegationg passes on t...Giuseppe Bilotta
2006-06-28There are now three nickserv config options (name, ident_request, wait). The ...Giuseppe Bilotta
2006-06-28Fix issue #101Giuseppe Bilotta
2006-06-09fixed directory structure problems with the new db code (#73, comment at #59)Alexander Beisig
2006-06-08Do environment checkpointing and log cleanups on save. This should prevent lo...Giuseppe Bilotta
2006-06-08Improved handling of database handling and cleanup during shutdownGiuseppe Bilotta