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