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