X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FTODO;h=705c01b53e05172fae3effefd1fddac679c2b1fb;hb=c4b406ca5efb8923df032aa391abd3457e574873;hp=b549e03f9765be4202579d775024ad3a62b0a1fc;hpb=08181a5020135f2b35dca77aea477a568ce81758;p=doldaconnect.git diff --git a/doc/TODO b/doc/TODO index b549e03..705c01b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -7,20 +7,17 @@ User-visible features: Protocol-visible features: * Implement full support for TTHL + * 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) + * 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 ."