X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=82b8c68dfa359de2eeed9b43d23ac59a3fb5e36a;hb=c077f32b9139acbbd3f33d1a3c6293b5788337e6;hp=f3d99036d65d2bb4a92c512e84d16b7a9d97a252;hpb=f56f45aa509dde80443f6bf642f7fed0891c082e;p=silc.git diff --git a/CHANGES b/CHANGES index f3d99036..82b8c68d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,24 @@ +Tue Mar 12 17:58:59 EET 2002 Pekka Riikonen + + * Added silc_hash_public_key and silc_hash_public_key_compare + functions to be used with SilcHashTable. They can be used to + hash public keys and compare public keys in hash table. Affected + file lib/silcutil/silcutil.[ch]. + + * Added support for specifying multiple public keys for Client + connection section in server configuration file. This makes it + possible to accept multiple public keys from same host, or to + make a section that accepts any incoming host, and have the + accepted public keys listed in the section. + + Added functions silc_sever_[find/get]_public_key, added the + support for this actually to all connection sections but only + the Client section is currently allowed to specify multiple + public keys. + + Affected files are silcd/server.c, server_internal.h, + command.c, protocol.c, server_util.[ch], packet_receive.c. + Mon Mar 11 23:37:38 EET 2002 Pekka Riikonen * Merged Irssi 0.8.2 from irssi.org CVS.