dendrite/roomserver/internal
Neil Alexander fe82e1f725
Separate muxes for public and internal APIs (#1056)
* Separate muxes for public and internal APIs

* Update client-api-proxy and federation-api-proxy so they don't add /api to the path

* Tidy up

* Consistent HTTP setup

* Set up prefixes properly
2020-05-22 11:43:17 +01:00
..
alias.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
api.go Separate muxes for public and internal APIs (#1056) 2020-05-22 11:43:17 +01:00
input.go Use memberships to determine whether to reset latest events/state on room join (#1047) 2020-05-20 18:03:06 +01:00
input_authevents.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
input_authevents_test.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
input_events.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
input_latest_events.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
input_membership.go Use memberships to determine whether to reset latest events/state on room join (#1047) 2020-05-20 18:03:06 +01:00
perform_join.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
perform_leave.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
query.go Use memberships to determine whether to reset latest events/state on room join (#1047) 2020-05-20 18:03:06 +01:00
query_backfill.go Use memberships to determine whether to reset latest events/state on room join (#1047) 2020-05-20 18:03:06 +01:00
query_test.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00