---- BACKUP ROUTER TEST RESULTS ----
authorPekka Riikonen <priikone@silcnet.org>
Tue, 14 Oct 2003 15:38:53 +0000 (15:38 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 14 Oct 2003 15:38:53 +0000 (15:38 +0000)
CHANGES
TODO

diff --git a/CHANGES b/CHANGES
index 5918b56f20d28f9e79b44ea33d7cb8cd9839bc6e..06d20905e194009a33056066241d5d893c8b2e60 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+Tue Oct 14 18:24:53 EEST 2003  Pekka Riikonen <priikone@silcnet.org>
+
+       * Save old channel keys in list to allow more rapid change
+         of channel keys if server for some reason does that.  This
+         avoids loosing so many channel messages due to not having
+         key to decrypt.  Affected file lib/silcclient/silcclient.h,
+         idlist.c and client_channel.c.
+
 Mon Oct 13 21:37:47 EEST 2003  Pekka Riikonen <priikone@silcnet.org>
 
        * Continued backup router tests and fixes.  Affected files
diff --git a/TODO b/TODO
index 1dbc95d23b9bf0533ec4f0641d633c0697b3fda0..fa0b5a10c2380abb9089d3356376c412d0cf5c60 100644 (file)
--- a/TODO
+++ b/TODO
@@ -40,7 +40,7 @@ TODO for SILC Server 1.0
          and backup.  Server will be cut from rest of the network.
      - (6) server looses primary, backup doesn't, rejects server's use,
            then backup looses primary
-       - Same as (3), if primary crashed, normal resuming occurs.
+       - Same as (2), (3), if primary crashed, normal resuming occurs.
 
    - Resuming tests
      - (1) normal resuming (works)
@@ -88,7 +88,7 @@ TODO for SILC Server 1.0
    UMODE_CHANGE, INVITE, BAN (rest of the notifys does not apply, no 
    testing required)
 
-   - Communication
+   - Communication (works)
     - Test communication during switching, after switching, during
       resuming and after resuming.