aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage
AgeCommit message (Expand)Author
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-03-24Fix lint errorsNeil Alexander
2022-03-17Assign room NIDs, event type NIDs and state key NIDs outside of database tran...Neil Alexander
2022-03-17Various bug fixes and tweaks around invites and membershipNeil Alexander
2022-03-09Fix `GET /directory/list/room/{roomID}` (#2262)Neil Alexander
2022-03-04Fix memory leaks with SQLite prepared statements (#2253)Neil Alexander
2022-03-01Remove unnecessary error line (#2237)Neil Alexander
2022-03-01MSC2946: Spaces Summary (round 2) (#2232)kegsay
2022-03-01Limit `JoinedUsersSetInRooms` to interested users (#2234)Neil Alexander
2022-02-23Relax roomserver input transactional isolation (#2224)Neil Alexander
2022-02-22Remove error when state keys are missing for user NIDs (#2213)Neil Alexander
2022-02-21Return `ErrRoomNoExists` if insufficient state is available for a `buildEvent...Neil Alexander
2022-02-21Reset invalid state snapshots for events during state storage refactor migrat...Neil Alexander
2022-02-18Remove event type and state key caches (#2200)Neil Alexander
2022-02-17Don't re-send sent events in `add_state_events` (#2195)Neil Alexander
2022-02-11Ensure only one transaction is used for RS input per room (#2178)Neil Alexander
2022-02-10Fix fetching missing state (#2163)Neil Alexander
2022-02-10Fix transaction issues in events table in PSQL (#2165)Neil Alexander
2022-02-09Revert "Fix storage bug in PSQL events table"Neil Alexander
2022-02-09Fix storage bug in PSQL events tableNeil Alexander
2022-02-08Allow events to be un-rejected (#2159)Neil Alexander
2022-02-04Full roomserver input transactional isolation (#2141)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-21Fix #2027 by gracefully handling stub rooms (#2100)kegsay
2021-12-09Return event NID from `StoreEvent`, match PSQL vs SQLite behaviour, tweak bac...Neil Alexander
2021-11-22Don't persist transaction IDs in the roomserver (#2048)Neil Alexander
2021-11-18Only return non-stub rooms from `GetKnownRooms` (#2049)Neil Alexander
2021-11-02Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)PiotrKozimor
2021-11-02Fix #2028 (#2036)Neil Alexander
2021-09-08- Removed double imports (#1989)Ryan W
2021-09-07Add more logs (#2005)kegsay
2021-08-04Ensure all create events have a snapshot NID of 0 (#1961)kegsay
2021-08-04Fix sqlite migration issues (#1960)kegsay
2021-07-28Factor out StatementList to `sqlutil` and use it in `userapi`Kegan Dougal
2021-07-26Not finding the snapshot is not fatal (#1940)kegsay
2021-07-22Track knocking in membership updater (#1935)Neil Alexander
2021-07-21Various alias fixes (#1934)Neil Alexander
2021-07-21Optimise QueryServerJoinedToRoom (#1933)Neil Alexander
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