aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
2023-08-02Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)Sam Wedgwood
2023-07-31[pseudoIDs] Fixes for room alias tests (#3159)Sam Wedgwood
2023-07-19Use pointer when passing the connection manager around (#3152)Till
2023-07-14Discard "illegal base64 data at input byte 0" errors in the SyncAPITill Faelligen
2023-07-13Tweaks around `/messages` (#3149)Till
2023-07-08Avoid loops by setting end to an empty string if start == end (#3146)Till
2023-07-07Fix issues reported by Sentry (#3143)Till
2023-07-06Populate syncapi state event prev_sender with userID (#3142)devonh
2023-07-06Fix prev event lookup in syncapi (#3141)devonh
2023-07-06Add pseudoID compatibility to Invites (#3126)devonh
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-06-28Fix syncAPI redactions (#3118)Till
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-13Add `sender_key` to ClientEvent (#3110)Till
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-02Fix newly found linter issues (#3099)Till
2023-05-30Docs restructure (#2953)Till
2023-05-17Move MakeJoin logic to GMSL (#3081)devonh
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-05-03Use PDU in even more places (#3074)kegsay
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-04-28Use PDU in more places (#3072)kegsay
2023-04-27Use PDU interface (#3070)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)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-04Move GMSL client types to Dendrite (#3045)kegsay
2023-03-27Add `/search` tests (#3025)Till
2023-03-23Move every `db.Prepare` to `sqlutil.Statementlist`, remove trace driver (#3026)Till
2023-03-22Update Go, use go tool covdata for coverage files?Till Faelligen
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-06Add tests for `UpdateRelations` (#2999)Till
2023-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2023-02-14Remove polylith/API mode (#2967)Till
2023-02-07Optimize `/sync` and history visibility (#2961)Till
2023-02-03Add Sytest/Complement coverage to scheduled runs (#2962)Till
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2023-01-17`/sync` performance optimizations (#2927)Till
2023-01-17Omit state field from `/messages` response if empty (#2940)Umar Getagazov
2023-01-12Fix room summary returning wrong heroes (#2930)Till
2022-12-08Fix newly joined users presence (#2854)Till
2022-12-06Repeatable reads for `/sync` (#2783)Neil Alexander
2022-11-29Fix `m.receipt`s causing notifications (#2893)Till
2022-11-22Never filter out a user's own membership when using LL (#2887)Erik Johnston