From 476ae6fa31d3bcb67580ca7843dfb311e768c4a4 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 17 Oct 2002 20:05:20 +0000 Subject: [PATCH] updates. --- CHANGES | 7 +++++++ apps/irssi/docs/help/in/attr.in | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 06f07772..398b47dd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +Thu Oct 17 23:45:12 EEST 2002 Pekka Riikonen + + * Fixed string formatting crashbug in lib/silccore/silcattrs.c. + + * Fixed mask attribute adding in Irssi SILC client. Affected + file irssi/src/silc/core/silc-queries.c. + Thu Oct 17 16:40:39 EEST 2002 Pekka Riikonen * Added support for saving the requested attributes in diff --git a/apps/irssi/docs/help/in/attr.in b/apps/irssi/docs/help/in/attr.in index ac15fa6a..21cf87d7 100644 --- a/apps/irssi/docs/help/in/attr.in +++ b/apps/irssi/docs/help/in/attr.in @@ -106,7 +106,7 @@ The following options to ATTR command are available: (types: COMPUTER, MOBILE_PHONE, PDA, TERMINAL) - Examples: ATTR device_info COMPUTER:Debian:2.4:Linux:eng - ATTR device_info PDA:Palm, Inc.:1.0:Zire,eng + ATTR device_info PDA:Palm, Inc.:1.0:Zire:eng public_keys - Info: List of your public keys you want to send in the reply, @@ -114,6 +114,8 @@ The following options to ATTR command are available: - Format: List of file paths to public key files with key type (silc-rsa, silc-dss, ssh-rsa, ssh-dss, pgp-sign-rsa, pgp-sign-dss, x509v3-sign-rsa, x509v3-sign-dss) + NOTE: CURRENTLY SILC CLIENT SUPPORT ONLY "silc-rsa" + PUBLIC KEY TYPE! - Examples: ATTR public_keys ssh-rsa:/home/priikone/.ssh2/ssh2.pub ATTR public_keys pgp-sign-rsa:/home/priikone/pgp/pgp.asc -- 2.43.0