X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=eda8d82ef0dfe7874a41f4b192ee794b521bcd50;hb=afca12dad0ef6623a983bdcc10b6f7ff7364edae;hp=fa9f19479881b5934a29cc5535c06075f70d9062;hpb=e2eb538f0fa5941187f38c99a90cb7dcbaf66e92;p=silc.git diff --git a/CHANGES b/CHANGES index fa9f1947..eda8d82e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,22 @@ +Thu Jun 28 21:30:39 EEST 2001 Pekka Riikonen + + * Changed the `say' client operation's interface to accept + new `type' argument to indicate the type of the message sent + by the library. The application may filter the library's + messages according the type. The affected file is the + lib/silcclient/silcapi.h. + + * Added two new functions to lib/silcclient/silcapi.h: + silc_client_del_client and silc_client_del_client_by_id. + Affected file lib/silcclient/idlist.c. + + * Moved the clientincludes.h from includes/ to silc/ and + serverincludes.h from includes/ to silcd/. + + * The modes for the CMODE and CUMODE are now passed as + uint32 for application with COMMAND_REPLY. The affected + file is lib/silcclient/command_reply.c. + Wed Jun 27 22:24:47 EEST 2001 Pekka Riikonen * /WHOIS without arguments shows client's own information.