Merged silc_1_0_branch to trunk.
[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 BUG: silc_idlist_del_client had been called but sock->user_data remained
19    and pointed to invalid pointer.  Where it was called is not known.
20
21  o Basic UTF-8 stringprep profile that makes sure UTF-8 strings are
22    as defined in spec-08 section 3.13.
23
24  o Server sometimes connects more than once to router and keeps
25    connecting even though connection exists.
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  o Implement new version of SFTP protocol (missing versions 4 and 5, we
38    have version 3).
39
40
41 TODO in Toolkit Documentation
42 =============================
43
44 Stuff that needs to be done in order to complete the Toolkit Reference
45 Manual (Do these to 0.9.x).
46
47  o Write "Programming with Toolkit" document, describing how to build
48    Toolkit, how the build system works, where is everything, how
49    new (external) projects can be glued into Toolkit (use irssi as an
50    example), and how external projects can use Toolkit without gluing into
51    it (how to link etc), debugging, architecture, types, etc.
52
53  o Searching of predefined keywords, exact and partial matches (would be
54    nice).