- 29 Mar, 2019 1 commit
-
-
juga authored
-
- 27 Mar, 2019 1 commit
-
- 16 Mar, 2019 1 commit
-
- 08 Mar, 2019 1 commit
-
- 07 Mar, 2019 1 commit
-
- 26 Feb, 2019 1 commit
-
-
juga authored
Add methods to store consecutive destination failures and retrieve the destinations that are still functional. Since destinations can fail because of Tor circuits, it's not count individual failures but consecutives one. Also exit with error if there are no functional destinations left. The maximum number of consecuitve failures is set to 10, but it may need to be changed depending on the percentage of circuits and requests that fail.
-
- 25 Feb, 2019 2 commits
- 23 Jan, 2019 1 commit
-
-
juga authored
-
- 14 Dec, 2018 1 commit
-
-
juga authored
create a constant, set the headers in the session.
-
- 12 Dec, 2018 1 commit
-
-
juga authored
-
- 08 Dec, 2018 1 commit
-
-
juga authored
certificate by default.
-
- 03 Dec, 2018 1 commit
-
-
juga authored
They were used to resolve the IP of the destination and check whether an exit policy allows to exit to that IP, but when the destination is a CDN, the IP locally resolved would be different to the IP resolved in the exit, and when the IP resolved to IPv6, it was possible that the scanner didn't have IPv6. The correct method to check whether an exit policy allows to exit to an IP, would be to resolve the domain via Tor itself using RESOLVE and ADDRMAP events with that exit.
-
- 01 Dec, 2018 1 commit
-
- 29 Nov, 2018 1 commit
-
- 15 Nov, 2018 1 commit
-
-
teor authored
Implements part of proposal 276. Implements 28451.
-
- 08 Nov, 2018 1 commit
-
-
juga authored
-
- 31 Oct, 2018 2 commits
- 28 Oct, 2018 1 commit
-
-
juga authored
When the difference between the total consensus bandwidth and the total in the bandwidth lines is larger than 50%, warn
-
- 22 Oct, 2018 2 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
Even for a valid domain that usually resolves, sometimes the local DNS resolver won't be able to resolve it (duh). Catch the exception that gets thrown in that instance and fail gracefully by returning an empty list.
-
- 16 Oct, 2018 1 commit
-
-
juga authored
-
- 13 Sep, 2018 3 commits
- 03 Aug, 2018 2 commits
- 05 Jul, 2018 1 commit
-
-
Matt Traudt authored
-
- 20 Jun, 2018 1 commit
-
-
Matt Traudt authored
This required a bump in the result version: we add a new field to ResultSuccess.
-
- 10 Jun, 2018 2 commits
-
-
Matt Traudt authored
node_id=$B058ABB695524A11D0FE958C0F8AA7963FD4258C bw=5685 nick=exit2 rtt=139 time=2018-06-08T01:06:27 ed25519=g+Shk00y9Md0hg1S6ptnuc/wWKbADBgdjT0Kg+TSF3s
-
Matt Traudt authored
With unused support for ed25519 keys
-
- 05 Jun, 2018 3 commits
-
-
juga authored
also, convert types to int when generating line from str
-
juga authored
* Move logic in generate to class * Add test * Move 7500 to global constant * Make read_started_at not fail when conf is None
-
juga authored
Also: * add latest_bandwidth header * add file_created header * fix bw files header tests * disable tests that assume timestamp to be the file creation time * if we use ISO 8601 with T as separator, datetime format string is not needed
-
- 16 May, 2018 3 commits
-
-
Matt Traudt authored
-
juga authored
timestamps
-
Matt Traudt authored
-
- 03 May, 2018 2 commits
-
-
Matt Traudt authored
GH: closes #135
-
Matt Traudt authored
-