updates.
[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 c0ffee's MIME signal
9
10  o SILC protocol version 1.2 integration
11
12  o Testing - See test plan:
13      http://silcnet.org/docs/silc-client-1.0-test.pdf
14      http://silcnet.org/docs/silc-client-1.0-test.ps
15
16
17 TODO for SILC Server 1.0
18 ========================
19
20  o WHOIS search by public key in attrs.
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 SILC protocol version 1.2 integration
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
40 TODO in Toolkit Documentation
41 =============================
42
43 Stuff that needs to be done in order to complete the Tooolkit Reference
44 Manual (Do these to 0.9.x).
45
46  o Document the "notify" and "command_reply" client operations variable 
47    argument lists for all possible notify types and command replys.
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).