X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=f603d4365b6dbe55b4946b5317460e5732639952;hb=8c17815e64768f58f3b867dfa45ddc544b9822de;hp=0a8babd9850841846a43bdae980fd30fb5c8788c;hpb=a4bea30553d9f9ce717f2c658febcd43133b9f94;p=silc.git diff --git a/CHANGES b/CHANGES index 0a8babd9..f603d436 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,8 @@ Wed Mar 28 20:50:47 EEST 2001 Pekka Riikonen * Redefined the Private Message Payload to support private message keys and to support the new private message flags. Updated - the protocol specs. + the protocol specs. Flags makes it possible to have for example + CTCP style messages. * Added new type SilcPrivateMessagePayload and defined an API for it in the lib/silcclient/silcprivate.[ch]. @@ -11,6 +12,14 @@ Wed Mar 28 20:50:47 EEST 2001 Pekka Riikonen private message key set, unset and list commands with the new KEY command. + * Redefined the Channel Message Payload to include the channel + message flags (equal with private message flags) to support + for example CTCP style messages. + + * Defined some of the message (for channel and private message) + flags. Updated the protocol specs and added the flags to the + lib/silccore/silcchannel.h. + Wed Mar 28 15:52:36 EEST 2001 Pekka Riikonen * Added SilcKeyAgreementStatus type to the key agreement routines