Status arg len fix.
[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 founder key things.
13
14  o Backup router testing
15
16    - test all resume error cases for backup router
17    - test all resume error cases for normal server
18    - test all resume error cases for primary router
19    - test communication
20
21    NOTIFYS
22
23    Problems:
24
25    - INVITE (and probably BAN) list notification from backup to primary
26      after resuming does not work.  Primary does not get the list.
27
28    Works:
29
30    JOIN, TOPIC_SET, CMODE_CHANGE, CUMODE_CHANGE, CHANNEL_CHANGE,
31    UMODE_CHANGE (rest of the notifys does not apply, no testing required)
32
33  o Testing
34
35
36 TODO/bugs In SILC Libraries
37 ===========================
38
39  o Test cases for all cryptographic primitive in lib/silccrypt/
40
41  o Test cases for all payload encoding and decoding routins in lib/silccore/
42
43  o Test cases for math library routines in lib/silcmath/
44
45
46 TODO in Toolkit Documentation
47 =============================
48
49 Stuff that needs to be done in order to complete the Tooolkit Reference
50 Manual (Do these to 0.9.x).
51
52  o Write "Programming with Toolkit" document, describing how to build
53    Toolkit, how the build system works, where is everything, how
54    new (external) projects can be glued into Toolkit (use irssi as an
55    example), and how external projects can use Toolkit without gluing into
56    it (how to link etc), debugging, architecture, types, etc.
57
58  o Searching of predefined keywords, exact and partial matches (would be
59    nice).