aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/state.go
AgeCommit message (Expand)Author
2022-05-11Add RoomExists flag to QueryMembershipForUser (#2450)kegsay
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-02-22Remote banned user is kicked and may not rejoin until unbanned (#2216)S7evinK
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-10-19Send state after event, not currentDevon Johnson
2020-08-25Enforce history visibility etc for /rooms/{roomID}/state (#1340)Neil Alexander
2020-07-28Modify /state/{eventType}/{stateKey} to return the event at the time the user...Kegsay
2020-06-17Return the correct /joined_members response and allow ?format=event (#1146)Kegsay
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-14Move /room/{roomID}/state endpoints into client API (#606) (#962)Neil Alexander