ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-IRC3/TODO
Revision: 1.1
Committed: Tue Jan 16 19:39:16 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Log Message:
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.

File Contents

# User Rev Content
1 elmex 1.1 * fix channel case in Net::IRC3::Client::Connection