summaryrefslogtreecommitdiff
path: root/leekspin
Commit message (Expand)AuthorAge
* Improve description of -xp command line argument.HEADmasterPhilipp Winter2019-05-17
* Allow creation of probing-vulnerable descriptors.Philipp Winter2019-04-26
* Add support for bridge-distribution-request-lines.Isis Lovecruft2017-10-26
* Add --without-tap and --without-ntor options.Isis Lovecruft2016-07-15
* Fix all docstrings and add Sphinx build setup.Isis Lovecruft2015-04-09
* Update more copyright years.Isis Lovecruft2015-04-08
* Add support for generating HS descriptors.Isis Lovecruft2015-04-08
* Add better cmdline flags for choosing between relay/bridge descriptors.Isis Lovecruft2015-04-08
* Add better separation for verbosity and version argparse groups.Isis Lovecruft2015-04-08
* Fix Sphinx documentation for parameter in shouldHaveOptPrefix().Isis Lovecruft2015-04-08
* Log when we're generating relay descriptors.Isis Lovecruft2015-04-08
* Fix Sphinx documentation for parameter in generateDescriptors().Isis Lovecruft2015-04-08
* Update copyright year.Isis Lovecruft2015-04-08
* Document signDescriptorDigest() and make the digest optional.Isis Lovecruft2015-04-08
* Separate RSA key creation logic into a new function.Isis Lovecruft2015-04-08
* Add bytesToLong and longToBytes utility functions in crypto module.Isis Lovecruft2015-04-08
* Change randomIP() function to only generate "valid" IPs.Isis Lovecruft2014-09-07
* Support mocking of obfs4 transports in bridge-extrainfo descriptors.Isis Lovecruft2014-09-05
* Fix descriptor signatures and keys so that Stem can verify them.Isis Lovecruft2014-09-03
* Rename generateNetstatus() → generateBridgeNetstatus().Isis Lovecruft2014-08-26
* Better documentation for leekspin.netstatus.generateNetstatus().Isis Lovecruft2014-08-26
* Add newline after `flag-thresholds` line in networkstatuses.Isis Lovecruft2014-08-26
* Add scramblesuit `transport` lines to bridge-extrainfo descriptors.Isis Lovecruft2014-08-07
* Fix leekspin versioning.Isis Lovecruft2014-06-23
* Filter UserWarnings generated from cffi while importing nacl.Isis Lovecruft2014-06-21
* Add networkstatus flag/weight headers to beginning of file.Isis Lovecruft2014-06-10
* Fix bug in nickname generator if no /usr/share/dict/words file exists.Isis Lovecruft2014-03-27
* Fix missing quote in log statement.Isis Lovecruft2014-03-24
* Remove version from pyNaCl import warning, state consequences.Isis Lovecruft2014-03-24
* Print less; log more.Isis Lovecruft2014-03-24
* Remove duplicate pyNaCl warning.Isis Lovecruft2014-03-24
* Update pyOpenSSL requirement to version 0.14.Isis Lovecruft2014-03-24
* More pyOpenSSL unicode problems.Isis Lovecruft2014-03-24
* pyOpenSSL expects strings, not unicode. :(Isis Lovecruft2014-03-24
* Fix extra newlines in byte histories in extrainfo descs.Isis Lovecruft2014-03-24
* Use unicode compatible syntax in leekspin.nicknames.Isis Lovecruft2014-03-17
* Move writeDescToFile() to leekspin.util.Isis Lovecruft2014-03-17
* Move descriptor set generation functions to new module leekspin.generator.Isis Lovecruft2014-03-17
* Move signDescriptorDigest() to leekspin.crypto.Isis Lovecruft2014-03-17
* Move networkstatus functions to new module, leekspin.netstatus.Isis Lovecruft2014-03-17
* Move extrainfo document functions to new module, leekspin.extrainfo.Isis Lovecruft2014-03-17
* Move makeOnionKeys() to leekspin.crypto module.Isis Lovecruft2014-03-17
* Move `@type [bridge-]server-descriptor` functions to new module.Isis Lovecruft2014-03-17
* Separate nickname generation into leekspin.nicknames module.Isis Lovecruft2014-02-21
* Fix imports to use leekspin module.Isis Lovecruft2014-02-21
* Add __init__.py and files generated by versioneer.Isis Lovecruft2014-02-21
* Move leekspin/gen_bridge_descriptors → scripts/generate-OR-descriptors.Isis Lovecruft2014-02-21
* By default, make nicknames which meet the dir-spec.txt requirements.Isis Lovecruft2014-02-21
* Fix the commandline `--version` option.Isis Lovecruft2014-01-02
* Use full OpenSSL package path to ASN1 encoding parameter.Isis Lovecruft2014-01-02