aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/getevent.go
AgeCommit message (Expand)Author
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2021-03-03Send events to appservice based on room membership (#1680)Will Hunt
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-08-25[readability] use event.StateKeyEquals where relevant and minor for-loop refa...oliverpool
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-15Current wiring (#1125)Kegsay
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-03-16Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)Neil Alexander
2020-03-02Remove httputil.LogThenError so that the line numbers are reported properly -...Neil Alexander
2020-02-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2019-08-09Implement client single event retrieval (#693)Alex Chen