summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Separate key storage from crypto.getKey() to crypto.writeKeyToFile().Isis Lovecruft2014-03-12
| * | Move HMAC and HMACfunction creators to bridgedb.crypto module.Isis Lovecruft2014-03-12
| * | Pep8 and cleanup for bridgedb.Bridges.get_hmac_fn().Isis Lovecruft2014-03-12
| * | Pep8 and docstring cleanup for bridgedb.Bridges.get_hmac().Isis Lovecruft2014-03-12
| * | Move Raptcha.rst → captcha.rst so that Sphinx finds it during builds.Isis Lovecruft2014-03-12
| * | Pep8 fixes for bridgedb.captcha.ReCaptcha.get() method.Isis Lovecruft2014-03-12
| * | Add challenge Attribute to ICaptcha interface and implementation.Isis Lovecruft2014-03-12
| * | Add missing period to ReCaptchaKeyError docstring.Isis Lovecruft2014-03-12
| * | Import only API_SSL_SERVER from recaptcha.client.captcha in bridgedb.captcha.Isis Lovecruft2014-03-12
| * | Use GimpCaptchProtectedResources in HTTPServer.addServer(), if configured to ...Isis Lovecruft2014-03-12
| * | Move the addition of options.html leaf before bridges.html.Isis Lovecruft2014-03-12
| * | Remove unused ``site=None`` in bridgedb.HTTPServer.addWebServer().Isis Lovecruft2014-03-12
| * | Update ReCaptchaProtectedResouce docstring.Isis Lovecruft2014-03-12
| * | Add HTTPServer.GimpCaptchaProtectedResource class.Isis Lovecruft2014-03-12
| * | Add bridgedb.captcha.GimpCaptcha implementation.Isis Lovecruft2014-03-12
| * | Make a log message in CaptchaProtectedResource more general.Isis Lovecruft2014-03-12
| * | Use SSL when requesting CAPCHAs from reCaptcha.Isis Lovecruft2014-03-12
| * | Rewrite docstring for bridgedb.captcha.ReCaptcha.get().Isis Lovecruft2014-03-12
| * | Split general and reCaptcha functionality into separate classes.Isis Lovecruft2014-03-12
| * | Import entire bridgedb.captcha module in bridgedb.HTTPServer.Isis Lovecruft2014-03-12
| * | Add GIMP_CAPTCHA_ENABLED and GIMP_CAPTCHA_DIR options.Isis Lovecruft2014-03-12
| * | Implement ICaptcha interface and generic Captcha implementation classes.Isis Lovecruft2014-03-12
| * | Pep8; move ReCaptchaKeyError to the beginning of captcha.py.Isis Lovecruft2014-03-12
| * | Rename reCaptcha classes.Isis Lovecruft2014-03-12
| * | Fix old-style class bridgedb.captcha.Raptcha.Isis Lovecruft2014-03-12
| * | Pep8 the order of imports in lib/bridgedb/captcha.py.Isis Lovecruft2014-03-12
| * | Rewrite module docstring for lib/bridgedb/captcha.py.Isis Lovecruft2014-03-12
| * | Rename lib/bridgedb/Raptcha.py → lib/bridgedb/captcha.py.Isis Lovecruft2014-03-12
| * | Update copyright info in lib/bridgedb/Raptcha.py and add utf-8 header.Isis Lovecruft2014-03-12
* | | Merge remote-tracking branch 'tpo-sysrqb/bug9264_rebased_3_r1' into developIsis Lovecruft2014-03-13
|\ \ \
| * | | Readd COLLECT_TIMESTAMPS in Main.load()Matthew Finkel2014-03-13
| * | | Log fingerprint safely and safely iterate over long listsMatthew Finkel2014-03-13
| * | | Add a unit test that verifies we don't add duplicate bridgesMatthew Finkel2014-03-04
| * | | Update bridgehistory timestamps for each bridge, as appropriate.Matthew Finkel2014-03-04
| * | | Only add a bridge to the splitter if it is new.Matthew Finkel2014-03-04
* | | | Add requirements-doc.txt for dependencies for building Sphinx docs.Isis Lovecruft2014-03-13
* | | | Fix coverage skips for Tests.py; skip __init__.py and sitecustomize.py.Isis Lovecruft2014-03-13
| |/ / |/| |
* | | Add CHANGELOG entry for BridgeDB-0.1.5.Isis Lovecruft2014-03-12
* | | Document `key` parameter for bridgedb.Bridges.BridgeRing.__init__().Isis Lovecruft2014-03-12
* | | Fix old-style class bridgedb.Bridges.PluggableTransport.Isis Lovecruft2014-03-12
* | | Fix old-style class bridgedb.Bridges.Bridge.Isis Lovecruft2014-03-12
* | | Add deprecation note in docstring of Bridges.is_valid_ip().Isis Lovecruft2014-03-12
* | | Change coverage Makefile directive; use rcfile and TRIAL variable.Isis Lovecruft2014-03-12
* | | Disable two pylint warnings, W1201 and W1401, in .pylintrc.Isis Lovecruft2014-03-12
* | | Merge branch 'fix/update-gsoc-text' into developIsis Lovecruft2014-03-06
|\ \ \ | |/ / |/| |
| * | Rewrite GSoC 2014 volunteer page text with Damian's suggestions.Isis Lovecruft2014-03-06
|/ /
* | Add a module docstring to bridgedb.crypto.Isis Lovecruft2014-03-04
* | Remove unused HTTPServer.WebResourceBridges.domains attribute.Isis Lovecruft2014-03-04
* | Fix indentation of docstring parameters in HTTPServer.WebResourceBridges.Isis Lovecruft2014-03-04
* | Change a test_crypto class name and add a docstring.Isis Lovecruft2014-03-04