synapse/docs
Richard van der Hoff 71a1abb8a1
Stop the master relaying USER_SYNC for other workers (#7318)
Long story short: if we're handling presence on the current worker, we shouldn't be sending USER_SYNC commands over replication.

In an attempt to figure out what is going on here, I ended up refactoring some bits of the presencehandler code, so the first 4 commits here are non-functional refactors to move this code slightly closer to sanity. (There's still plenty to do here :/). Suggest reviewing individual commits.

Fixes (I hope) #7257.
2020-04-22 22:39:04 +01:00
..
admin_api Extend room admin api with additional attributes (#7225) 2020-04-22 13:38:41 +01:00
dev Add developer documentation for running a local CAS server (#7147) 2020-03-30 07:28:42 -04:00
privacy_policy_templates/en
sphinx Run Black. (#5482) 2019-06-20 19:32:02 +10:00
systemd-with-workers
.sample_config_header.yaml
ACME.md Update docs/ACME.md 2020-02-13 11:29:08 +00:00
ancient_architecture_notes.md
application_services.md (#5849) Convert rst to markdown (#6040) 2019-09-17 12:55:29 +01:00
architecture.md
CAPTCHA_SETUP.md
code_style.md Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
consent_tracking.md
delegate.md Incorporate review 2020-02-19 10:03:19 +00:00
federate.md
log_contexts.md Clean up some LoggingContext stuff (#7120) 2020-03-24 14:45:33 +00:00
manhole.md
media_repository.md
message_retention_policies.md
metrics-howto.md
MSC1711_certificates_FAQ.md
opentracing.md
password_auth_providers.md
postgres.md Update postgres.md (#7119) 2020-04-01 12:44:51 +01:00
README.md
replication.md (#5849) Convert rst to markdown (#6040) 2019-09-17 12:55:29 +01:00
reverse_proxy.md Add setting to nginx configuration to allow larger file uploads (#7251) 2020-04-13 17:23:36 +01:00
room_and_user_statistics.md
saml_mapping_providers.md
sample_config.yaml
sample_log_config.yaml
server_notices.md
spam_checker.md
structured_logging.md Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00
tcp_replication.md
turn-howto.md
url_previews.md
user_directory.md Fix link to user_dir_populate.sql in the user directory docs (#6388) 2019-11-21 17:38:14 +00:00
workers.md Merge branch 'release-v1.12.4' into develop 2020-04-22 13:09:23 +01:00

Synapse Documentation

This directory contains documentation specific to the synapse homeserver.

All matrix-generic documentation now lives in its own project, located at matrix-org/matrix-doc

(Note: some items here may be moved to matrix-org/matrix-doc at some point in the future.)