MatrixSynapse/synapse/events
Patrick Cloke 68a6717312
Reject mentions on the C-S API which are invalid. (#15311)
Invalid mentions data received over the Client-Server API should
be rejected with a 400 error. This will hopefully stop clients from
sending invalid data, although does not help with data received
over federation.
2023-03-24 08:31:14 -04:00
..
__init__.py Change collection[str] to StrCollection in event_auth code (#14929) 2023-02-14 09:37:08 +00:00
builder.py Return read-only collections from `@cached` methods (#13755) 2023-02-10 23:29:00 +00:00
presence_router.py Implement cancellation support/protection for module callbacks (#12568) 2022-05-09 12:31:14 +01:00
snapshot.py Use immutabledict instead of frozendict (#15113) 2023-03-22 17:15:34 +00:00
spamcheck.py Refactor media modules. (#15146) 2023-02-27 08:26:05 -05:00
third_party_rules.py Fix missing conditional for registering `on_remove_user_third_party_identifier` module api callbacks (#15227 2023-03-10 10:35:18 +00:00
utils.py Use immutabledict instead of frozendict (#15113) 2023-03-22 17:15:34 +00:00
validator.py Reject mentions on the C-S API which are invalid. (#15311) 2023-03-24 08:31:14 -04:00