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