aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage
AgeCommit message (Expand)Author
2021-07-20Only include go-sqlite3 on the relevant binaries (#1900)Neil Alexander
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-20Add sync API memberships table (#1726)Neil Alexander
2021-01-19Basic sync filtering (#1721)Neil Alexander
2021-01-13Simplify send-to-device messaging (#1702)Neil Alexander
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander
2020-12-21fix imports (#1665)6543
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-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-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-09Implement read receipts (#1528)S7evinK
2020-10-22Fix RewritesState bug (#1557)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-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-04Sync bug fixes (#1394)Neil Alexander
2020-09-01Put redactions/filters in the writer goroutine (#1378)Kegsay
2020-09-01Fix duplicate writers (#1376)Neil Alexander
2020-09-01Storage tweaks (#1373)Neil Alexander
2020-09-01Remove unused SyncStreamPositionNeil Alexander
2020-08-28Add some error wrapping to sync API, use background context for sync (#1363)Neil Alexander
2020-08-25[readability] use event.StateKeyEquals where relevant and minor for-loop refa...oliverpool
2020-08-25Fix 'Invited user can reject invite over federation several times' (#1341)Kegsay
2020-08-25Don't overwrite global err before return (#1293)oliverpool
2020-08-21Component-wide TransactionWriters (#1290)Neil Alexander
2020-08-21Select distinct on room memberships in sync API (#1292)Neil Alexander
2020-08-19Transaction writer changes, move roomserver writers (#1285)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-29Add support for logs in StreamingToken (#1229)Kegsay
2020-07-27Don't use more than 999 variables in SQLite querys. (#1224)Henrik Sölver
2020-07-21Use TransactionWriter in other component SQLite (#1209)Neil Alexander
2020-07-20Deduplicate FS database, EDU persistence table (#1207)Neil Alexander
2020-07-08Finish implementing redactions (#1189)Kegsay
2020-06-26Implement /sync `limited` and read timeline limit from stored filters (#1168)Kegsay
2020-06-26Finish implementing retiring invites (#1166)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-04Add ParseFileURI and use it when dealing with file URIs (#1088)Kegsay
2020-06-01Send-to-device support (#1072)Neil Alexander