dendrite/roomserver/api
Kegsay 6d832ae544
Implement backfill in the roomserver (#983)
* Initial cut for backfilling

The syncserver now asks the roomserver via QueryBackfill (which already
existed to *handle* backfill requests) which then makes federation requests
via gomatrixserverlib.RequestBackfill.

Currently, tests fail on subsequent /messages requests because we don't know
which servers are in the room, because we are unable to get state snapshots
from a backfilled event because that code doesn't exist yet.

* WIP backfill, doesn't work

* Make initial backfill pass checks

* Persist backfilled events with state snapshots

* Remove debug lines

* Linting

* Review comments
2020-04-28 11:46:47 +01:00
..
alias.go use custom http client instead of the http DefaultClient (#823) 2020-04-03 11:40:50 +01:00
input.go More invite support (#979) 2020-04-24 16:30:25 +01:00
output.go Invites v2 endpoint (#952) 2020-04-03 14:29:06 +01:00
query.go Implement backfill in the roomserver (#983) 2020-04-28 11:46:47 +01:00