dendrite/roomserver/api
Kegan Dougal 29f4f1e45a 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`.
2022-02-28 16:55:54 +00:00
..
alias.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
api.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
api_trace.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
input.go Improve roomserver logging 2022-01-31 15:33:00 +00:00
output.go Peeking over federation via MSC2444 (#1391) 2021-01-22 14:55:08 +00:00
perform.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
query.go msc2946: handle suggested_only; remove custom database 2022-02-28 16:55:54 +00:00
wrapper.go Update Events call-sites which now don't return an error, update parsedRespState to sort (#2227) 2022-02-28 14:51:40 +00:00