summary refs log tree commit diff
path: root/synapse/handlers/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update black to 19.10b0 (#6304)Amber Brown2019-11-011-1/+4
* Remove repeated calls to config.stats_enabled.Erik Johnston2019-10-251-1/+3
* Fix races in room stats (and other) updates. (#6187)Richard van der Hoff2019-10-101-5/+7
* add some logging to the rooms stats updates, to try to track down a flaky tes...Richard van der Hoff2019-10-071-0/+1
* Fix race condition in room stats. (#6029)Erik Johnston2019-09-171-4/+10
* Correctly handle non-bool m.federate flagErik Johnston2019-09-061-1/+3
* Fix and refactor room and user stats (#5971)Erik Johnston2019-09-041-175/+132
* Replace returnValue with return (#5736)Amber Brown2019-07-231-3/+3
* Run Black. (#5482)Amber Brown2019-06-201-1/+1
* Fix background updates to handle redactions/rejections (#5352)Erik Johnston2019-06-061-5/+13
* Room Statistics (#4338)Amber Brown2019-05-211-0/+325