summaryrefslogtreecommitdiff
path: root/lib/rbot/message.rb
AgeCommit message (Expand)Author
2020-04-13message: add #thanks method, similar to okayMatthias Hecker
2011-05-03Preliminary support for the LIST commandGiuseppe Bilotta
2010-12-07The mIRC color for white is 0, not 16Giuseppe Bilotta
2010-08-18Fix typoRaine Virta
2010-01-25Message 'prefixed?' methodGiuseppe Bilotta
2009-12-21message: Allow forcefully prepending of the nick when replyingAlex Legler
2009-12-21ircbot/rfc2812/message: Add banlist message handlingAlex Legler
2009-12-21ircbot: Delegate ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL events to pluginsAlex Legler
2009-02-19remove whitespaceRaine Virta
2009-01-22+ (reply) config option to force reply to querySimon Hafner
2009-01-22+ (reply) add new option to control nick prefixingSimon Hafner
2008-09-05message.rb: fix the fix to message addressing logicGiuseppe Bilotta
2008-08-13message.rb: fix message addressing logicGiuseppe Bilotta
2008-08-10+ handle WHOIS queriesGiuseppe Bilotta
2008-08-09message.rb: correct @plainmessage and @message for CTCP messagesGiuseppe Bilotta
2008-07-30message.rb: fix a thinko in inspect()Giuseppe Bilotta
2008-06-29message.rb: suppress warning about duplicate methodGiuseppe Bilotta
2008-06-29* fix handling of IDENTIFY_MSGGiuseppe Bilotta
2008-06-26message.rb: saner \#inspect() for BasicUserMessage and derivativesGiuseppe Bilotta
2008-06-24allow multi-line (artificial) messages be delegated and handledYaohan Chen
2008-06-24message handling: improve IRC format handling for received messagesGiuseppe Bilotta
2008-06-23+ strip all colours and formatting when sending to a +c or +C channelGiuseppe Bilotta
2008-05-28changed m.thread to m.in_thread, with different semanticsYaohan Chen
2008-05-27add attribute BasicUserMessage#threadYaohan Chen
2008-05-20Fix m.reply() regexp check for nick presence, which failed for nicks such as ...Giuseppe Bilotta
2008-04-15IRC logging refactoringGiuseppe Bilotta
2008-04-13+ UnknownMessage classGiuseppe Bilotta
2008-04-13+ NamesMessage classGiuseppe Bilotta
2008-04-13rfc2812: parse User mode changes, even though they aren't handled yetGiuseppe Bilotta
2008-04-13+ ModeChangeMessage classGiuseppe Bilotta
2008-04-13+ MotdMessage classGiuseppe Bilotta
2008-04-12+ WelcomeMessage classGiuseppe Bilotta
2008-04-09message: force Irc color to be specificed with 2 digitsGiuseppe Bilotta
2008-04-07message: new 'ignored' propertyGiuseppe Bilotta
2008-03-27* handle invites properly -- forgot more than half the files :/Giuseppe Bilotta
2008-03-21message.rb: Regexp.escape nickname when embedding it in regexp, as nicknames ...Yaohan Chen
2008-02-22message.rb: #notify() methodGiuseppe Bilotta
2007-09-25message.rb: fix logmessage for CTCP ACTIONsGiuseppe Bilotta
2007-09-24message.rb: logmessage method to retrieve the message for logging purposesGiuseppe Bilotta
2007-09-22message.rb: fix "I'm Stupid(TM)" bug in [1100]Giuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-04New Auth Framework, New Irc Framework: convenience methods for Irc::User to r...Giuseppe Bilotta
2007-09-02message.rb: convenience method to get the botuser corresponding the message s...Giuseppe Bilotta
2007-09-02* CTCP replies always use the same CTCP command. Use the new syntax to reply ...Giuseppe Bilotta
2007-09-02* (message.rb) CTCP commands may have no parametersGiuseppe Bilotta
2007-09-02+ cleaner support for CTCP commandsGiuseppe Bilotta
2007-08-30* (message.rb) dear tango_! i think i know what r1073 was. here's my version.Dmitry Kim
2007-08-30!!! (message.rb) dear tango_! i have no idea what r1073 is! -jsn.Dmitry Kim
2007-08-30message.rb: try to handle situations where the source isn't an Irc::UserGiuseppe Bilotta
2007-08-29Put the Irc attributes back where they belongGiuseppe Bilotta