diff options
author | wiz <wiz> | 2003-04-23 21:26:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-23 21:26:46 +0000 |
commit | 8c8e41894be9a38b56ac8219070e9974aea768ee (patch) | |
tree | 8c202a2596b993795147eba1e99633e8c0e99d2e /chat | |
parent | a29bc1bdc7647cadeaf32b262bd998aee4bc5b45 (diff) | |
download | pkgsrc-8c8e41894be9a38b56ac8219070e9974aea768ee.tar.gz |
Update to 0.11.5.7:
Major feature additions:
/save now saves /alias'd commands.
New /filter command to manipulate internal filter tables.
New /namebuddy command. If you use /namebuddy, or attempt to
/addbuddy someone already in your list, naim will allow you
to modify their "real name".
Auto-messages (for /away) are only sent if you are actually idle, so
people using /away as a kind of "blurb" won't send
auto-responses. If you mark /away and actually leave,
auto-responses are sent immediately. If you send any IM's
after marking /away, you won't send auto-responses until you
are idle for at least 10 minutes.
Support for channel keys improved. /save will now record channel
keys in .naimrc, and will rejoin keyed channels properly.
New distinction between "permanent" buddies, those manually added
with /addbuddy or stored in your server profile, and
"auto-added" buddies, those added because they contacted you
while $autobuddy was set.
^ New $autoclose. If set, naim will /close and /delbuddy
non-permanent buddies $autoclose minutes after they sign
off. If their window has unread messages, autoclose will be
delayed until they have been read. If the buddy has queued
messages pending, autoclose is cancelled altogether.
New /names (/buddylist) behaviour to show much more relevant
information about your buddy list.
New /resize command to change the length of the scrollback buffers.
Major bug fixes:
--enable-detached was not fixed in 0.11.5.6. Fixed. For real this
time.
[TOC] /sync was broken in 0.11.5.6-2003-03-02-1423. FireTalk's TOC
quoting mechanism will now only strip space characters,
rather than all forms of whitespace.
On disconnect, your buddy list would be re-added by naim. This has
caused some problems during signon, and had the side-effect
of marking all non-permanent buddies as permanent. Fixed.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/naim/Makefile | 4 | ||||
-rw-r--r-- | chat/naim/PLIST | 3 | ||||
-rw-r--r-- | chat/naim/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 2bf7049b079..1d0d43ebbf0 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2003/03/10 23:28:24 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2003/04/23 21:26:46 wiz Exp $ # -DISTNAME= naim-0.11.5.6 +DISTNAME= naim-0.11.5.7 CATEGORIES= chat MASTER_SITES= http://www.acm.rpi.edu/~n/naim/ diff --git a/chat/naim/PLIST b/chat/naim/PLIST index ca4536c7880..1e485b5c450 100644 --- a/chat/naim/PLIST +++ b/chat/naim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/03/04 17:51:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/04/23 21:26:46 wiz Exp $ bin/naim bin/nicq bin/nirc @@ -20,6 +20,7 @@ man/man1/nirc.1 man/man1/nlily.1 share/doc/naim/COLORS share/doc/naim/FAQ +share/doc/naim/README share/doc/naim/commands.txt share/doc/naim/keyboard.txt @dirrm share/doc/naim diff --git a/chat/naim/distinfo b/chat/naim/distinfo index 95c912ce123..a73b1f3d7dd 100644 --- a/chat/naim/distinfo +++ b/chat/naim/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2003/03/10 23:06:45 wiz Exp $ +$NetBSD: distinfo,v 1.8 2003/04/23 21:26:46 wiz Exp $ -SHA1 (naim-0.11.5.6.tar.gz) = 0df7af105282eb68e95dcf48307f1397b5434fd8 -Size (naim-0.11.5.6.tar.gz) = 405261 bytes +SHA1 (naim-0.11.5.7.tar.gz) = d97fd2536feb00e8b2aa90c0e8016be97aaffb59 +Size (naim-0.11.5.7.tar.gz) = 420049 bytes |