MatrixSynapse/docs
Richard van der Hoff f9b4bb05e0 Fix the logcontext handling in the cache wrappers (#2077)
The cache wrappers had a habit of leaking the logcontext into the reactor while
the lookup function was running, and then not restoring it correctly when the
lookup function had completed. It's all the fault of
`preserve_context_over_{fn,deferred}` which are basically a bit broken.
2017-03-30 13:22:24 +01:00
..
admin_api fix doc for purge_media_cache 2017-01-20 12:15:50 +00:00
sphinx
CAPTCHA_SETUP.rst Update CAPTCHA_SETUP.rst X-Forwarded-For docs 2017-02-08 21:21:02 -08:00
README.rst
ancient_architecture_notes.rst
application_services.rst
architecture.rst
code_style.rst code_style.rst: add link to sphinx examples 2016-07-01 09:36:51 +01:00
log_contexts.rst Fix the logcontext handling in the cache wrappers (#2077) 2017-03-30 13:22:24 +01:00
media_repository.rst
metrics-howto.rst Update metrics-howto.rst 2017-02-19 23:06:45 +00:00
postgres.rst
replication.rst
turn-howto.rst Update turn-howto.rst to use git clone (2) 2016-06-28 18:34:38 +09:00
url_previews.rst
workers.rst mention client_reader worker 2016-09-17 14:15:10 +01:00

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)