aboutsummaryrefslogtreecommitdiff
path: root/federationapi
AgeCommit message (Expand)Author
2024-07-27Don't bother hitting the DB if we got everything from cache (#3376)Till
2024-05-01Take advantage of changes in recent Go versions (#3361)0x1a8510f2
2024-04-09Don't attempt to send transactions if Dendrite is shutting down (#3356)Till
2024-03-28Fix spaces over federation (#3347)Till
2024-02-28Make usage of relays optional, avoid DB roundtrips (#3337)Till
2024-01-24Update sentry reporting (#3305)Till
2024-01-20Optimize `PrevEventIDs` when getting thousands of backwards extremeties (#3308)Till
2024-01-08Fix notary keys requests for all keys (#3296)Till
2023-11-22Update ACLs when received as outliers (#3008)Till
2023-11-22Add `keydb_server_keys` table tests (#3270)Till
2023-11-09Use `IsBlacklistedOrBackingOff` to determine if we should try to fetch device...Till
2023-11-09More `rows.Close()` and `rows.Err()` (#3262)Till
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-08-15[pseudoID] More pseudo ID fixes (#3167)Sam Wedgwood
2023-08-02Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)Sam Wedgwood
2023-07-20de-MSC-ifying space summaries (MSC2946) (#3134)helm-dendrite-0.13.1Sam Wedgwood
2023-07-19Use pointer when passing the connection manager around (#3152)Till
2023-07-18Extend context timeout on send_join to allow for joining complex rooms (#3153)devonh
2023-07-14Don't HTTP500 if a profile does't existTill Faelligen
2023-07-14Avoid panic due to being unable to query the userIDTill Faelligen
2023-07-06Add pseudoID compatibility to Invites (#3126)devonh
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-12Cleanup remaining statekey usage for senderIDs (#3106)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 Invite logic to GMSL (#3086)devonh
2023-05-31Move CreateRoom logic to Roomserver (#3093)devonh
2023-05-23Move `MakeLeave` to GMSL (#3085)Till
2023-05-19Move SendJoin logic to GMSL (#3084)devonh
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-03Use PDU in even more places (#3074)kegsay
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-04-28Remove `PerformError` (#3066)Till
2023-04-27Pass RoomID to gmsl.PerformJoinDevon Hudson
2023-04-27Use PDU interface (#3070)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-27Add some roomserver UTs (#3067)Till
2023-04-27Move high level room joining logic to GMSL (#3065)devonh
2023-04-24Move fedclient interface over to gmsl (#3061)devonh
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-14Update GMSL: use static Check functions (#3052)kegsay
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-04-03Add user profile tests, refactor user API methods (#3030)Till