X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FTODO;h=ca94247d5a63f468ce1368d5cb29b6b4bc7ff6f9;hb=2c36a4aca6fa975adfd02e4e167e583fb087d1f0;hp=0f516d8cce8e24bb7245187a26cfcf1701921928;hpb=0a029967a3def3aaac77e1d36995552fa4a17646;p=doldaconnect.git diff --git a/doc/TODO b/doc/TODO index 0f516d8..ca94247 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,10 +12,8 @@ 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) + * Maybe find some external HTTP library which is better than the + internal httplib. Documentation: * Document the protocol (initial work in the `protodoc' Git branch)