- 18 Mar, 2017 4 commits
- 11 May, 2016 2 commits
- 22 Apr, 2016 1 commit
-
-
anonym authored
Any way, the missing `-i` option made it into a NOP.
-
- 20 Apr, 2016 1 commit
-
-
anonym authored
-
- 19 Apr, 2016 2 commits
-
-
anonym authored
This will just make things simpler. So long, real Tor network, and thanks for all the fish! :)
-
anonym authored
We now set up all bridges (from now on that term also includes PTs) using Chutney, so we no longer need to provide them in our "secret" local configuration any more, which is a big plus in itself. This includes replacing one of the authorities with a bridge authority. Note: the firewall test (i.e. that only the expected hosts are contacted) is pretty broken at the moment, definitely in the bridge mode case, but perhaps in normal operation too, since what we check is which hosts are contacted, and the complete Tor network *and* bridges now run on the same host (and IP address).
-
- 18 Apr, 2016 1 commit
-
-
anonym authored
... and make the network definition Git diff friendly.
-
- 15 Apr, 2016 2 commits
-
-
anonym authored
See the added comment for details.
-
anonym authored
... provided by Chutney (https://gitweb.torproject.org/chutney.git). This is enabled iff the local configuration contains something like: Chutney: src_dir: "/path/to/chutney-src-tree" otherwise we'll use the real Tor network as we done previously. The main motivation here is improved robustness -- since the "Tor network" we now use will exit from the host running the automated test suite, we won't have to deal with Tor network blocking. Performance should also be improved. Will-fix: #9521
-