| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Handle previously unhandled exception when replying to mailbug5232_newdesign_dev_r1 | Matthew Finkel | 2014-03-21 |
| | | |||
| * | More unit tests for Email Server | Matthew Finkel | 2014-03-21 |
| | | |||
| * | Use more pattern in old tests | Matthew Finkel | 2014-03-21 |
| | | |||
| * | Use new pattern some more | Matthew Finkel | 2014-03-21 |
| | | |||
| * | Move long-running function calls to background thread | Matthew Finkel | 2014-03-21 |
| | | |||
| * | Use the new pattern | Matthew Finkel | 2014-03-21 |
| | | |||
| * | Return a database handle via generator | Matthew Finkel | 2014-03-21 |
| | | | | | | | | | | | Define a new pattern for retrieving an instance of bridgedb.Storage.Database. Use: with bridgedb.Storage.getDB() as db: <do stuff with the database> | ||
| * | Add unit tests for bridgedb.Storage | Matthew Finkel | 2014-03-21 |
| | | |||
| * | Add tests for SIGHUP and SIGUSR1 signalsbug5232_newdesign_dev | Matthew Finkel | 2014-02-07 |
| | | |||
| * | Reparse descriptors in background thread on signal | Matthew Finkel | 2014-02-07 |
| | | | | | | | | | Create temporary distributors and fill them with bridges then overwrite the old distributors' rings with the rings from the temporary distributors. Factor out distributor creation code. Bug fix 5232 | ||
| * | Improve WebResourceBridges' docstring | Matthew Finkel | 2014-02-07 |
| | | |||
| * | Provide an Advanced Options page for easier bridge selection | Matthew Finkel | 2014-02-07 |
| | | | | | | | | 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. | ||
| * | Update CHANGELOG with details of 0.1.1 and 0.1.2. | Isis Lovecruft | 2014-02-07 |
| | | |||
| * | Update help text in commandline options menu for using signals. | Isis Lovecruft | 2014-02-05 |
| | | |||
| * | Add a SIGUSR1 signal handler for dumping bridge assignments. | Isis Lovecruft | 2014-02-05 |
| | | | | | * FIXES #10811 | ||
| * | Fix unhandled exception due to _reloadFn() not taking parameters. | Isis Lovecruft | 2014-02-05 |
| | | |||
| * | Fix missing import of logging module in Bucket.py. | Isis Lovecruft | 2014-02-05 |
| | | |||
| * | Fix encoding and safety catches for two logs of bridge IDs in Bridges.py. | Isis Lovecruft | 2014-02-05 |
| | | |||
| * | Merge branch 'master' into develop | Isis Lovecruft | 2014-02-04 |
| |\ | |||
| | * | Merge branch 'release-0.1.1' | Isis Lovecruft | 2014-02-04 |
| | |\ | |/ |/| | |||
| * | | Merge branch 'fix/9988-rm-hashlibnew' into develop | Isis Lovecruft | 2014-02-04 |
| |\ \ | |||
| | * | | Change hashlib.new() → hashlib.sha1() in bridgedb.Storage. | Isis Lovecruft | 2014-02-03 |
| |/ / | |||
| * | | Merge remote-tracking branch 'tpo-sysrqb/develop' into develop | Isis Lovecruft | 2014-02-01 |
| |\ \ | | | | | | | | | | | | | Conflicts: bridgedb.conf | ||
| | * | | Update the contents and docs of README and .confdevelop | Matthew Finkel | 2014-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 develop | Isis Lovecruft | 2014-01-31 |
| |\ \ \ | |||
| | * | | | Apply patch by ovnicraft to use hashlib rather than sha module. | ovnicraft | 2014-01-30 |
| | | | | | | | | | | | | | | | | | * FIXES #9988 | ||
| * | | | | Fix typo in bridgedb.persistent module docstring. | Isis Lovecruft | 2014-01-31 |
| |/ / / | |||
| * | | | Merge branch 'feature/7520-social-dist-design_r1' into develop | Isis Lovecruft | 2014-01-29 |
| |\ \ \ | |||
| | * | | | Start explaining the modification to remove Oblivious Transfer. | Isis Lovecruft | 2014-01-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add detailed, high-level description of the original usage of OT for bridge distribution, and why this is not needed within the modified threat model. However, it occurred to me while writing out the details that the k-TAA blind signatures (Au, Susilo, et al.) used in the original scheme *also* require a bilinear pairing, and are used independently to the usage of OT for creating the zero-knowledge PoKs of valid blind signatures on user commitments to the values representing the user's numbers of Credits (the coin-like things generated through one's bridges not getting blocked) and the user's timestamp for the last request for an Invite Ticket. As such, the signature scheme must either be re-evaluated and a different scheme used, or else we likely do not save any implementation overhead by ripping out the Oblivious Transfer (although doing so *does* still save on the rather high computational and network bandwidth complexities involved in OT). | ||
| | * | | | Start detailing reasoning and proofs for rBridge modifications. | Isis Lovecruft | 2014-01-29 |
| | | | | | |||
| | * | | | Separate backend database improvements into their own proposal. | Isis Lovecruft | 2014-01-29 |
| | | | | | |||
| | * | | | Fix alignment of topic headers in XXX-bdb-soc-dist. | Isis Lovecruft | 2014-01-29 |
| | | | | | |||
| | * | | | Add draft status and related proposals for XXX-bridgedb-social-distribution.txt. | Isis Lovecruft | 2014-01-29 |
| | | | | | |||
| | * | | | Update social bridge distributor proposal to include terminology. | Isis Lovecruft | 2014-01-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * ADD beginning of threat model as well. * ADD defⁿ table for constants/variable names in doc/proposal/XXX-bridgedb-social-distributor.txt. | ||
| | * | | | First cobbled together social distributor proposal | Isis Lovecruft | 2014-01-29 |
| |/ / / | |||
| * | | | Add a CHANGELOG. | Isis Lovecruft | 2014-01-28 |
| | | | | |||
| * | | | Merge branch 'fix/9127-https-interface-ipv6' into develop | Isis Lovecruft | 2014-01-28 |
| |\ \ \ | |||
| | * | | | Add buttons for IPv4/6 bridge requests to base.html template. | Isis Lovecruft | 2014-01-28 |
| |/ / / | | | | | | | | | | * FIXES #9127. | ||
| * | | | Add links to source code and ticket creation to bridges.tpo footers. | Isis Lovecruft | 2014-01-28 |
| | | | | |||
| * | | | Adjust margin width on bootstap step containers. | Isis Lovecruft | 2014-01-28 |
| | | | | |||
| * | | | Merge branch 'fix/mako-template-caching' into develop | Isis Lovecruft | 2014-01-28 |
| |\ \ \ | |||
| | * | | | Log template directory setting after assignment. | Isis Lovecruft | 2014-01-28 |
| | | | | | |||
| | * | | | Set Mako template collection cache limit. | Isis Lovecruft | 2014-01-28 |
| | | | | | |||
| | * | | | Change Mako template lookups to ignore atime checks. | Isis Lovecruft | 2014-01-28 |
| |/ / / | | | | | | | | | | | | | * CHANGE Mako template lookups to ignore atime filesystem checks, using only compiled template and not reloading from file. | ||
| * | | | Fix Accept-Lang: header log message to actually log the top five LC codes. | Isis Lovecruft | 2014-01-28 |
| | | | | |||
| * | | | Add Sphinx docstring to CaptchaProtectedResource.render_GET(). | Isis Lovecruft | 2014-01-28 |
| | | | | |||
| * | | | Merge branch 'fix/6127-simple-error-page' into develop | Isis Lovecruft | 2014-01-28 |
| |\ \ \ | |||
| | * | | | Implement a simple error page to replace all webserver tracebacks. | Isis Lovecruft | 2014-01-28 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | * ADD HTTPServer.replaceErrorPage() function for catching templating errors and sending them to the logger. The user is served a very simply "Somthing went wrong page". * CHANGE all calls to mako.templates.Template.render() to be wrapped in a try/except block which directs to the new HTTPServer.replaceErrorPage() function. | ||
| * | | | Merge branch 'fix/10737-post-args-redirects' into develop | Isis Lovecruft | 2014-01-28 |
| |\ \ \ | |||
| | * | | | Fix typos in two docstrings in HTTPServer. | Isis Lovecruft | 2014-01-26 |
| | | | | | |||
