Added application specific contexts to client, channel and server
[silc.git] / TODO
1 TODO for SILC Client 1.0 branch
2 ===============================
3
4  o Bugs reported on the mailing list that will be fixed eventually.
5    The numbers are arbitrary and assigned by me (c0ffee), bugs in
6    parentheses are fixed.
7
8    (#1    Ignore ALL doesn't ignore target using /me)
9    #2    specification of the silc network
10    (#3    expired private key dialogue doesn't work)
11    #4    silc client allows setting non-utf8 topics
12    #5    SILC-client displaying wrong totals with /names
13
14
15 TODO for SILC Server 1.0
16 ========================
17
18  o stringprep (RFC3454) for UTF-8 strings + all other UTF-8 string things.
19
20  o <user limit> to CMODE_CHANGE notify, and JOIN and CMODE command 
21    replies.
22
23  o Public key support to WATCH command.
24
25  o Check that founder key is distributed ok during backup resuming.
26
27  o Testing
28
29
30 TODO/bugs In SILC Libraries
31 ===========================
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 Toolkit 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).