updates.
[silc.git] / TODO
1 TODO/bugs in Irssi SILC Client
2 ==============================
3
4  o bugs parsing nicknames with @ in NICK_CHANGE.
5
6  o UTF-8 encode/decode WHOIS userinfos, topic, etc.
7
8  o Manaul file for silc(1) and silc.conf.
9
10  o Testing - See test plan:
11      http://silcnet.org/docs/silc-client-1.0-test.pdf
12      http://silcnet.org/docs/silc-client-1.0-test.ps
13
14
15 TODO/bugs In SILC Server
16 ========================
17
18  o If client's public key is saved in the server (and doing public key
19    authentication) then the hostname and the username information could
20    be taken from the public key.  Should be a configuration option!
21
22  o Backup router related issues:
23
24         o Add special handling in router and server for "connection
25           timed out" error.  Be optimistic.
26
27  o Manual file for silcd(8) and silcd.conf.
28
29  o Testing
30
31
32 TODO/bugs In SILC Libraries
33 ===========================
34
35  o Get rid of VERSION, PACKAGE and other autoconf stuff from silcdefs.h.
36
37  o WIN32 silc_net_create_connection_async does not work the same way
38    than on Unix.  Do it with threads on WIN32.  The function works but
39    is not actually async currently (Fix this to 0.9.x).
40
41  o Private key encryption to silc_pkcs_[save/load]_private_key[_data]
42    function.
43
44
45 TODO in Toolkit Documentation
46 =============================
47
48 Stuff that needs to be done in order to complete the Tooolkit Reference
49 Manual (Do these to 0.9.x).
50
51  o Write "Programming with Toolkit" document, describing how to build
52    Toolkit, how the build system works, where is everything, how
53    new (external) projects can be glued into Toolkit (use irssi as an
54    example), and how external projects can use Toolkit without gluing into
55    it (how to link etc), debugging, architecture, types, etc.
56
57  o Write "Platform Implementations" document to describe what platforms
58    Toolkit support, what has been implemented, what has not been, what
59    works differently etc.
60
61  o Searching of predefined keywords, exact and partial matches (would be 
62    nice).