Fixed CUMODE_CHANGE for founder mode change to comply with 1.2.
[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 Backup router testing
13
14    - test all resume error cases for backup router
15    - test all resume error cases for normal server
16    - test all resume error cases for primary router
17    - test communication
18
19    NOTIFYS (works)
20    
21    JOIN, TOPIC_SET, CMODE_CHANGE, CUMODE_CHANGE, CHANNEL_CHANGE,
22    UMODE_CHANGE, INVITE, BAN (rest of the notifys does not apply, no 
23    testing required)
24
25  o Testing
26
27
28 TODO/bugs In SILC Libraries
29 ===========================
30
31  o Test cases for all cryptographic primitive in lib/silccrypt/
32
33  o Test cases for all payload encoding and decoding routins in lib/silccore/
34
35  o Test cases for math library routines in lib/silcmath/
36
37
38 TODO in Toolkit Documentation
39 =============================
40
41 Stuff that needs to be done in order to complete the Tooolkit Reference
42 Manual (Do these to 0.9.x).
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 Searching of predefined keywords, exact and partial matches (would be
51    nice).