Added SILC_MESSAGE_FLAG_UTF8 and implemented it. All messages
[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
17 TODO/bugs In SILC Server
18 ========================
19
20  o Implement the <Requested Attributes> and the Attribute Payload to
21    the core library, client and server.  Maybe implementations of
22    RFC 2425 and RFC 2426 to make it complete.
23
24  o Backup router related issues (Fix this to 0.9.x):
25
26         o Channel user mode changes are notified unnecessarely when
27           switching to backup router on router crash.
28
29  o Add a timeout to handling incoming JOIN commands.  It should be 
30    enforced that JOIN command is executed only once in a second or two
31    seconds.  Now it is possible to accept n incoming JOIN commands
32    and process them without any timeouts.  THis must be employed because
33    each JOIN command will create and distribute the new channel key
34    to everybody on the channel (Fix this to 0.9.x).
35
36  o If client's public key is saved in the server (and doing public key
37    authentication) then the hostname and the username information could
38    be taken from the public key.  Should be a configuration option!
39
40
41 TODO/bugs In SILC Libraries
42 ===========================
43
44  o WIN32 silc_net_create_connection_async does not work the same way
45    than on Unix.  Do it with threads on WIN32.  The function works but
46    is not actually async currently (Fix this to 0.9.x).
47
48
49 TODO in Toolkit Documentation
50 =============================
51
52 Stuff that needs to be done in order to complete the Tooolkit Reference
53 Manual (Do these to 0.9.x).
54
55  o ROBOdoc documenting missing from lib/silcutil/silcbuffer.h.
56
57  o ROBOdoc documenting missing from lib/silcutil/silcdlist.h.
58
59  o ROBOdoc documenting missing from lib/silcutil/silcfileutil.h.
60
61  o ROBOdoc documenting missing from lib/silccrypt/silccipher.h.
62
63  o ROBOdoc documenting missing from lib/silccrypt/silcpkcs.h.
64
65  o Write "Programming with Toolkit" document, describing how to build
66    Toolkit, how the build system works, where is everything, how
67    new (external) projects can be glued into Toolkit (use irssi as an
68    example), and how external projects can use Toolkit without gluing into
69    it (how to link etc), debugging, architecture, types, etc.
70
71  o Write "Platform Implementations" document to describe what platforms
72    Toolkit support, what has been implemented, what has not been, what
73    works differently etc.