updates
[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 When timeout occurs in query code, make sure each query gets error
13    reply (list of errors).
14
15  o Fix CUMODE_CHANGE and CMODE_CHANGE for founder key things.
16
17  o 1.2 backup router support
18
19  o Testing
20
21
22 TODO/bugs In SILC Libraries
23 ===========================
24
25  o Test cases for all cryptographic primitive in lib/silccrypt/
26
27  o Test cases for all payload encoding and decoding routins in lib/silccore/
28
29  o Test cases for math library routines in lib/silcmath/
30
31
32 TODO in Toolkit Documentation
33 =============================
34
35 Stuff that needs to be done in order to complete the Tooolkit Reference
36 Manual (Do these to 0.9.x).
37
38  o Document the "notify" and "command_reply" client operations variable 
39    argument lists for all possible notify types and command replys.
40
41  o Write "Programming with Toolkit" document, describing how to build
42    Toolkit, how the build system works, where is everything, how
43    new (external) projects can be glued into Toolkit (use irssi as an
44    example), and how external projects can use Toolkit without gluing into
45    it (how to link etc), debugging, architecture, types, etc.
46
47  o Write "Platform Implementations" document to describe what platforms
48    Toolkit support, what has been implemented, what has not been, what
49    works differently etc.
50
51  o Searching of predefined keywords, exact and partial matches (would be 
52    nice).