summaryrefslogtreecommitdiff
path: root/lib/rbot/messagemapper.rb
AgeCommit message (Expand)Author
2015-12-15Renames the 'karma' plugin to a 'points' systemEric Sorenson
2015-01-12messagemapper: refactor options are really the paramsMatthias H
2014-02-21[webservice] control bot through http interfaceMatthias H
2011-06-09Mark threaded mapped messages as repliedGiuseppe Bilotta
2009-08-26ruby 1.9: fix Integer(nil)franz
2009-08-12Better handling of MessageMapper failuresGiuseppe Bilotta
2009-03-25messagemapper: include defaults in optionsGiuseppe Bilotta
2009-03-07messagemapper: fix regexp creation for double-optional templatesGiuseppe Bilotta
2009-02-19remove whitespaceRaine Virta
2008-06-24allow multi-line (artificial) messages be delegated and handledYaohan Chen
2008-05-28changed m.thread to m.in_thread, with different semanticsYaohan Chen
2008-05-27use m.thread.nil? rather than longer m.thread == nilYaohan Chen
2008-05-27add attribute BasicUserMessage#threadYaohan Chen
2008-05-01messagemapper: Regexp#mm_cleanup method instead of repeated (and wrong) progr...Giuseppe Bilotta
2008-05-01messagemapper.rb: keep options when removing captures in regexpsGiuseppe Bilotta
2008-03-12* (messagemapper) catch and report all exceptions in threaded actionsdmitry kim
2007-12-13messagemapper: fix set_auth_path() logicGiuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-12rdocument Irc::MessageMapper and Irc::MessageTemplateGiuseppe Bilotta
2007-09-11+ (plugins) :thread option for plugin.map makes an action automatically threadedDmitry Kim
2007-04-11use pretty printing with Logger (debug, info, warning and error messages)Giuseppe Bilotta
2007-02-14Make message map regexps less aggressiveGiuseppe Bilotta
2007-02-11MessageMapper: documentation cleanup, and Template enhancements (they now rem...Giuseppe Bilotta
2007-02-11Minor messagemapper optimizationsGiuseppe Bilotta
2007-02-08Message mapper: we are ony interested in matching messages that fully agree w...Giuseppe Bilotta
2007-02-04Tuning of messagemapper debug outputGiuseppe Bilotta
2007-02-02Enhance the :requirements functionality in #map() to allow regexps with captu...Giuseppe Bilotta
2007-02-02Plugin map requirements are now checked at regular expression time, not later onGiuseppe Bilotta
2007-02-02In the new message mapper code, fail unconditionally when an entry doesn't ma...Giuseppe Bilotta
2006-08-31messagemapper fix ... watch what you name your variables!Giuseppe Bilotta
2006-08-31Improve debugging output in messagemapperGiuseppe Bilotta
2006-08-31Fix messagemapper for optional argumentsGiuseppe Bilotta
2006-08-25Fix stupid bug in the new message mappingGiuseppe Bilotta
2006-08-25New implementation for the message mapper: multi-word parameters can now be r...Giuseppe Bilotta
2006-08-06Forgot the kernel fixes for previous commitGiuseppe Bilotta
2006-08-03Lots of fixes all around, in preparation for the new auth coremoduleGiuseppe Bilotta
2006-08-02Fix message handling, comment out some debug messagesGiuseppe Bilotta
2006-08-02Auth now follows the specs defined in NewAuthModule even though there is no a...Giuseppe Bilotta
2006-07-26Whitespace cleanupGiuseppe Bilotta
2006-07-25When verifying uniqueness of plugin map parameters names, check for :param vs...Giuseppe Bilotta
2006-07-24Implement map! properly this timeGiuseppe Bilotta
2005-08-12some tweaksTom Gilbert
2005-08-03Thu Aug 04 00:11:52 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-08-02 * Fixed the new http.proxy* settings, they work!Tom Gilbert
2005-07-31Sun Jul 31 02:20:08 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-29Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-27move rbot into lib - still rearranging for packaging/installationTom Gilbert