aboutsummaryrefslogtreecommitdiff
path: root/federationapi/routing/invite.go
AgeCommit message (Expand)Author
2023-07-06Add pseudoID compatibility to Invites (#3126)devonh
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-05-31Move Invite logic to GMSL (#3086)devonh
2023-05-17Move MakeJoin logic to GMSL (#3081)devonh
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-04-28Remove `PerformError` (#3066)Till
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-24Use IRoomVersion (#3064)kegsay
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
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-09-26Remove `origin` field from PDUs (#2737)Neil Alexander
2022-07-22Membership updater refactoring (#2541)Neil Alexander
2022-07-11Ristretto cache (#2563)Neil Alexander
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-02-09Unmarshal events at the Dendrite level not GMSL level (#2164)kegsay
2021-07-26fix:Inviting to an unsupported room version return M_BAD_JSON instead of Inco...Meenal Trivedi
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-09-24Return the correct error codes for v6 invite JSON violations (#1440)Neil Alexander
2020-08-17Synchronous invites (#1273)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-06-25Handle invite v1 (#1165)Kegsay
2020-06-24Add PerformInvite and refactor how errors get handled (#1158)Kegsay
2020-06-15Fix rooms v3 url paths for good - with tests (#1130)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-04-24More invite support (#979)Neil Alexander
2020-04-20Perspective key fetching, some federation room join fixes (#975)Neil Alexander
2020-04-03Invites v2 endpoint (#952)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-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2019-05-21use go module for dependencies (#594)ruben