dendrite/federationapi/internal
Kegan Dougal 4c84c4eeb4 Fix a race condition which could cause events to not be sent to servers
If a new room event which rewrites state arrives, we remove all joined hosts
then re-calculate them. This wasn't done in a transaction so for a brief period
we would have no joined hosts. During this interim, key change events which arrive
would not be sent to destination servers. This would sporadically fail on sytest.
2022-05-17 10:36:31 +01:00
..
api.go Use more interfaces in federationapi; begin adding regression test 2022-05-16 15:57:58 +01:00
federationclient.go MSC2946: Spaces Summary (round 2) (#2232) 2022-03-01 13:40:07 +00:00
keys.go Merge federationapi, federationsender, signingkeyserver components (#2055) 2021-11-24 10:45:23 +00:00
perform.go Fix a race condition which could cause events to not be sent to servers 2022-05-17 10:36:31 +01:00
query.go Roomserver/federation input refactor (#2104) 2022-01-27 14:29:14 +00:00