summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * Add a mocked DummyBridge class to test_HTTPServer.py.Isis Lovecruft2014-03-19
| | * Change the requested pagename in CaptchaProtectedResourceTests unittests.Isis Lovecruft2014-03-19
| | * Add optional debugging logs to test_HTTPServer.py.Isis Lovecruft2014-03-19
| | * Explicitly require CaptchaProtectedResource.checkSolution() to be True.Isis Lovecruft2014-03-18
| | * Update documentation for CaptchaProtectedResource.getCaptchaImage().Isis Lovecruft2014-03-18
| | * Fix CaptchaProtectedResourceTests.test_render_GET_noCaptcha unittest.Isis Lovecruft2014-03-18
| | * Start writing unittests for the bridgedb.HTTPServer module.Isis Lovecruft2014-03-18
| * | Give the PluggableTransports class a real docstring.Isis Lovecruft2014-03-20
| |/
| * Rearrange logging calls during pygeoip import in HTTPServer.py.Isis Lovecruft2014-03-17
| * Fix typo in inline comment in HTTPServer.Isis Lovecruft2014-03-17
| * Move HTTPServer.geoipdb to _geoipdb and outside try function.Isis Lovecruft2014-03-17
| * Change Contact link on webserver to go to support desk.Isis Lovecruft2014-03-17
| * Add link to CHANGELOG from webserver.Isis Lovecruft2014-03-17
| * Make webserver Tor logo link to torproject.org.Isis Lovecruft2014-03-17
| * Fix class and __init__ docstrings for EmailBasedDistributor.Isis Lovecruft2014-03-17
| * PEP8 whitespace fixes for EmailServer.replyToMail().Isis Lovecruft2014-03-17
| * Tweak the log message strings in EmailServer.replyToMail().Isis Lovecruft2014-03-17
| * Add a real docstring to EmailServer.replyToMail().Isis Lovecruft2014-03-17
| * Add CHANGELOG entry for 0.1.6.Isis Lovecruft2014-03-17
| * Update bridgedb.conf with changes from bridgedb-admin.git repo.Isis Lovecruft2014-03-17
| * Merge branch 'fix/11219-httpconnpool' into developIsis Lovecruft2014-03-17
| |\
| | * Only use `t.w.client.HTTPConnectionPool` if available.Isis Lovecruft2014-03-17
| |/
| * Merge branch 'fix/11218-deferred-solution-isvalid' into developIsis Lovecruft2014-03-17
| |\
| | * Fix ReCaptchaProtectedResource.checkSolution() to pull response from deferred.Isis Lovecruft2014-03-17
| |/
| * Merge branch 'master' into developIsis Lovecruft2014-03-16
| |\ | |/ |/|
* | Merge branch 'release-0.1.5'Isis Lovecruft2014-03-16
|\ \ | |/
| * Only read emails into logger if configured to log emails.Isis Lovecruft2014-03-16
| * Update CHANGELOG entry for bridgedb-0.1.5.Isis Lovecruft2014-03-16
| * Merge branch 'fix/11127-recaptcha-ssl_10809r1_r1' into developIsis Lovecruft2014-03-15
| |\
| | * Fix monarchic typo and inaccurate class docstring in test_txrecaptcha.Isis Lovecruft2014-03-12
| | * Add test_txrecaptcha note about `DelayedCall`s and dirty reactor cleanups.Isis Lovecruft2014-03-12
| | * Change duplicate txrecaptcha unittest to check ConnectionDone result.Isis Lovecruft2014-03-12
| | * Use txrecaptcha in bridgedb.HTTPServer.ReCaptchaProtectedResource.Isis Lovecruft2014-03-12
| | * Twisted implementation of reCaptcha's submit(); use SSL for CAPTCHA verify.Isis Lovecruft2014-03-12
| | * Implement cert-chain and hostname checking OpenSSL.SSL.Context factory.Isis Lovecruft2014-03-12
| | * Add unittests for bridgedb.txrecaptcha module.Isis Lovecruft2014-03-12
| | * Add unittests for bridgedb.crypto.SSLVerifyingContextFactory.Isis Lovecruft2014-03-12
| * | Merge branch 'fix/10809-gimp-captcha_r1' into developIsis Lovecruft2014-03-15
| |\ \ | | |/
| | * Two whitespace fixes in lib/bridgedb/test/test_captcha.py.Isis Lovecruft2014-03-12
| | * Change assertTrue(a == b) in unittest to assertEquals.Isis Lovecruft2014-03-12
| | * Add default captcha cache directory to .gitignore.Isis Lovecruft2014-03-12
| | * Add example CAPTCHA for unittests.Isis Lovecruft2014-03-12
| | * Add unittests for bridgedb.captcha module.Isis Lovecruft2014-03-12
| | * Use RSA and HMAC captcha keys in resource init in addWebServer().Isis Lovecruft2014-03-12
| | * Pep8; change `c` → `capt` in ReCaptchaProtectedResource.getCaptchaImage().Isis Lovecruft2014-03-12
| | * Document `request` parameter in ReCaptchaProtectedResource.getCaptchaImage().Isis Lovecruft2014-03-12
| | * Remove unused zope imports in bridgedb.HTTPServer.Isis Lovecruft2014-03-12
| | * Update bridgedb.crypto.getKey() docstring.Isis Lovecruft2014-03-12
| | * Rewrite GimpCaptchaProtectedResource to use RSA & HMAC keys for verification.Isis Lovecruft2014-03-12
| | * Reformat docstrings and update some descriptions in bridgedb.HTTPServer.Isis Lovecruft2014-03-12