dendrite/federationapi/routing
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
..
backfill.go Implement backfill in the roomserver (#983) 2020-04-28 11:46:47 +01:00
devices.go Remove httputil.LogThenError so that the line numbers are reported properly - make error reporting slightly more useful (#879) 2020-03-02 16:20:44 +00:00
eventauth.go Federation: Add event_auth endpoint (#905) 2020-03-14 20:08:54 +00:00
events.go Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912) 2020-03-16 17:29:52 +00:00
invite.go More invite support (#979) 2020-04-24 16:30:25 +01:00
join.go Response from /send_join now use gomatrixserverlib.RespSendJoin (#796) 2020-04-22 14:13:11 +01:00
keys.go Pass cfg by reference around the codebase (#819) 2020-02-11 11:18:12 +00:00
leave.go Perspective key fetching, some federation room join fixes (#975) 2020-04-20 17:42:34 +01:00
missingevents.go Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912) 2020-03-16 17:29:52 +00:00
profile.go Federation fixes and error handling (#970) 2020-04-16 17:59:55 +01:00
query.go Remove httputil.LogThenError so that the line numbers are reported properly - make error reporting slightly more useful (#879) 2020-03-02 16:20:44 +00:00
routing.go Federation for v3/v4 rooms (#954) 2020-04-09 15:46:06 +01:00
send.go Federation fixes and error handling (#970) 2020-04-16 17:59:55 +01:00
state.go Federation for v3/v4 rooms (#954) 2020-04-09 15:46:06 +01:00
threepid.go Move /room/{roomID}/state endpoints into client API (#606) (#962) 2020-04-14 18:36:08 +01:00
version.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00