o new /lastlog commands -saveall and -loadall that save and load the
current window's lastlog, allowing session restoring
o new REFRESH_WINDOW_LASTLOG binding that will fully redraw the
current window, using data from the lastlog, leaving it in a
scrollable manner
o fix run-time errors on macOS
o ircII is now cross compileable
o add a basic help2html.pl script that converts the help pages into
(poorly so far) formatted html pages, many help issues pages fixed
o restore case-insensitive /lastlog, accidentally broken in 20161207
o fix input line scrolling problem where it would not keep any of the
existing input line.
o fixes for the OSX fixes in 20170606
o new window resizer now works, can get the old one at compile time with
--with-default-resize-method=old configure option
o more fixes for OSX and @-style assignment
o fix a window rebalance when not resizing bug
o fix crashes on OSX in complex scripts using []
o fix reconnecting channels moving windows
o fix a program hang upon invalid utf-8 sequences
o /set log and /window log no longer double the output
o /lastlog no longer adds trailing ^Os to log files
this also fixes an assert() in /server.
Problems found with existing distfiles:
distfiles/icb-5.0.9.tar.gz
distfiles/icb.2.1.4.tar.Z
distfiles/zenicb-19981202.tar.gz
No changes made to these /distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
o ircII now uses the final column of the display
o contrib/noansi.c is a program to remove ANSI C colours
o fix irc "realname" handling
o fix SWITCH_CHANNELS binding
o revert to old window size change handling for now
main changes are significant internal cleanup, dozens of minor bug
fixes, and two new major features: connect via HTTP proxy, and
connect to SSL IRC servers.
o re-add the utf-8 changes now that the scrolling is not slowed
o scrolling is much faster now
o fix compile time errors in on modern glibc systems
o add /nuser command
o wserv and ircio move into "libexec" dir.
- warn the user if the IRCHOST may be wrong
- make /save save /ignore'd things
- remove K&R C support
- remove many old UNIX platforms support
- avoid a spurious SIGALRM
- avoid printing some 8-bit unprintable chars
- add support for modern qnx
Changes since ircII 20060725:
o /on channel_signoff works again
o try to split ICB messages at word boundaries
o disallow many IRC commands on ICB
o /ping works on ICB
o revert the utf-8 changes for large lastlog performance reasons.
there should be a re-implementation coming in the future.
and to support the "inet6" option instead.
Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files. Replace:
BUILD_DEFS+= USE_INET6
with
BUILD_DEFS+= IPV6_READY
and teach the README-generation tools to look for that instead.
This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.