Add convert_confFile() as prelim to automating config file conversion
[wifi-radar.git] / TODO
blobf758ef61dea5ca962e958373cedb37800c57ef94
2 # $Id$
5 *   On 4/21/07, Roebe XXX <shevegen@linuxmail.org> wrote:
6         > Hi there. Small suggestion:
7         >
8         > wifi-radar -d
9         > Traceback (most recent call last):
10         >   File "/usr/sbin/wifi-radar", line 1618, in ?
11         >     set_network_device(INTERFACE)
12         >   File "/usr/sbin/wifi-radar", line 120, in set_network_device
13         >     INTERFACE = wireless_devices[0]
14         > IndexError: list index out of range
15         >
16         >
17         >
18         > I believe this is because I currently have no wlan device on this
19         > pc, but I think the error message should be different for the
20         > user, such as something that helps him a bit on error
21         > hunting, ie. "Installed wlan0 devices?" or similar
23 * Look into:
24     why is the maximum length of a key only 32 symbols? it coudn't be hard
25     to programm that 63 symbols long keys are accepted too, or is it?
27 *   Add a "No IP Config" button.  As in, only configure my wifi 
28     settings, let my OS configure my IP settings.
29 * Add a column to display the channel the wireless network is using.
30   Idea by: John Skovran
31 * True integration of WPA TKIP (wpa_supplicant)? (PARTIALLY done in
32   0.3.8-6mdk) 
33 * An email list and a wiki.
34 * "Cancel" button on the "Acquiring..." dialog box.
35 * "About" button, with brief description and CREDITs.
36 * Make wifi-radar run as a perpetual daemon that always checks the
37   connection status then Auto connects when possible.
38 * Add more ifconfig and iwconfig status info.
39 * Translate.
40 * Hover over help to say drag and drop profiles to set ordered
41   preference.
42 * Check box to allow attempt to connect to unconfigured APs, if no
43   configured APs exist, in daemon mode.
44 * Add a check box to automatically close the GUI on successful IP
45   acquisition.  Wait X seconds before closing.
46 * dbus extension for wifi-radar to make normal users able to start it
47   without having root or sudo.  Suggested by Patrick Winnertz.
48 * handle --daemon mode case of properly ending or killing existing
49   instance of dhcp daemon prior to requesting new address.