updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index ead9982760eefb48e633b711adb7699db0c5075d..ca95f2e1b3b051e1666f304a6c664b9d2aa41da4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -46,6 +46,12 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
+ o After backup resuming protocol some of the server's SilcIDListData
+   on primary that came back online are NULL. Seems actually that the
+   udpate_client_by_server does not work since the client->router, and
+   the client->router->connection->user_data are not same, and they
+   should be.
+
  o Server signoff notifys does not go to normal servers from routers.
 
  o Channel user mode changes are notified unnecessarely when switching
@@ -117,9 +123,6 @@ TODO/bugs In SILC Server
 TODO/bugs In SILC Libraries
 ===========================
 
- o Security fixes from the latest draft for MAC key and MAC computation:
-   the packet sequence number.
-
  o Compression routines are missing.  The protocol supports packet
    compression thus it must be implemented.  SILC Comp API must be
    defined.  zlib package is already included into the lib dir (in CVS,