aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage/shared
AgeCommit message (Expand)Author
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-12-30Fix panic if unable to assign a state key NID (#3294)Till
2023-10-25Check event is not rejected (#3243)Till
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-08-15[pseudoID] More pseudo ID fixes (#3167)Sam Wedgwood
2023-07-04Fix adding state events to the database (#3133)Till
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-06-14Fix senderID/key conversion unit testsDevon Hudson
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-13Add `AssignRoomNID` to pre-assign roomNIDs (#3111)Till
2023-06-13Create user room key if needed (#3108)Till
2023-06-12Cleanup remaining statekey usage for senderIDs (#3106)devonh
2023-06-12Add initial support for storing user room keys (#3098)Till
2023-06-07Use SenderID Type (#3105)devonh
2023-06-06PDU Sender split (#3100)devonh
2023-05-24Drop `reference_sha` column (#3083)Till
2023-05-08Only require room version instead of room info for db.Events() (#3079)devonh
2023-05-03Use PDU in even more places (#3074)kegsay
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-04-27Use PDU interface (#3070)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-27Add some roomserver UTs (#3067)Till
2023-04-21Implement new RoomVersionImpl API (#3062)kegsay
2023-04-20refactor: funnel event creation through room versions (#3060)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-09Unset `RoomServerEvent`, since we can't be sure that `Set` actually updates t...Till
2023-03-03Update the cache with the redacted eventTill Faelligen
2023-03-03Make redaction check easier to read (#2995)Till
2023-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till
2023-02-24Cache all the thingsTill Faelligen
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-14Handle remote room upgrades (#2866)Till
2022-11-14Use a writer to assign state key NIDs (#2877)Till
2022-11-11Fix oops, add simple UTTill Faelligen
2022-11-11Fix issue with missing user NIDs (#2874)Till
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-07Revert "tDatabase transaction tweaks in roomserver"Neil Alexander
2022-10-07tDatabase transaction tweaks in roomserverNeil Alexander
2022-10-05Optimise `QuerySharedUsers` so that we can only work on local users (#2766)Neil Alexander
2022-09-26Remove `origin` field from PDUs (#2737)Neil Alexander
2022-09-09Fix transactions around assigning NIDsNeil Alexander