aboutsummaryrefslogtreecommitdiff
path: root/syncapi/streams
AgeCommit message (Expand)Author
2024-01-25Only fetch events once for all rooms (#3311)Joakim Recht
2023-09-15Move pseudoID ClientEvent hotswapping to a common location (#3199)devonh
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-09-12[pseudoIDs] changing event ID fix (#3195)Sam Wedgwood
2023-08-31Handle event_format federation in /sync responses (#3192)devonh
2023-08-15[pseudoID] More pseudo ID fixes (#3167)Sam Wedgwood
2023-07-31[pseudoIDs] Fixes for room alias tests (#3159)Sam Wedgwood
2023-07-07Fix issues reported by Sentry (#3143)Till
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-02Fix newly found linter issues (#3099)Till
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-19refactor: update GMSL (#3058)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-02-20Merge keyserver & userapi (#2972)Till
2023-02-07Optimize `/sync` and history visibility (#2961)Till
2023-01-17`/sync` performance optimizations (#2927)Till
2023-01-12Fix room summary returning wrong heroes (#2930)Till
2022-12-08Fix newly joined users presence (#2854)Till
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
2022-11-04Update `latestPosition` when getting reversed room delta (#2860)Till
2022-11-03Move `prev_batch` calculation (#2856)Neil Alexander
2022-11-03Tweak `removeDuplicates` calls to use `events` instead of `recentEvents` (#2853)Neil Alexander
2022-11-02Fix issue where a member is forced to leave a room when the invite is marked ...Tak Wai Wong
2022-11-02Don't limit `"state"` (#2849)Neil Alexander
2022-11-01Try to fix a panic in the sync API PDU streamNeil Alexander
2022-10-31Tweak `"state"` and `"timeline"` filtering (#2844)Neil Alexander
2022-10-28Limit recent events when going backwards (#2840)Till
2022-10-28Simplify error checking and check the correct errorTill Faelligen
2022-10-25Fix `Current state appears in timeline in private history with many messages ...Till
2022-10-25Filter `/members`, return members at given point (#2827)Till
2022-10-21Fix `invite -> leave -> join` dance when accepting invites (#2817)Till
2022-10-19Get state deltas without filters (#2810)Till
2022-10-14Always add `UnreadNotifications` to joined room reponses (#2793)Till
2022-10-11Private read receipts (#2789)Neil Alexander
2022-10-06Use the stream positions of the notifier (#2768)Till
2022-10-05Remove empty fields from `/sync` response (#2755)Till
2022-10-03Modify sync transaction behaviour (#2758)Neil Alexander
2022-09-30Reset transaction after a failureNeil Alexander
2022-09-30Handle case when applying history visibility failedNeil Alexander
2022-09-30Another `/sync` fixNeil Alexander
2022-09-30Fix broken `/sync` due to transaction errorNeil Alexander
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-09-27Refactor notifications (#2688)Till