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