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