Update to 0.11.8.1:

Summary of changes from 0.11.8 to 0.11.8.1
==========================================
[UI  fea] The /wi command now displays buddy client capabilities.
[UI  fea] The status bar now displays "TYPING" when your buddy is in the middle of typing a message to you. (Only if your buddy's client sends typing notifications, which naim does not do.)
[UI  fea] Warning levels for yourself and for your buddies are now displayed in the UI.
[UI  fea] New /setpriv command. Use to change between ALLOW ALL, BLOCK ALL, ALLOW PERMIT, BLOCK DENY, or ALLOW BUDDY. The default is BLOCK DENY.
[FT  fea] Joshua Wise <joshua@joshuawise.com> updated the IPv6 code to work with the modern code base. If you have an IPv6 connection, you should be able to /connect to an IPv6 hostname without any special configuration.
[IRC fea] The IRC driver now accepts incoming lines that end in a naked "\n". (The spec. requires lines to end in "\r\n", but Jon Postel would roll over in his grave if he heard we required such stringent protocol conformity. That and some poorly-maintained ircds do send naked "\n" characters.)
[UI  fea] /names now sorts users before displaying them.
[TOC fea] Friendly names (/namebuddy) are now stored to and retrieved from your server-side buddy list.
[TOC bug] /delbuddy did not always correctly remove the user from your server-side buddy list. Fixed.
[UI  bug] If you had a user with the same friendly name as another user's account name, naim would become unstable when the second user signed on. Fixed.
[TOC fea] (ported from 0.11.7.3) Online time is presented in localized time from AOL's servers. FireTalk now de-localizes (from UTC-0400) and re-localizes to the user's time zone.
This commit is contained in:
wiz 2006-01-01 11:11:43 +00:00
parent 598740b9c2
commit ec3ca25c41
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.42 2005/10/31 20:36:37 reed Exp $
# $NetBSD: Makefile,v 1.43 2006/01/01 11:11:43 wiz Exp $
DISTNAME= naim-0.11.8
DISTNAME= naim-0.11.8.1
CATEGORIES= chat
MASTER_SITES= http://shell.n.ml.org/n/naim/
EXTRACT_SUFX= .tar.bz2

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.24 2005/10/31 20:36:37 reed Exp $
$NetBSD: distinfo,v 1.25 2006/01/01 11:11:43 wiz Exp $
SHA1 (naim-0.11.8.tar.bz2) = e0dfc660938cfed21c40b7ea82237ffcbfe54ace
RMD160 (naim-0.11.8.tar.bz2) = 803cae8c1d93e977452d21f033b6702495b35578
Size (naim-0.11.8.tar.bz2) = 409608 bytes
SHA1 (naim-0.11.8.1.tar.bz2) = f8198d561b324ebb8c42bb415fcd815597a83f36
RMD160 (naim-0.11.8.1.tar.bz2) = 26624ce305e11f47f1654a4e1e19a1295f64cb2f
Size (naim-0.11.8.1.tar.bz2) = 410471 bytes