dendrite/federationapi/routing
Kegsay 4ad52c67ca
Honour history_visibility when backfilling (#990)
* Make backfill work for shared history visibility

* fetch missing state on backfill to remember snapshots correctly

* Fix gmsl to not mux in auth events into room state

* Whoops

* Linting
2020-04-29 18:41:45 +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 Honour history_visibility when backfilling (#990) 2020-04-29 18:41:45 +01: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 Federation sender API remodel (#988) 2020-04-29 11:34:31 +01:00
routing.go Honour history_visibility when backfilling (#990) 2020-04-29 18:41:45 +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