updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index 408776eb3eb66958be3b433533901febab0e6173..bfbf1d0ebcec9ae32270380428f6c960e66cbb3f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -47,6 +47,10 @@ TODO/bugs In SILC Client Library
    behaviour and maybe should be removed.  The changer should always
    get the one it wants and not have the formatted nickname.
 
+ o Remove the command destructor all together from the client, it is
+   not needed and its usage is buggy when the context is registered
+   to multiple pending commands.
+
  o Additions to do after protocol version 1.1:
 
        o Fix the NICK_CHANGE notify handling not to create new entry
@@ -60,6 +64,10 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
+ o Remove the command destructor all together from the server, it is
+   not needed and its usage is buggy when the context is registered
+   to multiple pending commands.
+
  o strerror messages from premature EOF's to signoff messages.
 
  o Backup router related issues