updates.
[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 Implement the <Requested Attributes> and the Attribute Payload to
23    the core library, client and server.  Maybe implementations of
24    RFC 2425 and RFC 2426 to make it complete.
25
26  o Backup router related issues (Fix this to 0.9.x):
27
28         o Channel user mode changes are notified unnecessarely when
29           switching to backup router on router crash.
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 If client's public key is saved in the server (and doing public key
39    authentication) then the hostname and the username information could
40    be taken from the public key.  Should be a configuration option!
41
42  o Testing
43
44
45 TODO/bugs In SILC Libraries
46 ===========================
47
48  o WIN32 silc_net_create_connection_async does not work the same way
49    than on Unix.  Do it with threads on WIN32.  The function works but
50    is not actually async currently (Fix this to 0.9.x).
51
52
53 TODO in Toolkit Documentation
54 =============================
55
56 Stuff that needs to be done in order to complete the Tooolkit Reference
57 Manual (Do these to 0.9.x).
58
59  o ROBOdoc documenting missing from lib/silcutil/silcbuffer.h.
60
61  o ROBOdoc documenting missing from lib/silcutil/silcdlist.h.
62
63  o ROBOdoc documenting missing from lib/silcutil/silcfileutil.h.
64
65  o ROBOdoc documenting missing from lib/silccrypt/silccipher.h.
66
67  o ROBOdoc documenting missing from lib/silccrypt/silcpkcs.h.
68
69  o Write "Programming with Toolkit" document, describing how to build
70    Toolkit, how the build system works, where is everything, how
71    new (external) projects can be glued into Toolkit (use irssi as an
72    example), and how external projects can use Toolkit without gluing into
73    it (how to link etc), debugging, architecture, types, etc.
74
75  o Write "Platform Implementations" document to describe what platforms
76    Toolkit support, what has been implemented, what has not been, what
77    works differently etc.