aboutsummaryrefslogtreecommitdiff
path: root/roomserver/api/perform.go
AgeCommit message (Expand)Author
2024-02-13Fix `/createRoom` and `/invite` containing displayname/avatarURL of inviter (...Till
2024-01-20Optimize `PrevEventIDs` when getting thousands of backwards extremeties (#3308)Till
2023-07-06Add pseudoID compatibility to Invites (#3126)devonh
2023-06-12Cleanup remaining statekey usage for senderIDs (#3106)devonh
2023-05-31Move Invite logic to GMSL (#3086)devonh
2023-05-31Move CreateRoom logic to Roomserver (#3093)devonh
2023-04-28Remove `PerformError` (#3066)Till
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2022-12-22Handle guest access [1/2?] (#2872)Till
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-10-31Add `/_dendrite/admin/downloadState/{serverName}/{roomID}` admin endpointNeil Alexander
2022-10-27Add AS specific public room list endpoints (#2836)Till
2022-10-07Fix issue with DMs shown as normal rooms (#2776)Till
2022-08-19Set historyVisibility for backfilled events over federation (#2656)Till
2022-06-29Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)Neil Alexander
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
2021-01-22Peeking over federation via MSC2444 (#1391)Matthew Hodgson
2020-12-03Peeking updates (#1607)Neil Alexander
2020-11-19MSC2836: Threading - part one (#1589)Kegsay
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-08-17Synchronous invites (#1273)Neil Alexander
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-25Return remote errors from FS.PerformJoin (#1164)Kegsay
2020-06-24Make same membership transitions 403, add sytests (#1161)Kegsay
2020-06-24Add PerformInvite and refactor how errors get handled (#1158)Kegsay
2020-06-24Pass join errors through internal API boundaries (#1157)Kegsay
2020-06-11Roomserver API changes (#1118)Kegsay
2020-06-04Convert everything but serverkeyapi to inthttp (#1096)Kegsay
2020-05-26Miscellaneous fixes (#1060)Neil Alexander
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-04Roomserver perform join (#1001)Neil Alexander