index
:
user/phw/bridgedb
develop
master
Philipp's bridgedb repository
Philipp Winter
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
|
Fix typo in inline comment in HTTPServer.
Isis Lovecruft
2014-03-17
*
|
Move HTTPServer.geoipdb to _geoipdb and outside try function.
Isis Lovecruft
2014-03-17
*
|
Change Contact link on webserver to go to support desk.
Isis Lovecruft
2014-03-17
*
|
Add link to CHANGELOG from webserver.
Isis Lovecruft
2014-03-17
*
|
Make webserver Tor logo link to torproject.org.
Isis Lovecruft
2014-03-17
*
|
Fix class and __init__ docstrings for EmailBasedDistributor.
Isis Lovecruft
2014-03-17
*
|
PEP8 whitespace fixes for EmailServer.replyToMail().
Isis Lovecruft
2014-03-17
*
|
Tweak the log message strings in EmailServer.replyToMail().
Isis Lovecruft
2014-03-17
*
|
Add a real docstring to EmailServer.replyToMail().
Isis Lovecruft
2014-03-17
*
|
Add CHANGELOG entry for 0.1.6.
Isis Lovecruft
2014-03-17
*
|
Update bridgedb.conf with changes from bridgedb-admin.git repo.
Isis Lovecruft
2014-03-17
*
|
Merge branch 'fix/11219-httpconnpool' into develop
Isis Lovecruft
2014-03-17
|
\
\
|
*
|
Only use `t.w.client.HTTPConnectionPool` if available.
Isis Lovecruft
2014-03-17
|
/
/
*
|
Merge branch 'fix/11218-deferred-solution-isvalid' into develop
Isis Lovecruft
2014-03-17
|
\
\
|
*
|
Fix ReCaptchaProtectedResource.checkSolution() to pull response from deferred.
Isis Lovecruft
2014-03-17
|
/
/
*
|
Merge branch 'master' into develop
Isis Lovecruft
2014-03-16
|
\
\
|
|
/
|
*
Merge branch 'release-0.1.5'
Isis Lovecruft
2014-03-16
|
|
\
|
|
/
|
/
|
*
|
Only read emails into logger if configured to log emails.
bridgedb-0.1.5
Isis Lovecruft
2014-03-16
*
|
Update CHANGELOG entry for bridgedb-0.1.5.
Isis Lovecruft
2014-03-16
*
|
Merge branch 'fix/11127-recaptcha-ssl_10809r1_r1' into develop
Isis Lovecruft
2014-03-15
|
\
\
|
*
|
Fix monarchic typo and inaccurate class docstring in test_txrecaptcha.
Isis Lovecruft
2014-03-12
|
*
|
Add test_txrecaptcha note about `DelayedCall`s and dirty reactor cleanups.
Isis Lovecruft
2014-03-12
|
*
|
Change duplicate txrecaptcha unittest to check ConnectionDone result.
Isis Lovecruft
2014-03-12
|
*
|
Use txrecaptcha in bridgedb.HTTPServer.ReCaptchaProtectedResource.
Isis Lovecruft
2014-03-12
|
*
|
Twisted implementation of reCaptcha's submit(); use SSL for CAPTCHA verify.
Isis Lovecruft
2014-03-12
|
*
|
Implement cert-chain and hostname checking OpenSSL.SSL.Context factory.
Isis Lovecruft
2014-03-12
|
*
|
Add unittests for bridgedb.txrecaptcha module.
Isis Lovecruft
2014-03-12
|
*
|
Add unittests for bridgedb.crypto.SSLVerifyingContextFactory.
Isis Lovecruft
2014-03-12
*
|
|
Merge branch 'fix/10809-gimp-captcha_r1' into develop
Isis Lovecruft
2014-03-15
|
\
\
\
|
|
/
/
|
*
|
Two whitespace fixes in lib/bridgedb/test/test_captcha.py.
Isis Lovecruft
2014-03-12
|
*
|
Change assertTrue(a == b) in unittest to assertEquals.
Isis Lovecruft
2014-03-12
|
*
|
Add default captcha cache directory to .gitignore.
Isis Lovecruft
2014-03-12
|
*
|
Add example CAPTCHA for unittests.
Isis Lovecruft
2014-03-12
|
*
|
Add unittests for bridgedb.captcha module.
Isis Lovecruft
2014-03-12
|
*
|
Use RSA and HMAC captcha keys in resource init in addWebServer().
Isis Lovecruft
2014-03-12
|
*
|
Pep8; change `c` → `capt` in ReCaptchaProtectedResource.getCaptchaImage().
Isis Lovecruft
2014-03-12
|
*
|
Document `request` parameter in ReCaptchaProtectedResource.getCaptchaImage().
Isis Lovecruft
2014-03-12
|
*
|
Remove unused zope imports in bridgedb.HTTPServer.
Isis Lovecruft
2014-03-12
|
*
|
Update bridgedb.crypto.getKey() docstring.
Isis Lovecruft
2014-03-12
|
*
|
Rewrite GimpCaptchaProtectedResource to use RSA & HMAC keys for verification.
Isis Lovecruft
2014-03-12
|
*
|
Reformat docstrings and update some descriptions in bridgedb.HTTPServer.
Isis Lovecruft
2014-03-12
|
*
|
Add coverage skip lines to untestable portion of ReCaptcha.get().
Isis Lovecruft
2014-03-12
|
*
|
Add GIMP_CAPTCHA_[RSA|HMAC]_KEYFILE settings to bridgedb.Main.loadConfig().
Isis Lovecruft
2014-03-12
|
*
|
Add GIMP_CAPTCHA_[ENABLED|DIR|KEYFILE] settings to bridgedb.conf.
Isis Lovecruft
2014-03-12
|
*
|
Update docstring for bridgedb.captcha.GimpCaptcha.get().
Isis Lovecruft
2014-03-12
|
*
|
Change captcha.GimpCaptcha check() and get() to use HMAC(encrypt(answer)).
Isis Lovecruft
2014-03-12
|
*
|
Add more documentation to captcha.ReCaptcha class and its methods.
Isis Lovecruft
2014-03-12
|
*
|
Add documentation to captcha.Captcha class.
Isis Lovecruft
2014-03-12
|
*
|
Condense single use ReCaptchaKeyError exception message.
Isis Lovecruft
2014-03-12
|
*
|
Add crypto.getRSAKey() function.
Isis Lovecruft
2014-03-12
[prev]
[next]