Wallops 1.1 Released
A large update to my Wallops IRC client is available:
- wallops-1.1.sit (StuffIt 3 archive, includes
source code and THINK C 5 project file)
SHA256:13159d1a73d6ca4a881a49f22b20a262 4b897b2f707553fa 4b083e838d11cfc1
SHA1:f96e4e28a9f550c24673e8a16da6346e 35be00b6
This update includes a number of new features and bugfixes:
- Fixes sending
PONGresponses to avoid server timeouts - Fixes a possible crash when resuming a previously backgrounded window
- Properly (and efficiently!) avoids overflow in the main TextEdit control of activity by shifting out old lines; this happens when the number of lines, the number of characters, or the size of the drawn text is approaching its limits
- Rewrote nick list handling making it possible to join channels with many
hundreds of nicks, in addition to processing individual
JOINs,PARTs,QUITs,NICKchanges,MODEchanges, etc. without having to re-sort and redraw the list each time - Adds support for IRC server passwords allowing automatic NickServ registration
- Adds support for the
/whoiscommand and parsing most response lines seen on a few servers - Adds support for the
/meCTCPACTIONcommand as well as parsing them from other users, and supports sending responses to private CTCPVERSIONrequests which some servers require - Sleeps longer between updates when the chat window is hidden in the background