2008-04-13 |
Giuseppe Bilotta | plugins: rework delegate() to accept options |
blob | commitdiff | raw |
2008-04-12 |
Giuseppe Bilotta | + ModeChangeMessage class |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Giuseppe Bilotta | + MotdMessage class |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Giuseppe Bilotta | + delegate notice() for NoticeMessage |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Giuseppe Bilotta | + WelcomeMessage class |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Giuseppe Bilotta | plugins: make delegate() aware of ignored and fake... |
blob | commitdiff | raw | diff to current |
2008-04-12 |
doki_pen | event delegation thresholds |
blob | commitdiff | raw | diff to current |
2008-04-10 |
doki_pen | Bug fix, priority order needs to be marked dirty when... |
blob | commitdiff | raw | diff to current |
2008-04-10 |
Giuseppe Bilotta | plugins: reinstate debug lines in privmsg() |
blob | commitdiff | raw | diff to current |
2008-04-09 |
Giuseppe Bilotta | plugins: mark priorities dirty on rescan |
blob | commitdiff | raw | diff to current |
2008-04-09 |
doki_pen | Added event priorities to modules. |
blob | commitdiff | raw | diff to current |
2008-04-08 |
Giuseppe Bilotta | revert previous useless commit and rdocify documentatio... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Giuseppe Bilotta | plugins: irc_delegate to do listen+actual delegate |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Giuseppe Bilotta | plugins: message() delegate |
blob | commitdiff | raw | diff to current |
2008-03-27 |
Giuseppe Bilotta | plugins: expose the registry and the map handler as... |
blob | commitdiff | raw | diff to current |
2008-03-27 |
Giuseppe Bilotta | * handle invites properly -- forgot more than half... |
blob | commitdiff | raw | diff to current |
2007-12-13 |
Giuseppe Bilotta | plugins: register maps with full information accessible... |
blob | commitdiff | raw | diff to current |
2007-12-13 |
Giuseppe Bilotta | plugins: refactor common code in #map() and #map!(... |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Giuseppe Bilotta | Improved inspect methods all around |
blob | commitdiff | raw | diff to current |
2007-09-12 |
Giuseppe Bilotta | namespaces: move rbot-specific classes and modules... |
blob | commitdiff | raw | diff to current |
2007-09-12 |
Giuseppe Bilotta | rdocument Irc::Plugins::BotModule |
blob | commitdiff | raw | diff to current |
2007-09-02 |
Giuseppe Bilotta | plugins.rb: use fast delegation hash |
blob | commitdiff | raw | diff to current |
2007-09-02 |
Giuseppe Bilotta | plugins.rb: set up fast delegation hash |
blob | commitdiff | raw | diff to current |
2007-09-02 |
Giuseppe Bilotta | plugins.rb: minor #delegate() optimization |
blob | commitdiff | raw | diff to current |
2007-09-02 |
Giuseppe Bilotta | + ctcp_listen plugin delegate |
blob | commitdiff | raw | diff to current |
2007-08-26 |
Giuseppe Bilotta | Report plugin loading failues as errors, not as warnings |
blob | commitdiff | raw | diff to current |
2007-08-26 |
Giuseppe Bilotta | Remove extra (un)bolding from 'help failed plugins... |
blob | commitdiff | raw | diff to current |
2007-07-29 |
Giuseppe Bilotta | Add missing space in message |
blob | commitdiff | raw | diff to current |
2007-07-22 |
Yaohan Chen | fixed a copy-paste error causing incorrect count of... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Yaohan Chen | - fixed an error due to copy and pasting causing the... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Yaohan Chen | integrated ruby-gettext |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Dmitry Kim | + (plugins) draft implementation of event hooks |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Dmitry Kim | * tidying up 'help ignored plugins' output |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Dmitry Kim | * don't set @failures_shown on debug(status) |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Giuseppe Bilotta | plugins: only show number of ignored and/or failed... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Giuseppe Bilotta | Plugins: rename Plugins::pluginmanager to Plugins:... |
blob | commitdiff | raw | diff to current |
2007-03-10 |
Giuseppe Bilotta | Allow customization of the plugins load path |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Giuseppe Bilotta | New unreplied() method for plugins that want to handle... |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Giuseppe Bilotta | Memory optimizations in plugin management (useful on... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Giuseppe Bilotta | Allow plugins to do things when the language is changed... |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Giuseppe Bilotta | Fix help (one more time) |
blob | commitdiff | raw | diff to current |
2006-09-25 |
Giuseppe Bilotta | Clean up botmodule loading and command parsing and... |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Giuseppe Bilotta | Fix help. For real |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Giuseppe Bilotta | Fix help |
blob | commitdiff | raw | diff to current |
2006-08-05 |
Giuseppe Bilotta | Fix some save/quit/rescan races |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Giuseppe Bilotta | Some fixes for the help system. Still not perfect,... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Giuseppe Bilotta | Fix stupid bug introduced with the new debugging messag... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Giuseppe Bilotta | Lots of fixes all around, in preparation for the new... |
blob | commitdiff | raw | diff to current |
2006-08-02 |
Giuseppe Bilotta | Fix message handling, comment out some debug messages |
blob | commitdiff | raw | diff to current |
2006-08-02 |
Giuseppe Bilotta | Initial factorization of botconfig into kernel function... |
blob | commitdiff | raw | diff to current |
2006-08-02 |
Giuseppe Bilotta | Auth now follows the specs defined in NewAuthModule... |
blob | commitdiff | raw | diff to current |
2006-08-02 |
Giuseppe Bilotta | Modularized core now functional. Still a lot to do... |
blob | commitdiff | raw | diff to current |
2006-08-01 |
Giuseppe Bilotta | New modular framework is in place. Nothing works until... |
blob | commitdiff | raw | diff to current |
2006-08-01 |
Giuseppe Bilotta | First step towards the new modularized core framework |
blob | commitdiff | raw | diff to current |
2006-07-30 |
Giuseppe Bilotta | BDB::Fatal errors in plugins are now raised to toplevel... |
blob | commitdiff | raw | diff to current |
2006-07-27 |
Giuseppe Bilotta | Display plugin status after rescan |
blob | commitdiff | raw | diff to current |
2006-07-27 |
Giuseppe Bilotta | Whitespace/comment cleanup. Use =begin / =end for very... |
blob | commitdiff | raw | diff to current |
2006-07-27 |
Giuseppe Bilotta | Remove @blacklisted, not needed anymore; include filena... |
blob | commitdiff | raw | diff to current |
2006-07-26 |
Giuseppe Bilotta | Provide a handle method for plugins, so that plugin... |
blob | commitdiff | raw | diff to current |
2006-07-26 |
Giuseppe Bilotta | Add info about ignored plugins (blacklisted, disabled... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Giuseppe Bilotta | Better reporting of plugin failures |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Giuseppe Bilotta | Fix a bug in {{{help pluginfailures}}} |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Giuseppe Bilotta | Inform users about plugins that failed to load; preserv... |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Giuseppe Bilotta | Implement map! properly this time |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Giuseppe Bilotta | Add mapsvn diff method for plugins: just like map,... |
blob | commitdiff | raw | diff to current |
2006-07-22 |
Giuseppe Bilotta | Ok, too hasty. Fix 'no plugins loaded on rescan' bug... |
blob | commitdiff | raw | diff to current |
2006-07-22 |
Giuseppe Bilotta | New configuration option plugins.blacklist holding... |
blob | commitdiff | raw | diff to current |
2006-07-20 |
Giuseppe Bilotta | All lib/rbot files are now upgraded to the new logging... |
blob | commitdiff | raw | diff to current |
2006-07-20 |
Giuseppe Bilotta | Include exception class when plugins fail |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Giuseppe Bilotta | Improved handling of database handling and cleanup... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Tom Gilbert | attempt to resolve #65 |
blob | commitdiff | raw | diff to current |
2006-01-21 |
Tom Gilbert | bunch of changes. |
blob | commitdiff | raw | diff to current |
2005-08-10 |
Tom Gilbert | patch from Alexey Froloff: |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Tom Gilbert | Thu Aug 04 23:03:30 BST 2005 Tom Gilbert <tom@linuxbri... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Tom Gilbert | Thu Aug 04 00:11:52 BST 2005 Tom Gilbert <tom@linuxbri... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Tom Gilbert | Wed Aug 03 15:25:07 BST 2005 Tom Gilbert <tom@linuxbri... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Tom Gilbert | This change they made around TimeoutErrors really pees... |
blob | commitdiff | raw | diff to current |
2005-07-31 |
Tom Gilbert | Sun Jul 31 02:20:08 BST 2005 Tom Gilbert <tom@linuxbri... |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Tom Gilbert | Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbri... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Tom Gilbert | Thu Jul 28 23:45:26 BST 2005 Tom Gilbert <tom@linuxbri... |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Tom Gilbert | this packaging stuff seems to actually be working |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Tom Gilbert | more work on packaging, use Irc::Config module for... |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Tom Gilbert | rework various modules to use the installed directories |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Tom Gilbert | move rbot into lib - still rearranging for packaging... |
blob | commitdiff | raw | diff to current |
|