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 WIN32 silc_net_create_connection_async does not work the same way
36    than on Unix.  Do it with threads on WIN32.  The function works but
37    is not actually async currently (Fix this to 0.9.x).
38
39  o Private key encryption to silc_pkcs_[save/load]_private_key[_data]
40    function.
41
42
43 TODO in Toolkit Documentation
44 =============================
45
46 Stuff that needs to be done in order to complete the Tooolkit Reference
47 Manual (Do these to 0.9.x).
48
49  o Write "Programming with Toolkit" document, describing how to build
50    Toolkit, how the build system works, where is everything, how
51    new (external) projects can be glued into Toolkit (use irssi as an
52    example), and how external projects can use Toolkit without gluing into
53    it (how to link etc), debugging, architecture, types, etc.
54
55  o Write "Platform Implementations" document to describe what platforms
56    Toolkit support, what has been implemented, what has not been, what
57    works differently etc.
58
59  o Searching of predefined keywords, exact and partial matches (would be 
60    nice).