| 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: |
Mandatory todo items before 3.0 release: |
| 17 |
|
|
| 18 |
* autoconf installation script is needed |
* autoconf installation script is needed |
| 19 |
|
- mostly done -- a few bugs still need fixing |
| 20 |
* post-install scripts need to be reworked |
* post-install scripts need to be reworked |
| 21 |
|
- follows item above. |
| 22 |
* provide a packaged Windows build to be used with QuickSilver |
* provide a packaged Windows build to be used with QuickSilver |
| 23 |
* clean up documentation and tarball contents |
- Richard has an Installer we can use for this purpose. |
| 24 |
* do full regression tests on as many platforms possible |
* do full regression tests on as many platforms possible |
| 25 |
+ list only these platforms as supported |
+ 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 |
* resolve any new critical issues |
| 33 |
|
|
| 34 |
|
|
| 35 |
Items for 3.0 or 3.0.1 |
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 |
* allow for verification of clearsigned OpenPGP messages |
| 39 |
* AES support -- requires OpenSSL 0.9.7 |
* AES support -- requires OpenSSL 0.9.7 |
| 40 |
* further mpgp testing of AES/MDC packet support |
* further mpgp testing of AES/MDC packet support |
| 43 |
* Windows build instructions/files |
* Windows build instructions/files |
| 44 |
* documentation issues resolved |
* documentation issues resolved |
| 45 |
+ mpgp man page |
+ mpgp man page |
| 46 |
* check and enforce OpenPGP key expiration date |
* find bug that is causing t* files to linger |
| 47 |
* Have supported cpunks/mixes in -conf reply |
* further debugging (if needed). |
| 48 |
similar to Reliable (480330) |
|
|
* further debugging |
|
| 49 |
|
|
| 50 |
Further wishlist: |
Further wishlist: |
| 51 |
|
|
|
* set an expiration date on OpenPGP keys |
|
|
* Allow sending with middlemen remailers last |
|
|
in chain in interactive mixmaster (481244) |
|
|
* investigate whether and how it is feasible to |
|
|
add expiration/creation dates to mixmaster keys |
|
|
if feasible, implement setting and checking |
|
|
* Add FOOTER setting (490117) |
|
| 52 |
* Automatic key handling: |
* Automatic key handling: |
|
+ create new PGP keys automatically if |
|
|
current keys are about to expire |
|
| 53 |
+ requires implementing key signing, key deletion |
+ requires implementing key signing, key deletion |
|
+ create new mixmaster keys automatically |
|
|
if necessary |
|
|
+ Automatically announce new keys? |
|
| 54 |
- implement remailer-key signing? |
- implement remailer-key signing? |
| 55 |
- if yes, which key? |
- if yes, which key? |
| 56 |
* make mpgp friendlier |
* 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! |