aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage/shared/room_updater.go
AgeCommit message (Expand)Author
2023-10-25Check event is not rejected (#3243)Till
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
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-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till
2023-02-24Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)Till
2022-11-01Optimize history visibility checks (#2848)Till
2022-08-02Various roominfo tweaks (#2607)Neil Alexander
2022-08-01De-race `types.RoomInfo` (#2600)Neil Alexander
2022-07-13Pointerise `types.RoomInfo` in the cache so we can update it in-place in the ...Neil Alexander
2022-06-01Fix bugs related to state resolution (#2507)Neil Alexander
2022-02-23Relax roomserver input transactional isolation (#2224)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-04Full roomserver input transactional isolation (#2141)Neil Alexander