summaryrefslogtreecommitdiff
path: root/chat/irssi
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-03-20 00:39:19 +0000
committerhubertf <hubertf@pkgsrc.org>2002-03-20 00:39:19 +0000
commitcf5a16f8a175f54238465a4b8ec2fe37d755efc9 (patch)
tree30e17f964f8f8f0603204f6316d49431887344b7 /chat/irssi
parentb04f7a6aab26d748cbcc3df0247bcf80cb3f1cbc (diff)
downloadpkgsrc-cf5a16f8a175f54238465a4b8ec2fe37d755efc9.tar.gz
Update irssi to 0.8.4.
Patch sent in by Otto Hilska <mutru@cc.hut.fi> in private mail. Changes: v0.8.4 2002-03-13 Timo Sirainen <tss@iki.fi> * Continuing to fix my stupid mistakes... - When a queried nick did a nick change, it might have crashed irssi - read ChangeLog for some other minor changes v0.8.3 2002-03-13 Timo Sirainen <tss@iki.fi> - Perl scripts handling channel parts/kicks/quits printed some errors. - Connecting to IPv6 servers without IPv4 record didn't work - When queries were auto-created by you using /MSG and you had /SET autoclose_query non-zero, the query was always destroyed almost immediately. - Fix to some stupid ircds not sending us 001 numeric, but beginning from MOTD v0.8.2 2002-03-11 Timo Sirainen <tss@iki.fi> * Changed the list of scripts distributed with irssi. Separated example scripts to scripts/examples/ directory. * Hated infobar was removed, the same info is now in topicbar in empty windows. I don't think it would disturb anyone in there. If you still preferred always-empty topicbars, use /SBAR topic REMOVE topic_empty + Added info_eol field to theme. If true, timestamp and server tag are added to end of line, not at beginning. + If -4 or -6 option is used with /SERVER, irssi now forces the connection using the given protocol or fails. + /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP, /VOICE or /DEVOICE matches more nicks than this, -yes option is required. This is trying to prevent accidental massops. Setting it to 0 disables this check. + Supports now correctly servers which use '.' char as channel owner character in /NAMES list. Also supports multiple mode chars, eg. @+nick (if some server actually used it). + Never ignore kick message if you get kicked from channel. + Sending irssi SIGHUP now does a /RELOAD - useful if you accidentally messed up something which doesn't let you do the /RELOAD inside irssi (eg. /SBAR prompt DISABLE). + irssi-proxy: PROXY CTCP ON|OFF - proxy clients can send this command to specify that they want to handle the received CTCP requests. Useful for specifying who gets to handle DCCs. + Added escape_char /BIND command. The next char after that would be added as-is to input line. - Writing lines longers than 1024 chars to input buffer crashed irssi (stupid missing sizeof() bug :) - Some UTF-8 fixes - Better flood protection for lines with >100 chars - Control characters aren't printed as-is in topicbar (or statusbars in general) anymore - /OPER can be now aborted by giving empty password - Netjoin messages were buggy in +channels - Part message parameter for /CYCLE was never used. - Don't send -autosendcmd after /UPGRADE. - /SET autoclose_query - now only last received private message affects when the query is closed, ie. /WHOIS requests or nick changes don't reset the counter. - Foreground ANSI colors weren't working - Deleting one character replaced cutbuffer with that character. Also ^Y leaked memory. - /SCRIPT LOAD looked scripts from prefix/lib dir, not prefix/share where they were actually installed. - Highascii chars in replaces block in theme files could have crashed irssi.
Diffstat (limited to 'chat/irssi')
-rw-r--r--chat/irssi/Makefile4
-rw-r--r--chat/irssi/PLIST19
-rw-r--r--chat/irssi/distinfo6
3 files changed, 17 insertions, 12 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index e342c49dd0e..960217dc64a 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2002/02/19 08:20:45 itojun Exp $
+# $NetBSD: Makefile,v 1.8 2002/03/20 00:39:19 hubertf Exp $
-DISTNAME= irssi-0.8.1
+DISTNAME= irssi-0.8.4
CATEGORIES= chat
MASTER_SITES= http://www.irssi.org/files/
diff --git a/chat/irssi/PLIST b/chat/irssi/PLIST
index edb21d6f60f..6a91d83c14f 100644
--- a/chat/irssi/PLIST
+++ b/chat/irssi/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/17 22:41:39 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/03/20 00:39:19 hubertf Exp $
bin/irssi
etc/irssi.conf
share/doc/irssi/botnet.txt
share/doc/irssi/design.txt
+share/doc/irssi/faq.html
share/doc/irssi/faq.txt
share/doc/irssi/formats.txt
share/doc/irssi/manual.txt
@@ -74,7 +75,6 @@ share/irssi/help/notify
share/irssi/help/op
share/irssi/help/oper
share/irssi/help/part
-share/irssi/help/perlflush
share/irssi/help/ping
share/irssi/help/query
share/irssi/help/quit
@@ -87,7 +87,6 @@ share/irssi/help/restart
share/irssi/help/rmreconns
share/irssi/help/rmrejoins
share/irssi/help/rping
-share/irssi/help/run
share/irssi/help/save
share/irssi/help/say
share/irssi/help/sconnect
@@ -131,11 +130,17 @@ share/irssi/help/wjoin
share/irssi/help/wquery
share/irssi/scripts/autoop.pl
share/irssi/scripts/autorejoin.pl
-share/irssi/scripts/clones.pl
-share/irssi/scripts/hello.pl
-share/irssi/scripts/privmsg.pl
+share/irssi/scripts/buf.pl
+share/irssi/scripts/command.pl
+share/irssi/scripts/dns.pl
+share/irssi/scripts/kills.pl
+share/irssi/scripts/mail.pl
+share/irssi/scripts/mlock.pl
+share/irssi/scripts/msg-event.pl
share/irssi/scripts/quitmsg.pl
-share/irssi/scripts/realname.pl
+share/irssi/scripts/redirect.pl
+share/irssi/scripts/splitlong.pl
+share/irssi/scripts/usercount.pl
share/irssi/themes/colorless.theme
share/irssi/themes/default.theme
@dirrm share/irssi/themes
diff --git a/chat/irssi/distinfo b/chat/irssi/distinfo
index 1cd37f1c764..17f7d525e24 100644
--- a/chat/irssi/distinfo
+++ b/chat/irssi/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/02/21 12:24:22 wiz Exp $
+$NetBSD: distinfo,v 1.5 2002/03/20 00:39:19 hubertf Exp $
-SHA1 (irssi-0.8.1.tar.gz) = d73319302103879b5dd0732bacd53b2f96a0155f
-Size (irssi-0.8.1.tar.gz) = 926295 bytes
+SHA1 (irssi-0.8.4.tar.gz) = a3550d1f2bc61e708d1deb7e6203d47e8058a8ca
+Size (irssi-0.8.4.tar.gz) = 952304 bytes