From 08181a5020135f2b35dca77aea477a568ce81758 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Mon, 16 Jul 2007 00:02:22 +0200 Subject: [PATCH] Added TODO file. --- doc/Makefile.am | 2 +- doc/TODO | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 doc/TODO diff --git a/doc/Makefile.am b/doc/Makefile.am index 652b077..7ae7e27 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS=man -EXTRA_DIST = INSTALL protorev INSTALL.gaim INSTALL.applet +EXTRA_DIST = INSTALL protorev INSTALL.gaim INSTALL.applet TODO diff --git a/doc/TODO b/doc/TODO new file mode 100644 index 0000000..b549e03 --- /dev/null +++ b/doc/TODO @@ -0,0 +1,26 @@ + Items to do + +User-visible features: + * Implement ADC + * Implement fetching and displaying of file lists (requires rather + heavy protocol changes) + +Protocol-visible features: + * Implement full support for TTHL + +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) + +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 ." -- 2.11.0