X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=TODO;h=7e52a12a5aea3d05ab3ba58e2a2f68676c81b079;hb=751b3b46d4acc38c2c35366706f5472c05ce3655;hp=abc1a8ac5584e889593aceab3d9b490ab0e4e400;hpb=06de75789d7eb830f8358b1b784e82b9941b33c8;p=silc.git diff --git a/TODO b/TODO index abc1a8ac..7e52a12a 100644 --- a/TODO +++ b/TODO @@ -86,6 +86,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 +105,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