0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-04 12:08:40 +02: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 Configuration format v1 (#1230) 2020-08-10 14:18:04 +01:00
devices.go Use [] not null when there are no devices (#1480) 2020-10-06 11:05:15 +01:00
eventauth.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
events.go Fix room checks for /state and /state_ids (#1155) 2020-06-23 11:47:48 +01:00
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 Configuration format v1 (#1230) 2020-08-10 14:18:04 +01:00
publicrooms.go Remove QueryBulkStateContent from current state server (#1404) 2020-09-07 12:38:09 +01:00
query.go Configuration format v1 (#1230) 2020-08-10 14:18:04 +01:00
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 Fix room checks for /state and /state_ids (#1155) 2020-06-23 11:47:48 +01:00
threepid.go KindOld (#1531) 2020-10-19 14:59:13 +01:00
version.go Version imprint (#1383) 2020-09-02 16:18:08 +01:00