mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
26146dbe9e
If we manually remove fallbacks in C by adding '/*' and '*/' on separate lines, stem still parses them as being present, because it only looks at the start of a line. Add a comment to this effect in the generated source code.
14 lines
710 B
Plaintext
14 lines
710 B
Plaintext
o Minor bugfixes (fallback directory selection):
|
|
- Avoid errors during fallback selection if there are no eligible
|
|
fallbacks. Fixes bug 19480; bugfix on ba76910 and 78ec782 in
|
|
0.2.8.3-alpha. Patch by teor.
|
|
o Minor features (fallback directory list):
|
|
- Update hard-coded fallback list to remove unsuitable fallbacks.
|
|
Resolves ticket 19071. Patch by teor.
|
|
- Add a comment to the generated list that explains how to comment-out
|
|
unsuitable fallbacks in a way that's compatible with the stem fallback
|
|
parser.
|
|
- Update fallback whitelist and blacklist based on relay operator
|
|
emails. Blacklist unsuitable fallbacks. Resolves ticket 19071.
|
|
Patch by teor.
|