0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-05 20:48:37 +02:00
dendrite/syncapi/storage/sqlite3
Kegsay 6bac7e5efd
Implement backfill over federation (#938)
* Implement history visibility checks for /backfill

Required for p2p to show history correctly.

* Add sytest

* Logging

* Fix two backfill bugs which prevented backfill from working correctly

- When receiving backfill requests, do not send the event that was in the original request.
- When storing backfill results, correctly update the backwards extremity for the room.

* hack: make backfill work multiple times

* add sqlite impl and remove logging

* Linting
2020-03-24 12:20:10 +00:00
..
account_data_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
backward_extremities_table.go Implement backfill over federation (#938) 2020-03-24 12:20:10 +00:00
current_room_state_table.go HeaderedEvents in sync API (#922) 2020-03-19 12:07:01 +00:00
invites_table.go HeaderedEvents in sync API (#922) 2020-03-19 12:07:01 +00:00
output_room_events_table.go HeaderedEvents in sync API (#922) 2020-03-19 12:07:01 +00:00
output_room_events_topology_table.go HeaderedEvents in sync API (#922) 2020-03-19 12:07:01 +00:00
stream_id_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
syncserver.go Implement backfill over federation (#938) 2020-03-24 12:20:10 +00:00