synapse/tests
Erik Johnston bd558a6dc3
Speed up state res in rare case we don't have all events (#16116)
If we don't have all the auth events in a room then not all state events will have a chain cover index. Even so, we can still use the chain cover index on the events that do have it, rather than bailing and using the slower functions.

This situation should not arise for newly persisted rooms, as we check we have the full auth chain for each event, but can happen for existing rooms.

c.f. #15245
2023-08-18 15:32:06 +01:00
..
api Implements admin API to lock an user (MSC3939) (#15870) 2023-08-10 09:10:55 +00:00
app Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
appservice Move support for application service query parameter authorization behind a configuration option (#16017) 2023-08-03 11:43:51 -07:00
config Remove `worker_replication_*` deprecated settings, with helpful errors on startup (#15860) 2023-07-07 07:45:25 +00:00
crypto Add cache to `get_server_keys_json_for_remote` (#16123) 2023-08-18 11:05:01 +01:00
events Properly handle redactions of creation events (#15973) 2023-07-23 16:32:01 -07:00
federation
handlers MSC3861: allow impersonation by an admin using a query param (#16132) 2023-08-18 15:46:46 +02:00
http Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
logging
media Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680) 2023-06-15 14:23:27 +01:00
metrics Remove support for Python 3.7 (#15851) 2023-07-05 18:45:42 -05:00
module_api Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
push Update MSC3958 support to interact with intentional mentions. (#15992) 2023-08-02 08:41:32 -04:00
replication Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
rest Allow filtering for admins in the list accounts admin API (#16114) 2023-08-18 12:26:38 +01:00
scripts
server_notices
state
storage Speed up state res in rare case we don't have all events (#16116) 2023-08-18 15:32:06 +01:00
test_utils
types Use immutabledict instead of frozendict (#15113) 2023-03-22 17:15:34 +00:00
util Allow config of the backoff algorithm for the federation client. (#15754) 2023-08-03 14:36:55 -04:00
__init__.py
server.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_phone_home.py
test_rust.py
test_server.py Re-introduce the outbound federation proxy (#15913) 2023-07-18 09:49:21 +01:00
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
unittest.py Re-introduce the outbound federation proxy (#15913) 2023-07-18 09:49:21 +01:00
utils.py