ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-IRC3/Changes
Revision: 1.9
Committed: Wed Dec 6 13:12:11 2006 UTC (19 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.8: +4 -0 lines
Log Message:
added the json irc sample application

File Contents

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