Added support for auto-passphrase authentication from the config
[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 The PRIVATE_MESSAGE_KEY packet is not handled (it is implemented 
15    though).  This should be added and perhaps new client operation
16    should be added to notify application that it was received and
17    set the key only if application wishes to set (accept the key) it
18    (Do this to 0.9.x).
19
20  o Testing
21
22
23 TODO/bugs In SILC Server
24 ========================
25
26  o If client's public key is saved in the server (and doing public key
27    authentication) then the hostname and the username information could
28    be taken from the public key.  Should be a configuration option!
29
30  o Backup router related issues:
31
32         o Add special handling in router and server for "connection
33           timed out" error.  Be optimistic.
34
35         o Testing
36
37  o Add a timeout to handling incoming JOIN commands.  It should be 
38    enforced that JOIN command is executed only once in a second or two
39    seconds.  Now it is possible to accept n incoming JOIN commands
40    and process them without any timeouts.  THis must be employed because
41    each JOIN command will create and distribute the new channel key
42    to everybody on the channel (Fix this to 0.9.x).
43
44  o Manual file for silcd(8) and silcd.conf.
45
46  o Testing
47
48
49 TODO/bugs In SILC Libraries
50 ===========================
51
52  o WIN32 silc_net_create_connection_async does not work the same way
53    than on Unix.  Do it with threads on WIN32.  The function works but
54    is not actually async currently (Fix this to 0.9.x).
55
56
57 TODO in Toolkit Documentation
58 =============================
59
60 Stuff that needs to be done in order to complete the Tooolkit Reference
61 Manual (Do these to 0.9.x).
62
63  o ROBOdoc documenting missing from lib/silcutil/silcbuffer.h.
64
65  o ROBOdoc documenting missing from lib/silcutil/silcdlist.h.
66
67  o ROBOdoc documenting missing from lib/silccrypt/silccipher.h.
68
69  o ROBOdoc documenting missing from lib/silccrypt/silcpkcs.h.
70
71  o Write "Programming with Toolkit" document, describing how to build
72    Toolkit, how the build system works, where is everything, how
73    new (external) projects can be glued into Toolkit (use irssi as an
74    example), and how external projects can use Toolkit without gluing into
75    it (how to link etc), debugging, architecture, types, etc.
76
77  o Write "Platform Implementations" document to describe what platforms
78    Toolkit support, what has been implemented, what has not been, what
79    works differently etc.
80
81  o Automatically generated index (would be nice).
82
83  o Searching of predefined keywords, exact and partial matches (would be 
84    nice).