| 386 |
time mixmaster is run unless CLIENTAUTOFLUSH is |
time mixmaster is run unless CLIENTAUTOFLUSH is |
| 387 |
set to n. (closes: #676794: Rate implementation |
set to n. (closes: #676794: Rate implementation |
| 388 |
doubled) |
doubled) |
| 389 |
Found that weird bug that weird bug that sometimes |
Found that weird bug that sometimes led to "Unknown |
| 390 |
led to "Unknown remailer version!" errors: In |
remailer version!" errors: In chain_randfinal() we |
| 391 |
chain_randfinal() we selected a random value |
selected a random value between 0 and maxrem instead |
| 392 |
between 0 and maxrem instead of 0 and maxrem - 1. |
of 0 and maxrem - 1. Mixmaster now uses |
| 393 |
Mixmaster now uses broken-chain info from stats. I |
broken-chain info from stats. I hope this doesn't |
| 394 |
hope this doesn't break any Nym functionality. |
break any Nym functionality. |
| 395 |
Warn if remailer stats are older than a day. |
Warn if remailer stats are older than a day. |
| 396 |
|
|
| 397 |
2003-05-08 3.0a5 Experimental feature: --redirect -l <chain>. |
2003-05-08 3.0a5 Experimental feature: --redirect -l <chain>. |
| 404 |
If the total number of hops (which cannot be |
If the total number of hops (which cannot be |
| 405 |
known) exceeds 20 the message is damanged |
known) exceeds 20 the message is damanged |
| 406 |
and will fail at the 20th node. |
and will fail at the 20th node. |
| 407 |
|
|
| 408 |
|
|
| 409 |
|
2003-06-27 3.0a6 Don't send messages to ourselves via the mailsystem |
| 410 |
|
but instead place them in the pool as incoming |
| 411 |
|
messages so that they will get processed with the |
| 412 |
|
next pool run. |
| 413 |
|
Hopefully fix a bug with pool stats. |
| 414 |
|
|
| 415 |
|
2003-06-29 3.0a7 Two minor fixes for bugs introduced in 3.0a6 and |
| 416 |
|
3.0a4. |
| 417 |
|
|
| 418 |
|
2003-06-30 3.0a8 Minor stats fix. The date in remailer-stats was |
| 419 |
|
sometimes wrong. |
| 420 |
|
|
| 421 |
|
2003-??-?? CVS Don't try to send a message if there are no |
| 422 |
|
recipients left. |
| 423 |
|
Set default max-randhops from 20 to 4. |
| 424 |
|
Remix-To chain is limited by max-randhops limit as |
| 425 |
|
well. |
| 426 |
|
Messages to more than one remailer are dropped. |
| 427 |
|
Config option EXTFLAGS allows appending additional |
| 428 |
|
flags to the capabilities string. (Hauke Lampe) |
| 429 |
|
Config option PRECEDENCE allows setting the |
| 430 |
|
Precedence: header on all outgoing mail. |
| 431 |
|
(Hauke Lampe) |
| 432 |
|
Nym support is not compiled in by default anymore. |