summary refs log tree commit diff
path: root/synapse/storage/state_deltas.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-211-119/+0
* Fix races in room stats (and other) updates. (#6187)Richard van der Hoff2019-10-101-9/+29
* Room Statistics (#4338)Amber Brown2019-05-211-3/+9
* Fix infinite loop in presence handlerRichard van der Hoff2019-04-261-0/+18
* Run black on the rest of the storage module (#4996)Amber Brown2019-04-031-3/+4
* Refactor out state delta handling into its own class (#4917)Amber Brown2019-03-251-0/+74