From 73dad376e981454f0f1558a54f6db5009e19aade Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 13 Sep 2002 03:12:16 +0000 Subject: update to ircii 20020912. changes are: o /join group can now move an ICB group to a different window o add ICB support for /join -force and /join -invite o echoing bold / inverse / underline chars immediately after one another now works properly in all cases o DCC and IPv6 now works. ircII can DCC CHAT via IPv6 with irssi o new /set dcchost to change the dcc source host. this changes what the -H flag sets at start up o IPv6 support split into pure-IPv6 and new socket API support, with replacements for the latter being provided if they do not exist. PLEASE NOTE: this may cause ./configure or build failures due to gethostbyname(), getaddrinfo(), getnameinfo(), freeaddrinfo(), inet_pton() or inet_ntop() lossage. please report via ircbug o /dcc talk, /dcc summon, and /dcc tmsg are no longer supported o /on ctcp_reply, /on notice, /on encrypted_notice and /on flood all now provide the target of the /on as $1. PLEASE NOTE: this will affect old scripts. use if (V > 20020902) to check for the new behaviour o nearly all reported bugs fixed o /xecho -level should now work for channel traffic as wel. PLEASE NOTE: this will probably cause some messages to go to a different window now than they used to - possibly a bug! please report any such changes that do not seem correct o connections to multi-homed hosts not listening on all IP addresses now works in all cases o new /setenv & /unsetenv commands o /log core dump fixes o help file fixes o new `fkeys' script to make it possible to bind function keys o irc -t is now the default. use -T to get ti/te sequences o long ICB messages are now always split up correctly o various minor bug fixes o 2.8script/newaway/default scripts "n.o" alias unified --- chat/ircII/Makefile | 4 ++-- chat/ircII/PLIST | 6 +++--- chat/ircII/distinfo | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'chat/ircII') diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 563c5715588..de1662dc73e 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/08/25 21:49:34 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2002/09/13 03:12:16 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -12,7 +12,7 @@ COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client CONFLICTS= blackened-[0-9]* -VERS= 20020403 +VERS= 20020912 PLIST_SUBST+= VERS=${VERS} .include "../../mk/bsd.prefs.mk" diff --git a/chat/ircII/PLIST b/chat/ircII/PLIST index 57924770ed7..01c5ec7d1ab 100644 --- a/chat/ircII/PLIST +++ b/chat/ircII/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2002/04/03 14:00:50 mrg Exp $ +@comment $NetBSD: PLIST,v 1.9 2002/09/13 03:12:16 mrg Exp $ bin/irc bin/irc-${VERS} bin/ircbug @@ -103,8 +103,6 @@ share/irc/help/dcc/list@.GZ@ share/irc/help/dcc/raw@.GZ@ share/irc/help/dcc/rename@.GZ@ share/irc/help/dcc/send@.GZ@ -share/irc/help/dcc/talk@.GZ@ -share/irc/help/dcc/tmsg@.GZ@ share/irc/help/deop@.GZ@ share/irc/help/describe@.GZ@ share/irc/help/die@.GZ@ @@ -345,6 +343,7 @@ share/irc/help/set/display@.GZ@ share/irc/help/set/eight_bit_characters@.GZ@ share/irc/help/set/encrypt_program@.GZ@ share/irc/help/set/exec_protection@.GZ@ +share/irc/help/set/dcchost@.GZ@ share/irc/help/set/flood_after@.GZ@ share/irc/help/set/flood_rate@.GZ@ share/irc/help/set/flood_users@.GZ@ @@ -534,6 +533,7 @@ share/irc/script/english share/irc/script/events share/irc/script/extensions share/irc/script/finger +share/irc/script/fkeys share/irc/script/flood share/irc/script/fnet share/irc/script/functions diff --git a/chat/ircII/distinfo b/chat/ircII/distinfo index 56365df494f..c95e53db6c3 100644 --- a/chat/ircII/distinfo +++ b/chat/ircII/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2002/08/25 21:49:34 jlam Exp $ +$NetBSD: distinfo,v 1.14 2002/09/13 03:12:16 mrg Exp $ -SHA1 (ircii-20020403.tar.bz2) = e6492a796dc068eafe34c60b4ad503b36c4dc198 -Size (ircii-20020403.tar.bz2) = 537289 bytes +SHA1 (ircii-20020912.tar.bz2) = 27a79df8ac0626ccb7c57cff7bb8bb902d2c622f +Size (ircii-20020912.tar.bz2) = 552957 bytes SHA1 (patch-aa) = aff3a8c5ff05797b8617be2b4b57920913ae9ca2 SHA1 (patch-ac) = 0afd36f3ad2247b0d42dfebab210822dd5dfe151 -- cgit v1.2.3