- 13 Jun, 2018 1 commit
-
-
Matt Traudt authored
-
- 12 Jun, 2018 5 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
As required by changing the result version, this is a "major" version bump. There are many changes since the last version of sbws, but we aren't being good about recording those yet. Sorry.
-
Matt Traudt authored
Part of this takes care of... GH: closes #145
-
Matt Traudt authored
-
Matt Traudt authored
-
- 11 Jun, 2018 8 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
-
juga authored
to make it less confussing. Note that stem call it ed25519_master_key instead of master_key_ed25519, but dir-spec.txt uses master-key-ed25519, which is the term chosen here.
-
juga authored
-
Matt Traudt authored
Add Relay abstraction layer and function to obtain relay ed25519
-
juga authored
-
juga authored
-
juga authored
-
- 10 Jun, 2018 8 commits
- 08 Jun, 2018 1 commit
-
-
juga authored
* RelayList is now a list of RelayNS instead of RouterStatusEntryV3 to have master_key_ed25519 as an attribute * create pytest fixture to start Tor with tests * create test to check master_key_ed25519
-
- 07 Jun, 2018 12 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
Thanks!
-
juga authored
* Use keyserver pool to avoid single server timeout travis test failed because keys.gnupg.net timeout. It should not be the case using the pool.
-
juga authored
-
juga authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
That way it will be obvious that sbws isn't really going to try to log to /nonexist and that sbws must set this option for real elsewhere.
-
Matt Traudt authored
-
Matt Traudt authored
2018-06-06 04:42:03 ERROR Thread-5 scanner.py:225 - dispatch_worker_thread - Unhandled exception in worker thread Traceback (most recent call last): File "/home/pastly/src/simple-bw-scanner/sbws/core/scanner.py", line 223, in dispatch_worker_thread return measure_relay(*a, **kw) File "/home/pastly/src/simple-bw-scanner/sbws/core/scanner.py", line 138, in measure_relay dest = destinations.next() File "/home/pastly/src/simple-bw-scanner/sbws/lib/destination.py", line 222, in next self._perform_usability_test() File "/home/pastly/src/simple-bw-scanner/sbws/lib/destination.py", line 171, in _perform_usability_test circ_id = self._cb.build_circuit([None, exit.fingerprint]) File "/home/pastly/src/simple-bw-scanner/sbws/lib/circuitbuilder.py", line 175, in build_circuit for r in path] File "/home/pastly/src/simple-bw-scanner/sbws/lib/circuitbuilder.py", line 175, in <listcomp> for r in path] AttributeError: 'NoneType' object has no attribute 'fingerprint' 2018-06-06 04:42:03 ERROR Thread-10 scanner.py:280 - closure - Unhandled exception caught while measuring torbogen: <class 'AttributeError'> 'NoneType' object has no attribute 'fingerprint'
-
- 06 Jun, 2018 1 commit
-
-
juga authored
-
- 05 Jun, 2018 4 commits