X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FTODO;h=2f15a875dad51d90eecf6c2ae03f0dc088a661af;hb=2f4cd43c4483070e81c0862582a80b59a208f0dd;hp=eb34b900b6a70399a7e92d0dfb0ed9fef7868344;hpb=6d8dd34367932c0b71049f48ee419d92855b2e2b;p=doldaconnect.git diff --git a/doc/TODO b/doc/TODO index eb34b90..2f15a87 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,8 @@ Items to do User-visible features: + * Implement a CLI client. I'm currently not sure what it's supposed + to actually do that cannot be done with dcruncmd, though. * Implement ADC * Implement fetching and displaying of file lists (requires rather heavy protocol changes) @@ -10,18 +12,15 @@ Protocol-visible features: * Implement some encryption for the UI channel (probably TLS) Enhancements: - * Implement native HTTP library instead of calling out to wget in - dolcon (initial work in the `httplib' Git branch) - * Alternatively, find some good external HTTP library (Curl seems to - be hard to use with Gtk) + * Implement real Unicode support instead of using wchar_t. + * Maybe find some external HTTP library which is better than the + internal httplib. Documentation: * Document the protocol (initial work in the `protodoc' Git branch) * Document the API. Code cleanups: - * Clean up the clients/gtk2/main.c file and split it into multiple - files * Clean up local variables in the library. Other: See output of "grep -r XXX ."