Modernized configure.in to match new autoconf and automake.
[doldaconnect.git] / doc / TODO
index 705c01b..f194997 100644 (file)
--- 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,6 +12,7 @@ Protocol-visible features:
  * Implement some encryption for the UI channel (probably TLS)
 
 Enhancements:
+ * Implement real Unicode support instead of using wchar_t.
  * Maybe find some external HTTP library which is better than the
    internal httplib.
 
@@ -19,5 +22,4 @@ Documentation:
 
 Code cleanups:
  * Clean up local variables in the library.
-
-Other: See output of "grep -r XXX ."
+ * See output of "grep -r XXX ."