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
/
rfc2812.rb
Age
Commit message (
Expand
)
Author
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
2006-08-10
Fix exception when a QUITting user was not in the first channel of the list o...
Giuseppe Bilotta
2006-08-05
Fix a disconnect on topic change
Giuseppe Bilotta
2006-08-04
Commit [369] was bogus. This one cleans up and sanitizes the Irc framework.
Giuseppe Bilotta
2006-08-04
Fix stupid bug introduced with the new debugging messages. switch to kind_of?...
Giuseppe Bilotta
2006-08-03
Fix bug when users changed nick
Giuseppe Bilotta
2006-08-03
Lots of fixes all around, in preparation for the new auth coremodule
Giuseppe Bilotta
2006-08-02
Fix User selection/creation
Giuseppe Bilotta
2006-08-01
New Irc framework: fix channel modes handling
Giuseppe Bilotta
2006-08-01
First step towards the new modularized core framework
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-22
Implement support for the CAPAB IDENTIFY-MSG capability available on some ser...
Giuseppe Bilotta
2006-06-28
Whitespace cleanup
Giuseppe Bilotta
2005-12-09
requested for certain networks
Tom Gilbert
2005-08-27
reworked that last patch, now rbot pings the server and sets the timeout
Tom Gilbert
2005-08-05
that syntax confuses rdoc
Tom Gilbert
2005-08-05
More tweaks
Tom Gilbert
2005-08-04
Thu Aug 04 23:03:30 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
Tom Gilbert
2005-07-27
move rbot into lib - still rearranging for packaging/installation
Tom Gilbert