MatrixSynapse/tests
David Robertson 5b3af1c7d0
Stabilise serving partial join responses (#14839)
Serving partial join responses is no longer experimental. They will only be served under the stable identifier if the the undocumented config flag experimental.msc3706_enabled is set to true.

Synapse continues to request a partial join only if the undocumented config flag experimental.faster_joins is set to true; this setting remains present and unaffected.
2023-01-17 12:44:15 +00:00
..
api
app
appservice
config
crypto Add missing type hints to tests. (#14687) 2022-12-28 08:29:35 -05:00
events
federation Stabilise serving partial join responses (#14839) 2023-01-17 12:44:15 +00:00
handlers Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) 2023-01-04 14:58:08 -05:00
http
logging
metrics Add missing type hints to tests. (#14687) 2022-12-28 08:29:35 -05:00
module_api Add `set_displayname` to the module API (#14629) 2023-01-11 18:41:52 +00:00
push Factor out common code in tests and fix comments. (#14819) 2023-01-11 13:36:41 -05:00
replication Fix bug in `wait_for_stream_position` (#14856) 2023-01-17 09:58:22 +00:00
rest Implement MSC3925: changes to bundling of edits (#14811) 2023-01-10 16:31:28 +00:00
scripts
server_notices
state
storage Re-enable some linting (#14821) 2023-01-12 10:52:07 +00:00
test_utils
types
util Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842) 2023-01-16 13:16:19 +00:00
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_phone_home.py
test_rust.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py