updates
[silc.git] / TODO
1 TODO for Irssi SILC Client 1.0
2 ==============================
3
4  o Signed message payload handling on UI
5
6  o Support to set arbitrary pulic key in CMODE
7
8  o INVITE/BAN by public key file and Client ID, new INVITE/BAN list handling
9    in command reply.
10
11  o bugs parsing nicknames with @ in NICK_CHANGE
12
13  o Testing - See test plan:
14      http://silcnet.org/docs/silc-client-1.0-test.pdf
15      http://silcnet.org/docs/silc-client-1.0-test.ps
16
17
18 TODO for SILC Server 1.0
19 ========================
20
21  o 1.2 backup router support
22
23  o Testing
24
25
26 TODO/bugs In SILC Libraries
27 ===========================
28
29  o WIN32 silc_net_create_connection_async does not work the same way
30    than on Unix.  Do it with threads on WIN32.  The function works but
31    is not actually async currently (Fix this to 0.9.x).
32
33
34 TODO in Toolkit Documentation
35 =============================
36
37 Stuff that needs to be done in order to complete the Tooolkit Reference
38 Manual (Do these to 0.9.x).
39
40  o Document the "notify" and "command_reply" client operations variable 
41    argument lists for all possible notify types and command replys.
42
43  o Write "Programming with Toolkit" document, describing how to build
44    Toolkit, how the build system works, where is everything, how
45    new (external) projects can be glued into Toolkit (use irssi as an
46    example), and how external projects can use Toolkit without gluing into
47    it (how to link etc), debugging, architecture, types, etc.
48
49  o Write "Platform Implementations" document to describe what platforms
50    Toolkit support, what has been implemented, what has not been, what
51    works differently etc.
52
53  o Searching of predefined keywords, exact and partial matches (would be 
54    nice).