| 1 |
Revision history for Net-IRC3 |
| 2 |
|
| 3 |
0.6 Tue Sep 23 12:42:11 CEST 2008 |
| 4 |
- deprecated this module, use AnyEvent::IRC in future! |
| 5 |
- connect is done non blocking |
| 6 |
- major semantic change: you can't reuse a connection object, |
| 7 |
after the 'disconnect' event has been issued you have to recreate |
| 8 |
it and reconnect the new object. All event handlers are cleared |
| 9 |
after the 'disconnect' event has been issued too. |
| 10 |
- major api change for channel_add and channel_remove |
| 11 |
- added CTCP support |
| 12 |
- implemented automatic pinging (on user request) |
| 13 |
see Net::IRC3::Client::Connection::enable_ping |
| 14 |
|
| 15 |
0.5 Sun Mar 11 23:54:10 CET 2007 |
| 16 |
- added server password support |
| 17 |
- fixed a bug with nick-changing |
| 18 |
- added topic support |
| 19 |
- fixed problem in prefix matching |
| 20 |
- fixed a bug where channel_add was called with already |
| 21 |
joined nicks, these duplicates are now prevented. |
| 22 |
- found a bug in prefix_host with the tests |
| 23 |
- added some tests |
| 24 |
- disconnect now also does send channel_add/remove events |
| 25 |
- enhanced connection handling a bit |
| 26 |
- added connect and connect_error events to Net::IRC3::Connection |
| 27 |
- fixed a bug where too many channel_remove events were generated on QUIT |
| 28 |
- fixed case handling with channels |
| 29 |
- added functionality to change the nick automatically |
| 30 |
when it is already taken when registering an IRC connection. |
| 31 |
(Net::IRC3::Client::Connection) |
| 32 |
- added reply number <=> reply name mapping to Net::IRC3::Util |
| 33 |
accessible through rfc_code_to_name |
| 34 |
- added error event to Net::IRC3::Client::Connection |
| 35 |
- fixed bugs in nick handling and added support for the NICK |
| 36 |
change command in Net::IRC3::Client::Connection |
| 37 |
- Net::IRC3::Client::Connection->channel_list now returns channel and nick |
| 38 |
information in the servers cAsE. |
| 39 |
- fixed a bug in send_srv and send_chan where messages |
| 40 |
could have been sent twice. |
| 41 |
|
| 42 |
0.4 Tue Nov 28 17:13:01 CET 2006 |
| 43 |
- fixed broken PONG reply before 001 |
| 44 |
- made channel_list return an empty hash instead undef when no channel is joined |
| 45 |
|
| 46 |
0.3 Mon Jul 17 13:43:13 UTC 2006 |
| 47 |
- Refactored the code: Remove Client.pm, and make the connections |
| 48 |
to standalone objects. |
| 49 |
- Added nickname tracing for channels |
| 50 |
|
| 51 |
0.2 Sun Jul 16 12:58:06 CEST 2006 |
| 52 |
- Code got a little bit refactored and wrote documentation. |
| 53 |
It seems ready for a first release. |
| 54 |
|
| 55 |
0.1 Sat Jul 15 23:46:49 UTC 2006 |
| 56 |
- First version, released on an unsuspecting world. |
| 57 |
|