aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage/sqlite3
AgeCommit message (Expand)Author
2024-11-14Fix lintingTill Faelligen
2024-10-18Update the license headers to mention the commercial licenseQuentin Gliech
2024-10-17Rename the go packageQuentin Gliech
2024-10-17Update the copyright headers in all filesQuentin Gliech
2024-09-10Speed up purging rooms (#3381)Till
2024-07-27Fix nil pointer derefernce issues (#3379)Till
2024-03-22Add getting/deleting single event report (#3344)Till
2024-03-22Add `/_synapse/admin/v1/event_reports` endpoint (#3342)Till
2024-03-21Add event reporting (#3340)Till
2024-03-05Query rooms with ACLs instead of all rooms (#3338)Till
2023-11-09More `rows.Close()` and `rows.Err()` (#3262)Till
2023-08-15[pseudoID] More pseudo ID fixes (#3167)Sam Wedgwood
2023-07-19Use pointer when passing the connection manager around (#3152)Till
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-06-14Fix senderID/key conversionsDevon Hudson
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-12Add initial support for storing user room keys (#3098)Till
2023-05-30Add tests for the `UpDropEventReferenceSHAPrevEvents` migration (#3087)Till
2023-05-24Drop `reference_sha` column (#3083)Till
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till
2023-02-24Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)Till
2023-02-07Optimize `/sync` and history visibility (#2961)Till
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2022-12-12Cleanup stale device lists for users we don't share a room with anymore (#2857)Till
2022-11-01Fix SQLite `roomserver_published` migrationNeil Alexander
2022-11-01Optimize history visibility checks (#2848)Till
2022-10-27Add AS specific public room list endpoints (#2836)Till
2022-10-07Fix issue with DMs shown as normal rooms (#2776)Till
2022-10-05Optimise `QuerySharedUsers` so that we can only work on local users (#2766)Neil Alexander
2022-09-13Check unique constraint errors when manually inserting migrations (#2712)Till
2022-09-09Change detection of already executed migrations (#2665)Till
2022-08-24Allow un-rejecting events on reprocessingNeil Alexander
2022-08-23Detect `types.MissingStateError` in `CheckServerAllowedToSeeEvent` (#2667)Neil Alexander
2022-08-18State handling tweaks (#2652)Neil Alexander
2022-08-18Reprocess rejected input events (#2647)Neil Alexander
2022-08-08Fix issues with migrations not getting executed (#2628)Till
2022-08-01De-race `types.RoomInfo` (#2600)Neil Alexander
2022-08-01Optimise checking other servers allowed to see events (#2596)Neil Alexander
2022-07-25Update database migrations, remove goose (#2264)Till
2022-07-22Try to fix HTTP 500s on `/members` (#2581)Neil Alexander
2022-07-22Membership updater refactoring (#2541)Neil Alexander
2022-07-05Fix QuerySharedUsers for the SyncAPI keychange consumer (#2554)Till
2022-05-16Add roomserver tests (3/4) (#2447)Till
2022-05-10Add roomserver tests (2/?) (#2445)Till
2022-05-09Add roomserver tests (1/?) (#2434)Till
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-03-24Fix lint errorsNeil Alexander