aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/membership.go
AgeCommit message (Expand)Author
2023-05-17Move MakeJoin logic to GMSL (#3081)devonh
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-05-04Use ProtoEvent where needed instead of EventBuilder (#3075)kegsay
2023-04-28Remove `PerformError` (#3066)Till
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-03Add tests for CSAPI membership changes (#3034)Till
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-10-26Initial support for multiple server names (#2829)Neil Alexander
2022-05-11Add RoomExists flag to QueryMembershipForUser (#2450)kegsay
2022-05-06Clean up interface definitions (#2427)kegsay
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
2022-02-18Implement server notices (#2180)S7evinK
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-02-10Allow user to forget a room, even if they never were a member (#2166)S7evinK
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-09-08- Removed double imports (#1989)Ryan W
2021-07-19Fix failing ban tests (#1884)David Spenler
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-10-19KindOld (#1531)Neil Alexander
2020-09-04Remove QueryCurrentState from current-state-server (#1395)Kegsay
2020-09-03FIFO ordering of input events (#1386)Neil Alexander
2020-09-02Add Queryer and Inputer and factor out more RSAPI stuff (#1382)Kegsay
2020-08-25[readability] use event.StateKeyEquals where relevant and minor for-loop refa...oliverpool
2020-08-17Synchronous invites (#1273)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-27Return HTTP errors when trying to kick invalid users (#1221)Kegsay
2020-07-03Implement local redaction (#1182)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-24Refactor SendMembership - make ban test pass (#1160)Kegsay
2020-06-24Add PerformInvite and refactor how errors get handled (#1158)Kegsay
2020-06-17Move account/device DBs to userapi (#1141)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-06-04Enable room version 6 (#1087)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-07Direct messages (#1012)Neil Alexander
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-28Loopback event from invite response (#982)Neil Alexander
2020-04-24More invite support (#979)Neil Alexander
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-02Remove httputil.LogThenError so that the line numbers are reported properly -...Neil Alexander
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2019-08-16Replace event content types with ones in gomatrixserverlib (#785)Alex Chen