Age | Commit message (Expand) | Author |
2011-09-15 | Better handling of akills and other form of disconnections | Giuseppe Bilotta |
2011-08-30 | An unparseable message from the server is a ServerError | Giuseppe Bilotta |
2011-05-03 | Preliminary support for the LIST command | Giuseppe Bilotta |
2010-03-07 | rfc2812: Fix multiple RPL_WHOISCHANNELS handling | Robin H. Johnson |
2009-12-21 | ircbot/rfc2812/message: Add banlist message handling | Alex Legler |
2009-12-21 | ircbot: Delegate ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL events to plugins | Alex Legler |
2009-01-08 | rfc2812: better handling of incomplete mode lines | Giuseppe Bilotta |
2009-01-07 | rfc2812: handle server ERROR | Giuseppe Bilotta |
2008-08-11 | rfc2812: always return the actual Channel or User when handled | Giuseppe Bilotta |
2008-08-11 | rfc2812: handle ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL | Giuseppe Bilotta |
2008-08-11 | rfc2812: create channels and users for al commands when needed | Giuseppe Bilotta |
2008-08-10 | + handle WHOIS queries | Giuseppe Bilotta |
2008-08-10 | rfc2812.rb: support RPL_AWAY reply | Giuseppe Bilotta |
2008-08-09 | + support channel URL and creation time | Giuseppe Bilotta |
2008-06-28 | New IRC framework: allow RPL_TOPIC(_INFO) for channels we are not on, since s... | Giuseppe Bilotta |
2008-06-23 | rfc2812.rb: skip unknown channel modes altogether | Giuseppe Bilotta |
2008-06-23 | rfc2812.rb: warn about unhandled numeric replies too | Giuseppe Bilotta |
2008-06-23 | rfc2812.rb: refactor MODE parsing to use it for RPL_CHANNELMODEIS (324) too | Giuseppe Bilotta |
2008-06-18 | rfc2812: be compatible with ruby < 1.8.7 | Giuseppe Bilotta |
2008-06-18 | rfc2812: fix MODE line parsing | Giuseppe Bilotta |
2008-05-01 | rfc2812.rb: handle mode changes like -o+b | Giuseppe Bilotta |
2008-04-13 | rfc2812: parse User mode changes, even though they aren't handled yet | Giuseppe Bilotta |
2008-04-13 | rfc2812: clean up channel mode handling | Giuseppe Bilotta |
2008-04-12 | + WelcomeMessage class | Giuseppe Bilotta |
2008-03-11 | Documentation cleanups | Giuseppe Bilotta |
2008-02-15 | rfc2812: fix a bug in Client.reset | Giuseppe Bilotta |
2008-02-13 | rfc2812: fix a bug in Client.user initialization | Giuseppe Bilotta |
2007-11-06 | New Irc Framework: methods to convert channel user modes (op, voice, etc) fro... | Giuseppe Bilotta |
2007-09-13 | more rdoc-ification | Giuseppe Bilotta |
2007-07-31 | Store the real_name information from WHO replies | Giuseppe Bilotta |
2007-07-31 | New IRC Framework: WHO the channels we join, so that we get as much user info... | Giuseppe Bilotta |
2007-05-10 | Be slightly less anal about non-RFC-compliant MOTD, and issue a warning inste... | Giuseppe Bilotta |
2007-04-06 | New IRC Framework: topic setter should be a Netmask, not a User. Also improve... | Giuseppe Bilotta |
2007-04-06 | * (rfc2812) fixed 'Welcome' message parsing | Dmitry Kim |
2007-03-16 | Server hostname was not being set properly | Giuseppe Bilotta |
2007-03-08 | Previous attempt at cleaning up the prefix matcher were too restrictive, try ... | Giuseppe Bilotta |
2007-03-05 | Previous commit wasn't that good, too restrictive. Relax, and differentiate b... | Giuseppe Bilotta |
2007-03-05 | Rework netmask/hostname detection code to work around non-RFC-compliant servers | Giuseppe Bilotta |
2007-02-20 | Use ASCII KCODE to prevent problems like missing characters or matching failu... | Giuseppe Bilotta |
2007-02-20 | New IRC Framework: bot now keeps track of his nick correctly across disconnects | Giuseppe Bilotta |
2007-02-18 | Initial steps towards a namespace rationalization | Giuseppe Bilotta |
2007-02-18 | Plugin header boilerplating. | Giuseppe Bilotta |
2007-02-18 | More fixes for nickname handling on connection | Giuseppe Bilotta |
2007-02-17 | New IRC Framework: optimize processing of server messages by using Symbols in... | Giuseppe Bilotta |
2007-02-17 | New IRC Framework: fix initial handling and guessing of nick/user/host for th... | Giuseppe Bilotta |
2007-02-10 | Handle server connections (e.g. through a bip proxy) that do not use the full... | Giuseppe Bilotta |
2007-01-06 | Irc framework: fix errors in filling up the user lists for channels | Giuseppe Bilotta |
2006-10-28 | Move irc_send_penalty method of string in ircsocket.rb, and rework flood cont... | Giuseppe Bilotta |
2006-10-27 | Penalty-based flood protection | Giuseppe Bilotta |
2006-08-20 | Improve NOTICE and PRIVMSG robustness when target is not a simple channel or ... | Giuseppe Bilotta |