1 |
twoaday |
180 |
(priority: + high, * normal, - low) |
2 |
|
|
|
3 |
twoaday |
260 |
* change the file manager verify error message when an expired |
4 |
|
|
key has been used to sign a file. |
5 |
twoaday |
273 |
* set imported private keys automatically to "ultimate" ownertrust? |
6 |
twoaday |
187 |
* there is a problem with the +E hotkey in EURO countries. |
7 |
twoaday |
219 |
- migrate keyserver code to use the HTTP class. |
8 |
twoaday |
187 |
Implement proxy authentication into the HTTP class. |
9 |
twoaday |
219 |
- Implement a system to manage language files. Retrieve a list |
10 |
twoaday |
184 |
of available files from the server, present it to the user |
11 |
|
|
and allow to download the file and set the default language |
12 |
|
|
accoarding to the downloaded language file. |
13 |
|
|
* Offer an "update check" to inform user when a newer version |
14 |
|
|
of WinPT is available. |
15 |
twoaday |
180 |
* File register code needs an additional param "%1". |
16 |
|
|
+ Handle the case that while WinPT tries to change GPG data, |
17 |
|
|
but before GPG is executed, an external event changed the |
18 |
|
|
keyring. So do not use BUG but issue an error. |
19 |
|
|
* implement property sheets at some places to improve usability. |
20 |
twoaday |
219 |
* Implement a mechanism to download and update language files. |
21 |
twoaday |
180 |
* The key cache reload is much faster when no progress callback |
22 |
|
|
is used. Allow to disable the progress dialog. |
23 |
|
|
- Revamp the group database code. Use the GPG --group feature and make |
24 |
|
|
* CARD |
25 |
|
|
- sign/decrypt |
26 |
|
|
- factor out some common code into wptCardManager.cpp |
27 |
twoaday |
219 |
- Move the both managers (key/file) to separate applications |
28 |
twoaday |
221 |
and use MFC control elemens for the treelist element. |
29 |
twoaday |
180 |
* Implement the non-swapable memory for passphrase handling. |
30 |
twoaday |
219 |
- Allow to use "XP skins" to provide a better look in a XP/Vista |
31 |
|
|
environment. |
32 |
twoaday |
216 |
|
33 |
|
|
Wishlist/todo for the GPGME package: |
34 |
|
|
==================================== |
35 |
|
|
|
36 |
|
|
* Select the signing subkey. |
37 |
|
|
|
38 |
|
|
* Allow to use --hidden-recipient. |
39 |
|
|
|
40 |
|
|
* If the card is not inserted and for example gpgme_op_sign |
41 |
|
|
is called there is no real error. |
42 |
|
|
(IMHO: gpgme should care for 'CARDCTRL 5' and then return |
43 |
|
|
GPG_ERR_CARD_REMOVED) |
44 |
|
|
|
45 |
|
|
* The current way to send large file through pipes is OK as |
46 |
|
|
long as the file is not too large. The limite is <100 MB. |
47 |
|
|
Otherwise the process would take too much time and propably |
48 |
|
|
the window/process freezes up. |
49 |
|
|
(fixed in gpgme 1.1.1) |
50 |
twoaday |
270 |
|
51 |
|
|
Mobile Mode |
52 |
|
|
=========== |
53 |
|
|
|
54 |
|
|
To allow to run WinPT from an USB stick without any dependencies, |
55 |
|
|
we need to provide stubs for the registry access. This is done in |
56 |
|
|
wptRegistryMobile.cpp. It must be assured that no system variable |
57 |
|
|
or path will be used. For example that GPG uses an existing homedir |
58 |
|
|
on the hard disk instead of the USB stick keyrings. |
59 |
|
|
|