Tasks / Bugs / Items ==================== This list is historic and should be moved to the bug tracker at wald. (priority: + high, * normal, - low) * change the file manager verify error message when an expired key has been used to sign a file. * set imported private keys automatically to "ultimate" ownertrust? * there is a problem with the +E hotkey in EURO countries. - migrate keyserver code to use the HTTP class. Implement proxy authentication into the HTTP class. - Implement a system to manage language files. Retrieve a list of available files from the server, present it to the user and allow to download the file and set the default language accoarding to the downloaded language file. * Offer an "update check" to inform user when a newer version of WinPT is available. * File register code needs an additional param "%1". + Handle the case that while WinPT tries to change GPG data, but before GPG is executed, an external event changed the keyring. So do not use BUG but issue an error. * implement property sheets at some places to improve usability. * Implement a mechanism to download and update language files. * The key cache reload is much faster when no progress callback is used. Allow to disable the progress dialog. - Revamp the group database code. Use the GPG --group feature and make * CARD - sign/decrypt - factor out some common code into wptCardManager.cpp * Factor out some Managers into separate applications and provide a core library for common tasks. * Implement the non-swapable memory for passphrase handling. Implement "LockSetForegroundWindow". Wishlist/todo for the GPGME package: ==================================== * Select the signing subkey. * Allow to use --hidden-recipient. * If the card is not inserted and for example gpgme_op_sign is called there is no real error. (IMHO: gpgme should care for 'CARDCTRL 5' and then return GPG_ERR_CARD_REMOVED) * The current way to send large file through pipes is OK as long as the file is not too large. The limit is <100 MB. Otherwise the process would take too much time and propably the window/process freezes up. (fixed in gpgme 1.1.1) Mobile Mode =========== To allow to run WinPT from an USB stick without any dependencies, we need to provide stubs for the registry access. This is done in wptRegistryMobile.cpp. It must be assured that no system variable or path will be used. For example that GPG uses an existing homedir on the hard disk instead of the USB stick keyrings.