| 368 |
In order to serve help files in different languages |
In order to serve help files in different languages |
| 369 |
we need a way to reply to requests like |
we need a way to reply to requests like |
| 370 |
remailer-help-it. In order to not have to modify |
remailer-help-it. In order to not have to modify |
| 371 |
the code for each and every new ressource, Mixmaster |
the code for each and every new ressource, |
| 372 |
now sends the file requests/remailer-<something> to |
Mixmaster now sends the file |
| 373 |
remailer-<something> requests. remailer-{help,key, |
requests/remailer-<something> to |
| 374 |
stats,conf,adminkey} still are special cases tho. |
remailer-<something> requests. |
| 375 |
|
remailer-{help,key, stats,conf,adminkey} still are |
| 376 |
|
special cases tho. |
| 377 |
In the curses interface chain selection it was not |
In the curses interface chain selection it was not |
| 378 |
possible to select a random last hop with a usenet |
possible to select a random last hop with a usenet |
| 379 |
post message. Fixed (closes: #719165). |
post message. Fixed (closes: #719165). |
| 380 |
If remix was enabled and we had a Type-I Anon-Post-To |
If remix was enabled and we had a Type-I Anon-Post-To |
| 381 |
request we accidently randhoped it via the configured |
request we accidently randhoped it via the |
| 382 |
default remailing chain (default: *,*,*,*). |
configured default remailing chain (default: |
| 383 |
|
*,*,*,*). |
| 384 |
Fixed (closes: #729494). |
Fixed (closes: #729494). |
| 385 |
In client mode (REMAIL n) the pool is flushed every time |
In client mode (REMAIL n) the pool is flushed every |
| 386 |
mixmaster is run unless CLIENTAUTOFLUSH is set to n. |
time mixmaster is run unless CLIENTAUTOFLUSH is |
| 387 |
(closes: #676794: Rate implementation doubled) |
set to n. (closes: #676794: Rate implementation |
| 388 |
Found that weird bug that weird bug that sometimes led to |
doubled) |
| 389 |
"Unknown remailer version!" errors: In chain_randfinal() |
Found that weird bug that weird bug that sometimes |
| 390 |
we selected a random value between 0 and maxrem instead |
led to "Unknown remailer version!" errors: In |
| 391 |
of 0 and maxrem - 1. |
chain_randfinal() we selected a random value |
| 392 |
Mixmaster now uses broken-chain info from stats. I hope |
between 0 and maxrem instead of 0 and maxrem - 1. |
| 393 |
this doesn't break any Nym functionality. |
Mixmaster now uses broken-chain info from stats. I |
| 394 |
|
hope this doesn't break any Nym functionality. |
| 395 |
Warn if remailer stats are older than a day. |
Warn if remailer stats are older than a day. |