ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-IRC3/Changes
Revision: 1.12
Committed: Fri Jan 5 10:46:31 2007 UTC (19 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.11: +4 -0 lines
Log Message:
- 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.

File Contents

# User Rev Content
1 elmex 1.1 Revision history for Net-IRC3
2    
3 elmex 1.9 0.5
4 elmex 1.12 - fixed bugs in nick handling and added support for the NICK
5     change command in Net::IRC3::Client::Connection
6     - Net::IRC3::Client::Connection->channel_list now returns channel and nick
7     information in the servers cAsE.
8 root 1.11 - fixed a bug in send_srv and send_chan where messages
9     could have been sent twice.
10 elmex 1.9 - added a IRC sample application in the samples/ folder
11     called jsonsrv and jsonclient.
12    
13 elmex 1.8 0.4 Tue Nov 28 17:13:01 CET 2006
14 elmex 1.5 - fixed broken PONG reply before 001
15 root 1.11 - made channel_list return an empty hash instead undef when no channel is joined
16 elmex 1.5
17     0.3 Mon Jul 17 13:43:13 UTC 2006
18 elmex 1.4 - Refactored the code: Remove Client.pm, and make the connections
19     to standalone objects.
20 elmex 1.3 - Added nickname tracing for channels
21    
22 elmex 1.2 0.2 Sun Jul 16 12:58:06 CEST 2006
23 elmex 1.4 - Code got a little bit refactored and wrote documentation.
24     It seems ready for a first release.
25 elmex 1.2
26     0.1 Sat Jul 15 23:46:49 UTC 2006
27 elmex 1.4 - First version, released on an unsuspecting world.
28 elmex 1.1