dendrite/roomserver/internal
Kegsay 4675e1ddb6
Add trace logging to RoomserverInternalAPI (#1120)
This is a wrapper around whatever impl we have which then logs
the function name/request/response/error.

Also tweak when we log on kafka streams: only log on the producer
side not the consumer side: we've never had issues with comms and
having 1 message rather than N would be nice.
2020-06-12 12:10:08 +01:00
..
alias.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
api.go More flexible caching (#1101) 2020-06-05 16:42:01 +01:00
input.go Add trace logging to RoomserverInternalAPI (#1120) 2020-06-12 12:10:08 +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 Roomserver API changes (#1118) 2020-06-11 19:50:40 +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_backfill.go Roomserver API changes (#1118) 2020-06-11 19:50:40 +01:00
perform_join.go Miscellaneous fixes (#1060) 2020-05-26 14:41:16 +01:00
perform_leave.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
query.go Roomserver API changes (#1118) 2020-06-11 19:50:40 +01:00
query_test.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00