synapse/changelog.d
Richard van der Hoff 25f1244329
Check the room_id of events when fetching room state/auth (#6524)
When we request the state/auth_events to populate a backwards extremity (on
backfill or in the case of missing events in a transaction push), we should
check that the returned events are in the right room rather than blindly using
them in the room state or auth chain.

Given that _get_events_from_store_or_dest takes a room_id, it seems clear that
it should be sanity-checking the room_id of the requested events, so let's do
it there.
2019-12-12 12:57:45 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
6349.feature Changelog 2019-11-11 16:53:29 +00:00
6377.bugfix Prevent redacted events from appearing in message search (#6377) 2019-12-11 13:39:47 +00:00
6385.bugfix Prevent message search in upgraded rooms we're not in (#6385) 2019-12-11 13:07:25 +00:00
6394.feature Add dev script to generate full SQL schema files (#6394) 2019-12-11 13:16:01 +00:00
6411.feature Allow SAML username provider plugins (#6411) 2019-12-10 17:30:16 +00:00
6501.misc Refactor get_events_from_store_or_dest to return a dict (#6501) 2019-12-10 16:22:00 +00:00
6502.removal Remove redundant code from event authorisation implementation. (#6502) 2019-12-10 15:09:45 +00:00
6503.misc Move get_state methods into FederationHandler (#6503) 2019-12-10 17:42:46 +00:00
6504.misc Newsfile 2019-12-10 14:40:15 +00:00
6505.misc Newsfile 2019-12-10 11:23:52 +00:00
6506.misc Newsfile 2019-12-10 11:29:44 +00:00
6510.misc Newsfile 2019-12-10 13:22:42 +00:00
6511.misc Newsfile 2019-12-10 14:34:17 +00:00
6512.misc Newsfile 2019-12-10 13:36:00 +00:00
6514.bugfix Fix race which caused deleted devices to reappear (#6514) 2019-12-10 16:22:29 +00:00
6515.misc Clean up some logging (#6515) 2019-12-11 14:32:25 +00:00
6517.misc changelog 2019-12-11 14:39:26 +00:00
6521.misc Add include_event_in_state to _get_state_for_room (#6521) 2019-12-11 16:37:51 +00:00
6524.misc Check the room_id of events when fetching room state/auth (#6524) 2019-12-12 12:57:45 +00:00