updates.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 6 Nov 2003 19:12:09 +0000 (19:12 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 6 Nov 2003 19:12:09 +0000 (19:12 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 93bc57d769a6d83ab9855fe317a9826295dc51d5..07ce5a2a43095ed39bcba6f63fb24636703a4c6d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,17 @@
+Thu Nov  6 21:08:28 EET 2003  Pekka Riikonen <priikone@silcnet.org>
+
+       * 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 <pat@icore.at>
 
        * Added support for whois using attributes.