MatrixSynapse/synapse/api
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
..
__init__.py
auth.py
auth_blocking.py Factor out an `is_mine_server_name` method (#15542) 2023-05-05 15:06:22 +01:00
constants.py Use account data constants in more places. (#15554) 2023-05-09 07:23:27 -04:00
errors.py Stabilize MSC2659 support for AS ping endpoint. (#15528) 2023-05-09 15:02:36 -04:00
filtering.py Properly parse event_fields in filters (#15607) 2023-05-22 11:31:22 -04:00
presence.py
ratelimiting.py
room_versions.py Implement MSC3821 to update redaction rules (`third_party_invite.signed`) (#15563) 2023-05-15 15:02:24 -04:00
urls.py