ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-IRC3/Changes
Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Sep 23 10:32:59 2008 UTC (15 years, 7 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
last release: 0.6

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Jul 9 09:48:55 2008 UTC (15 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.24: +2 -0 lines
Diff to previous 1.24
added some changes

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Mar 17 19:40:36 2008 UTC (16 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.23: +5 -0 lines
Diff to previous 1.23
some changes on the connection behaviour and a bugfix here and there

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 20:12:58 2007 UTC (17 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.22: +2 -0 lines
Diff to previous 1.22
implemented enable_ping

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 21:10:21 2007 UTC (17 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.21: +3 -0 lines
Diff to previous 1.21
added CTCP support

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Mar 11 23:20:03 2007 UTC (17 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
the Net::IRC3 release 0.5.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Mar 7 16:00:23 2007 UTC (17 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
added server password support

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 21:45:43 2007 UTC (17 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.18: +3 -0 lines
Diff to previous 1.18
added some entries

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Feb 25 10:03:11 2007 UTC (17 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.17: +2 -0 lines
Diff to previous 1.17
- fixed a bug where channel_add was called with already
  joined nicks, these duplicates are now prevented.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 20:14:58 2007 UTC (17 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
added some tests and fixed quite some bugs and added missing
documentation.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 23:42:00 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
disconnect now also does send channel_add/remove events

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 13:01:38 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.14: +2 -0 lines
Diff to previous 1.14
removed json examples,
fixed a few minor bugs and added connect/connect_error events
with improved network code.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 18:25:09 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
fixed a bug in QUIT command handling where too many channel_remove events
were generated.
added chat buffer to jsonsrv and some buffer attributes to jsonclient

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jan 16 19:39:16 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.12: +7 -0 lines
Diff to previous 1.12
Net::IRC3:
        - fixed case handling with channels
        - added functionality to change the nick automatically
          when it is already taken when registering an IRC connection.
          (Net::IRC3::Client::Connection)
        - added reply number <=> reply name mapping to Net::IRC3::Util
          accessible through rfc_code_to_name
        - added error event to Net::IRC3::Client::Connection
json chat framework:
        - client history
        - nick listing more correct
        - improved completion (added nick completion)
        - further improvement of the protocol
        - finally got the id handling correct
        - added logging to jsonsrv
        - many other changes i forgot.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 10:46:31 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.11: +4 -0 lines
Diff to previous 1.11
- 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.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 18:55:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 03:41:54 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
clearing the send_chan and send_srv queues is the only correct thing to do
after sending a message.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Dec 6 13:12:11 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.8: +4 -0 lines
Diff to previous 1.8
added the json irc sample application

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Nov 28 16:28:59 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
net-irc3 cpan release 0.4

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Nov 26 02:32:00 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.6: +1 -3 lines
Diff to previous 1.6
changed the versioning a bit :)

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Oct 29 23:41:45 2006 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.5: +3 -0 lines
Diff to previous 1.5
fixed minor behavior

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 21:49:23 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4
fixed a bug

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 16:01:04 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.3: +6 -4 lines
Diff to previous 1.3
added examples and documentation

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 13:14:58 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
changed the Changes file.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 11:11:17 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1
version 0.2. added documentation and refactored code a bit.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 02:09:12 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
initial checkin

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a