0f516d8cce8e24bb7245187a26cfcf1701921928
[doldaconnect.git] / doc / TODO
1                              Items to do
2
3 User-visible features:
4  * Implement ADC
5  * Implement fetching and displaying of file lists (requires rather
6    heavy protocol changes)
7
8 Protocol-visible features:
9  * Implement full support for TTHL
10  * Implement some encryption for the UI channel (probably TLS)
11
12 Enhancements:
13  * Implement native HTTP library instead of calling out to wget in
14    dolcon (initial work in the `httplib' Git branch)
15  * Alternatively, find some good external HTTP library (Curl seems to
16    be hard to use with Gtk)
17
18 Documentation:
19  * Document the protocol (initial work in the `protodoc' Git branch)
20  * Document the API.
21
22 Code cleanups:
23  * Clean up local variables in the library.
24
25 Other: See output of "grep -r XXX ."