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
systemd-with-workers Make systemd-with-workers doc official (#7234) 2020-04-08 11:59:26 +01:00
.sample_config_header.yaml Add a warning about indentation to generated config (#6920) 2020-02-14 16:22:30 +00:00
ACME.md Update docs/ACME.md 2020-02-13 11:29:08 +00:00
ancient_architecture_notes.md
application_services.md
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 Incorporate review 2020-02-19 10:03:19 +00:00
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 Rephrase 2020-02-12 15:39:40 +00:00
metrics-howto.md
MSC1711_certificates_FAQ.md
opentracing.md
password_auth_providers.md Add matrix-synapse-shared-secret-auth as an example password provider (#7248) 2020-04-09 12:49:05 +01:00
postgres.md Update postgres.md (#7119) 2020-04-01 12:44:51 +01:00
README.md
replication.md
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 Fix indention in generated config file (#7300) 2020-04-20 16:51:27 +01:00
sample_log_config.yaml Automate generation of the sample and debian log configs (#6627) 2020-01-03 17:14:00 +00:00
server_notices.md
spam_checker.md Filter the results of user directory searching via the spam checker (#6888) 2020-02-14 07:17:54 -05:00
structured_logging.md
tcp_replication.md Stop the master relaying USER_SYNC for other workers (#7318) 2020-04-22 22:39:04 +01:00
turn-howto.md Improve TURN documentation. (#7167) 2020-03-31 15:50:48 +01:00
url_previews.md
user_directory.md
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.)