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:13159d1a73d6ca4a
881a49f22b20a262 4b897b2f707553fa 4b083e838d11cfc1
SHA1:f96e4e28a9f550c2
4673e8a16da6346e 35be00b6
This update includes a number of new features and bugfixes:
- Fixes sending
PONG
responses 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
JOIN
s,PART
s,QUIT
s,NICK
changes,MODE
changes, 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
/whois
command and parsing most response lines seen on a few servers - Adds support for the
/me
CTCPACTION
command as well as parsing them from other users, and supports sending responses to private CTCPVERSION
requests which some servers require - Sleeps longer between updates when the chat window is hidden in the background