| 347 |
Mixmaster will not encrypt or sign with a revoked |
Mixmaster will not encrypt or sign with a revoked |
| 348 |
or expired key. |
or expired key. |
| 349 |
When encrypting, Mixmaster uses preferences from |
When encrypting, Mixmaster uses preferences from |
| 350 |
the primary userid (or the latest userid, if zero |
the primary userid (or the latest userid, if zero |
| 351 |
or more than one primary userid is present.) |
or more than one primary userid is present.) |
| 352 |
Mixmaster keys now have creation and expiration date. |
Mixmaster keys now have creation and expiration date. |
| 353 |
It is not secured by any crypto voodoo, it's only |
It is not secured by any crypto voodoo, it's only |
| 354 |
informational for clients to decide which keys to |
informational for clients to decide which keys to |
| 390 |
remailer-{help,key, stats,conf,adminkey} still are |
remailer-{help,key, stats,conf,adminkey} still are |
| 391 |
special cases tho. |
special cases tho. |
| 392 |
Drop messages without timestamps and messages with |
Drop messages without timestamps and messages with |
| 393 |
future timestamps. This abandons backwards |
future timestamps. This abandons backwards |
| 394 |
compatibility with Mixmaster 2.0.3 and earlier. |
compatibility with Mixmaster 2.0.3 and earlier. |
| 395 |
|
|
| 396 |
BUG FIXES: |
BUG FIXES: |
| 397 |
|
|
| 411 |
doubled) |
doubled) |
| 412 |
Found that weird bug that sometimes led to "Unknown |
Found that weird bug that sometimes led to "Unknown |
| 413 |
remailer version!" errors: In chain_randfinal() we |
remailer version!" errors: In chain_randfinal() we |
| 414 |
selected a random value between 0 and maxrem instead |
selected a random value between 0 and maxrem |
| 415 |
of 0 and maxrem - 1. Mixmaster now uses |
instead of 0 and maxrem - 1. Mixmaster now uses |
| 416 |
broken-chain info from stats. I hope this doesn't |
broken-chain info from stats. I hope this doesn't |
| 417 |
break any Nym functionality. |
break any Nym functionality. |
| 418 |
Warn if remailer stats are older than a day. |
Warn if remailer stats are older than a day. |
| 419 |
Don't send messages to ourselves via the mailsystem |
Don't send messages to ourselves via the mailsystem |
| 420 |
but instead place them in the pool as incoming |
but instead place them in the pool as incoming |
| 421 |
messages so that they will get processed with the |
messages so that they will get processed with the |
| 422 |
next pool run. |
next pool run. |
| 423 |
No longer try to send a message if there are no |
No longer try to send a message if there are no |
| 424 |
recipients left. |
recipients left. |
| 425 |
Set default max-randhops from 20 to 4. |
Set default max-randhops from 20 to 4. |
| 426 |
Remix-To chain is limited by max-randhops limit as |
Remix-To chain is limited by max-randhops limit as |
| 427 |
well. |
well. |
| 428 |
Messages to more than one remailer are dropped. |
Messages to more than one remailer are dropped. |
| 429 |
Nym support is not compiled in by default anymore. |
Nym support is not compiled in by default anymore. |
| 430 |
Ignore 'No reliable remailers' problems when |
Ignore 'No reliable remailers' problems when |
| 431 |
randhopping messages in middleman mode. |
randhopping messages in middleman mode. |
| 432 |
That is better than dropping them. |
That is better than dropping them. |
| 433 |
Experimental feature: --redirect -l <chain>. |
Experimental feature: --redirect -l <chain>. |
| 434 |
If you have a mixmaster message with a |
If you have a mixmaster message with a |
| 435 |
chain starting with hop1 (you cannot know any |
chain starting with hop1 (you cannot know any |
| 436 |
more because it already is encrypted) then |
more because it already is encrypted) then |