2003-05-28 David N. Welton * irc.tcl (cmd-quit): Add default QUIT message. 2003-05-25 David N. Welton * irc.tcl: Several cleanups/improvements by Aaron Faupell. (cmd-getevent) Fixed typo. (cmd-user): Added backwards compatible cmd-user. (cmd-connect): Minor improvements/cleanup. (GetEvent): Changed parsing of $line components. 2003-05-22 Andreas Kupries * irc.man: Fixed some typos in the manpage which prevented conversion. 2003-05-17 David N. Welton * irc.man: Add key option to channel join command. Provided by Aaron Faupell. 2003-05-16 David N. Welton * irc.man: Added Aaron's updated documentation, including the new commands. * irc.tcl: Lots of improvements by Aaron Faupell, including: new commands, and a new method of dispatching events. Server PINGs (as opposed to CTCP PINGS) automatically generate a reply, as a convenience. Version number 0.4. 2003-05-05 Andreas Kupries * * Released and tagged Tcllib 1.4 ======================== * 2003-04-13 Andreas Kupries * irc.tcl: Accepted the patch in report [#718985] for a more robust 'GetEvent' routine. Provided by Donal Fellows . 2003-04-11 Andreas Kupries * irc.man: * irc.tcl: Fixed bug #614591. Set version of the package to to 0.3 throughout. Was insonsistent. 2003-01-25 David N. Welton * irc.tcl: Added Tcl requirement to package itself. 2003-01-24 David N. Welton * pkgIndex.tcl: Added dependency on Tcl 8.3 in the pkgIndex.tcl file. I'm not sure that this code won't work with earlier versions of Tcl, but 8.3 is all I have to test against. Please let me know if you successfully run it with earlier versions. Fixes [674331]. 2003-01-16 Andreas Kupries * irc.man: More semantic markup, less visual one. 2003-01-08 David N. Welton * irc.tcl: Make sure 'api' commands return strings, not lists. (DispatchServerEvent): Add a missing join, to keep 2002-12-16 David N. Welton * irc.tcl: Use 'logger' package for error/debug reporting. Cleanups with regards to possible 'bgerror' situations (network input/output). Bumped version number to 0.3. 2002-04-10 Andreas Kupries * irc.man: Added doctools manpage. 2002-02-14 Andreas Kupries * irc.tcl: Frink run. * irc: Version is now 0.2 to distinguish this from the code in tcllib release 1.2 2001-11-19 Andreas Kupries * irc.n: * irc.tcl: Applied patch #481477.