summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add a unit test that verifies we don't add duplicate bridgesbug9264_rebased_2Matthew 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
* 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
| | * Fix unhandled exception due to _reloadFn() not taking parameters.Isis Lovecruft2014-02-05
| | |
| | * Fix missing import of logging module in Bucket.py.Isis Lovecruft2014-02-05
| | |
| | * Fix encoding and safety catches for two logs of bridge IDs in Bridges.py.Isis Lovecruft2014-02-05
| |/
| * Merge branch 'master' into developIsis Lovecruft2014-02-04
| |\ | |/ |/|
* | Merge branch 'release-0.1.1'Isis Lovecruft2014-02-04
|\ \ | |/
| * Merge branch 'fix/9988-rm-hashlibnew' into developIsis Lovecruft2014-02-04
| |\
| | * Change hashlib.new() → hashlib.sha1() in bridgedb.Storage.Isis Lovecruft2014-02-03
| |/
| * Merge remote-tracking branch 'tpo-sysrqb/develop' into developIsis Lovecruft2014-02-01
| |\ | | | | | | | | | | | | Conflicts: bridgedb.conf
| | * Update the contents and docs of README and .confdevelopMatthew Finkel2014-02-01
| | | | | | | | | | | | | | | | | | Further describe some config options Rearrange and regroup some configuration file options Clarify end-user distributor usage
| * | Merge branch 'fix/9988-apply-patch' into developIsis Lovecruft2014-01-31
| |\ \