- 05 Mar, 2021 1 commit
-
- 19 Feb, 2021 2 commits
-
-
Gabor Somogyi authored
-
Gabor Somogyi authored
-
- 16 Feb, 2021 1 commit
-
-
David Goulet authored
Closes #40015Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 12 Feb, 2021 1 commit
-
-
Nick Mathewson authored
-
- 11 Feb, 2021 1 commit
-
-
Nick Mathewson authored
Each chutney network now generates an arti.toml file in its nodes directory that can be used to connect to that network using arti.
-
- 22 Dec, 2020 2 commits
- 25 Nov, 2020 1 commit
-
-
George Kadianakis authored
Tor commits 1588767e and 4382e977 broke Chutney and we fix them here. See tor#40204 .
-
- 22 Aug, 2020 1 commit
-
- 21 Jul, 2020 3 commits
-
-
David Goulet authored
Without these, "None" is put in the ORPort for IPv6. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Let relay.tmpl be IPv4 only else we are forced to pass "ipv6_addr=" to all templates. Without it, all IPv6 ORPorts end up with "None". Instead, when we explicitly want a network with IPv6 support, use relay-v6.tmpl which sets the IPv6 ORPort properly. Fixese #40008Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Our exit-v6.tmpl should always have a v6 ORPort. Furthermore, bridges+ipv6-min network configuration now uses v6 authorities and a v6 Exit. Without this, the IPv6 bridge self rechability test would never work. Closes #40007Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 20 Jul, 2020 5 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Without this check, bridges+hs-v23 seems to be failing. If this works with all our supported versions, I'll figure out what to do with the mentioned issues (chutney#33851 and tor#33852, and also see tor#33407).
-
Nick Mathewson authored
First, bootstrap the authorities and relays. Next, the bridge and hidden services. Finally, the bridge client.
-
David Goulet authored
Missing artefact from the pathlib migration. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Before this fix, "verify.py" was listed as the chutney tests and failed to match against the "verify" command passed to chutney. (Edited by Nick, to use pathlib instead of os.path)
-
- 18 Jul, 2020 1 commit
-
-
Nick Mathewson authored
-
- 17 Jul, 2020 5 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
c authored
-
- 13 Jul, 2020 1 commit
-
-
c authored
I seem to have glanced over Path.symlink_to() in pathlib documentation, or forgotten to change this line of code, one of the two
-
- 07 Jul, 2020 1 commit
-
-
Nick Mathewson authored
-
- 06 Jul, 2020 6 commits
- 24 Jun, 2020 8 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
With this change, I now see the single-onion network passing.
-
Nick Mathewson authored
In order to be able to launch the network in multiple phases, we'll need to launch, wait, launch, wait, etc.
-