fb406ebf08244fe59856794c6d19d51355ec9b14
[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 INVITE and BAN notifys send the entire list as notify, but only the
13    added/removed info should be sent.
14
15  o The CMODE cipher & hmac change problem (#101).
16
17  o Fix CUMODE_CHANGE and CMODE_CHANGE for founder key things.
18
19  o 1.2 backup router support
20
21  o Testing
22
23
24 TODO/bugs In SILC Libraries
25 ===========================
26
27  o Test cases for all cryptographic primitive in lib/silccrypt/
28
29  o Test cases for all payload encoding and decoding routins in lib/silccore/
30
31  o Test cases for math library routines in lib/silcmath/
32
33
34 TODO in Toolkit Documentation
35 =============================
36
37 Stuff that needs to be done in order to complete the Tooolkit Reference
38 Manual (Do these to 0.9.x).
39
40  o Write "Programming with Toolkit" document, describing how to build
41    Toolkit, how the build system works, where is everything, how
42    new (external) projects can be glued into Toolkit (use irssi as an
43    example), and how external projects can use Toolkit without gluing into
44    it (how to link etc), debugging, architecture, types, etc.
45
46  o Searching of predefined keywords, exact and partial matches (would be 
47    nice).