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