aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-30Fix potential state reset when trying to join a room (#3040)Till
2023-05-30Docs restructure (#2953)Till
2023-05-24Drop `reference_sha` column (#3083)Till
2023-05-23Move `MakeLeave` to GMSL (#3085)Till
2023-05-19Move SendJoin logic to GMSL (#3084)devonh
2023-05-18Fix bug with nil interface return & add testDevon Hudson
2023-05-17Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompat...dependabot[bot]
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-03Fix flaky test in process contextDevon Hudson
2023-05-03Fix flaky test in clientapiDevon Hudson
2023-05-03Use PDU in even more places (#3074)kegsay
2023-05-02fix(helm): do not deploy screenshot to cluster (just dashboard) (#3063)helm-dendrite-0.12.3genofire
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-05-01Pass federation API to roomserver in PurgeRoom testsDevon Hudson
2023-04-28Use new gmsl to use new String() APIDevon Hudson
2023-04-28Add key backup tests (#3071)Till
2023-04-28Remove `PerformError` (#3066)Till
2023-04-28Use PDU in more places (#3072)kegsay
2023-04-27Pass RoomID to gmsl.PerformJoinDevon Hudson
2023-04-27Use PDU interface (#3070)kegsay
2023-04-27Add CS API `/keys` tests (#3069)Till
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-17Add sync API db tests (#3043)Till
2023-04-14Remove event building duplication & push to GMSL (#3056)devonh
2023-04-14Bump nokogiri from 1.13.10 to 1.14.3 in /docs (#3055)dependabot[bot]
2023-04-14Bump commonmarker from 0.23.7 to 0.23.9 in /docs (#3054)dependabot[bot]
2023-04-14Add pushrules tests (#3044)Till
2023-04-14Update GMSL: use static Check functions (#3052)kegsay
2023-04-06chore(linter): remove deprecated linters (#3046)Marcelina Hołub
2023-04-06Bump github.com/docker/docker from 20.10.19+incompatible to 20.10.24+incompat...dependabot[bot]
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-04-05ci: don't use go get, use go install (#3048)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-04-04app service unix socket support (#3022)Boris Rybalkin