aboutsummaryrefslogtreecommitdiff
path: root/roomserver
AgeCommit message (Expand)Author
2024-02-28Cache ACLs regexes (#3336)Till
2024-02-21Speed up start up time by batch querying ACL events (#3334)Till
2024-02-13Fix `/createRoom` and `/invite` containing displayname/avatarURL of inviter (...Till
2024-01-24Update sentry reporting (#3305)Till
2024-01-20Optimize `PrevEventIDs` when getting thousands of backwards extremeties (#3308)Till
2023-12-30Fix panic if unable to assign a state key NID (#3294)Till
2023-12-19Use `AckExplicitPolicy` instead of `AckAllPolicy` (#3288)Till
2023-11-22Update ACLs when received as outliers (#3008)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-11-08Fix panic in `QueryNextRoomHierarchyPage` (#3253)Till
2023-10-31Some tweaks for the device list updater (#3251)Till
2023-10-25Check event is not rejected (#3243)Till
2023-10-23Fix state resets (#3231)Till
2023-09-28Remove the creator field when upgrading to v11 (#3210)Till
2023-09-27Support for room version v11 (#3204)Till
2023-09-26Complement fixes for pseudoIDs (#3206)devonh
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-08-24[pseudoIDs] More pseudo ID fixes - Part 2 (#3181)Sam Wedgwood
2023-08-15[pseudoID] More pseudo ID fixes (#3167)Sam Wedgwood
2023-08-08Add config key for default room version (#3171)Sam Wedgwood
2023-08-02Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)Sam Wedgwood
2023-07-31[pseudoIDs] Fixes for room alias tests (#3159)Sam Wedgwood
2023-07-26Restore old behaviour of PurgeRoomTill Faelligen
2023-07-21Fix event federation with pseudoID rooms (#3156)devonh
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-13Optimise getting local members and membership counts (#3150)Till
2023-07-07Add event size checks similar to Synapse (#3140)Till
2023-07-06Add pseudoID compatibility to Invites (#3126)devonh
2023-07-05Fix metrics..Till Faelligen
2023-07-04Fix adding state events to the database (#3133)Till
2023-06-29Actually use the parameterTill Faelligen
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-06-20Fix backfilling (#3117)Till
2023-06-14Fix senderID/key conversion unit testsDevon Hudson
2023-06-14Add missing depDevon Hudson
2023-06-14Fix senderID/key conversionsDevon Hudson
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-13Add `AssignRoomNID` to pre-assign roomNIDs (#3111)Till
2023-06-13Create user room key if needed (#3108)Till
2023-06-12Cleanup remaining statekey usage for senderIDs (#3106)devonh
2023-06-12Add initial support for storing user room keys (#3098)Till
2023-06-07Use SenderID Type (#3105)devonh
2023-06-06PDU Sender split (#3100)devonh
2023-06-06Make `StrictValidityChecking` a function (#3092)Till
2023-06-02Fix newly found linter issues (#3099)Till
2023-05-31Move Invite logic to GMSL (#3086)devonh
2023-05-31Move CreateRoom logic to Roomserver (#3093)devonh
2023-05-30Add tests for the `UpDropEventReferenceSHAPrevEvents` migration (#3087)Till