Make building the daemon optional
[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
6d8dd343 10 * Implement some encryption for the UI channel (probably TLS)
08181a50
FT
11
12Enhancements:
82fc2176
FT
13 * Maybe find some external HTTP library which is better than the
14 internal httplib.
08181a50
FT
15
16Documentation:
17 * Document the protocol (initial work in the `protodoc' Git branch)
18 * Document the API.
19
20Code cleanups:
08181a50
FT
21 * Clean up local variables in the library.
22
23Other: See output of "grep -r XXX ."