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