update.
[silc.git] / TODO
1 TODO/bugs in Irssi SILC client
2 ==============================
3
4  o Testing
5
6
7 TODO/bugs In SILC Client Library
8 ================================
9
10  o The PRIVATE_MESSAGE_KEY packet is not handled (it is implemented 
11    though).  This should be added and perhaps new client operation
12    should be added to notify application that it was received and
13    set the key only if application wishes to set (accept the key) it
14    (Do this to 0.9.x).
15
16  o Testing
17
18
19 TODO/bugs In SILC Server
20 ========================
21
22  o Make the "one founder per channel" check during join -founder as well.
23
24  o Make the "one founder per channel" during CUMODE notify as well.
25
26  o Implement the <Requested Attributes> and the Attribute Payload to
27    the core library, client and server.  Maybe implementations of
28    RFC 2425 and RFC 2426 to make it complete.
29
30  o Backup router related issues (Fix this to 0.9.x):
31
32         o Channel user mode changes are notified unnecessarely when
33           switching to backup router on router crash.
34
35  o Add a timeout to handling incoming JOIN commands.  It should be 
36    enforced that JOIN command is executed only once in a second or two
37    seconds.  Now it is possible to accept n incoming JOIN commands
38    and process them without any timeouts.  THis must be employed because
39    each JOIN command will create and distribute the new channel key
40    to everybody on the channel (Fix this to 0.9.x).
41
42  o If client's public key is saved in the server (and doing public key
43    authentication) then the hostname and the username information could
44    be taken from the public key.  Should be a configuration option!
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/silcutil/silcfileutil.h.
68
69  o ROBOdoc documenting missing from lib/silccrypt/silccipher.h.
70
71  o ROBOdoc documenting missing from lib/silccrypt/silcpkcs.h.
72
73  o Write "Programming with Toolkit" document, describing how to build
74    Toolkit, how the build system works, where is everything, how
75    new (external) projects can be glued into Toolkit (use irssi as an
76    example), and how external projects can use Toolkit without gluing into
77    it (how to link etc), debugging, architecture, types, etc.
78
79  o Write "Platform Implementations" document to describe what platforms
80    Toolkit support, what has been implemented, what has not been, what
81    works differently etc.