aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
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
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-04Remove QueryRoomsForUser from current state server (#1398)Kegsay
2020-09-04Remove QuerySharedUsers from current state server (#1396)Kegsay
2020-09-04Remove QueryCurrentState from current-state-server (#1395)Kegsay
2020-09-04Remove QueryKnownUsers from current state server (#1393)Kegsay
2020-09-04Sync bug fixes (#1394)Neil Alexander
2020-09-04Remove ServerACLs from the current state server (#1390)Kegsay
2020-09-01Put redactions/filters in the writer goroutine (#1378)Kegsay
2020-09-01Fix duplicate writers (#1376)Neil Alexander
2020-09-01Report which component failed to consume (#1375)Neil Alexander
2020-09-01Storage tweaks (#1373)Neil Alexander