updates
[silc.git] / TODO
1 TODO/bugs in Irssi SILC client
2 ==============================
3
4  o When showing fingerprint of server key, decode the HN form the key
5    and show that with the IP address, after reverse mapping the IP
6    address with lookup, instead of showing the hostname user gave to
7    /server.
8
9  o UTF-8 encode/decode WHOIS userinfos, topic, etc.
10
11  o Testing
12
13
14 TODO/bugs In SILC Client Library
15 ================================
16
17  o Add support for the <Requested Attributes> in WHOIS.  Sending and
18    reception should be added.
19
20  o The PRIVATE_MESSAGE_KEY packet is not handled (it is implemented 
21    though).  This should be added and perhaps new client operation
22    should be added to notify application that it was received and
23    set the key only if application wishes to set (accept the key) it
24    (Do this to 0.9.x).
25
26  o Testing
27
28
29 TODO/bugs In SILC Server
30 ========================
31
32  o WHOIS may not send reply in certain situations.
33
34  o Add support for the <Requested Attributes> in WHOIS.  Sending and
35    reception, with clients and servers should be added.
36
37  o Backup router related issues:
38
39         o Add special handling in router and server for "connection
40           timed out" error.  Be optimistic.
41
42         o Testing
43
44  o Add a timeout to handling incoming JOIN commands.  It should be 
45    enforced that JOIN command is executed only once in a second or two
46    seconds.  Now it is possible to accept n incoming JOIN commands
47    and process them without any timeouts.  THis must be employed because
48    each JOIN command will create and distribute the new channel key
49    to everybody on the channel (Fix this to 0.9.x).
50
51  o If client's public key is saved in the server (and doing public key
52    authentication) then the hostname and the username information could
53    be taken from the public key.  Should be a configuration option!
54
55  o Testing
56
57
58 TODO/bugs In SILC Libraries
59 ===========================
60
61  o WIN32 silc_net_create_connection_async does not work the same way
62    than on Unix.  Do it with threads on WIN32.  The function works but
63    is not actually async currently (Fix this to 0.9.x).
64
65
66 TODO in Toolkit Documentation
67 =============================
68
69 Stuff that needs to be done in order to complete the Tooolkit Reference
70 Manual (Do these to 0.9.x).
71
72  o ROBOdoc documenting missing from lib/silcutil/silcbuffer.h.
73
74  o ROBOdoc documenting missing from lib/silcutil/silcdlist.h.
75
76  o ROBOdoc documenting missing from lib/silccrypt/silccipher.h.
77
78  o ROBOdoc documenting missing from lib/silccrypt/silcpkcs.h.
79
80  o Write "Programming with Toolkit" document, describing how to build
81    Toolkit, how the build system works, where is everything, how
82    new (external) projects can be glued into Toolkit (use irssi as an
83    example), and how external projects can use Toolkit without gluing into
84    it (how to link etc), debugging, architecture, types, etc.
85
86  o Write "Platform Implementations" document to describe what platforms
87    Toolkit support, what has been implemented, what has not been, what
88    works differently etc.
89
90  o Automatically generated index (would be nice).
91
92  o Searching of predefined keywords, exact and partial matches (would be 
93    nice).