]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/plugins.rb
Merge pull request #4 from ahpook/rename_karma
[user/henk/code/ruby/rbot.git] / lib / rbot / plugins.rb
2020-03-27 Matthias HeckerMerge pull request #4 from ahpook/rename_karma
2015-12-15 Eric SorensonRenames the 'karma' plugin to a 'points' system
2015-07-04 Matthias Heckerwebservice: add erb template render methods
2015-06-13 Matthias Heckerplugins, improved how we lookup plugins filename
2015-03-11 Matthias Hplugins fix missing save for 1.9
2015-03-11 Matthias Hplugins: allow rescanning of one botmodule only
2014-02-24 Matthias H[registry] refactoring into a abstract and factory
2014-02-18 Matthias Hremoves bdb&tc registry; adds dbm registry
2013-11-15 Giuseppe Bilottaplugins: improve error handling on load
2010-10-04 Giuseppe BilottaDBFatal at load time deserve special treatment
2010-09-29 Giuseppe Bilotta* more BDB leaking fixed
2010-05-12 Giuseppe BilottaSurvive active_support idiocy
2009-09-06 franzruby 1.9: Exception#to_str
2009-08-11 Giuseppe BilottaBetter handling of MessageMapper failures
2009-06-16 Adam Jameslib/rbot/plugins.rb: remove executable bit
2009-02-28 Raine Virtaplugins: allow plugins whitelisting
2009-02-28 Raine Virtaplugins: refactor plugin scanning
2009-02-28 Raine VirtaSeparate @dirs containing all botmodules (plugins and...
2009-02-19 Raine Virtaremove whitespace
2009-02-15 Giuseppe Bilotta+ @bot.path and datafile methods
2008-08-08 Giuseppe Bilottaplugins.rb: use IO.read instead of readlins+join gimmicks
2008-07-14 Giuseppe Bilottaplugins.rb: commands were being delegated even from...
2008-06-17 dmitry kim* plugins.rb: avoid uninitialized warning on @priority
2008-06-07 Yaohan Chenrecommit 33c336af346dc08b4f4f4951dd6eae7150cef481 po...
2008-06-06 Yaohan ChenRevert "each plugin uses its own po file"
2008-06-06 Yaohan Cheneach plugin uses its own po file
2008-04-13 Giuseppe Bilottaplugins: rework delegate() to accept options
2008-04-12 Giuseppe Bilotta+ ModeChangeMessage class
2008-04-12 Giuseppe Bilotta+ MotdMessage class
2008-04-12 Giuseppe Bilotta+ delegate notice() for NoticeMessage
2008-04-12 Giuseppe Bilotta+ WelcomeMessage class
2008-04-12 Giuseppe Bilottaplugins: make delegate() aware of ignored and fake...
2008-04-12 doki_penevent delegation thresholds
2008-04-10 doki_penBug fix, priority order needs to be marked dirty when...
2008-04-10 Giuseppe Bilottaplugins: reinstate debug lines in privmsg()
2008-04-09 Giuseppe Bilottaplugins: mark priorities dirty on rescan
2008-04-09 doki_penAdded event priorities to modules.
2008-04-08 Giuseppe Bilottarevert previous useless commit and rdocify documentatio...
2008-04-07 Giuseppe Bilottaplugins: irc_delegate to do listen+actual delegate
2008-04-06 Giuseppe Bilottaplugins: message() delegate
2008-03-27 Giuseppe Bilottaplugins: expose the registry and the map handler as...
2008-03-27 Giuseppe Bilotta* handle invites properly -- forgot more than half...
2007-12-13 Giuseppe Bilottaplugins: register maps with full information accessible...
2007-12-13 Giuseppe Bilottaplugins: refactor common code in #map() and #map!(...
2007-11-06 Giuseppe BilottaImproved inspect methods all around
2007-09-12 Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-12 Giuseppe Bilottardocument Irc::Plugins::BotModule
2007-09-02 Giuseppe Bilottaplugins.rb: use fast delegation hash
2007-09-02 Giuseppe Bilottaplugins.rb: set up fast delegation hash
2007-09-02 Giuseppe Bilottaplugins.rb: minor #delegate() optimization
2007-09-02 Giuseppe Bilotta+ ctcp_listen plugin delegate
2007-08-26 Giuseppe BilottaReport plugin loading failues as errors, not as warnings
2007-08-26 Giuseppe BilottaRemove extra (un)bolding from 'help failed plugins...
2007-07-29 Giuseppe BilottaAdd missing space in message
2007-07-22 Yaohan Chenfixed a copy-paste error causing incorrect count of...
2007-07-14 Yaohan Chen- fixed an error due to copy and pasting causing the...
2007-07-09 Yaohan Chenintegrated ruby-gettext
2007-05-10 Dmitry Kim+ (plugins) draft implementation of event hooks
2007-03-20 Dmitry Kim* tidying up 'help ignored plugins' output
2007-03-20 Dmitry Kim* don't set @failures_shown on debug(status)
2007-03-19 Giuseppe Bilottaplugins: only show number of ignored and/or failed...
2007-03-17 Giuseppe BilottaPlugins: rename Plugins::pluginmanager to Plugins:...
2007-03-10 Giuseppe BilottaAllow customization of the plugins load path
2007-02-15 Giuseppe BilottaNew unreplied() method for plugins that want to handle...
2007-01-23 Giuseppe BilottaMemory optimizations in plugin management (useful on...
2006-10-15 Giuseppe BilottaAllow plugins to do things when the language is changed...
2006-10-02 Giuseppe BilottaFix help (one more time)
2006-09-25 Giuseppe BilottaClean up botmodule loading and command parsing and...
2006-08-17 Giuseppe BilottaFix help. For real
2006-08-16 Giuseppe BilottaFix help
2006-08-05 Giuseppe BilottaFix some save/quit/rescan races
2006-08-04 Giuseppe BilottaSome fixes for the help system. Still not perfect,...
2006-08-04 Giuseppe BilottaFix stupid bug introduced with the new debugging messag...
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 BilottaFirst step towards the new modularized core framework
2006-07-30 Giuseppe BilottaBDB::Fatal errors in plugins are now raised to toplevel...
2006-07-27 Giuseppe BilottaDisplay plugin status after rescan
2006-07-27 Giuseppe BilottaWhitespace/comment cleanup. Use =begin / =end for very...
2006-07-27 Giuseppe BilottaRemove @blacklisted, not needed anymore; include filena...
2006-07-26 Giuseppe BilottaProvide a handle method for plugins, so that plugin...
2006-07-26 Giuseppe BilottaAdd info about ignored plugins (blacklisted, disabled...
2006-07-25 Giuseppe BilottaBetter reporting of plugin failures
2006-07-25 Giuseppe BilottaFix a bug in {{{help pluginfailures}}}
2006-07-25 Giuseppe BilottaInform users about plugins that failed to load; preserv...
2006-07-24 Giuseppe BilottaImplement map! properly this time
2006-07-24 Giuseppe BilottaAdd mapsvn diff method for plugins: just like map,...
2006-07-22 Giuseppe BilottaOk, too hasty. Fix 'no plugins loaded on rescan' bug...
2006-07-22 Giuseppe BilottaNew configuration option plugins.blacklist holding...
2006-07-20 Giuseppe BilottaAll lib/rbot files are now upgraded to the new logging...
2006-07-20 Giuseppe BilottaInclude exception class when plugins fail
2006-06-08 Giuseppe BilottaImproved handling of database handling and cleanup...
2006-02-09 Tom Gilbertattempt to resolve #65
2006-01-21 Tom Gilbertbunch of changes.
2005-08-10 Tom Gilbertpatch from Alexey Froloff:
2005-08-04 Tom GilbertThu Aug 04 23:03:30 BST 2005 Tom Gilbert <tom@linuxbri...
next