summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* I didn't know where to find it, maybe others won't either.develop_minorchangesMatthew Finkel2013-11-09
* Obtain the fingerprint and add it to the documents/descriptorsMatthew Finkel2013-11-09
* Update the docstring for idkey_digest in generateNetstatusMatthew Finkel2013-11-09
* The identity is based on the public key of the routerMatthew Finkel2013-11-09
* Sometimes we want spacey fingerprintsMatthew Finkel2013-11-09
* EXTRA_INFO_FILES is a listMatthew Finkel2013-11-09
* Update gen_bridge_descriptors docstrings, add TODO note on making NTOR keys.Isis Lovecruft2013-10-30
* Update .gitignore to exclude log files even in the top-level dir.Isis Lovecruft2013-10-30
* Fix the parsing of Accept-Language to actually support fallbacks.Isis Lovecruft2013-10-29
* Add better error handling if we cannot reach the Recaptcha server.Isis Lovecruft2013-10-29
* Handle GPGME errors better in the EmailServer.Isis Lovecruft2013-10-29
* Merge branch 'feature/cleanup-config' into developIsis Lovecruft2013-10-29
|\
| * Cleanup explanations of options in bridgedb.conf.Isis Lovecruft2013-10-06
|/
* Add logging to crypto module.Isis Lovecruft2013-10-26
* Fix with combined with os.open; doesn't work on Python2.6.Isis Lovecruft2013-10-26
* Add bridgedb.test package init file.Isis Lovecruft2013-10-26
* Move getKey() to crypto module.Isis Lovecruft2013-10-26
* Use bridgedb.parse.options instead of bridgedb.opt in script.Isis Lovecruft2013-10-26
* Fix missing import; use less CI resources.Isis Lovecruft2013-10-26
* Move options parser to bridgedb.parse package and update bridgedb.Main.Isis Lovecruft2013-10-26
* Use $CWD as the RUN_IN_DIR if unspecified, and update .travis.yml.Isis Lovecruft2013-10-26
* Update fake bridge descriptor generation commands in .travis.yml.Isis Lovecruft2013-10-26
* Fix a missing colon.Isis Lovecruft2013-10-26
* Remove old bridgedb.Opt module.Isis Lovecruft2013-10-26
* Add placeholder file for lib/bridgedb/test package directory.Isis Lovecruft2013-10-26
* Add BridgeDB's real GPG public keys.Isis Lovecruft2013-10-26
* Add expired GPG secret subkeys, marked "TESTING (INSECURE!)".Isis Lovecruft2013-10-26
* Update .travis.tml to use new command syntax.Isis Lovecruft2013-10-26
* Update bridgedb.conf.Isis Lovecruft2013-10-26
* Update README with new commands.Isis Lovecruft2013-10-26
* Fix scripts/gen_bridge_descriptors to create two cached-extrainfo files.Isis Lovecruft2013-10-26
* Merge branch 'feature/9865-test-runner-2-r1' into developIsis Lovecruft2013-10-26
|\
| * Include class for varying the tor versions in generated descriptors.Isis Lovecruft2013-10-26
| * Add documentation on current bridge descriptor formats.Isis Lovecruft2013-10-26
| * Fix the interface between bridgedb and the descriptor generator.Isis Lovecruft2013-10-26
| * Rewrite the descriptor generator.Isis Lovecruft2013-10-26
| * Add RUN_IN_DIR as a commandline option and cleanup the option explanations.Isis Lovecruft2013-10-26
| * Pass the entire set of main options to the runner.Isis Lovecruft2013-10-26
| * Add commands for CouchDB testing to .travis.yml (innactive for now).Isis Lovecruft2013-10-26
| * Switch Travis-CI IRC notification to notices.Isis Lovecruft2013-10-26
| * Remove unnecessary requirements, make others explicitly versioned.Isis Lovecruft2013-10-26
| * Refactor bridgedb.Main.run() and bridgedb.Main._reloadFn().Isis Lovecruft2013-10-22
| * Fix python2.6 syntax errors.Isis Lovecruft2013-10-22
| * Add script for killing the the server after N seconds; avoid running forever ...Isis Lovecruft2013-10-22
| * Add scripts/make-ssl-cert and start using it in .travis.yml.Isis Lovecruft2013-10-22
| * Refactor scripts/bridgedb to use the new options and runner.Isis Lovecruft2013-10-22
| * Add runner module and descriptor generator.Isis Lovecruft2013-10-22
| * Add opt module with updated options parsers.Isis Lovecruft2013-10-22
| * Run unittests before changing to the runtime tests directory.Isis Lovecruft2013-10-22
| * Fix three failing unittests in lib/bridgedb/Tests.py.Isis Lovecruft2013-10-22
|/