ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Net-IRC3/Changes
(Generate patch)

Comparing cvsroot/Net-IRC3/Changes (file contents):
Revision 1.18 by elmex, Sun Feb 25 10:03:11 2007 UTC vs.
Revision 1.24 by elmex, Mon Mar 17 19:40:36 2008 UTC

1Revision history for Net-IRC3 1Revision history for Net-IRC3
2 2
30.5 30.6
4 - major semantic change: you can't reuse a connection object,
5 after the 'disconnect' event has been issued you have to recreate
6 it and reconnect the new object. All event handlers are cleared
7 after the 'disconnect' event has been issued too.
8 - major api change for channel_add and channel_remove
9 - added CTCP support
10 - implemented automatic pinging (on user request)
11 see Net::IRC3::Client::Connection::enable_ping
12
130.5 Sun Mar 11 23:54:10 CET 2007
14 - added server password support
15 - fixed a bug with nick-changing
16 - added topic support
17 - fixed problem in prefix matching
4 - fixed a bug where channel_add was called with already 18 - fixed a bug where channel_add was called with already
5 joined nicks, these duplicates are now prevented. 19 joined nicks, these duplicates are now prevented.
6 - found a bug in prefix_host with the tests 20 - found a bug in prefix_host with the tests
7 - added some tests 21 - added some tests
8 - disconnect now also does send channel_add/remove events 22 - disconnect now also does send channel_add/remove events

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines