Age | Commit message (Expand) | Author |
2006-08-04 | Improve robustness of ArrayOf; fix some inspect methods | Giuseppe Bilotta |
2006-08-04 | Improve robustness of ArrayOf; fix some inspect methods | Giuseppe Bilotta |
2006-08-04 | Freenode changes the hostmask of users after identification. Do not fail when... | Giuseppe Bilotta |
2006-08-04 | Ahem. I should remember to test things ''before'' committing, not after. Fix ... | Giuseppe Bilotta |
2006-08-04 | Fix one more problem with missing COREDIR and clean up setup.rb | Giuseppe Bilotta |
2006-08-04 | A little handy script that launches the rbot daemon from this directory (no n... | Chris Gahan |
2006-08-04 | Some fixes for the help system. Still not perfect, but better than before | Giuseppe Bilotta |
2006-08-04 | Fix stupid bug introduced with the new debugging messages. switch to kind_of?... | 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 | Fix bug when users changed nick | Giuseppe Bilotta |
2006-08-03 | Initial version of the new auth coremodule | 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 | Fix User selection/creation | 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-08-01 | Some stupid fixes | Giuseppe Bilotta |
2006-08-01 | New Auth framework, initial commit | 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 | Initial commit of the new Irc framework. Only add the file, no changes to the... | Giuseppe Bilotta |
2006-07-30 | Revert one of the cleanups from [309] that totally hid the information on the... | Giuseppe Bilotta |
2006-07-30 | BDB::Fatal errors in plugins are now raised to toplevel; bdb lg_max increased... | 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 | Whitespace/comment cleanup. Use =begin / =end for very large comments. | Giuseppe Bilotta |
2006-07-27 | Revamped logging system based on the Logger class from stdlib | Giuseppe Bilotta |
2006-07-27 | Remove @blacklisted, not needed anymore; include filename in module_eval to g... | 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 | Provide a handle method for plugins, so that plugin creators can both use map... | Giuseppe Bilotta |
2006-07-26 | Whitespace cleanup | 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-26 | Add info about ignored plugins (blacklisted, disabled, already loaded) to hel... | Giuseppe Bilotta |
2006-07-25 | Better reporting of plugin failures | Giuseppe Bilotta |
2006-07-25 | Fix a bug in {{{help pluginfailures}}} | Giuseppe Bilotta |
2006-07-25 | New config commands: reset (synonym for unset), add <...> to <...> and rm <..... | Giuseppe Bilotta |
2006-07-25 | Fix a bug in config set (particularly important for BotConfigArrayValues) | Giuseppe Bilotta |
2006-07-25 | Forgot to stringify an instance of key | Giuseppe Bilotta |
2006-07-25 | Use symbols internally instead of strings for config keys. | Giuseppe Bilotta |