summary refs log tree commit diff
path: root/synapse/handlers/acme_issuing_service.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-8/+19
* Use slots in attrs classes where possible (#8296)Patrick Cloke2020-09-141-1/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Allow configuration of the path used for ACME account keys.Richard van der Hoff2019-06-241-4/+37
* Factor acme bits out to a separate file (#5521)Richard van der Hoff2019-06-241-0/+84