synapse/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 vestigial readme for sphinx 2014-11-12 00:18:26 +02:00
ancient_architecture_notes.rst move stuff out of implementation-notes - /everything/ here should be implementation-notes now 2014-11-12 00:18:25 +02:00
application_services.rst Fix link to A-S spec 2016-05-23 16:29:38 +01:00
architecture.rst move stuff out of implementation-notes - /everything/ here should be implementation-notes now 2014-11-12 00:18:25 +02:00
CAPTCHA_SETUP.rst Update CAPTCHA_SETUP.rst X-Forwarded-For docs 2017-02-08 21:21:02 -08:00
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 clarify these instructions a media-repo specific 2014-12-24 16:56:32 +00:00
metrics-howto.rst Update metrics-howto.rst 2017-02-19 23:06:45 +00:00
postgres.rst Added installation instructions for postgres on CentOS 7 2015-12-05 15:09:20 +01:00
README.rst move matrix-generic content to new matrix-doc git project 2014-10-09 20:38:00 +02:00
replication.rst Update replication.rst 2016-04-12 15:53:45 +01:00
turn-howto.rst Update turn-howto.rst to use git clone (2) 2016-06-28 18:34:38 +09:00
url_previews.rst make it work 2016-03-29 03:13:25 +01:00
workers.rst mention client_reader worker 2016-09-17 14:15:10 +01:00

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)