ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-IRC3/lib/Net/IRC3/Client/Connection.pm
Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Sep 23 10:33:00 2008 UTC (16 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +5 -0 lines
Diff to previous 1.32
last release: 0.6

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Mar 17 19:40:38 2008 UTC (16 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.31: +23 -11 lines
Diff to previous 1.31
some changes on the connection behaviour and a bugfix here and there

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 12:39:02 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.30: +10 -4 lines
Diff to previous 1.30
implemented color filtering for irc

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Jun 27 06:46:15 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
fixed small error

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Jun 27 06:36:36 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.28: +17 -12 lines
Diff to previous 1.28
added debug events

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 15:11:52 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27
added a prefix for nicknames that i missed ;-/

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 20:12:58 2007 UTC (17 years, 7 months ago) by elmex
Branch: MAIN
Changes since 1.26: +51 -0 lines
Diff to previous 1.26
implemented enable_ping

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 22:18:11 2007 UTC (17 years, 7 months ago) by elmex
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
fixed a minor detail in event handling

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 21:10:21 2007 UTC (17 years, 7 months ago) by elmex
Branch: MAIN
Changes since 1.24: +46 -7 lines
Diff to previous 1.24
added CTCP support

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

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 21:44:53 2007 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.22: +34 -0 lines
Diff to previous 1.22
Implemented topic handling and fixed a bug in nick-change detection
and fixed a bug in prefix matching.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 00:21:26 2007 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
another minor change

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 00:17:18 2007 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.20: +5 -7 lines
Diff to previous 1.20
fixed a weirdness in the error event and fixed a bug with debugging events.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 22:03:49 2007 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.19: +5 -6 lines
Diff to previous 1.19
fixed a minor issue with the channel_add event

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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Feb 24 23:33:36 2007 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
added some more nick-prefixes... serious mode-shit is going on these days on irc...

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Feb 24 10:24:55 2007 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.16: +16 -10 lines
Diff to previous 1.16
added further tests and improved modules

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

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 18:25:09 2007 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.13: +3 -12 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:17 2007 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.12: +119 -18 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, 11 months ago) by elmex
Branch: MAIN
Changes since 1.11: +59 -20 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]
Wed Jan 3 03:41:54 2007 UTC (17 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.10: +2 -0 lines
Diff to previous 1.10
clearing the send_chan and send_srv queues is the only correct thing to do
after sending a message.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Oct 29 23:48:07 2006 UTC (18 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.9: +8 -0 lines
Diff to previous 1.9
added some 1;

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Oct 29 23:41:45 2006 UTC (18 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
fixed minor behavior

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 16:18:14 2006 UTC (18 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.6: +1 -5 lines
Diff to previous 1.6
further fixes on the documentation

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 16:11:32 2006 UTC (18 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
fixed typo in copyright

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 19:44:50 2006 UTC (18 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.3: +8 -7 lines
Diff to previous 1.3
moved utilitys to Util.pm and fixed a bug in nick chasing

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 13:41:52 2006 UTC (18 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.2: +22 -3 lines
Diff to previous 1.2
added documentation and began with decode_ctcp

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 13:14:15 2006 UTC (18 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.1: +137 -36 lines
Diff to previous 1.1
Fixed and add documentation. And implemented nick tracing for channels.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 11:11:17 2006 UTC (18 years, 4 months ago) by elmex
Branch: MAIN
version 0.2. added documentation and refactored code a bit.

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