index
:
user/henk/code/ruby/rbot.git
fix/deprecated_gethostbyname
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rbot
/
message.rb
Age
Commit message (
Expand
)
Author
2008-04-09
message: force Irc color to be specificed with 2 digits
Giuseppe Bilotta
2008-04-07
message: new 'ignored' property
Giuseppe Bilotta
2008-03-27
* handle invites properly -- forgot more than half the files :/
Giuseppe Bilotta
2008-03-21
message.rb: Regexp.escape nickname when embedding it in regexp, as nicknames ...
Yaohan Chen
2008-02-22
message.rb: #notify() method
Giuseppe Bilotta
2007-09-25
message.rb: fix logmessage for CTCP ACTIONs
Giuseppe Bilotta
2007-09-24
message.rb: logmessage method to retrieve the message for logging purposes
Giuseppe Bilotta
2007-09-22
message.rb: fix "I'm Stupid(TM)" bug in [1100]
Giuseppe Bilotta
2007-09-12
namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*
Giuseppe Bilotta
2007-09-04
New Auth Framework, New Irc Framework: convenience methods for Irc::User to r...
Giuseppe Bilotta
2007-09-02
message.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 parameters
Giuseppe Bilotta
2007-09-02
+ cleaner support for CTCP commands
Giuseppe 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-30
message.rb: try to handle situations where the source isn't an Irc::User
Giuseppe Bilotta
2007-08-29
Put the Irc attributes back where they belong
Giuseppe Bilotta
2007-08-29
Color codes and Irc.color(fg, bg) methods to ease color display
Giuseppe Bilotta
2007-08-29
ColorRx: accept a color specification with no foreground color
Giuseppe Bilotta
2007-08-29
Add Italic (\011) constant to complement Underline, Reverse and Bold
Giuseppe Bilotta
2007-03-15
* fixed a regexp for "identify-msg" server capability ("^" was missing)
Dmitry Kim
2007-02-20
Minor message optimizations
Giuseppe Bilotta
2007-02-05
sendmsg improvements: plugins can now choose what to do with overlong message...
Giuseppe Bilotta
2007-02-04
Minor optimization in message.rb
Giuseppe Bilotta
2006-08-11
nickokay now properly selected
Giuseppe Bilotta
2006-08-11
nickreply and nickokay method, with option to let reply/okay behave like this...
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-25
Correct Underline and Reverse
Giuseppe Bilotta
2006-07-24
Add constants for Bold/Underline/Reverse/Color
Giuseppe Bilotta
2006-07-23
Add act method to messages; behaves like reply, but does a CTCP action
Giuseppe Bilotta
2006-07-23
Fix a warning introduced with [245]
Giuseppe Bilotta
2006-07-22
Implement support for the CAPAB IDENTIFY-MSG capability available on some ser...
Giuseppe Bilotta
2005-09-11
fix bug #29
Tom Gilbert
2005-08-21
Sun Aug 21 13:29:55 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
Tom Gilbert
2005-08-07
Sun Aug 07 15:11:07 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
Tom Gilbert
2005-07-27
move rbot into lib - still rearranging for packaging/installation
Tom Gilbert