mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
e167910fce
This simplifies relay behavior, because the relay offers the hsdir functionality independent of whether the directory authorities have decided this relay is suitable for clients to use yet. Implements ticket 18332.
8 lines
379 B
Plaintext
8 lines
379 B
Plaintext
o Removed features:
|
|
- Streamline relay-side hsdir handling: when relays consider whether
|
|
to accept an uploaded hidden service descriptor, they no longer
|
|
check whether directory authorities think they deserve the HSDir
|
|
flag, or whether they are one of the relays in the network that is
|
|
"supposed" to handle that descriptor. Implements ticket 18332.
|
|
|