aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
2021-03-24Add Sentry support (#1803)Kegsay
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2021-02-17Don't exclude an event from sync if it was previously not excluded (#1767)Neil Alexander
2021-02-04Don't re-request state events that are already in the timeline (#1739)Neil Alexander
2021-02-04Fix ON CONFLICT on sync API account data (#1745) (#1750)Neil Alexander
2021-01-29Complete sync performance (#1741)Neil Alexander
2021-01-26Graceful shutdowns (#1734)Neil Alexander
2021-01-22Peeking over federation via MSC2444 (#1391)Matthew Hodgson
2021-01-20Add sync API memberships table (#1726)Neil Alexander
2021-01-19Basic sync filtering (#1721)Neil Alexander
2021-01-18Log event ID on consumer errors (fixes #1714)Neil Alexander
2021-01-13Simplify send-to-device messaging (#1702)Neil Alexander
2021-01-13Sync fixes (#1709)Neil Alexander
2021-01-13Update /messages pagination token behaviour (#1708)Neil Alexander
2021-01-09Tweak ApplyUpdates (#1691)Neil Alexander
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander
2020-12-21fix imports (#1665)6543
2020-12-18Ensure we wake for our own device list updates (#1661)Neil Alexander
2020-12-18More sane next batch handling, typing notification tweaks, give invites their...Neil Alexander
2020-12-16Add event ID index on current state table (helps performance) (#1649)Neil Alexander
2020-12-16Add start_stream to /messages (#1648)Kegsay
2020-12-16NOTSPEC: Make ?from= optional in /messages (#1647)Kegsay
2020-12-16Add prometheus metrics for destination queues, sync requestsNeil Alexander
2020-12-15De-map device list positions in streaming tokens (#1642)Neil Alexander
2020-12-11Give receipts their own stream ID in the database (#1631)Neil Alexander
2020-12-10Refactor sync tokens (#1628)Neil Alexander
2020-12-09Don't recalculate event ID so often in sync (#1624)Neil Alexander
2020-12-03Peeking updates (#1607)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-12-02Send client events to appservices (#1603)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-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-09Implement read receipts (#1528)S7evinK
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-10-22Exclude old state events from sync when consumed from roomserver (#1548)Neil Alexander
2020-10-22Fix RewritesState bug (#1557)Neil Alexander
2020-10-19KindOld (#1531)Neil Alexander
2020-10-15Start Kafka connections for each component that needs them (#1527)Neil Alexander
2020-10-08Remove notifs about key changes in syncapi (#1496)Kegsay
2020-10-08Include a stripped version of the invite itself (#1495)Neil Alexander
2020-10-05Don't store backfilled events using request context (#1478)Neil Alexander
2020-10-02Add history visibility guards (#1470)Kegsay
2020-10-02Fix initial sync (#1465)Neil Alexander
2020-10-01Fix golangci-lint issues (#1464)S7evinK
2020-09-27unbreak CORS on /capabilities.Matthew Hodgson
2020-09-24Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)Sam
2020-09-15Handle state with input event as new events (#1415)Neil Alexander
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-09-07Remove current state server (#1405)Kegsay