updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index 21c58b76c80cb5ab32c2cc18298d81528a22c01c..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,7 @@ 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).
-
- 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).
+   it (how to link etc), debugging, architecture, types, etc.
 
  o Write "Platform Implementations" document to describe what platforms
    Toolkit support, what has been implemented, what has not been, what