MatrixSynapse/tests
Neil Johnson ec662bbe41
Filter out unwanted user_agents from udv. (#16124)
2023-08-23 14:00:34 +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 Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134) 2023-08-22 14:47:59 +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 Add tests for restoring the presence state after a restart. (#16151) 2023-08-23 07:31:00 -04:00
http Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
logging Trace functions which return `Awaitable` (#15650) 2023-06-06 17:39:22 -05:00
media
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 Add an admin endpoint to allow authorizing server to signal token revocations (#16125) 2023-08-22 14:15:34 +00: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 Filter out unwanted user_agents from udv. (#16124) 2023-08-23 14:00:34 +01:00
test_utils
types
util Properly update retry_last_ts when hitting the maximum retry interval (#16156) 2023-08-23 09:35:23 +01:00
__init__.py
server.py Properly call setup_background_tasks in unit tests. (#16150) 2023-08-22 07:46:32 -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