- 05 Jun, 2018 12 commits
-
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
also: * fix again number of header lines * FIXME: tests for bw lines should be independent on headers, Otherwise they'll fail everytime we change headers.
-
juga authored
-
juga authored
also: * remove latest_bandwidth outside of class, since it should be generated from timestamp * pass all init arguments as string * require timestamp argument * fix tests with changes
-
juga authored
-
juga authored
-
juga authored
they do not need to be in 3rd and 4th posstions.
-
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
-
- 03 Jun, 2018 1 commit
-
-
Matt Traudt authored
-
- 02 Jun, 2018 10 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
On one hand, for weeks now I've been running sbws and it seems to be correctly doing downloads over tor. I've monitored existing circs and streams with a script that queries the control port and what I saw made sense. On the other hand, I just tried running sbws on my laptop over a VPN that blocks resolution of a hostname of mine. I got a proxy error with a suspicious hostname in the message that led me to believe that destination usability checks were not actually being done over Tor like they are supposed to be. The way Requests tells you to use proxies is by specifying them *not* on the session object, but as an argument[0]. So do that. [0]: http://docs.python-requests.org/en/master/user/advanced/#proxies
-
Matt Traudt authored
remove unused key tor_control_socket remove duplicate key started_filepath in scanner section
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
- 30 May, 2018 1 commit
-
-
Matt Traudt authored
-
- 29 May, 2018 11 commits
-
-
Matt Traudt authored
GH: closes #139
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
Left over from sbws server days GH: ref #143
-
- 23 May, 2018 2 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
-
- 18 May, 2018 1 commit
-
-
Matt Traudt authored
-
- 17 May, 2018 2 commits
-
-
Matt Traudt authored
-
juga authored
Using MANIFEST.in would include those files in the source distribution, but include_package_data is need to also include all of them in the binary distribution. The binary distrution was missing tests on others not included in package_data.
-