aboutsummaryrefslogtreecommitdiff
path: root/federationapi/routing/leave.go
AgeCommit message (Expand)Author
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-08-02Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)Sam Wedgwood
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-07Use SenderID Type (#3105)devonh
2023-06-06PDU Sender split (#3100)devonh
2023-06-06Make `StrictValidityChecking` a function (#3092)Till
2023-05-31Move CreateRoom logic to Roomserver (#3093)devonh
2023-05-23Move `MakeLeave` to GMSL (#3085)Till
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-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-04-27Use PDU interface (#3070)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-27Add some roomserver UTs (#3067)Till
2023-04-21Implement new RoomVersionImpl API (#3062)kegsay
2023-04-20refactor: funnel event creation through room versions (#3060)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-09-26Remove `origin` field from PDUs (#2737)Neil Alexander
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-07-11Ristretto cache (#2563)Neil Alexander
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-07-19Fix failing Complement tests (#1931)kegsay
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-10-19KindOld (#1531)Neil Alexander
2020-09-24Return the correct error codes for v6 invite JSON violations (#1440)Neil Alexander
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-03Implement local redaction (#1182)Kegsay
2020-06-15Fix rooms v3 url paths for good - with tests (#1130)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-04Roomserver perform leave (#1004)Neil Alexander
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-20Perspective key fetching, some federation room join fixes (#975)Neil Alexander
2020-03-27Further room version wiring (#936)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-06Replace membership and visibility values with constants (#774)Alex Chen