updates
[silc.git] / TODO
1 TODO/bugs in Irssi SILC client
2 ==============================
3
4  o /cumode for unknown nick does not give any error message (Fix this to
5    1.0).
6
7
8 TODO/bugs In SILC Client Library
9 ================================
10
11  o The PRIVATE_MESSAGE_KEY packet is not handled (it is implemented 
12    though).  This should be added and perhaps new client operation
13    should be added to notify application that it was received and
14    set the key only if application wishes to set (accept the key) it
15    (Do this to 1.0).
16
17
18 TODO/bugs In SILC Server
19 ========================
20
21  o Configuration file additions (Do this to 0.8.x):
22
23         o Add incoming connection frequency, incoming connection frequency
24           for single IP address, key exchange frequency, key exchange
25           frequency for single IP. Add also frequency base.
26
27  o If server send CUMODE_CHANGE notify (like setting founder) to router
28    and router does not have founder on channel (founder is left or there's
29    no founder on channel at all), the router will accept the server's
30    founder mode change, even though it perhaps should not do that (Fix 
31    this to 0.9).
32
33  o Implement the SILC_CUMODE_QUIET user mode (Do this to 0.9.x).
34
35  o Implement the <Requested Attributes> and the Attribute Payload to
36    the core library, client and server.  Maybe implementations of
37    RFC 2425 and RFC 2426 to make it complete.
38
39  o Backup router related issues (Fix this to 1.0):
40
41         o Channel user mode changes are notified unnecessarely when
42           switching to backup router on router crash.
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 1.0).
50
51  o Lots of statistics updating is missing around the server.
52
53  o If client's public key is saved in the server (and doing public key
54    authentication) then the hostname and the username information could
55    be taken from the public key.  Should be a configuration option!
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 1.0).
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 and 1.0).
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/silcutil/silcfileutil.h.
77
78  o ROBOdoc documenting missing from lib/silccrypt/silchash.h.
79
80  o ROBOdoc documenting missing from lib/silccrypt/silccipher.h.
81
82  o ROBOdoc documenting missing from lib/silccrypt/silcpkcs.h.
83
84  o Write "Programming with Toolkit" document, describing how to build
85    Toolkit, how the build system works, where is everything, how
86    new (external) projects can be glued into Toolkit (use irssi as an
87    example), and how external projects can use Toolkit without gluing into
88    it (how to link etc), debugging, architecture, types, etc.
89
90  o Write "Platform Implementations" document to describe what platforms
91    Toolkit support, what has been implemented, what has not been, what
92    works differently etc.
93
94
95 TODO in SILC Protocol
96 =====================
97
98  17. Cell wide channel founder support, and permanent channels when
99      founder mode set.