X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=65a89453e38becd6aa2dd263851af40180a321c7;hb=c08107c80b816558a1c48ada27eaf23840793157;hp=74309ce3538b962247e29e99ed3b4f6659584e75;hpb=e1d9ce9886ca71287f2634784fb766fad31b7744;p=silc.git diff --git a/CHANGES b/CHANGES index 74309ce3..65a89453 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,24 @@ +Tue Apr 9 17:15:42 EEST 2002 Pekka Riikonen + + * Added new user modes ANONYMOUS for special anonymous servers + that may set the mode for client, and BLOCK_PRIVMSG which + client may set to block incoming private messages unless the + Private Message Key flag is set (using private keys to protect + private messages). Updated protocol specs and code in client + and server and core library. Protocol TODO #23. Affected + files are lib/silccore/silcmode.h, silcd/server.[ch], + irssi/src/silc/core/client_ops.c, silcd/packet_receive.c, + irssi/docs/help/in/umode.in, lib/silcclient/command.c. + + * Added new channel user mode BLOCK_MESSAGES which the client + may set to itself to tell server not send channel messages. + Other packets such as channel key packets are still sent. + Protocol TODO #23. Updated the protocol specs, client and + server. Affected files are lib/silccore/silcmode.h, + irssi/docs/help/in/cumode.in, lib/silcclient/command.c, + lib/silcutil/silcutil.c, silcd/command.c, and + silcd/packet_send.c. + Mon Apr 8 23:57:32 EEST 2002 Pekka Riikonen * Redefined the Status Payload to include now two 8 bit fields,