aboutsummaryrefslogtreecommitdiff
path: root/roomserver
AgeCommit message (Expand)Author
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
2023-05-30Docs restructure (#2953)Till
2023-05-24Drop `reference_sha` column (#3083)Till
2023-05-19Move SendJoin logic to GMSL (#3084)devonh
2023-05-18Fix bug with nil interface return & add testDevon Hudson
2023-05-17Move MakeJoin logic to GMSL (#3081)devonh
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-05-08Only require room version instead of room info for db.Events() (#3079)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-05-01Pass federation API to roomserver in PurgeRoom testsDevon Hudson
2023-04-28Remove `PerformError` (#3066)Till
2023-04-27Use PDU interface (#3070)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-27Add some roomserver UTs (#3067)Till
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-14Remove event building duplication & push to GMSL (#3056)devonh
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-04Move GMSL client types to Dendrite (#3045)kegsay
2023-04-03Add tests for `/turnServer`, `/capabilities` and `/3pid/` (#3038)Till
2023-03-27Add tests for the Dendrite admin APIs (#3028)Till
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-13Add basic runtime tracing (#2996)Till
2023-03-09Unset `RoomServerEvent`, since we can't be sure that `Set` actually updates t...Till
2023-03-07Fix invalid roomNID returnedTill Faelligen
2023-03-06Actually ignore the error if we were able to backfill eventsTill Faelligen
2023-03-03Update the cache with the redacted eventTill Faelligen
2023-03-03Make redaction check easier to read (#2995)Till
2023-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till