forked-synapse/synapse/events
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 Experimental support for MSC3970: per-device transaction IDs (#15318) 2023-04-25 09:37:09 +01:00
builder.py Implement MSC2174: move redacts to a content property. (#15395) 2023-04-13 13:47:07 +00:00
presence_router.py Implement cancellation support/protection for module callbacks (#12568) 2022-05-09 12:31:14 +01:00
snapshot.py Instrument state and state_group storage related things (tracing) (#15610) 2023-05-19 12:26:58 -05:00
utils.py Properly parse event_fields in filters (#15607) 2023-05-22 11:31:22 -04:00
validator.py Reject mentions on the C-S API which are invalid. (#15311) 2023-03-24 08:31:14 -04:00