0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-03-04 21:10:02 +01:00
dendrite/federationapi/routing
Neil Alexander 6e63df1d9a
KindOld (#1531)
* Add KindOld

* Don't process latest events/memberships for old events

* Allow federationsender to ignore duplicate key entries when LatestEventIDs is duplicated by RS output events

* Signal to downstream components if an event has become a forward extremity

* Don't exclude from sync

* Soft-fail checks on KindNew

* Don't run the latest events updater at all for KindOld

* Don't make federation sender change after all

* Kind in federation sender join

* Don't send isForwardExtremity

* Fix syncapi

* Update comments

* Fix SendEventWithState

* Update sytest-whitelist

* Generate old output events

* Sync API consumes old room events

* Update comments
2020-10-19 14:59:13 +01:00
..
backfill.go
devices.go Use [] not null when there are no devices (#1480) 2020-10-06 11:05:15 +01:00
eventauth.go
events.go
invite.go Return the correct error codes for v6 invite JSON violations (#1440) 2020-09-24 17:16:59 +01:00
join.go KindOld (#1531) 2020-10-19 14:59:13 +01:00
keys.go Remove TLS fingerprints, improve perspective unmarshal handling (#1452) 2020-09-29 17:08:18 +01:00
leave.go KindOld (#1531) 2020-10-19 14:59:13 +01:00
missingevents.go Ignore depth in federation API (#1451) 2020-09-29 14:07:59 +01:00
profile.go
publicrooms.go Remove QueryBulkStateContent from current state server (#1404) 2020-09-07 12:38:09 +01:00
query.go
routing.go Initial notary support (#1436) 2020-09-22 14:40:54 +01:00
send.go KindOld (#1531) 2020-10-19 14:59:13 +01:00
send_test.go Try to retrieve missing auth events from multiple servers (#1516) 2020-10-13 11:53:20 +01:00
state.go
threepid.go KindOld (#1531) 2020-10-19 14:59:13 +01:00
version.go