mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
* 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 |
||
|---|---|---|
| .. | ||
| account_data_table.go | ||
| backward_extremities_table.go | ||
| current_room_state_table.go | ||
| filtering.go | ||
| invites_table.go | ||
| output_room_events_table.go | ||
| output_room_events_topology_table.go | ||
| syncserver.go | ||