Eric Eastwood 70a4317692 Track when the pulled event signature fails (#13815) 1 year ago
..
api 3dd175b628 `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 1 year ago
app 32fc3b7ba4 Remove configuration options for direct TCP replication. (#13647) 1 year ago
appservice 7bc08f3201 Remove remaining bits of groups code. (#12936) 2 years ago
config d38d242411 Reload cache factors from disk on SIGHUP (#12673) 2 years ago
crypto 88193f2125 Remove direct refeferences to PyNaCl (use signedjson instead). (#12902) 2 years ago
events 40e3e68cd7 Register homeserver modules when creating test homeserver (#13558) 1 year ago
federation 70a4317692 Track when the pulled event signature fails (#13815) 1 year ago
handlers a466164647 Optimise get_rooms_for_user (drop with_stream_ordering) (#13787) 1 year ago
http d3d9ca156e Cancel the processing of key query requests when they time out. (#13680) 1 year ago
logging 1b09b0832e Allow use of both `@trace` and `@tag_args` stacked on the same function (#13453) 1 year ago
module_api f3fba4914d Reduce the number of tests using TCP replication. (#13543) 1 year ago
push 285b9e9b6c Speed up calculating push actions in large rooms (#13973) 1 year ago
replication efd108b45d Accept & store thread IDs for receipts (implement MSC3771). (#13782) 1 year ago
rest b706111b78 Do not return unspecced original_event field when using the stable /relations endpoint. (#14025) 1 year ago
scripts 444588c5fc Add some type hints to tests files (#12833) 2 years ago
server_notices 37f329c9ad Fix that sending server notices fail if avatar is `None` (#13566) 1 year ago
state a4ae1406d1 Fix typechecks against twisted trunk (#13061) 2 years ago
storage 285d72556b Update mypy and mypy-zope, attempt 3 (#13993) 1 year ago
test_utils 1e453053cb Rename storage classes (#12913) 2 years ago
util 6f0c3e669d Don't require `setuptools_rust` at runtime (#13952) 1 year ago
__init__.py 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
server.py 40e3e68cd7 Register homeserver modules when creating test homeserver (#13558) 1 year ago
test_distributor.py 02d708568b Replace assertEquals and friends with non-deprecated versions. (#12092) 2 years ago
test_event_auth.py c2fe48a6ff Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 1 year ago
test_federation.py 70a4317692 Track when the pulled event signature fails (#13815) 1 year ago
test_mau.py 7bc08f3201 Remove remaining bits of groups code. (#12936) 2 years ago
test_metrics.py be4250c7a8 Add experimental configuration option to allow disabling legacy Prometheus metric names. (#13540) 1 year ago
test_phone_home.py 898fef2789 Share some metrics between the Prometheus exporter and the phone home stats (#13671) 1 year ago
test_rust.py c9b7e97355 Add a stub Rust crate (#12595) 1 year ago
test_server.py 32fc3b7ba4 Remove configuration options for direct TCP replication. (#13647) 1 year ago
test_state.py 335ebb21cc Faster room joins: avoid blocking when pulling events with missing prevs (#13355) 1 year ago
test_terms_auth.py e2ed1b7155 Use literals in place of `HTTPStatus` constants in tests (#13463) 1 year ago
test_test_utils.py 02d708568b Replace assertEquals and friends with non-deprecated versions. (#12092) 2 years ago
test_types.py 8ef0c8ff14 Fix error in `is_mine_id` when encountering a malformed ID (#13746) 1 year ago
test_visibility.py 52a0c8f2f7 Rename test case method to `add_hashes_and_signatures_from_other_server` (#13255) 1 year ago
unittest.py 8ab16a92ed Persist CreateRoom events to DB in a batch (#13800) 1 year ago
utils.py 285d72556b Update mypy and mypy-zope, attempt 3 (#13993) 1 year ago