summary refs log tree commit diff
path: root/synapse/handlers/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add counting for `total_events` in room statistics. github/rei/room_stats_total_events rei/room_stats_total_eventsOlivier Wilkinson (reivilibre)2019-07-221-9/+34
* Disuse `room_stats.state_events` (relates to #5690)Olivier Wilkinson (reivilibre)2019-07-181-5/+3
* Update state_events and current_state_events upon receipt of a stateOlivier Wilkinson (reivilibre)2019-07-171-0/+11
* Don't decrease left_members if the user is joining for the first time.Olivier Wilkinson (reivilibre)2019-07-171-3/+10
* Create room_stats rows for new rooms. #5624Olivier Wilkinson (reivilibre)2019-07-171-0/+17
* 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