Fixed connection freeing to not crash in disconnection.
[silc.git] / TODO
1 TODO for Irssi SILC Client 1.0
2 ==============================
3
4  o bugs parsing nicknames with @ in NICK_CHANGE.
5
6  o UTF-8 decode WHOIS userinfos, topic, etc.
7
8  o Manaul file for silc(1) and silc.conf.
9
10  o c0ffee's MIME signal
11
12  o SILC protocol version 1.2 integration
13
14  o Testing - See test plan:
15      http://silcnet.org/docs/silc-client-1.0-test.pdf
16      http://silcnet.org/docs/silc-client-1.0-test.ps
17
18
19 TODO for SILC Server 1.0
20 ========================
21
22  o WHOIS search by public key in attrs.
23
24  o Backup router related issues:
25
26         o Add special handling in router and server for "connection
27           timed out" error.  Be optimistic.
28
29  o Manual file for silcd(8) and silcd.conf.
30
31  o SILC protocol version 1.2 integration
32
33  o Testing
34
35
36 TODO/bugs In SILC Libraries
37 ===========================
38
39  o Private key encryption to silc_pkcs_[save/load]_private_key[_data]
40    function.
41
42  o WIN32 silc_net_create_connection_async does not work the same way
43    than on Unix.  Do it with threads on WIN32.  The function works but
44    is not actually async currently (Fix this to 0.9.x).
45
46
47 TODO in Toolkit Documentation
48 =============================
49
50 Stuff that needs to be done in order to complete the Tooolkit Reference
51 Manual (Do these to 0.9.x).
52
53  o Document the "notify" and "command_reply" client operations variable 
54    argument lists for all possible notify types and command replys.
55
56  o Write "Programming with Toolkit" document, describing how to build
57    Toolkit, how the build system works, where is everything, how
58    new (external) projects can be glued into Toolkit (use irssi as an
59    example), and how external projects can use Toolkit without gluing into
60    it (how to link etc), debugging, architecture, types, etc.
61
62  o Write "Platform Implementations" document to describe what platforms
63    Toolkit support, what has been implemented, what has not been, what
64    works differently etc.
65
66  o Searching of predefined keywords, exact and partial matches (would be 
67    nice).