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.5 by elmex, Mon Jul 17 21:49:23 2006 UTC vs.
Revision 1.22 by elmex, Wed Apr 18 21:10:21 2007 UTC

1Revision history for Net-IRC3 1Revision history for Net-IRC3
2 2
30.4 30.6
4 - added CTCP support
5
60.5 Sun Mar 11 23:54:10 CET 2007
7 - added server password support
8 - fixed a bug with nick-changing
9 - added topic support
10 - fixed problem in prefix matching
11 - fixed a bug where channel_add was called with already
12 joined nicks, these duplicates are now prevented.
13 - found a bug in prefix_host with the tests
14 - added some tests
15 - disconnect now also does send channel_add/remove events
16 - enhanced connection handling a bit
17 - added connect and connect_error events to Net::IRC3::Connection
18 - fixed a bug where too many channel_remove events were generated on QUIT
19 - fixed case handling with channels
20 - added functionality to change the nick automatically
21 when it is already taken when registering an IRC connection.
22 (Net::IRC3::Client::Connection)
23 - added reply number <=> reply name mapping to Net::IRC3::Util
24 accessible through rfc_code_to_name
25 - added error event to Net::IRC3::Client::Connection
26 - fixed bugs in nick handling and added support for the NICK
27 change command in Net::IRC3::Client::Connection
28 - Net::IRC3::Client::Connection->channel_list now returns channel and nick
29 information in the servers cAsE.
30 - fixed a bug in send_srv and send_chan where messages
31 could have been sent twice.
32
330.4 Tue Nov 28 17:13:01 CET 2006
4 - fixed broken PONG reply before 001 34 - fixed broken PONG reply before 001
35 - made channel_list return an empty hash instead undef when no channel is joined
5 36
60.3 Mon Jul 17 13:43:13 UTC 2006 370.3 Mon Jul 17 13:43:13 UTC 2006
7 - Refactored the code: Remove Client.pm, and make the connections 38 - Refactored the code: Remove Client.pm, and make the connections
8 to standalone objects. 39 to standalone objects.
9 - Added nickname tracing for channels 40 - Added nickname tracing for channels

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines