diff options
author | mrg <mrg@pkgsrc.org> | 2000-03-16 15:03:10 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2000-03-16 15:03:10 +0000 |
commit | 4dc4c89c0c46376bd9e6fca7c0f87c52d6b27617 (patch) | |
tree | 3f98b2e074a91ef1a7dee2cabbd8140122aca194 /net/ircII/Makefile | |
parent | f2817b385ed9e008f367121ac19d902dd97845f9 (diff) | |
download | pkgsrc-4dc4c89c0c46376bd9e6fca7c0f87c52d6b27617.tar.gz |
update to ircII 4.4Q. new features include:
o new /cat command.
o new $chatpeers() function.
o new /set make_notice_msg variable.
o /encrypt -showkeys option added.
o lastlog level HELP added.
o more bugs fixed.
o additional /bind-able metakeys: meta5_character,
meta6_character, meta7_character, meta8_character
o forward and backward scroll *really* works!
o scrolling directly to the start also works!
o most /ignore requests are now honoured by the ICB mode.
o new /set no_ask_password variable added.
o new /set xterm_path variable added.
o new /set irchost variable added.
o IPv6 [se:ve:er]:port support added.
o translation table support in dumb mode.
o new $wincols() and $winrows() functions which return the
number of columns and rows in this window.
o /set auto_unmark_away fixed after many years
o bunches of bugs fixed
o if /dcc get fails due to local permissions, the offer is not
removed any longer, allowing the problem to be fixed.
o +c (colourless) and +R (registered users only) channel modes
o IRC 2.10 !channels supported
o vasprintf(3) support
o aliases of dynamic sizes!
o channels *really* should stay attached to windows properly
and hang around after reconnects, etc.
o /join bug is gone
o new /on window_swap that is triggered when you swap windows.
o /window bind has original behaviour; stick to windows not
channels.
o ICB support extended.
Diffstat (limited to 'net/ircII/Makefile')
-rw-r--r-- | net/ircII/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 6139a199e58..49f32298070 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.25 2000/02/09 18:21:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.26 2000/03/16 15:03:10 mrg Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # -DISTNAME= ircii-4.4M -PKGNAME= ircII-4.4M -WRKSRC= ${WRKDIR}/ircii-4.4M +DISTNAME= ircii-4.4Q +PKGNAME= ircII-4.4Q +WRKSRC= ${WRKDIR}/ircii-4.4Q CATEGORIES= net MASTER_SITES= ftp://ircftp.au.eterna.com.au/pub/ircII/ |