Added support for removing client from invite list when kicked.
[silc.git] / TODO
1 TODO for Irssi SILC Client 1.0
2 ==============================
3
4  o Signed message payload handling on UI
5
6  o Support to set arbitrary pulic key in CMODE
7
8  o INVITE/BAN by public key file and Client ID, new INVITE/BAN list handling
9    in command reply.
10
11  o bugs parsing nicknames with @ in NICK_CHANGE
12
13  o Testing - See test plan:
14      http://silcnet.org/docs/silc-client-1.0-test.pdf
15      http://silcnet.org/docs/silc-client-1.0-test.ps
16
17
18 TODO for SILC Server 1.0
19 ========================
20
21  o Remove client from invite lists KILLED.
22
23  o 1.2 backup router support
24
25  o Testing
26
27
28 TODO/bugs In SILC Libraries
29 ===========================
30
31  o WIN32 silc_net_create_connection_async does not work the same way
32    than on Unix.  Do it with threads on WIN32.  The function works but
33    is not actually async currently (Fix this to 0.9.x).
34
35
36 TODO in Toolkit Documentation
37 =============================
38
39 Stuff that needs to be done in order to complete the Tooolkit Reference
40 Manual (Do these to 0.9.x).
41
42  o Document the "notify" and "command_reply" client operations variable 
43    argument lists for all possible notify types and command replys.
44
45  o Write "Programming with Toolkit" document, describing how to build
46    Toolkit, how the build system works, where is everything, how
47    new (external) projects can be glued into Toolkit (use irssi as an
48    example), and how external projects can use Toolkit without gluing into
49    it (how to link etc), debugging, architecture, types, etc.
50
51  o Write "Platform Implementations" document to describe what platforms
52    Toolkit support, what has been implemented, what has not been, what
53    works differently etc.
54
55  o Searching of predefined keywords, exact and partial matches (would be 
56    nice).