Channel/Private Message unify 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 Signed message payload handling
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 New INVITE and BAN commands and notify types.
21
22  o Remove client from invite lists in KICKED and KILLED.
23
24  o 1.2 backup router support
25
26  o Backup router related issues:
27
28         o Add special handling in router and server for "connection
29           timed out" error.  Be optimistic.
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 WIN32 silc_net_create_connection_async does not work the same way
40    than on Unix.  Do it with threads on WIN32.  The function works but
41    is not actually async currently (Fix this to 0.9.x).
42
43
44 TODO in Toolkit Documentation
45 =============================
46
47 Stuff that needs to be done in order to complete the Tooolkit Reference
48 Manual (Do these to 0.9.x).
49
50  o Document the "notify" and "command_reply" client operations variable 
51    argument lists for all possible notify types and command replys.
52
53  o Write "Programming with Toolkit" document, describing how to build
54    Toolkit, how the build system works, where is everything, how
55    new (external) projects can be glued into Toolkit (use irssi as an
56    example), and how external projects can use Toolkit without gluing into
57    it (how to link etc), debugging, architecture, types, etc.
58
59  o Write "Platform Implementations" document to describe what platforms
60    Toolkit support, what has been implemented, what has not been, what
61    works differently etc.
62
63  o Searching of predefined keywords, exact and partial matches (would be 
64    nice).