]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/ircbot.rb
sendmsg improvements: plugins can now choose what to do with overlong messages withou...
[user/henk/code/ruby/rbot.git] / lib / rbot / ircbot.rb
2007-02-05 Giuseppe Bilottasendmsg improvements: plugins can now choose what to...
2007-02-04 Giuseppe BilottaReschedule save timer when changing core.save_every
2007-02-04 Giuseppe BilottaProperly implement maximization of raw message length
2007-01-30 Giuseppe BilottaWhitespace cleanup
2007-01-29 Giuseppe BilottaMessages from ignored users are logged to IRC logs...
2007-01-28 Giuseppe BilottaPrevious commit was too squeezy. Check actual server...
2007-01-28 Giuseppe BilottaTry to squeeze as much characters as possible on a...
2007-01-21 Giuseppe BilottaRe-enable irc.ignore_users
2007-01-12 Giuseppe BilottaTotally reworked ping timeout detection
2007-01-09 Giuseppe BilottaDowncase the irc log location, so that loggin to e...
2007-01-07 Giuseppe Bilotta[574] still had a stupid typo
2007-01-06 Giuseppe BilottaTry another fix for servers not going in ping timeout
2006-12-20 Giuseppe BilottaFix 'Unknown command' being received from server
2006-11-01 Giuseppe BilottaSSL support
2006-10-28 Giuseppe BilottaToo much stuff was being sent with each line, go back...
2006-10-27 Giuseppe BilottaPenalty-based flood protection
2006-10-15 Giuseppe BilottaSafe-save tempfiles are now created in a botclass-local...
2006-10-15 Giuseppe BilottaAllow plugins to do things when the language is changed...
2006-08-16 Giuseppe BilottaSome error handling cleanup
2006-08-06 Giuseppe BilottaThe kernel now has a @bot.kick(channel, user, msg)...
2006-08-05 Giuseppe BilottaFix user data not being upgraded and fix a bug in the...
2006-08-05 Giuseppe BilottaFix some save/quit/rescan races
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 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 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-07-31 Giuseppe BilottaFirst shot at the new Irc framework. Bot is usable...
2006-07-30 Giuseppe BilottaRevert one of the cleanups from [309] that totally...
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 BilottaRevamped logging system based on the Logger class from...
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 Bilottaserver.ping_timeout now defaults to 30 seconds
2006-07-26 Giuseppe BilottaExport the bot's plugins; this eases plugins' communica...
2006-07-22 Giuseppe BilottaImplement support for the CAPAB IDENTIFY-MSG capability...
2006-07-22 Giuseppe BilottaBetter interruption handling, saner generic exception...
2006-07-21 Giuseppe BilottaFix private messages not working and default channel...
2006-07-21 Giuseppe BilottaImplement new message queue system. Messages in ring...
2006-07-20 Giuseppe BilottaApply patch offered in #98
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 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-13 Giuseppe Bilottaircbot shouldn't issue {{{@socket}}} commands when...
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-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 BilottaImproved handling of database handling and cleanup...
2006-06-07 Giuseppe BilottaFix #65 and #95. Disable topic built-in command since...
2006-02-08 Tom Gilbertbug pointed on in #64, hopefully now resolved.
2006-02-05 Tom Gilbertoops bug
2006-01-21 Tom Gilbertbunch of changes.
2005-11-14 Tom Gilberttry this better fix
2005-11-04 Tom Gilbertmore escaping
2005-11-04 Tom Gilbertwindows hates logging to files with : in them :p
2005-10-13 Tom Gilbertvarious outstanding changes
2005-09-09 Tom Gilberttimestamp debug logs
2005-09-07 Tom Gilbertbetter win32 fix
2005-09-07 Tom Gilbertwin32 thing for signal handling
2005-09-05 Tom Gilbertbetter failure to connect behaviour
2005-08-30 Tom Gilbertreconnect one connect failures too. Examples are tempor...
2005-08-28 Tom Gilbertfix ping/pong/reconnect issue reported in #20
2005-08-27 Tom Gilbertbetter setup for ping timeouts.
2005-08-27 Tom Gilbertfix for ticket #17
2005-08-27 Tom Gilbertreworked that last patch, now rbot pings the server...
2005-08-27 Tom Gilbertpatch from ticket #19 modified and applied - thanks :)
2005-08-24 Tom Gilbertegads, Etc.getlogin returns the real login, so if you...
2005-08-24 Tom Gilbertattempt fix for annoying exception issue
2005-08-24 Tom Gilbertapplied patch from ticket #15, and added .inspect to...
2005-08-21 Tom GilbertSun Aug 21 13:29:55 BST 2005 Tom Gilbert <tom@linuxbri...
2005-08-10 Tom Gilbertpatch from Alexey Froloff to use homedir from /etc...
2005-08-07 Tom GilbertSun Aug 07 17:53:06 BST 2005 Tom Gilbert <tom@linuxbri...
2005-08-07 Tom GilbertSun Aug 07 15:11:07 BST 2005 Tom Gilbert <tom@linuxbri...
2005-08-05 Tom Gilbertreleasing 0.9.9
2005-08-04 Tom GilbertThu Aug 04 23:03:30 BST 2005 Tom Gilbert <tom@linuxbri...
2005-08-03 Tom GilbertThu Aug 04 00:11:52 BST 2005 Tom Gilbert <tom@linuxbri...
2005-08-03 Tom GilbertWed Aug 03 15:25:07 BST 2005 Tom Gilbert <tom@linuxbri...
2005-08-02 Tom GilbertWed Aug 03 00:31:41 BST 2005 Tom Gilbert <tom@linuxbri...
2005-08-02 Tom Gilbert * Fixed the new http.proxy* settings, they work!
2005-07-31 Tom GilbertSun Jul 31 02:20:08 BST 2005 Tom Gilbert <tom@linuxbri...
next