X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=688fb222cc03348e37795fea82f8591e826f3e91;hb=f82024f04b73e3b80ddd6c590699206d3dc5c1eb;hp=8388cc15d6c41062cbebaa34623870409bb502cb;hpb=a32eecc529a135726587f17d667badb70605c405;p=silc.git diff --git a/CHANGES b/CHANGES index 8388cc15..688fb222 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,32 @@ +Mon May 6 19:46:12 EEST 2002 Pekka Riikonen + + * Added silc_pkcs_public_key_copy function into the + lib/silccrypt/silcpkcs.[ch]. + + * Remove the `iv' from the SilcChannelEntry since we can + live without it. Affected files are silcd/idlist.h and + silcd/packet_receive.c. + + * Added support for sending the founder's public key in + the CMODE_CHANGE notify packet in the server. Affected + files are silcd/packet_send.[ch], silcd/packet_receive.c, + silcd/command.c and silcd/server.c. + + * Changed the FOUNDER_AUTH authentication to use only + public key authentication as defined by new protocol + specs. Passphrase authentication with that mode cannot + be used anymore. It is now possible to reclaim founder + mode from any server in the network. Affected files are + silcd/command.c, silcd/idlist.h and silcd/command_reply.c. + + * Added permanent channels support by making the channel + permanent when FOUNDER_AUTH mode is set on the channel. + The channel will not be destroyed even if channel is empty + when that mode is set. Protocol TODO #17. Affected + files are silcd/server.[ch], server_util.[ch], + silcd/command.c, silcd/packet_receive.c and + lib/silcclient/command.c. + Fri May 3 18:36:51 EEST 2002 Pekka Riikonen * Added reference counter to the command reply context in