summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-21Fix message queue lengthGiuseppe Bilotta
2006-07-21added default security levels for "markov" and "autoop" (!)Alexander Beisig
2006-07-21Implement new message queue system. Messages in ring 0 have top priority, oth...Giuseppe Bilotta
2006-07-21Small improvement on the byterate-based throttling codeGiuseppe Bilotta
2006-07-21Better byterate-based throttling code. We really need the separate queues thoughGiuseppe Bilotta
2006-07-20Apply patch offered in #98Giuseppe Bilotta
2006-07-20Fix #57Giuseppe Bilotta
2006-07-20Clean up logging from the pluginsGiuseppe Bilotta
2006-07-20All lib/rbot files are now upgraded to the new logging featureGiuseppe 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-20Include exception class when plugins failGiuseppe 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-18Fix a problem introduced with the new quote saving procedureGiuseppe Bilotta
2006-07-18Improve robustness while saving auth config files and channel quotesGiuseppe Bilotta
2006-07-18Some nickservs don't want the nick to be passed to them when identifyingGiuseppe Bilotta
2006-07-18rbot now properly identifies as the 'next version svn', and the gem package i...Giuseppe Bilotta
2006-07-17Fixed chucknorris.rb debug outputAlexander Beisig
2006-07-17Changes that will (hopefully) make rbot work directly from the SVN checkoutAlexander Beisig
2006-07-14Fix for #102Giuseppe Bilotta
2006-07-13ircbot shouldn't issue {{{@socket}}} commands when disconnectedGiuseppe Bilotta
2006-07-13Prevent a traceback when network is down and clearq is called. Don't know if ...Giuseppe Bilotta
2006-07-13Fix a problem with not rejoining channel after disconnect and nick taken, bec...Giuseppe Bilotta
2006-07-05Add plugin for dictionary lookup using the (Italian) De Mauro/Paravia online ...Giuseppe 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-29Improve nick management when it was takenGiuseppe 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-28Whitespace cleanupGiuseppe Bilotta
2006-06-26some small improvements to topic.rbAlexander Beisig
2006-06-26Fix issue #71 with the proposed patchGiuseppe Bilotta
2006-06-26applied patch to topic.rb by [dmp] for #100Alexander Beisig
2006-06-23Apply patch proposed in ticket #99Giuseppe 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-08Output {{{gets}}} exceptions on debugGiuseppe Bilotta
2006-06-08Improved handling of database handling and cleanup during shutdownGiuseppe Bilotta
2006-06-07The sub_registry method for BotRegistryAccessor had somehow gotten AWOL. This...Giuseppe Bilotta
2006-06-07New features (private addressing) and cleanup for the topic pluginGiuseppe Bilotta
2006-06-07Fix #65 and #95. Disable topic built-in command since the new topic plugin ha...Giuseppe Bilotta
2006-06-02fixed #85, made "chat about" more reliable by trying to avoid two word sentencesAlexander Beisig
2006-06-02fixed #83 and also fixed wrong calculation of games playedAlexander Beisig
2006-06-01Fixes #87 (from giuseppe.bilotta)Chris Gahan