Added support for UTF-8 encoded nicks, channel names and
[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 The log files should be opened with silc_file* routines to make
19    sure they are 0600.
20
21  o BUG: assert() happened in silc_server_free_client_data_timeout, 
22    server.c:3322.
23
24  o BUG: The server number stats is wrong on router when backup is 
25    connected.
26
27  o BUG: silc_idlist_del_client had been called but sock->user_data remained
28    and pointed to invalid pointer.  Where it was called is not known.
29
30  o BUG: server->backup has the backup router added twice (old connection 
31    presumably remains, and is invalid).
32
33  o Check for valid ban strings.  Check ban string notifying.
34
35  o Basic UTF-8 stringprep profile that makes sure UTF-8 strings are
36    as defined in spec-08 section 3.13.
37
38  o Check that founder key is distributed ok during backup resuming.
39
40  o Testing
41
42
43 TODO/bugs In SILC Libraries
44 ===========================
45
46  o Stringprep checks to the Client Library.
47
48  o Add following defines in silcincludes.h and silcclient.h for 
49    third-party software:
50
51         __SILC_LIBSILC_HAVE_PTHREAD
52         __SILC_LIBSILC_HAVE_SIM
53         __SILC_LIBSILC_ENABLE_DEBUG
54         __SILC_LIBSILCCLIENT_HAVE_PTHREAD
55         __SILC_LIBSILCCLIENT_HAVE_SIM
56         __SILC_LIBSILCCLIENT_ENABLE_DEBUG
57
58  o Test cases for all payload encoding and decoding routins in lib/silccore/
59
60  o Test cases for math library routines in lib/silcmath/
61
62  o Implement new version of SFTP protocol (missing versions 4 and 5, we
63    have version 3).
64
65
66 TODO in Toolkit Documentation
67 =============================
68
69 Stuff that needs to be done in order to complete the Toolkit Reference
70 Manual (Do these to 0.9.x).
71
72  o Write "Programming with Toolkit" document, describing how to build
73    Toolkit, how the build system works, where is everything, how
74    new (external) projects can be glued into Toolkit (use irssi as an
75    example), and how external projects can use Toolkit without gluing into
76    it (how to link etc), debugging, architecture, types, etc.
77
78  o Searching of predefined keywords, exact and partial matches (would be
79    nice).