0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-23 11:38:50 +02:00
synapse/changelog.d
Erik Johnston 5ca2cfadc3 Add auth events as per spec. (#6556)
Previously we tried to be clever and filter out some unnecessary event
IDs to keep the auth chain small, but that had some annoying
interactions with state res v2 so we stop doing that for now.
2019-12-16 17:05:01 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
6501.misc Refactor get_events_from_store_or_dest to return a dict (#6501) 2019-12-16 13:19:32 +00:00
6503.misc Move get_state methods into FederationHandler (#6503) 2019-12-16 13:20:21 +00:00
6521.misc Add include_event_in_state to _get_state_for_room (#6521) 2019-12-16 13:26:12 +00:00
6524.misc Check the room_id of events when fetching room state/auth (#6524) 2019-12-16 13:47:07 +00:00
6526.bugfix Persist auth/state events at backwards extremities when we fetch them (#6526) 2019-12-16 14:07:11 +00:00
6527.bugfix Exclude rejected state events when calculating state at backwards extrems (#6527) 2019-12-16 14:07:29 +00:00
6530.misc Sanity-check room ids in event auth (#6530) 2019-12-16 13:47:34 +00:00
6531.misc sanity-checking for events used in state res (#6531) 2019-12-16 13:53:53 +00:00
6553.bugfix Update changelog.d/6553.bugfix 2019-12-16 14:56:05 +00:00
6556.bugfix Add auth events as per spec. (#6556) 2019-12-16 17:05:01 +00:00