dendrite/federationapi/routing
Till 444b4bbdb8
Add AS specific public room list endpoints (#2836)
Adds `PUT
/_matrix/client/v3/directory/list/appservice/{networkId}/{roomId}` and
`DELTE
/_matrix/client/v3/directory/list/appservice/{networkId}/{roomId}`
support, as well as the ability to filter `/publicRooms` on networkID
and including all networks.
2022-10-27 14:40:35 +02:00
..
backfill.go
devices.go
eventauth.go
events.go Tweak federation M_NOT_FOUND errors 2022-10-11 10:48:36 +01:00
invite.go Remove origin field from PDUs (#2737) 2022-09-26 17:35:35 +01:00
join.go Remove origin field from PDUs (#2737) 2022-09-26 17:35:35 +01:00
keys.go Allow specifying old signing keys with the public key and key ID only (#2770) 2022-10-06 11:56:00 +01:00
leave.go Remove origin field from PDUs (#2737) 2022-09-26 17:35:35 +01:00
missingevents.go
openid.go
peek.go
profile.go
publicrooms.go Add AS specific public room list endpoints (#2836) 2022-10-27 14:40:35 +02:00
query.go
routing.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
send_test.go
send.go Send E2EE related errors to sentry (#2784) 2022-10-10 17:36:26 +02:00
state.go Tweak federation M_NOT_FOUND errors 2022-10-11 10:48:36 +01:00
threepid.go
version.go