aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/sqlite3
AgeCommit message (Expand)Author
2022-04-27Correct account data position mappingNeil Alexander
2022-04-27Don't create fictitious presence entries (#2381)Neil Alexander
2022-04-26Send all account data on complete sync by defaultNeil Alexander
2022-04-26Fix account data positionNeil Alexander
2022-04-26Start account data ID from `from`Neil Alexander
2022-04-26Fix account_data not correctly send in a complete sync (#2379)Till
2022-04-26Add heroes to the room summary (#2373)Till
2022-04-13Make `/messages` filterable (#2347)Till
2022-04-11Correctly use provided filters (#2339)Till
2022-04-09Remove dead code in the sync api (#2341)kegsay
2022-04-08syncapi: add more tests; fix more bugs (#2338)kegsay
2022-04-07Add possibility to ignore users (#2329)Till
2022-04-06Add presence module V2 (#2312)Till
2022-04-01Include joined and invite member counts in room summary (#2315)Neil Alexander
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-24Fix lint errorsNeil Alexander
2022-03-21Remove unused partition_offset_table (#2288)S7evinK
2022-03-18Better mapping of stream positions to topological positions in `/messages` (#...Neil Alexander
2022-03-17Various bug fixes and tweaks around invites and membershipNeil Alexander
2022-03-16Fix SQL statement for PurgeRoomState (#2280)S7evinK
2022-03-11Don't range entire state for `/sync` (#2270)Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-03-01Hopefully fix read receipts (#2241)Neil Alexander
2022-02-21Implement `/context` (#2207)S7evinK
2021-11-03Reduce CPU usage of SelectStateInRange (#2038)Neil Alexander
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-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-09Don't recalculate event ID so often in sync (#1624)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-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-01Fix duplicate writers (#1376)Neil Alexander
2020-09-01Storage tweaks (#1373)Neil Alexander
2020-08-25Fix 'Invited user can reject invite over federation several times' (#1341)Kegsay
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