summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add a unit test that verifies we don't add duplicate bridgesbug9264_rebased_3Matthew Finkel2014-03-04
| | | | | | Previously we did not check that a bridge was already in a splitter, this resulted in adding bridges with (almost) identical information and #9264.
* 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
| | | | | | | | If it's not new then we want to overwrite the old instance. Unconditionally appending to to the splitter results in duplicate bridges. Closes #9264
* Add a module docstring to bridgedb.crypto.Isis Lovecruft2014-03-04
|
* Remove unused HTTPServer.WebResourceBridges.domains attribute.Isis Lovecruft2014-03-04
| | | | | | | This was left over from commit 120c8e6d4b9d714e79722d83c19e110120977e79, wherein the HTTPS and email distributors were split into different files. The domains are taken from config.EMAIL_DOMAINS and are only applicable to the email server.
* 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
|
* Update copyright year in lib/bridgedb/test/test_parse_networkstatus.py.Isis Lovecruft2014-03-04
|
* Skip coverage branch testing for those which include ``pass``.Isis Lovecruft2014-03-04
|
* Merge remote-tracking branch 'tpo-sysrqb/bug10834' into developIsis Lovecruft2014-02-24
|\
| * Make the remoteip configurable during recaptcha verificationbug10834Matthew Finkel2014-02-08
| | | | | | | | Closes #10834
* | Don't log emails if SAFE_LOGGING is enabled.Isis Lovecruft2014-02-22
| |
* | Merge branch 'master' into developIsis Lovecruft2014-02-21
|\ \
| * \ Merge branch 'release-0.1.4'Isis Lovecruft2014-02-21
| |\ \ | |/ / |/| |
* | | Update CHANGELOG entry for 0.1.4.Isis Lovecruft2014-02-21
| | |
* | | Merge branch 'hotfix/9264_2_rtl-2step' into developIsis Lovecruft2014-02-21
|\ \ \
| * | | Fix RTL rendering for "Step 2" on index.html.Isis Lovecruft2014-02-21
|/ / / | | | | | | | | | | | | | | | * FIXES an RTL rendering issue from the #9264 fixes, seems introduced in commit 59e8b4684a "Provide an Advanced Options page for easier bridge selection".
* | | Merge branch 'master' into developIsis Lovecruft2014-02-21
|\ \ \ | |/ /
| * | Merge branch 'release-0.1.3'Isis Lovecruft2014-02-21
| |\ \ | |/ / |/| |
* | | Update CHANGELOG with entries for version 0.1.3.Isis Lovecruft2014-02-21
| | |
* | | Add draft of volunteer page text for GSoC 2014 applications.Isis Lovecruft2014-02-21
| | |
* | | Merge branch 'hotfix/9264-descdigest-none' into developIsis Lovecruft2014-02-21
|\ \ \
| * | | Fix error when desc digest parsed from networkstatus is None.Isis Lovecruft2014-02-21
|/ / / | | | | | | | | | | | | | | | | | | * FIXES a bug where, if the nickname was not to spec (longer than 19 characters), then the nickname and descriptor digest are both set to ``None`` and ``bridgedb.Bridges.parseStatusFile()`` attempts to format the null descriptor digest into hexadecimal.
* | | Fix a typo in doc/DESCRIPTORS.md.Isis Lovecruft2014-02-21
| | |
* | | Merge branch 'testing/tpo-sysrqb/bug9264_rebased_1-test2' into developIsis Lovecruft2014-02-21
|\ \ \
| * | | Revert "We should be consistant and use lowercase"Isis Lovecruft2014-02-09
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b502658ff210630328e56c142368f4b44357a205. Signed-off-by: Isis Lovecruft <isis@torproject.org>
| * | | Merge branch 'hotfix/ude-persistent' into testing/tpo-sysrqb/bug9264_rebased_1Isis Lovecruft2014-02-09
| |\ \ \
| * | | | Update Bridge.__init__() docstring for ipMatthew Finkel2014-02-09
| | | | |
| * | | | Add some unit tests for Bridges moduleMatthew Finkel2014-02-09
| | | | |
| * | | | We should be consistant and use lowercaseMatthew Finkel2014-02-09
| | | | |
| * | | | Only add bridges for which their documents were verified by the BAMatthew Finkel2014-02-09
| | | | |
| * | | | Update the Bridge class docstringMatthew Finkel2014-02-09
| | | | |
| * | | | We need to remember the digests of the documents the bridge publishedMatthew Finkel2014-02-09
| | | | |
| * | | | We need the ORPort to be an int, convert it from the get-goMatthew Finkel2014-02-09
| | | | |
| * | | | We need to compute the hash digest of the documents during (re)loadingMatthew Finkel2014-02-09
| | | | |
| * | | | Prefer to use information from NS rather than descriptorMatthew Finkel2014-02-09
| | | | |
* | | | | Merge branch 'hotfix/ude-persistent' into developIsis Lovecruft2014-02-21
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Fix another UnicodeDecodeError in bridgedb.persistent log call.Isis Lovecruft2014-02-09
|/ / / | | | | | | | | | | | | | | | * CHANGE patch for the same error in previous commit to use twisted.python.reflect.safe_repr for better clarity. * See https://travis-ci.org/isislovecruft/bridgedb/builds/18503773#L1483
* | | Fix UnicodeDecodeErrors from unittests for bridgedb.persistent.Isis Lovecruft2014-02-09
| | |
* | | Remove Python2.6 testing from .travis.yml.Isis Lovecruft2014-02-08
| | | | | | | | | | | | [ci skip]
* | | Add sysrqb to travis email notifications.Isis Lovecruft2014-02-08
| |/ |/|
* | Merge branch 'testing/tpo-sysrqb/bug9127' into developIsis Lovecruft2014-02-06
|\ \
| * | Improve WebResourceBridges' docstringMatthew Finkel2014-02-06
| | |
| * | Provide an Advanced Options page for easier bridge selectionMatthew Finkel2014-02-06
|/ / | | | | | | | | | | | | The options page allows the user to select a specific pluggable transport type and if they require IPv6 addresses. All pages inheriting from the base template will provide navigation buttons.
* | Merge branch 'master' into developIsis Lovecruft2014-02-05
|\ \ | |/
| * Merge branch 'release-0.1.2'Isis Lovecruft2014-02-05
| |\ | |/ |/|
* | Update CHANGELOG with details of 0.1.1 and 0.1.2.Isis Lovecruft2014-02-05
| |
* | Merge branch 'fix/10811-add-SIGUSR1-handler' into developIsis Lovecruft2014-02-05
|\ \
| * | Update help text in commandline options menu for using signals.Isis Lovecruft2014-02-05
| | |
| * | Add a SIGUSR1 signal handler for dumping bridge assignments.Isis Lovecruft2014-02-05
| | | | | | | | | | | | * FIXES #10811