aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage
AgeCommit message (Expand)Author
2021-07-20Only include go-sqlite3 on the relevant binaries (#1900)Neil Alexander
2021-07-19Fix failing ban tests (#1884)David Spenler
2021-07-09Add more optimised code path for checking if we're in a room (#1909)Neil Alexander
2021-07-09bugfix: order the state blocks so recreating state snapshots works correctly ...kegsay
2021-07-07db migration: handle create events with no state blocks from v0.1.0 (#1904)kegsay
2021-06-29db migration: fix #1844 and add additional assertions (#1889)kegsay
2021-06-21Fix panic in roomserverNeil Alexander
2021-04-26Fix bug in SQLite migrationNeil Alexander
2021-04-26State storage refactor (#1839)Neil Alexander
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2020-12-16Add RoomInfo cache, remove RoomServerRoomNIDsCache (#1646)Neil Alexander
2020-12-16Hit the database far less in Events to find room NIDs and room versions (#1643)Neil Alexander
2020-12-04Don't recalculate event IDs so often (#1610)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-10-20Always call overridden form of GetLatestEventsForUpdate (#1554)Kegsay
2020-10-20Fix sqlite locking bugs present on sytest (#1543)Kegsay
2020-10-15Better logging around db.StoreEventNeil Alexander
2020-10-14txn nil guard when rolling back LatestEventsUpdater (#1524)Kegsay
2020-10-14Ignore duplicate redaction entries (#1522)Neil Alexander
2020-10-13Wrap NewMembershipUpdater in a db writer (#1515)Kegsay
2020-10-07Deep checking of forward extremities (#1491)Neil Alexander
2020-10-01Fix bug in error handling in SQLite InsertPreviousEvent (#1456)Neil Alexander
2020-09-24Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)Sam
2020-09-21Use room version cache in Events()Neil Alexander
2020-09-21Soft-fail (#1364)Neil Alexander
2020-09-16Implement rejected events (#1426)Kegsay
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-09-08Process membership updates in writers (#1414)Neil Alexander
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-04Update GetStateEvent behaviour (#1399)Neil Alexander
2020-09-04Remove QuerySharedUsers from current state server (#1396)Kegsay
2020-09-04Fix nil txn bugNeil Alexander
2020-09-03Implement more CSS storage functions in roomserver (#1388)Kegsay
2020-09-03Move currentstateserver API to roomserver (#1387)Kegsay
2020-09-02Expand RoomInfo to cover more DB storage functions (#1377)Kegsay
2020-09-01Fix duplicate writers (#1376)Neil Alexander
2020-09-01Add RoomInfo metadata struct (#1367)Kegsay
2020-08-25Make redactions permanent (#1337)Neil Alexander
2020-08-25Roomserver NID caches (#1335)Neil Alexander
2020-08-21Component-wide TransactionWriters (#1290)Neil Alexander
2020-08-20Roomserver per-room input parallelisation (Postgres) (#1289)Neil Alexander
2020-08-20Fix more roomserver transactions/locks (#1287)Neil Alexander
2020-08-19Transaction writer changes, move roomserver writers (#1285)Neil Alexander
2020-08-19Roomserver updater changes (#1283)Neil Alexander
2020-08-19Roomserver database-wide TransactionWriters (#1282)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-21Fix lint errorNeil Alexander
2020-07-21Use TransactionWriter in other component SQLite (#1209)Neil Alexander