aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-12-03Cherry-pick typing fix from #2061Neil Alexander
2021-11-16Guard in all key consumersNeil Alexander
2021-11-03Reduce CPU usage of SelectStateInRange (#2038)Neil Alexander
2021-11-02Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)PiotrKozimor
2021-09-08- Removed double imports (#1989)Ryan W
2021-08-18Delete device keys/signatures from key server when deleting devices (#1979)Neil Alexander
2021-08-17Cross-signing fixes, notifications via sync, federation (#1974)Neil Alexander
2021-08-06Cross-signing validation for self-sigs, expose signatures over `/user/keys/qu...Neil Alexander
2021-08-04Cross-signing groundwork (#1953)Neil Alexander
2021-07-22Don't set prev state when it is the same as the event it replaces (#1936)Neil Alexander
2021-07-20Only include go-sqlite3 on the relevant binaries (#1900)Neil Alexander
2021-07-20Rename Riot to Element (#1874)S7evinK
2021-07-14bugfix: retire invites even when we cannot talk to the remote server to make/...kegsay
2021-04-26Don't return immediately when there's nothing to syncNeil Alexander
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