--- cvsroot/Net-IRC3/Changes 2007/02/25 10:03:11 1.18 +++ cvsroot/Net-IRC3/Changes 2008/03/17 19:40:36 1.24 @@ -1,6 +1,20 @@ Revision history for Net-IRC3 -0.5 +0.6 + - major semantic change: you can't reuse a connection object, + after the 'disconnect' event has been issued you have to recreate + it and reconnect the new object. All event handlers are cleared + after the 'disconnect' event has been issued too. + - major api change for channel_add and channel_remove + - added CTCP support + - implemented automatic pinging (on user request) + see Net::IRC3::Client::Connection::enable_ping + +0.5 Sun Mar 11 23:54:10 CET 2007 + - added server password support + - fixed a bug with nick-changing + - added topic support + - fixed problem in prefix matching - fixed a bug where channel_add was called with already joined nicks, these duplicates are now prevented. - found a bug in prefix_host with the tests