summary refs log tree commit diff
path: root/INSTALL.md (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-181.7.1Richard van der Hoff14-15/+25
2019-12-17Fix bug where we added duplicate event IDs as auth_events (#6560)Erik Johnston2-7/+9
2019-12-16Add auth events as per spec. (#6556)Erik Johnston2-67/+35
2019-12-16Incorporate reviewBrendan Abolivier2-6/+1
2019-12-16Update changelog.d/6553.bugfixBrendan Abolivier1-1/+1
2019-12-16LintBrendan Abolivier1-2/+1
2019-12-16Add test caseBrendan Abolivier1-0/+133
2019-12-16Exclude rejected state events when calculating state at backwards extrems (#6...Richard van der Hoff2-1/+2
2019-12-16Persist auth/state events at backwards extremities when we fetch them (#6526)Richard van der Hoff3-165/+83
2019-12-16sanity-checking for events used in state res (#6531)Richard van der Hoff6-43/+128
2019-12-16Sanity-check room ids in event auth (#6530)Richard van der Hoff2-0/+14
2019-12-16Check the room_id of events when fetching room state/auth (#6524)Richard van der Hoff2-24/+56
2019-12-16Add `include_event_in_state` to _get_state_for_room (#6521)