Do not use silc_client_send_private_message_key anymore when
[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 Testing
30
31  o Add a timeout to handling incoming JOIN commands.  It should be 
32    enforced that JOIN command is executed only once in a second or two
33    seconds.  Now it is possible to accept n incoming JOIN commands
34    and process them without any timeouts.  THis must be employed because
35    each JOIN command will create and distribute the new channel key
36    to everybody on the channel (Fix this to 0.9.x).
37
38  o Manual file for silcd(8) and silcd.conf.
39
40  o Testing
41
42
43 TODO/bugs In SILC Libraries
44 ===========================
45
46  o WIN32 silc_net_create_connection_async does not work the same way
47    than on Unix.  Do it with threads on WIN32.  The function works but
48    is not actually async currently (Fix this to 0.9.x).
49
50
51 TODO in Toolkit Documentation
52 =============================
53
54 Stuff that needs to be done in order to complete the Tooolkit Reference
55 Manual (Do these to 0.9.x).
56
57  o ROBOdoc documenting missing from lib/silcutil/silcbuffer.h.
58
59  o ROBOdoc documenting missing from lib/silcutil/silcdlist.h.
60
61  o ROBOdoc documenting missing from lib/silccrypt/silccipher.h.
62
63  o ROBOdoc documenting missing from lib/silccrypt/silcpkcs.h.
64
65  o Write "Programming with Toolkit" document, describing how to build
66    Toolkit, how the build system works, where is everything, how
67    new (external) projects can be glued into Toolkit (use irssi as an
68    example), and how external projects can use Toolkit without gluing into
69    it (how to link etc), debugging, architecture, types, etc.
70
71  o Write "Platform Implementations" document to describe what platforms
72    Toolkit support, what has been implemented, what has not been, what
73    works differently etc.
74
75  o Automatically generated index (would be nice).
76
77  o Searching of predefined keywords, exact and partial matches (would be 
78    nice).