0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-14 18:38:30 +02:00
dendrite/federationapi
Till 2475cf4b61
Add some roomserver UTs (#3067)
Adds tests for `QueryRestrictedJoinAllowed`, `IsServerAllowed` and
`PerformRoomUpgrade`. Refactors the `QueryRoomVersionForRoom` method to
accept a string and return a `gmsl.RoomVersion` instead of req/resp
structs.
Adds some more caching for `GetStateEvent`

This should also fix #2912 by ignoring state events belonging to other
users.
2023-04-27 08:07:13 +02:00
..
api Move high level room joining logic to GMSL (#3065) 2023-04-27 00:43:46 +00:00
consumers refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
internal Move high level room joining logic to GMSL (#3065) 2023-04-27 00:43:46 +00:00
producers refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
queue Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
routing Add some roomserver UTs (#3067) 2023-04-27 08:07:13 +02:00
statistics refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
storage refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
types refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
federationapi.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
federationapi_keys_test.go Move fedclient interface over to gmsl (#3061) 2023-04-24 16:23:25 +00:00
federationapi_test.go Move high level room joining logic to GMSL (#3065) 2023-04-27 00:43:46 +00:00