aboutsummaryrefslogtreecommitdiff
path: root/roomserver/inthttp/client.go
AgeCommit message (Expand)Author
2022-08-11Restore the room version cache in the roomserver internal API HTTP clientNeil Alexander
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-06-29Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)Neil Alexander
2022-05-25Restricted join support on `/make_join`, `/send_join` (#2478)Neil Alexander
2022-05-06Clean up interface definitions (#2427)kegsay
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-04-28Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)Neil Alexander
2022-04-05Added /upgrade endpoint (#2307)David Spenler
2022-02-18Implement server notices (#2180)S7evinK
2022-02-11Ensure only one transaction is used for RS input per room (#2178)Neil Alexander
2021-12-13Fix keyring regressions in previous P2P demoNeil Alexander
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-01-22Peeking over federation via MSC2444 (#1391)Matthew Hodgson
2020-12-18Fix #1655 by re-adding the appservice alias query (#1660)Neil Alexander
2020-12-04MSC2836 threading: part 2 (#1596)Kegsay
2020-12-03Peeking updates (#1607)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-09-29Fetch missing auth events, implement QueryMissingAuthPrevEvents, try other se...Neil Alexander
2020-09-24Reject make_join for empty rooms (#1439)Neil Alexander
2020-09-16Implement rejected events (#1426)Kegsay
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-09-03Move currentstateserver API to roomserver (#1387)Kegsay
2020-08-17Synchronous invites (#1273)Neil Alexander
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-24Add PerformInvite and refactor how errors get handled (#1158)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-11Roomserver API changes (#1118)Kegsay
2020-06-11Remove unused internal APIs (#1117)Kegsay
2020-06-05More flexible caching (#1101)Neil Alexander
2020-06-05General cleanup when making components (#1098)Kegsay
2020-06-04Convert everything but serverkeyapi to inthttp (#1096)Kegsay