diff options
author | veego <veego@pkgsrc.org> | 2003-12-04 10:43:10 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2003-12-04 10:43:10 +0000 |
commit | f24d61bf14f561302e58059b9a74504438083f4a (patch) | |
tree | 064d4e9adbff857a8bf0c81edf52590584299a31 /chat/irssi/PLIST | |
parent | 5a01a8fa57fbe88e2adbe3a494c596f655d7c245 (diff) | |
download | pkgsrc-f24d61bf14f561302e58059b9a74504438083f4a.tar.gz |
Update to 0.8.8. Fix based on pkg/23560, but not all parts were be
used and others were added where needed.
Main NetBSD changes:
- switched from glib1 to glib2.
- added IRSSI_USE_SSL, defaulting to YES, for ssl server support
- make it possible to disable IPv6
v0.8.8 2003-11-23 Timo Sirainen <tss@iki.fi>
- Just a few fixes to converting old settings automatically
v0.8.7 2003-11-23 Timo Sirainen <tss@iki.fi>
* Settings changes - we have now "time", "size" and "level" setting
types.
- Level settings should work the same as before.
- Time settings can have units: days, hours, mins, secs,
milliseconds (or msecs). The units can be combined and written
in shorter form as well, for example "5d 30m 10ms"
- Size settings can have units: gbytes, mbytes, kbytes, bytes.
They can be written in shorter form as well, eg. "gb" or "g".
Your existing settings should be converted automatically.
+ Pasting detection. All keys except CR and LF are pasted as-is into
prompt in pasting mode.
/SET paste_detect_time controls how closely each others characters
must occur for it to be considered pasting. Paste mode goes on when
first pasted CR/LF is found.
The first line may also contain some command characters. They are
executed, but their action in entry line is reverted once pasting
is detected.
What this means in practise is that even if you have TABs (assuming
TAB is completion key) in the first pasted line, they get pasted as
TABs.
This detection isn't perfect, so if it annoys you it can be disabled
with /SET paste_detect_time 0
+ If pasting more lines than /SET paste_verify_line_count, irssi asks
if you actually want to do that. This should be useful to prevent
accidental copy&paste mistakes. Setting it to 0 disables this
entirely.
+ Support for sending SSL certificate to server and optionally verify
server's certificate. See the -ssl_* options for /SERVER and
/SERVER ADD. Patch by Joel Eriksson.
+ DCC SERVER support by Mark Trumbull
+ Support for DCC sending larger files than 2GB if supported by
operating system (ie. 64bit file support). Receiving has always
been possible, but the statistics were wrong with >4GB files
if 64bit support isn't enabled.
+ Better displaying of DCC file transfer statistics.
- Several other minor fixes and enhancements, see ChangeLog
Diffstat (limited to 'chat/irssi/PLIST')
-rw-r--r-- | chat/irssi/PLIST | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/irssi/PLIST b/chat/irssi/PLIST index 95b3ee90d13..0c4440dad37 100644 --- a/chat/irssi/PLIST +++ b/chat/irssi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/12/02 12:19:19 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/12/04 10:43:10 veego Exp $ bin/irssi man/man1/irssi.1 share/doc/irssi/botnet.txt @@ -12,6 +12,7 @@ share/doc/irssi/signals.txt share/doc/irssi/special_vars.txt share/doc/irssi/startup-HOWTO.html share/examples/irssi/irssi.conf +share/irssi/config.h share/irssi/help/action share/irssi/help/admin share/irssi/help/alias @@ -37,6 +38,7 @@ share/irssi/help/disconnect share/irssi/help/echo share/irssi/help/eval share/irssi/help/exec +share/irssi/help/flushbuffers share/irssi/help/format share/irssi/help/hash share/irssi/help/help @@ -51,6 +53,7 @@ share/irssi/help/join share/irssi/help/kick share/irssi/help/kickban share/irssi/help/kill +share/irssi/help/knock share/irssi/help/knockout share/irssi/help/lastlog share/irssi/help/layout @@ -130,7 +133,6 @@ share/irssi/help/whowas share/irssi/help/window share/irssi/help/wjoin share/irssi/help/wquery -share/irssi/config.h share/irssi/irssi-config share/irssi/scripts/autoop.pl share/irssi/scripts/autorejoin.pl |