MatrixSynapse/docs
Richard van der Hoff 9fbb20a531
Stop hardcoding trust of old matrix.org key (#5374)
There are a few changes going on here:

* We make checking the signature on a key server response optional: if no
  verify_keys are specified, we trust to TLS to validate the connection.

* We change the default config so that it does not require responses to be
  signed by the old key.

* We replace the old 'perspectives' config with 'trusted_key_servers', which
  is also formatted slightly differently.

* We emit a warning to the logs every time we trust a key server response
  signed by the old key.
2019-06-06 17:33:11 +01:00
..
admin_api
privacy_policy_templates/en
sphinx
.sample_config_header.yaml
ACME.md
CAPTCHA_SETUP.rst
MSC1711_certificates_FAQ.md
README.rst
ancient_architecture_notes.rst
application_services.rst
architecture.rst
code_style.rst
consent_tracking.md
federate.md
log_contexts.rst
manhole.md
media_repository.rst
metrics-howto.rst
password_auth_providers.rst
postgres.rst
replication.rst
reverse_proxy.rst
sample_config.yaml Stop hardcoding trust of old matrix.org key (#5374) 2019-06-06 17:33:11 +01:00
server_notices.md
tcp_replication.rst
turn-howto.rst
url_previews.md
user_directory.md
workers.rst

README.rst

All matrix-generic documentation now lives in its own project at

github.com/matrix-org/matrix-doc.git

Only Synapse implementation-specific documentation lives here now
(together with some older stuff will be shortly migrated over to matrix-doc)