X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=da495f1f3dc8f0484ef2f3fa3510e8baa4270607;hb=0dcbb205044702fc7aa8563ef164328a218c4e69;hp=23617be1e3b0a1c04fb4bab838cc5fb5f1ad1841;hpb=d87aca00b57bdd0fb7afad4fcfe3140aa03bac2c;p=silc.git diff --git a/CHANGES b/CHANGES index 23617be1..da495f1f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,23 @@ +Sat Feb 24 16:03:45 EET 2001 Pekka Riikonen + + * Added SILC_NOTIFY_TYPE_KICKED to indicate that the client + or some other client was kicked from the channel. + + Implemented the handling of the notify type to both client + and server. + + Implemented silc_server_send_notify_kicked to send the KICKED + notify. It is used to send it to the server's primary router. + + * Implemented the KICK command into server and client. + + * Added `query' argument to the silc_idlist_get_client function + to indicate whether to query the client from server or not if + it was not found. + + * Added new command status type SILC_STATUS_ERR_NO_CHANNEL_FOPRIV + to indicate that the client is not channel founder. + Sat Feb 24 00:00:55 EET 2001 Pekka Riikonen * Removed the rng context from SilcPacketContext structure and