mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix remaining (non-false-positive) lintchanges complaints
This commit is contained in:
parent
d29f494ec2
commit
222534d354
@ -2,4 +2,4 @@
|
|||||||
- Make test-network.sh always call chutney's test-network.sh.
|
- Make test-network.sh always call chutney's test-network.sh.
|
||||||
Previously, this only worked on systems which had bash installed, due to
|
Previously, this only worked on systems which had bash installed, due to
|
||||||
some bash-specific code in the script.
|
some bash-specific code in the script.
|
||||||
Fixes bug 19699; follow-up to 21581.
|
Fixes bug 19699; bugfix on 0.3.0.4-rc. Follow-up to ticket 21581.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
o Documentation:
|
o Documentation:
|
||||||
- Document key=value pluggable transport arguments for Bridge lines in
|
- Document key=value pluggable transport arguments for Bridge lines in
|
||||||
torrc. Fixes bug 20341; feature first appeared in 0.2.5.1-alpha.
|
torrc. Fixes bug 20341; bugfix on 0.2.5.1-alpha.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
o Minor bugfixes (fallbacks):
|
o Minor bugfixes (fallbacks):
|
||||||
- Make sure fallback directory mirrors have the same address, port, and
|
- Make sure fallback directory mirrors have the same address, port, and
|
||||||
relay identity key for at least 30 days before they are selected.
|
relay identity key for at least 30 days before they are selected.
|
||||||
Fixes 20913, bugfix on 0.2.8.1-alpha.
|
Fixes bug 20913; bugfix on 0.2.8.1-alpha.
|
||||||
- Decrease the guard flag average required to be a fallback. This allows
|
- Decrease the guard flag average required to be a fallback. This allows
|
||||||
us to keep relays that have their guard flag removed when they restart.
|
us to keep relays that have their guard flag removed when they restart.
|
||||||
Fixes 20913, bugfix on 0.2.8.1-alpha.
|
Fixes bug 20913; bugfix on 0.2.8.1-alpha.
|
||||||
- Decrease the minimum number of fallbacks to 100.
|
- Decrease the minimum number of fallbacks to 100.
|
||||||
Fixes 20913, bugfix on 0.2.8.1-alpha.
|
Fixes bug 20913; bugfix on 0.2.8.1-alpha.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
o Minor enhancements (fallbacks):
|
o Minor features (fallback directories):
|
||||||
- Update the fallback directory mirror whitelist and blacklist based on
|
- Update the fallback directory mirror whitelist and blacklist based on
|
||||||
operator emails. Closes task 21121.
|
operator emails. Closes task 21121.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
o Minor bugfixes (hidden service, logging):
|
o Minor features (hidden service, logging):
|
||||||
- Warn user if multiple entries in EntryNodes and at least one
|
- Warn user if multiple entries in EntryNodes and at least one
|
||||||
HiddenService are used together. Pinning EntryNodes along with an hidden
|
HiddenService are used together. Pinning EntryNodes along with an hidden
|
||||||
service can be possibly harmful for instance see ticket 14917 or 21155.
|
service can be possibly harmful for instance see ticket 14917 or 21155.
|
||||||
Fixes bug 21155.
|
Closes ticket 21155.
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
- Default of NumEntryGuards is 1 if the consensus parameter
|
- Default of NumEntryGuards is 1 if the consensus parameter
|
||||||
guard-n-primary-guards-to-use isn't set. Default of NumDirectoryGuards
|
guard-n-primary-guards-to-use isn't set. Default of NumDirectoryGuards
|
||||||
is 3 if the consensus parameter guard-n-primary-dir-guards-to-use isn't
|
is 3 if the consensus parameter guard-n-primary-dir-guards-to-use isn't
|
||||||
set. Fixes bug 21715.
|
set. Fixes bug 21715; bugfix on 0.3.0.1-alpha.
|
||||||
|
@ -2,4 +2,6 @@
|
|||||||
- Trigger HS descriptor events on the control port when the client is
|
- Trigger HS descriptor events on the control port when the client is
|
||||||
unable to pick a suitable hidden service directory. This can happen if
|
unable to pick a suitable hidden service directory. This can happen if
|
||||||
they are all in the ExcludeNodes list or they all have been queried
|
they are all in the ExcludeNodes list or they all have been queried
|
||||||
inside the allowed 15 minutes. Fixes bug 22042.
|
inside the allowed 15 minutes. Fixes bug 22042; bugfix on
|
||||||
|
0.2.5.2-alpha.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
o Minor bugfixes (fallback directory mirrors):
|
o Minor bugfixes (fallback directory mirrors):
|
||||||
- Make the usage example in updateFallbackDirs.py actually work.
|
- Make the usage example in updateFallbackDirs.py actually work.
|
||||||
(And explain what it does.)
|
(And explain what it does.)
|
||||||
Fixes bug 22270 in 0.3.0.3-alpha.
|
Fixes bug 22270; bugfix on 0.3.0.3-alpha.
|
||||||
|
Loading…
Reference in New Issue
Block a user