diff TODO @ 387:2f5ce7fb5aad

2003-2-2 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h src/uicommon/gftpui.c src/gtk/gftp-gtk.c - updated the format of the config file write_functions so that the value isn't written to a file descriptor. Instead, it is written to a buffer. * src/text/gftp-text.c (gftp_text_log) - search for newlines in the string and split on those characters first * src/text/textui.c (gftpui_disconnect) - disconnect from the host * src/uicommon/gftpui.c - removed calls to printf() functions. Instead print the values out using the logging function * src/uicommon/gftpuicallbacks.c (gftpui_common_run_ls) - if we are connected to a local site, lookup the options local_sortasds and local_sortcol. Otherwise, lookup remove_sortasds and remote_sortcol. * autogen.sh - disable maintainer mode * TODO - updated
author masneyb
date Tue, 03 Feb 2004 02:27:57 +0000
parents 76c912483d1d
children 14ef37b62c20
line wrap: on
line diff
--- a/TODO	Mon Feb 02 18:54:43 2004 +0000
+++ b/TODO	Tue Feb 03 02:27:57 2004 +0000
@@ -2,24 +2,22 @@
 of gFTP. If there is something you feel should be included in a future
 version of gFTP, please email me about it.
 
+* FXP transfers segfault
+* Does not work with rssh, need to improve the SSH login sequence
+* Be able to paste a URL in the host box in the GUI
+
+* If the IPV6 connection fails, automatically try a IPV4 connection.
 * I need to be able to send an event from the core library to the presentation
   layer to have it ask the user a question. I need this for the SSL layer so 
   that if an unknown certificate authority signed the certificate, the user
   can be prompted whether or not to accept it. Also, it would be handy to 
   prompt the user for their password if a bad password was entered. 
-* Text Port - resume transfers, add --mirror option, --continue option
-  and --background options to the command line.
-* DND - be able to resume transfers
 * HTTP - keepalive
 * Support tabbed interface in GTK+ port
 * Parallel chdir in GTK+ port
 * GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2
   icons
-* Add option to hide certain files
 * Be able to save the state of the transfer queue. Be able to pause transfers.
-* For bookmarks, be able to specify a local protocol, host, port, directory
-  to connect to
-* Show status information in title bar
 * -d command line, check if it's a file first, if so download. If not, grab directory
 * Add option for @dynamic@ for bookmarks' account
 * Playing sounds after certain events or calling external program