summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-24Cleanups and bugfixes for the RSS pluginGiuseppe Bilotta
2006-07-23Initial version of the RSS plugin. Needs lots of loveGiuseppe Bilotta
2006-07-23Add act method to messages; behaves like reply, but does a CTCP actionGiuseppe Bilotta
2006-07-23Fix yielding in {{{httputil.get}}} and {{{httputil.head}}} and usage of [] in...Giuseppe Bilotta
2006-07-23Add debug backtrace info for HttpUtil failuresGiuseppe Bilotta
2006-07-23urban dictionary now uses get_cached. It's still slow, though, so we can safe...Giuseppe Bilotta
2006-07-23Add get_cached method to httputil. No need to download the same page over and...Giuseppe Bilotta
2006-07-23Urban requires rubyful_soup, gracefully disable the plugin if it can't be foundGiuseppe Bilotta
2006-07-23Urban dictionary plugin, contributed by eean (#105)Giuseppe Bilotta
2006-07-23{{{httputil.rb}}} now handles redirects: a step towards #105, can be used als...Giuseppe Bilotta
2006-07-23Fix a warning introduced with [245]Giuseppe 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-22Of course, I forgot about creating the subregistry directories for brand new ...Giuseppe Bilotta
2006-07-22Ok, too hasty. Fix 'no plugins loaded on rescan' bug introduced by previous p...Giuseppe Bilotta
2006-07-22New configuration option plugins.blacklist holding an array of plugins to be ...Giuseppe Bilotta
2006-07-21Fix path creation when upgrading 0.9.9 or earlier single-db registryGiuseppe Bilotta
2006-07-21Fix subregistry importing from single-file (0.9.9 or older) plugin databaseGiuseppe Bilotta
2006-07-21Fix private messages not working and default channel names for the message queueGiuseppe Bilotta
2006-07-21Whoops, typo. My bad.Alexander Beisig
2006-07-21Disabled sending URL info to the channel by default, as several people Alexander Beisig
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