annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 This is a list of some of the things I plan to work on for future releases
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2 of gFTP. If there is something you feel should be included in a future
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 version of gFTP, please email me about it.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4
198
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
5 *** TODO FOR 2.0.15 ***
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
6 * DND - be able to resume transfers
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
7 * HTTP - keepalive
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
8 * HTTP - chdir .. is busted
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
9 * HTTP - I am getting complaints about HTTP proxy support is busted
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
10 * Finish generic SSL layer
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
11 * Profile SSHV2 transfers, they seem really slow to me
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
12 * Override options on a per site basis (backend is done, I just have to make
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
13 a user interface for the text and gtk+ port)
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
14 * Fix most FIXME's in the code
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
15 *** END TODO FOR 2.0.15
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
16
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
17 * I need to be able to send an event from the core library to the presentation
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
18 layer to have it ask the user a question. I need this for the SSL layer so
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
19 that if an unknown certificate authority signed the certificate, the user
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
20 can be prompted whether or not to accept it. Also, it would be handy to
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
21 prompt the user for their password if a bad password was entered.
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
22 * Support tabbed interface in GTK+ port
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
23 * Parallel chdir in GTK+ port
73
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
24 * GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
25 icons
66
cd3e457cbc85 2002-11-26 Brian Masney <masneyb@gftp.org>
masneyb
parents: 45
diff changeset
26 * Add option to hide certain files
45
311e29c40ed6 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
27 * Be able to save the state of the transfer queue. Be able to pause transfers.
36
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 26
diff changeset
28 * For bookmarks, be able to specify a local protocol, host, port, directory
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 26
diff changeset
29 to connect to
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
30 * Show status information in title bar
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
31 * -d command line, check if it's a file first, if so download. If not, grab directory
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
32 * Add option for @dynamic@ for bookmarks' account
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
33 * Playing sounds after certain events or calling external program
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
34 * Ratio support
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
35 * Recursive directory compares
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
36 * Make it be able to download a directory as directory.tar
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
37 * Make it execute a program on a url (say rpm -qpi ftp://site.com/file.rpm)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
38 * Full Gnome compatibility.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
39 * Add registered file extensions to options dialog
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
40 * VMS directory listings
198
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
41 * Add automatic refresh interval (maybe, this could be used to get around
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
42 timeouts remote servers may set)
36
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 26
diff changeset
43 * HTTP: Support CONNECT method in Squid proxy
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
44 * Add support for SRP protocol (http://srp.stanford.edu/srp)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
45 * Add support for DAV protocol
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
46 * Add support for rsync protocol
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
47 * Add support for gss-ftp protocol (and ftp-ssl)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
48
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
49 Brian Masney <masneyb@gftp.org>
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
50