X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=71472709dc0c199ad999f5dbc9cd7c9012e05215;hb=123f0d8aad72b80fbbd2335052f00adf3c3a84a4;hp=9cd0e8d6b837f221b774367483ccf9a48f4a9ac2;hpb=8d015b8011db556d7d78696dbac659eb1d6dd13f;p=silc.git diff --git a/CHANGES b/CHANGES index 9cd0e8d6..71472709 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,22 @@ +Mon Jun 10 16:29:42 EEST 2002 Pekka Riikonen + + * Added WATCH list sending to backup routers from router. + The WATCH command is sent by the router to the backup + router. Affected file silcd/command.c. + + * Mark the backup_router flag for RouterConnection entry + if the backup router stuff is defined in the config file. + Affected file silcd/serverconfig.c. + + * Fixed some backup data sending around the code to work better + if the router is standalone router. Not all places were fixed. + Affected file silcd/packet_receive.c, silcd/packet_send.c, + silcd/server.c. + + * Fixed the router connecting when connecting to multiple + routers. It ignored every other router except the first + one. Affected file silcd/server.c. + Mon Jun 10 09:28:21 CEST 2002 Pekka Riikonen * Made the private key generation after expiration optional.