]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot
A little handy script that launches the rbot daemon from this directory (no need...
[user/henk/code/ruby/rbot.git] / lib / rbot /
2006-08-04 Chris GahanA little handy script that launches the rbot daemon...
2006-08-04 Giuseppe BilottaSome fixes for the help system. Still not perfect,...
2006-08-04 Giuseppe BilottaFix stupid bug introduced with the new debugging messag...
2006-08-03 Giuseppe BilottaMore responsive quits and some extra debug info for...
2006-08-03 Giuseppe BilottaMake keywords.rb into a plugin and sync with 0.9.10
2006-08-03 Giuseppe BilottaFix bug when users changed nick
2006-08-03 Giuseppe BilottaInitial version of the new auth coremodule
2006-08-03 Giuseppe BilottaLots of fixes all around, in preparation for the new...
2006-08-02 Giuseppe BilottaFix message handling, comment out some debug messages
2006-08-02 Giuseppe BilottaInitial factorization of botconfig into kernel function...
2006-08-02 Giuseppe BilottaFix User selection/creation
2006-08-02 Giuseppe BilottaAuth now follows the specs defined in NewAuthModule...
2006-08-02 Giuseppe BilottaModularized core now functional. Still a lot to do...
2006-08-01 Giuseppe BilottaNew modular framework is in place. Nothing works until...
2006-08-01 Giuseppe BilottaNew Irc framework: fix channel modes handling
2006-08-01 Giuseppe BilottaFirst step towards the new modularized core framework
2006-08-01 Giuseppe BilottaSome stupid fixes
2006-08-01 Giuseppe BilottaNew Auth framework, initial commit
2006-07-31 Giuseppe BilottaFirst shot at the new Irc framework. Bot is usable...
2006-07-30 Giuseppe BilottaInitial commit of the new Irc framework. Only add the...
2006-07-30 Giuseppe BilottaRevert one of the cleanups from [309] that totally...
2006-07-30 Giuseppe BilottaBDB::Fatal errors in plugins are now raised to toplevel...
2006-07-29 Tom Gilbertjust some tiny tweaks. giuseppe! you have been busy! :)
2006-07-27 Giuseppe BilottaDisplay plugin status after rescan
2006-07-27 Giuseppe BilottaWe don't want to close our initial logger, since that...
2006-07-27 Giuseppe BilottaFix the location for the bot log: put it in the botclas...
2006-07-27 Giuseppe BilottaAbort if levels.rbot is badly messed up. We don't want...
2006-07-27 Giuseppe BilottaNew logging systems now works correctly even when the...
2006-07-27 Giuseppe BilottaWhitespace/comment cleanup. Use =begin / =end for very...
2006-07-27 Giuseppe BilottaRevamped logging system based on the Logger class from...
2006-07-27 Giuseppe BilottaRemove @blacklisted, not needed anymore; include filena...
2006-07-26 Giuseppe BilottaOops, wrong way to remove the path from the module...
2006-07-26 Giuseppe BilottaLogging now also logs the filename and function it...
2006-07-26 Giuseppe BilottaGuess properly default botclass under Windows (preventi...
2006-07-26 Giuseppe BilottaProvide a handle method for plugins, so that plugin...
2006-07-26 Giuseppe BilottaWhitespace cleanup
2006-07-26 Giuseppe Bilottaserver.ping_timeout now defaults to 30 seconds
2006-07-26 Giuseppe BilottaExport the bot's plugins; this eases plugins' communica...
2006-07-26 Giuseppe BilottaAdd info about ignored plugins (blacklisted, disabled...
2006-07-25 Giuseppe BilottaBetter reporting of plugin failures
2006-07-25 Giuseppe BilottaFix a bug in {{{help pluginfailures}}}
2006-07-25 Giuseppe BilottaNew config commands: reset (synonym for unset), add...
2006-07-25 Giuseppe BilottaFix a bug in config set (particularly important for...
2006-07-25 Giuseppe BilottaForgot to stringify an instance of key
2006-07-25 Giuseppe BilottaUse symbols internally instead of strings for config...
2006-07-25 Giuseppe BilottaInform users about plugins that failed to load; preserv...
2006-07-25 Giuseppe BilottaWhen verifying uniqueness of plugin map parameters...
2006-07-25 Giuseppe BilottaCorrect Underline and Reverse
2006-07-24 Giuseppe BilottaImplement map! properly this time
2006-07-24 Giuseppe BilottaAdd mapsvn diff method for plugins: just like map,...
2006-07-24 Giuseppe BilottaAdd constants for Bold/Underline/Reverse/Color
2006-07-24 Giuseppe BilottaAdditiona work on the caching we really have to look...
2006-07-24 Giuseppe Bilottahttputil get/head/get_cached now also accept strings...
2006-07-23 Giuseppe BilottaAdd act method to messages; behaves like reply, but...
2006-07-23 Giuseppe BilottaFix yielding in {{{httputil.get}}} and {{{httputil...
2006-07-23 Giuseppe BilottaAdd debug backtrace info for HttpUtil failures
2006-07-23 Giuseppe BilottaAdd get_cached method to httputil. No need to download...
2006-07-23 Giuseppe Bilotta{{{httputil.rb}}} now handles redirects: a step towards...
2006-07-23 Giuseppe BilottaFix a warning introduced with [245]
2006-07-22 Giuseppe BilottaImplement support for the CAPAB IDENTIFY-MSG capability...
2006-07-22 Giuseppe BilottaBetter interruption handling, saner generic exception...
2006-07-22 Giuseppe BilottaOf course, I forgot about creating the subregistry...
2006-07-22 Giuseppe BilottaOk, too hasty. Fix 'no plugins loaded on rescan' bug...
2006-07-22 Giuseppe BilottaNew configuration option plugins.blacklist holding...
2006-07-21 Giuseppe BilottaFix path creation when upgrading 0.9.9 or earlier singl...
2006-07-21 Giuseppe BilottaFix subregistry importing from single-file (0.9.9 or...
2006-07-21 Giuseppe BilottaFix private messages not working and default channel...
2006-07-21 Giuseppe BilottaFix message queue length
2006-07-21 Giuseppe BilottaImplement new message queue system. Messages in ring...
2006-07-21 Giuseppe BilottaSmall improvement on the byterate-based throttling...
2006-07-21 Giuseppe BilottaBetter byterate-based throttling code. We really need...
2006-07-20 Giuseppe BilottaApply patch offered in #98
2006-07-20 Giuseppe BilottaAll lib/rbot files are now upgraded to the new logging...
2006-07-20 Giuseppe BilottaRename the former {{{log}}} method to {{{irclog}}}...
2006-07-20 Giuseppe BilottaRedirect standard streams if backgrounding was requeste...
2006-07-20 Giuseppe BilottaAdd --background option to daemonize the bot
2006-07-20 Giuseppe BilottaInclude exception class when plugins fail
2006-07-20 Giuseppe BilottaExplicitly handle BDB::Fatal errors by dumping database...
2006-07-19 Giuseppe BilottaFine-tune byterate throttling flood prevention. Better...
2006-07-19 Giuseppe BilottaImplement byterate-based flood protection
2006-07-18 Giuseppe BilottaImprove SIG(INT|TERM|HUP) handling and shutting down...
2006-07-18 Giuseppe BilottaImprove robustness while saving auth config files and...
2006-07-18 Giuseppe Bilottarbot now properly identifies as the 'next version svn...
2006-07-17 Alexander BeisigChanges that will (hopefully) make rbot work directly...
2006-07-14 Giuseppe BilottaFix for #102
2006-07-13 Giuseppe Bilottaircbot shouldn't issue {{{@socket}}} commands when...
2006-07-13 Giuseppe BilottaPrevent a traceback when network is down and clearq...
2006-07-05 Giuseppe BilottaImprove debug output for multiline error messages....
2006-06-29 Giuseppe BilottaAdd $stdout flushing to debug. This is needed to work...
2006-06-28 Giuseppe BilottaBe more tolerant for messages about channels we are...
2006-06-28 Giuseppe BilottaBetter workaround for ticket #58; now the {{{names...
2006-06-28 Giuseppe BilottaThere are now three nickserv config options (name,...
2006-06-28 Giuseppe BilottaFix issue #101
2006-06-28 Giuseppe BilottaWhitespace cleanup
2006-06-26 Giuseppe BilottaFix issue #71 with the proposed patch
2006-06-09 Alexander Beisigfixed directory structure problems with the new db...
2006-06-08 Giuseppe BilottaDo environment checkpointing and log cleanups on save...
2006-06-08 Giuseppe BilottaOutput {{{gets}}} exceptions on debug
2006-06-08 Giuseppe BilottaImproved handling of database handling and cleanup...
2006-06-07 Giuseppe BilottaThe sub_registry method for BotRegistryAccessor had...
next