[tor-bugs] #13078 [Tor]: Add a ROUTERSET_ML config type, accept spaces in fingerprints?
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Sep 8 08:32:42 UTC 2014
#13078: Add a ROUTERSET_ML config type, accept spaces in fingerprints?
-----------------------------+--------------------------------
Reporter: Sebastian | Owner:
Type: enhancement | Status: needs_review
Priority: normal | Milestone: Tor: 0.2.6.x-final
Component: Tor | Version:
Resolution: | Keywords:
Actual Points: | Parent ID: #12898
Points: |
-----------------------------+--------------------------------
Comment (by arma):
{{{
config.c: V(EntryNodes, ROUTERSET, NULL),
config.c: V(ExcludeNodes, ROUTERSET, NULL),
config.c: V(ExcludeExitNodes, ROUTERSET, NULL),
config.c: V(ExitNodes, ROUTERSET, NULL),
config.c: V(TestingDirAuthVoteGuard, ROUTERSET, NULL),
}}}
These are the only uses of ROUTERSET, right?
I think we could add another exception where you can write these lines
more than once and we'll use the cumulative set of things you said. The
old behavior was to only use the last one and warn that you're doing it
wrong; the new behavior would be to stop warning and quietly use the
earlier ones too. What could go wrong. :)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13078#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list