MatrixSynapse/tests
Patrick Cloke c5d1e6d414
Properly parse event_fields in filters (#15607)
The event_fields property in filters should use the proper
escape rules, namely backslashes can be escaped with
an additional backslash.

This adds tests (adapted from matrix-js-sdk) and implements
the logic to properly split the event_fields strings.
2023-05-22 11:31:22 -04:00
..
api Properly parse event_fields in filters (#15607) 2023-05-22 11:31:22 -04:00
app Remove old R30 because R30v2 supercedes it (#10428) 2023-05-19 11:13:44 -05:00
appservice
config
crypto
events Properly parse event_fields in filters (#15607) 2023-05-22 11:31:22 -04:00
federation Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
handlers Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
http Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
logging
media
metrics
module_api
push Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
replication Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
rest Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
scripts
server_notices
state
storage
test_utils
types
util
__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 Limit the size of the `HomeServerConfig` cache in trial test runs (#15646) 2023-05-22 13:25:39 +01:00
utils.py