Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for ACME v1 (#10194) | Brendan Abolivier | 2021-06-17 | 1 | -117/+0 |
| | | | | | Fixes #9778 ACME v1 has been fully decommissioned for existing installs on June 1st 2021(see https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430/27), so we can now safely remove it from Synapse. | ||||
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
| | | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` | ||||
* | Import HomeServer from the proper module. (#9665) | Patrick Cloke | 2021-03-23 | 1 | -1/+1 |
| | |||||
* | Create a SynapseReactor type which incorporates the necessary reactor ↵ | Patrick Cloke | 2021-03-08 | 1 | -1/+3 |
| | | | | | interfaces. (#9528) This helps fix some type hints when running with Twisted 21.2.0. | ||||
* | Add type hints to various handlers. (#9223) | Patrick Cloke | 2021-01-26 | 1 | -5/+7 |
| | | | | With this change all handlers except the e2e_* ones have type hints enabled. | ||||
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
| | |||||
* | Convert ACME code to async/await. (#7989) | Patrick Cloke | 2020-08-03 | 1 | -7/+4 |
| | |||||
* | Small grammar fixes to the ACME v1 deprecation notice (#6944) | Andrew Morgan | 2020-02-21 | 1 | -5/+5 |
| | | | Some small fixes to the copy in #6907. | ||||
* | Make the log more noticeable | Brendan Abolivier | 2020-02-18 | 1 | -1/+2 |
| | |||||
* | Print the error as an error log and raise the same exception we got | Brendan Abolivier | 2020-02-18 | 1 | -9/+10 |
| | |||||
* | Lint | Brendan Abolivier | 2020-02-13 | 1 | -6/+7 |
| | |||||
* | Lint | Brendan Abolivier | 2020-02-13 | 1 | -7/+6 |
| | |||||
* | Add a comprehensive error when failing to register for an ACME account | Brendan Abolivier | 2020-02-13 | 1 | -1/+13 |
| | |||||
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | Allow configuration of the path used for ACME account keys. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
| | | | | | Because sticking it in the same place as the config isn't necessarily the right thing to do. | ||||
* | Factor acme bits out to a separate file (#5521) | Richard van der Hoff | 2019-06-24 | 1 | -53/+9 |
| | | | This makes some of the conditional-import hoop-jumping easier. | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -9/+5 |
| | |||||
* | Fetch ACME domain into an instance member | Brendan Abolivier | 2019-02-19 | 1 | -4/+5 |
| | |||||
* | Use a configuration parameter to give the domain to generate a certificate for | Brendan Abolivier | 2019-02-18 | 1 | -25/+4 |
| | |||||
* | Typo in info log | Andrew Morgan | 2019-02-18 | 1 | -1/+1 |
| | | | Co-Authored-By: babolivier <contact@brendanabolivier.com> | ||||
* | Various cosmetics to make TravisCI happy | Brendan Abolivier | 2019-02-15 | 1 | -2/+5 |
| | |||||
* | Remove unused import | Brendan Abolivier | 2019-02-15 | 1 | -1/+0 |
| | |||||
* | Support .well-known delegation when issuing certificates through ACME | Brendan Abolivier | 2019-02-15 | 1 | -4/+23 |
| | |||||
* | ACME config cleanups (#4525) | Richard van der Hoff | 2019-01-30 | 1 | -12/+15 |
| | | | | | | | | | | | | | | | | * Handle listening for ACME requests on IPv6 addresses the weird url-but-not-actually-a-url-string doesn't handle IPv6 addresses without extra quoting. Building a string which you are about to parse again seems like a weird choice. Let's just use listenTCP, which is consistent with what we do elsewhere. * Clean up the default ACME config make it look a bit more consistent with everything else, and tweak the defaults to listen on port 80. * newsfile | ||||
* | Support ACME for certificate provisioning (#4384) | Amber Brown | 2019-01-23 | 1 | -0/+147 |