- Dec 21, 2018
-
-
juga authored
so that CI doesn't fail because of timeout trying to retrieve the key. Closes #28922. Bugfix v1.0.3-dev0
-
juga authored
Since the data for the tests and the torflow scaling method was changed in #bug28598, ajust the values after merging #28602.
-
juga authored
-
juga authored
Torflow's scaling now round digits according to Proposal 276, but for compatibility with Torflow's round digits algorithm, the argument option has to be available and by default be Proposal 276.
-
juga authored
The torflow-round-digs cli argument was kept, but it was added other argument, round-digs, for the same option. argparse takes the first argument as the variable name, but the methods where still using torflow_round_digs. Closes bug #28602. Bugfix 1.0.3-dev0.
-
- Dec 13, 2018
- Dec 07, 2018
- Dec 06, 2018
-
-
anadahz authored
-
- Dec 04, 2018
-
-
juga authored
-
- Dec 03, 2018
-
-
juga authored
-
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.
-
juga authored
When parsing results support old ones without new bandwidth attributes, as descriptor bandwidth burst, consensus_bandwidth and consensus bandwidth is unmeasured.
-
juga authored
-
juga authored
attributes to BWLine. Add methods to obtain them from results.
-
juga authored
-
juga authored
In order to use it in torflow's scaling method. Tech-debt is growing repeating Relay in relaylist and resultdump, Relay should have Results, not Result has Relay
-
juga authored
-
- Dec 01, 2018
-
-
juga authored
-
- Nov 30, 2018
-
-
juga authored
Closes #28649.
-
juga authored
And rename it to sbws.
-
juga authored
or Markdown. Also change links to be interpreted by GitHub and remove Sphinx directives in the main documentation pages. Closes #28648.
-
juga authored
or from a local build or from the Debian package sbws-doc, since the Sphinx directives are not ReST and therefore not rendered in Github.
-
juga authored
Since they don't exist anymore. Closes #28662.
-
juga authored
So that when running linkcheck does not obtain forbidden.
-
juga authored
The releases link are not needed since they're in Github and there are tags. They were not easy to find in the botton of the CHANGELOG file.
-
juga authored
or change domain to the certificate's CN or leave http when the certificate's CN doesn't match the domain. Closes #28661.
-
- Nov 29, 2018
-
-
juga authored
Closes #28645. Bugfix v0.2.0.
-
- Nov 24, 2018
- Nov 23, 2018
-
-
juga authored
To test that torflow's scaling is using the minimum of all the descriptor bandwidth values.
-
juga authored
from sbws scaling to torflow's scaling, where the descriptor bandwidth is calculated from the minimum of all the descriptor bandwidth values. And use the bandwidth-file-spec.txt text instead.
-
juga authored
v3bwfile: replace desc_bw_obs by desc_bw Torflow's scaling takes the minimum of all the descriptor bandwidth values, not only the descriptor observed bandwidth.
-
juga authored
And method to obtain it from results.
-