aboutsummaryrefslogtreecommitdiff
path: root/syncapi/sync
AgeCommit message (Expand)Author
2024-08-03Fixing Presence Conflicts (#3320)jjj333_p
2023-05-17Move MakeJoin logic to GMSL (#3081)devonh
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-02-20Merge keyserver & userapi (#2972)Till
2022-12-08Fix newly joined users presence (#2854)Till
2022-11-02Don't limit `"state"` (#2849)Neil Alexander
2022-10-19Get state deltas without filters (#2810)Till
2022-10-06Use the stream positions of the notifier (#2768)Till
2022-10-03Modify sync transaction behaviour (#2758)Neil Alexander
2022-09-30Fix broken `/sync` due to transaction errorNeil Alexander
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-09-22Get the `DeviceListPosition` before anything else in complete syncs (#2733)Till
2022-08-25SyncAPI tweaks/fixes (#2671)Till
2022-08-09Send-to-device/sync tweaks (#2630)Till
2022-08-05Add race testing to tests, and fix a few small race conditions in the tests (...Brian Meek
2022-07-15Use sync API database in `filterSharedUsers` (#2572)Neil Alexander
2022-07-07Fix issue `uint64 values with high bit are not supported` in presence (#2562)Till
2022-05-19syncapi: don't return early for no-op incremental syncs (#2473)kegsay
2022-05-17bugfix: fix race condition when updating presence via /sync (#2470)kegsay
2022-05-13Only try to get OTKs if the context isn't done yetTill Faelligen
2022-05-11Fix OTK upload spam (#2448)Till
2022-05-09Begin adding syncapi component tests (#2442)kegsay
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-05-04Add opt-in anonymous stats reporting (#2249)Till
2022-04-28Limit presence in `/sync` responses (#2394)Till
2022-04-27Don't create fictitious presence entries (#2381)Neil Alexander
2022-04-26Use a value that is Go 1.16-friendlyNeil Alexander
2022-04-26Send all account data on complete sync by defaultNeil Alexander
2022-04-13Use default sync filter if specified filter is not found (should fix #2350) (...Neil Alexander
2022-04-08Add metrics for internal API requests (#2310)Till
2022-04-07Simplify presence stringification (should help with vector-im/element-android...Neil Alexander
2022-04-06Add presence module V2 (#2312)Till
2022-03-03Implement Push Notifications (#1842)Dan
2022-01-20BREAKING: Remove Partitioned Stream Positions (#2096)kegsay
2021-04-26Don't return immediately when there's nothing to syncNeil Alexander
2021-01-19Basic sync filtering (#1721)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-16NOTSPEC: Make ?from= optional in /messages (#1647)Kegsay
2020-12-16Add prometheus metrics for destination queues, sync requestsNeil Alexander
2020-12-10Refactor sync tokens (#1628)Neil Alexander
2020-12-03Peeking updates (#1607)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-12-01syncapi/requestpool: fix initial sync logic error in appendAccountData() (#1594)Ariadne Conill
2020-11-20Update last seen on sync requests (#1593)Neil Alexander
2020-11-09Implement read receipts (#1528)S7evinK
2020-10-02Fix initial sync (#1465)Neil Alexander
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson