summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAge
* Allow passing the Gmail key as env variable.Philipp Winter2020-05-11
* Add missing newline at the end of the file.Philipp Winter2020-05-07
* Refactor script.Philipp Winter2020-05-06
* Rename email check script and add information on how to run ithiro2020-04-21
* Add more review feedbackhiro2020-04-21
* Add review feedbackhiro2020-04-21
* Add service status checkhiro2020-04-21
* Remove PGP support.Philipp Winter2020-04-15
* Make shebangs use Python 3.Philipp Winter2020-02-19
* Rejection-sample randomly-generated v4 addresses.Philipp Winter2020-02-19
* Port get-tor-exists script to Python 3.Philipp Winter2020-02-19
* Port create_descriptors script to Python 3.Philipp Winter2020-02-19
* Make sure that ports don't end up being negative.Philipp Winter2020-02-04
* Update Twisted to 19.7.0.Philipp Winter2019-10-03
* Use stem instead of leekspin to make descriptors.Philipp Winter2019-08-15
* Fix broken download of Tor exit relays.Philipp Winter2019-08-12
* Update PIP_FLAGS to fix Travis CI update.Philipp Winter2019-08-11
* Don't burn active probing-resistant PTs.Philipp Winter2019-06-04
* Add script for assigning unallocated bridges to another distributor.Isis Lovecruft2018-02-14
* Add David's script for running an external meek client.David Fifield2017-11-28
* Modify scripts/test-moat to also test production through a meek tunnel.Isis Lovecruft2017-11-28
* Send correct X-Forwarded-For headers in test-moat script.Isis Lovecruft2017-11-27
* Make the test-moat script easier to input challenges and solutions.Isis Lovecruft2017-11-27
* Add script for using curl to test moat's JSON API.Isis Lovecruft2017-11-15
* Implement moat distributor and server.Isis Lovecruft2017-11-15
* Move bridgedb.Main to bridgedb.main.Isis Lovecruft2017-11-01
* Create run/from-{authority,bifroest} directories during CI test runs.Isis Lovecruft2016-09-08
* Use pip --no-binaries :all: for newer versions of pip.Isis Lovecruft2016-09-08
* Add the flog package as a dependency and document it in README.Isis Lovecruft2016-08-04
* Add a Content-Security-Policy header to all webserver pages.Isis Lovecruft2015-07-23
* Move lib/bridgedb/ → bridgedb/; move lib/bridgedb/test/ → test/.Isis Lovecruft2015-06-25
* Handle ConnectionRefusedError and DNSLookupError in get-tor-exits script.Isis Lovecruft2015-05-12
* Change to new URL for check.tpo TorBulkExitList.py script.Isis Lovecruft2015-03-28
* Add setup-tests script and use it in .travis.yml.Isis Lovecruft2015-03-26
* Add install-dependencies script and use it for .travis.yml install.Isis Lovecruft2015-03-26
* Add mechanism/script for querying a remote TorBulkExitList.py.Isis Lovecruft2015-02-10
* Hush OpenSSL during key/cert creation in scripts/make-ssl-cert.Isis Lovecruft2014-05-20
* Fix scripts/make-ssl-cert to use `exit 1` after wrong number of args.Isis Lovecruft2014-05-20
* Whitespace fix for one line in scripts/make-ssl-cert.Isis Lovecruft2014-05-20
* Remove old scripts/gen_bridge_descriptors; use leekspin.Isis Lovecruft2014-03-25
* Strip '='s from "descDigest" field in gen_bridge_descriptors.Isis Lovecruft2013-12-11
* Don't strip() crazy amount of trailing '='s in gen_bridge_descriptors.Isis Lovecruft2013-12-11
* Update Sphinx theme and add todo directives.Isis Lovecruft2013-11-28
* Fix make-ssl-cert script to output private key and cert in top-level dir.Isis Lovecruft2013-11-16
* Call raise SystemExit, not sys.exit, and tweak the format on a print statement.Isis Lovecruft2013-11-16
* Sign generated descriptors with the secret OR server IDkey.Isis Lovecruft2013-11-16
* Create the spacey OR fingerprint from the fingerprint, not the idkey digest.Isis Lovecruft2013-11-16
* Remove unused base64 encoding of idkey digest in gen_bridge_descriptors.Isis Lovecruft2013-11-16
* Don't strip fingerprint whitespace in creation of extrainfo descriptor.Isis Lovecruft2013-11-16
* Print tracebacks on unhandled exceptions in gen_bridge_descriptors.Isis Lovecruft2013-11-16