--- cvsroot/Net-IRC3/Changes 2007/01/04 18:55:22 1.11 +++ cvsroot/Net-IRC3/Changes 2007/01/17 18:25:09 1.14 @@ -1,6 +1,18 @@ Revision history for Net-IRC3 0.5 + - fixed a bug where too many channel_remove events were generated on QUIT + - fixed case handling with channels + - added functionality to change the nick automatically + when it is already taken when registering an IRC connection. + (Net::IRC3::Client::Connection) + - added reply number <=> reply name mapping to Net::IRC3::Util + accessible through rfc_code_to_name + - added error event to Net::IRC3::Client::Connection + - fixed bugs in nick handling and added support for the NICK + change command in Net::IRC3::Client::Connection + - Net::IRC3::Client::Connection->channel_list now returns channel and nick + information in the servers cAsE. - fixed a bug in send_srv and send_chan where messages could have been sent twice. - added a IRC sample application in the samples/ folder