index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roomserver
/
storage
/
shared
/
room_updater.go
Age
Commit message (
Expand
)
Author
2023-10-25
Check event is not rejected (#3243)
Till
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-05-24
Drop `reference_sha` column (#3083)
Till
2023-05-08
Only require room version instead of room info for db.Events() (#3079)
devonh
2023-03-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2023-02-24
Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)
Till
2022-11-01
Optimize history visibility checks (#2848)
Till
2022-08-02
Various roominfo tweaks (#2607)
Neil Alexander
2022-08-01
De-race `types.RoomInfo` (#2600)
Neil Alexander
2022-07-13
Pointerise `types.RoomInfo` in the cache so we can update it in-place in the ...
Neil Alexander
2022-06-01
Fix bugs related to state resolution (#2507)
Neil Alexander
2022-02-23
Relax roomserver input transactional isolation (#2224)
Neil Alexander
2022-02-17
Don't re-send sent events in `add_state_events` (#2195)
Neil Alexander
2022-02-11
Ensure only one transaction is used for RS input per room (#2178)
Neil Alexander
2022-02-10
Fix fetching missing state (#2163)
Neil Alexander
2022-02-04
Full roomserver input transactional isolation (#2141)
Neil Alexander