Age | Commit message (Expand) | Author |
2007-02-20 | New IRC Framework: bot now keeps track of his nick correctly across disconnects | Giuseppe Bilotta |
2007-02-18 | Initial steps towards a namespace rationalization | Giuseppe Bilotta |
2007-02-18 | Plugin header boilerplating. | Giuseppe Bilotta |
2007-02-18 | More fixes for nickname handling on connection | Giuseppe Bilotta |
2007-02-17 | New IRC Framework: fix initial handling and guessing of nick/user/host for th... | Giuseppe Bilotta |
2007-02-15 | New unreplied() method for plugins that want to handle PRIVMSGs unreplied by ... | Giuseppe Bilotta |
2007-02-11 | Start work on preferring size to length: it's the same for arrays, and will b... | Giuseppe Bilotta |
2007-02-07 | Fix rbot quieting | Giuseppe Bilotta |
2007-02-06 | sendmsg improvements: default send options can now be configured via the stan... | Giuseppe Bilotta |
2007-02-06 | Create an utils subdir in core, which will store all utility files that can b... | Giuseppe Bilotta |
2007-02-05 | Fix max_lines handling in new sendmsg code | Giuseppe Bilotta |
2007-02-05 | Fix horrible bug in reworked sendmsg code that prevented it from working corr... | Giuseppe Bilotta |
2007-02-05 | sendmsg improvements: plugins can now choose what to do with overlong message... | Giuseppe Bilotta |
2007-02-04 | Reschedule save timer when changing core.save_every | Giuseppe Bilotta |
2007-02-04 | Properly implement maximization of raw message length | Giuseppe Bilotta |
2007-01-30 | Whitespace cleanup | Giuseppe Bilotta |
2007-01-29 | Messages from ignored users are logged to IRC logs, even though no other acti... | Giuseppe Bilotta |
2007-01-28 | Previous commit was too squeezy. Check actual server limits | Giuseppe Bilotta |
2007-01-28 | Try to squeeze as much characters as possible on a single line | Giuseppe Bilotta |
2007-01-21 | Re-enable irc.ignore_users | Giuseppe Bilotta |
2007-01-12 | Totally reworked ping timeout detection | Giuseppe Bilotta |
2007-01-09 | Downcase the irc log location, so that loggin to e.g. #Channel and #channel g... | Giuseppe Bilotta |
2007-01-07 | [574] still had a stupid typo | Giuseppe Bilotta |
2007-01-06 | Try another fix for servers not going in ping timeout | Giuseppe Bilotta |
2006-12-20 | Fix 'Unknown command' being received from server | Giuseppe Bilotta |
2006-11-01 | SSL support | Giuseppe Bilotta |
2006-10-28 | Too much stuff was being sent with each line, go back to 400 bytes max | Giuseppe Bilotta |
2006-10-27 | Penalty-based flood protection | Giuseppe Bilotta |
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 |