aboutsummaryrefslogtreecommitdiff
path: root/syncapi/types/types.go
AgeCommit message (Expand)Author
2024-01-29Fix x86 tests (#3317)Till
2023-09-15Move pseudoID ClientEvent hotswapping to a common location (#3199)devonh
2023-08-31Handle event_format federation in /sync responses (#3192)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-05-02Use PDU not *Event in HeaderedEvent (#3073)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-07Optimize `/sync` and history visibility (#2961)Till
2022-11-29Fix `m.receipt`s causing notifications (#2893)Till
2022-10-25Filter `/members`, return members at given point (#2827)Till
2022-10-14Always add `UnreadNotifications` to joined room reponses (#2793)Till
2022-10-13Event relations (#2790)Neil Alexander
2022-10-05Remove empty fields from `/sync` response (#2755)Till
2022-09-27Refactor notifications (#2688)Till
2022-08-25SyncAPI tweaks/fixes (#2671)Till
2022-08-09Send-to-device/sync tweaks (#2630)Till
2022-05-19syncapi: don't return early for no-op incremental syncs (#2473)kegsay
2022-04-07Add possibility to ignore users (#2329)Till
2022-04-06Add presence module V2 (#2312)Till
2022-04-01Include joined and invite member counts in room summary (#2315)Neil Alexander
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-03Implement Push Notifications (#1842)Dan
2022-02-17Fix potential panic in `NewStreamTokenFromString` caused by off-by-one error ...Neil Alexander
2022-01-20BREAKING: Remove Partitioned Stream Positions (#2096)kegsay
2021-09-08- Removed double imports (#1989)Ryan W
2021-01-22Peeking over federation via MSC2444 (#1391)Matthew Hodgson
2021-01-13Simplify send-to-device messaging (#1702)Neil Alexander
2021-01-13Sync fixes (#1709)Neil Alexander
2021-01-09Tweak ApplyUpdates (#1691)Neil Alexander
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander
2020-12-18More sane next batch handling, typing notification tweaks, give invites their...Neil Alexander
2020-12-15De-map device list positions in streaming tokens (#1642)Neil Alexander
2020-12-10Refactor sync tokens (#1628)Neil Alexander
2020-12-02Send client events to appservices (#1603)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-10-08Include a stripped version of the invite itself (#1495)Neil Alexander
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-08-07Finish inbound E2E device lists (#1243)Kegsay
2020-08-03Produce OTK counts in /sync response (#1235)Kegsay
2020-07-30Implement /keys/changes (#1232)Kegsay
2020-07-30Hook up device list updates to the sync notifier (#1231)Kegsay
2020-07-29Add support for logs in StreamingToken (#1229)Kegsay
2020-07-27Add logic for determining when device lists have changed due to membership ch...Kegsay
2020-06-26Finish implementing retiring invites (#1166)Kegsay
2020-06-19Bind build support, further Yggdrasil demo updates (#1152)Neil Alexander
2020-06-01Send-to-device support (#1072)Neil Alexander
2020-05-15Add Range (#1037)Kegsay