X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=133015d22556b88d77499867b9ae11ea6472c509;hb=f5ff7cf783e9df23f91fe5fcf3da13a1b8373311;hp=6e12aef3668047ba984ac43a9b13bb71fa7788f3;hpb=2ac34d9c9117bfe850122c00b3001fd1b8a5d88a;p=silc.git diff --git a/CHANGES b/CHANGES index 6e12aef3..133015d2 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,16 @@ Fri May 17 08:33:41 CEST 2002 Pekka Riikonen * Fixed watcher list checking during server signoff. It crashed the server. Affected file silcd/server_util.c. + * The JOIN command reply returns now the founder's public + key. Affected file is silcd/command.c. + + * Announce the channel mode, and the mode properties with + CMODE_CHANGE notify. Affected file silcd/server.c. + + * Mark new channels by default disabled, untill at least + one user joins the channel. Affected file is + silcd/packet_receive.c. + Thu May 16 13:05:13 CEST 2002 Pekka Riikonen * The nickname argument to watch notify can be optional.