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