| 1 |
Todo items before 2.9.1 release:
|
| 2 |
|
| 3 |
* permit CRAM-MD5 SMTP AUTH in addition to LOGIN.
|
| 4 |
* Check and enforce expiration/revocation of OpenPGP keys (?)
|
| 5 |
* Apply fixes for any new bugs based on existing features
|
| 6 |
|
| 7 |
|
| 8 |
Items that need to be completed before the next HEAD release:
|
| 9 |
|
| 10 |
* keylifetime and key{grace,overlap}period needs to be documented once
|
| 11 |
it's finished.
|
| 12 |
* Recreate pgpkey.txt regularily with only the latest non-expired keys.
|
| 13 |
- prehaps seperate public pgp keyring and pgp key reply file
|
| 14 |
|
| 15 |
|
| 16 |
Mandatory todo items before 3.0 release:
|
| 17 |
|
| 18 |
* autoconf installation script is needed
|
| 19 |
- mostly done -- a few bugs still need fixing
|
| 20 |
* post-install scripts need to be reworked
|
| 21 |
- follows item above.
|
| 22 |
* provide a packaged Windows build to be used with QuickSilver
|
| 23 |
- Richard has an Installer we can use for this purpose.
|
| 24 |
* do full regression tests on as many platforms possible
|
| 25 |
+ list only these platforms as supported
|
| 26 |
+ test on Solaris 9 on SPARC.
|
| 27 |
* saner usage of /dev/[u]random is required
|
| 28 |
* clean up documentation and tarball contents
|
| 29 |
+ ship with CVS ChangeLog
|
| 30 |
+ reorganize directory structure
|
| 31 |
+ add a CONTRIBUTORS or THANKS file.
|
| 32 |
* resolve any new critical issues
|
| 33 |
|
| 34 |
|
| 35 |
Items for 3.0 or 3.0.1
|
| 36 |
|
| 37 |
* allow for separate hard-coded remailer and client defaults.
|
| 38 |
* allow for verification of clearsigned OpenPGP messages
|
| 39 |
* AES support -- requires OpenSSL 0.9.7
|
| 40 |
* further mpgp testing of AES/MDC packet support
|
| 41 |
* honor key preferences when encrypting to multiple keys
|
| 42 |
* Macintosh OS/X support
|
| 43 |
* Windows build instructions/files
|
| 44 |
* documentation issues resolved
|
| 45 |
+ mpgp man page
|
| 46 |
* find bug that is causing t* files to linger
|
| 47 |
* further debugging (if needed).
|
| 48 |
|
| 49 |
|
| 50 |
Further wishlist:
|
| 51 |
|
| 52 |
* Automatic key handling:
|
| 53 |
+ requires implementing key signing, key deletion
|
| 54 |
- implement remailer-key signing?
|
| 55 |
- if yes, which key?
|
| 56 |
* make mpgp friendlier
|
| 57 |
* store nym public keys locally
|
| 58 |
* nym client needs major work.
|
| 59 |
* support for Borland compiler on Windows.
|
| 60 |
- I'ld even go so far as drop Visual C (or whatever we're supporting at
|
| 61 |
the moment) and require gcc with Cygwin to build it. But only if this
|
| 62 |
results in a Binary that runs without additional DLLs. (Weasel)
|
| 63 |
* support a list of remailers not to be selected as *.
|
| 64 |
- a user suggested allowing filtering regexen over chains.
|
| 65 |
useful? <20021001215010.28351.qmail@nym.alias.net>
|
| 66 |
* COMMENT entire existing codebase!
|