Mercurial > gftp.yaz
diff TODO @ 198:8fea1b1a2ec6
2003-6-22 Brian Masney <masneyb@gftp.org>
* lib/config_file.c lib/gftp.h - renamed parse_args to
gftp_config_parse_args() and removed the static declaration
* lib/protocols.c (gftp_request_destroy) - fixed memory problem with
the new local configuration interface
* src/gtk/gftp-gtk.c - added gftp_gtk_config_(read|write)_color().
I am overriding the read and write functions for
gftp_option_type_color to be these functions. This is so that I can
use a GdkColor structure instead of a gftp_color structure
* src/gtk/misc-gtk.c - when destroying the dialogs, set the pointers
to NULL before we call the callback functions. This is to make sure
that they aren't being used in the callbacks
* TODO - updated
author | masneyb |
---|---|
date | Mon, 23 Jun 2003 01:07:05 +0000 |
parents | c226809c03c8 |
children | 0098dae654a5 |
line wrap: on
line diff
--- a/TODO Sun Jun 22 22:54:02 2003 +0000 +++ b/TODO Mon Jun 23 01:07:05 2003 +0000 @@ -2,14 +2,31 @@ of gFTP. If there is something you feel should be included in a future version of gFTP, please email me about it. +*** TODO FOR 2.0.15 *** +* DND - be able to resume transfers +* HTTP - keepalive +* HTTP - chdir .. is busted +* HTTP - I am getting complaints about HTTP proxy support is busted +* Finish generic SSL layer +* Profile SSHV2 transfers, they seem really slow to me +* Override options on a per site basis (backend is done, I just have to make + a user interface for the text and gtk+ port) +* Fix most FIXME's in the code +*** END TODO FOR 2.0.15 + +* 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. +* 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. - Be able to edit the transfer information (hostname, user, etc) * For bookmarks, be able to specify a local protocol, host, port, directory to connect to -* SSH login sequence could be improved * 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 @@ -21,8 +38,9 @@ * Full Gnome compatibility. * Add registered file extensions to options dialog * VMS directory listings +* Add automatic refresh interval (maybe, this could be used to get around + timeouts remote servers may set) * HTTP: Support CONNECT method in Squid proxy -* FTP: Support rfc1639 * Add support for SRP protocol (http://srp.stanford.edu/srp) * Add support for DAV protocol * Add support for rsync protocol