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 c0ffee's MIME signal
7
8  o SILC protocol version 1.2 integration
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 for SILC Server 1.0
16 ========================
17
18  o WHOIS search by public key in attrs.
19
20  o Backup router related issues:
21
22         o Add special handling in router and server for "connection
23           timed out" error.  Be optimistic.
24
25  o SILC protocol version 1.2 integration
26
27  o Testing
28
29
30 TODO/bugs In SILC Libraries
31 ===========================
32
33  o WIN32 silc_net_create_connection_async does not work the same way
34    than on Unix.  Do it with threads on WIN32.  The function works but
35    is not actually async currently (Fix this to 0.9.x).
36
37
38 TODO in Toolkit Documentation
39 =============================
40
41 Stuff that needs to be done in order to complete the Tooolkit Reference
42 Manual (Do these to 0.9.x).
43
44  o Document the "notify" and "command_reply" client operations variable 
45    argument lists for all possible notify types and command replys.
46
47  o Write "Programming with Toolkit" document, describing how to build
48    Toolkit, how the build system works, where is everything, how
49    new (external) projects can be glued into Toolkit (use irssi as an
50    example), and how external projects can use Toolkit without gluing into
51    it (how to link etc), debugging, architecture, types, etc.
52
53  o Write "Platform Implementations" document to describe what platforms
54    Toolkit support, what has been implemented, what has not been, what
55    works differently etc.
56
57  o Searching of predefined keywords, exact and partial matches (would be 
58    nice).