Merged from silc_1_0_branch.
[silc.git] / TODO
1 TODO for Irssi SILC Client 1.0
2 ==============================
3
4  o Testing - See test plan:
5      http://silcnet.org/docs/silc-client-1.0-test.pdf
6      http://silcnet.org/docs/silc-client-1.0-test.ps
7
8
9 TODO for SILC Server 1.0
10 ========================
11
12  o Fix CUMODE_CHANGE and CMODE_CHANGE for founder key things.
13
14  o 1.2 backup router support
15
16  o Testing
17
18
19 TODO/bugs In SILC Libraries
20 ===========================
21
22  o Test cases for all cryptographic primitive in lib/silccrypt/
23
24  o Test cases for all payload encoding and decoding routins in lib/silccore/
25
26  o Test cases for math library routines in lib/silcmath/
27
28
29 TODO in Toolkit Documentation
30 =============================
31
32 Stuff that needs to be done in order to complete the Tooolkit Reference
33 Manual (Do these to 0.9.x).
34
35  o Document the "notify" and "command_reply" client operations variable 
36    argument lists for all possible notify types and command replys.
37
38  o Write "Programming with Toolkit" document, describing how to build
39    Toolkit, how the build system works, where is everything, how
40    new (external) projects can be glued into Toolkit (use irssi as an
41    example), and how external projects can use Toolkit without gluing into
42    it (how to link etc), debugging, architecture, types, etc.
43
44  o Write "Platform Implementations" document to describe what platforms
45    Toolkit support, what has been implemented, what has not been, what
46    works differently etc.
47
48  o Searching of predefined keywords, exact and partial matches (would be 
49    nice).