forked-synapse/synapse/config
Eric Eastwood c97251d5ba
Add Sliding Sync /sync/e2ee endpoint for To-Device messages (#17167)
This is being introduced as part of Sliding Sync but doesn't have any sliding window component. It's just a way to get E2EE events without having to sit through a big initial sync  (`/sync` v2). And we can avoid encryption events being backed up by the main sync response or vice-versa.

Part of some Sliding Sync simplification/experimentation. See [this discussion](https://github.com/element-hq/synapse/pull/17167#discussion_r1610495866) for why it may not be as useful as we thought.

Based on:

 - https://github.com/matrix-org/matrix-spec-proposals/pull/3575
 - https://github.com/matrix-org/matrix-spec-proposals/pull/3885
 - https://github.com/matrix-org/matrix-spec-proposals/pull/3884
2024-05-23 12:06:16 -05:00
..
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
__main__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
_base.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
_base.pyi Bring auto-accept invite logic into Synapse (#17147) 2024-05-21 20:09:17 +00:00
_util.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
account_validity.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
api.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
appservice.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
auth.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
auto_accept_invites.py Bring auto-accept invite logic into Synapse (#17147) 2024-05-21 20:09:17 +00:00
background_updates.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
cache.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
captcha.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
cas.py Allows CAS SSO flow to provide user IDs composed of numbers only (#17098) 2024-05-14 13:55:32 +01:00
consent.py Update license headers 2023-11-21 15:29:58 -05:00
database.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
emailconfig.py Send an email if the address is already bound to an user account (#16819) 2024-04-23 16:45:24 +01:00
experimental.py Add Sliding Sync /sync/e2ee endpoint for To-Device messages (#17167) 2024-05-23 12:06:16 -05:00
federation.py An federation whitelist query endpoint extension (#16848) 2024-05-13 19:38:45 +00:00
homeserver.py Bring auto-accept invite logic into Synapse (#17147) 2024-05-21 20:09:17 +00:00
jwt.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
key.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
logger.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
metrics.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
modules.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
oembed.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
oidc.py Add OIDC config to add extra parameters to the authorize URL (#16971) 2024-03-22 10:35:11 +00:00
password_auth_providers.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
push.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
ratelimiting.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
redis.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
registration.py Bump black from 23.10.1 to 24.2.0 (#16936) 2024-03-13 16:46:44 +00:00
repository.py Bump black from 23.10.1 to 24.2.0 (#16936) 2024-03-13 16:46:44 +00:00
retention.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
room_directory.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
room.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
saml2.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
server_notices.py Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop 2023-12-13 15:11:56 +00:00
server.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
spam_checker.py Update book location 2023-12-13 16:15:22 +00:00
sso.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
stats.py Update license headers 2023-11-21 15:29:58 -05:00
third_party_event_rules.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
tls.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
tracer.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
user_directory.py Update license headers 2023-11-21 15:29:58 -05:00
voip.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
workers.py Fixups to new push stream (#17038) 2024-03-28 16:29:23 +00:00