ROBODoc documented. A patch by Ville Räsänen.
[silc.git] / TODO
1 TODO/bugs in Irssi SILC client
2 ==============================
3
4  o UTF-8 encode/decode WHOIS userinfos, topic, etc.
5
6  o Manaul file for silc(1) and silc.conf.
7
8  o Testing
9
10
11 TODO/bugs In SILC Client Library
12 ================================
13
14  o Testing
15
16
17 TODO/bugs In SILC Server
18 ========================
19
20  o If client's public key is saved in the server (and doing public key
21    authentication) then the hostname and the username information could
22    be taken from the public key.  Should be a configuration option!
23
24  o Backup router related issues:
25
26         o Add special handling in router and server for "connection
27           timed out" error.  Be optimistic.
28
29  o Manual file for silcd(8) and silcd.conf.
30
31  o Testing
32
33
34 TODO/bugs In SILC Libraries
35 ===========================
36
37  o WIN32 silc_net_create_connection_async does not work the same way
38    than on Unix.  Do it with threads on WIN32.  The function works but
39    is not actually async currently (Fix this to 0.9.x).
40
41  o Private key encryption to silc_pkcs_[save/load]_private_key[_data]
42    function.
43
44
45 TODO in Toolkit Documentation
46 =============================
47
48 Stuff that needs to be done in order to complete the Tooolkit Reference
49 Manual (Do these to 0.9.x).
50
51  o ROBOdoc documenting missing from lib/silccrypt/silccipher.h.
52
53  o Write "Programming with Toolkit" document, describing how to build
54    Toolkit, how the build system works, where is everything, how
55    new (external) projects can be glued into Toolkit (use irssi as an
56    example), and how external projects can use Toolkit without gluing into
57    it (how to link etc), debugging, architecture, types, etc.
58
59  o Write "Platform Implementations" document to describe what platforms
60    Toolkit support, what has been implemented, what has not been, what
61    works differently etc.
62
63  o Automatically generated index (would be nice).
64
65  o Searching of predefined keywords, exact and partial matches (would be 
66    nice).