0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-01 12:08:55 +02:00
dendrite/federationapi/internal
kegsay f1b92de017
MSC2946: Spaces Summary (round 2) (#2232)
* Initial cut at fixing up MSC2946 to work with latest spec

* bugfix: send response back correctly

* Initial working version of MSC2946

* msc2946: handle suggested_only; remove custom database

As the MSC doesn't require reverse lookups, we can just pull
the room state and inspect via the roomserver database. To
handle this, expand QueryCurrentState to support wildcards.

Use all this and handle `?suggested_only`.

* Sort child rooms

* msc2946: Make TestClientSpacesSummary pass

* msc2946: allow invited rooms to be spidered

* msc2946: support basic federation requests

* fix up go mod
2022-03-01 13:40:07 +00:00
..
api.go Roomserver/federation input refactor (#2104) 2022-01-27 14:29:14 +00: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 Remove logging line in PerformInvite 2022-02-22 13:47:14 +00:00
query.go Roomserver/federation input refactor (#2104) 2022-01-27 14:29:14 +00:00