ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-IRC3/Changes
Revision: 1.10
Committed: Wed Jan 3 03:41:54 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.9: +2 -0 lines
Log Message:
clearing the send_chan and send_srv queues is the only correct thing to do
after sending a message.

File Contents

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