summary refs log tree commit diff
path: root/synapse/config/_base.pyi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-enable some linting (#14821)Erik Johnston2023-01-121-6/+4
* Switch to ruff instead of flake8. (#14633)Patrick Cloke2022-12-211-0/+2
* Remove backing code for groups/communities (#12558)Patrick Cloke2022-05-261-2/+0
* Reload cache factors from disk on SIGHUP (#12673)David Robertson2022-05-111-1/+14
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-4/+1
* Add config settings for background update parameters (#11980)Shay2022-03-111-0/+2
* Add missing type hints to config base classes (#11377)Patrick Cloke2021-11-231-27/+60
* Move experimental & retention config out of the server module. (#11070)Patrick Cloke2021-10-151-0/+2
* Add support for evicting cache entries based on last access time. (#10205)Erik Johnston2021-07-051-0/+2
* Fix performance of responding to user key requests over federation (#10221)Erik Johnston2021-06-211-0/+2
* Standardise the module interface (#10062)Brendan Abolivier2021-06-181-0/+2
* Remove support for ACME v1 (#10194)Brendan Abolivier2021-06-171-1/+0
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-10/+10
* Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-0/+2
* JWT OIDC secrets for Sign in with Apple (#9549)Richard van der Hoff2021-03-091-0/+2
* Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-241-0/+2
* Ratelimit 3PID /requestToken API (#9238)Erik Johnston2021-01-281-1/+1
* Merge branch 'social_login' into developRichard van der Hoff2021-01-271-0/+2
|\
| * Implement MSC2858 support (#9183)Richard van der Hoff2021-01-271-0/+2
* | Precompute joined hosts and store in Redis (#9198)Erik Johnston2021-01-261-0/+2
|/
* Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-2/+2
* Better formatting for config errors from modules (#8874)Richard van der Hoff2020-12-081-2/+5
* Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-141-0/+1
* Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-041-1/+0
* Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-021-0/+1
* Add ability to run multiple pusher instances (#7855)Erik Johnston2020-07-161-0/+5
* Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-081-0/+2
* Add a confirmation step to the SSO login flowBrendan Abolivier2020-03-021-0/+2
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+135