From: Pekka Riikonen Date: Thu, 6 Nov 2003 19:12:09 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.0.9.11~23 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=abbfcede3ce9155221a0830264fb00cd40dd847f;p=silc.git updates. --- diff --git a/CHANGES b/CHANGES index 93bc57d7..07ce5a2a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +Thu Nov 6 21:08:28 EET 2003 Pekka Riikonen + + * Added silc_hash_table_find_by_context_ext. Affected files + lib/silcutil/silchashtable.[ch]. + + * Save the public key on normal server in WHOIS command reply + from attributes, if present, and add it to public key hash + table. Fixes WHOIS resolving by public key on normal server. + + Optimized the attributes resolving on normal server to not + resolve if we resolved them already from router. + + Affected files are silcd/server_query.c, command_reply.c. + Wed Nov 5 19:36:30 CET 2003 Patrik Weiskircher * Added support for whois using attributes.