updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index abc1a8ac5584e889593aceab3d9b490ab0e4e400..0b9927e8f114eca7aaaa2d3623e88ecbf842d36b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -35,6 +35,8 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
+ o Remove old  0.6.x backwards support.
+
  o Configuration file additions:
 
        o Add incoming connection frequency, incoming connection frequency
@@ -86,6 +88,11 @@ TODO/bugs In SILC Libraries
  o SILC RNG does not implement random seed files, and they should be
    implemented.
 
+ o The SilcSocketConnection in the SFTP interface is actually redundant
+   and should perhaps be removed.  The application can save it in the
+   context it provides, which is delivered by SFTP libary to all 
+   callback functions.
+
 
 TODO in Toolkit Documentation
 =============================
@@ -100,11 +107,11 @@ Manual.
    Toolkit, how the build system works, where is everything, how
    new (external) projects can be glued into Toolkit (use irssi as an
    example), and how external projects can use Toolkit without gluing into
-   it (how to link etc).
+   it (how to link etc), debugging, architecture, types, etc.
 
- o Write "Programming conventions" document to describe the coding
-   and naming conventions used in the Toolkit (should not be 
-   actually the CodingStyle document, but something more general).
+ o Write "Platform Implementations" document to describe what platforms
+   Toolkit support, what has been implemented, what has not been, what
+   wors differently etc.
 
 
 TODO in SILC Protocol