summary refs log tree commit diff
path: root/synapse/handlers/stats.py (follow)
Commit message (Collapse)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
| | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Disuse `room_stats.state_events` (relates to #5690)Olivier Wilkinson (reivilibre)2019-07-181-5/+3
| | | | | | since it is tricky to maintain and has no known use case (for now). Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Update state_events and current_state_events upon receipt of a stateOlivier Wilkinson (reivilibre)2019-07-171-0/+11
| | | | | | event #5690. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Don't decrease left_members if the user is joining for the first time.Olivier Wilkinson (reivilibre)2019-07-171-3/+10
| | | | | | Fixes #5423 Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Create room_stats rows for new rooms. #5624Olivier Wilkinson (reivilibre)2019-07-171-0/+17
| | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Run Black. (#5482)Amber Brown2019-06-201-1/+1
|
* Fix background updates to handle redactions/rejections (#5352)Erik Johnston2019-06-061-5/+13
| | | | | | | | * Fix background updates to handle redactions/rejections In background updates based on current state delta stream we need to handle that we may not have all the events (or at least that `get_events` may raise an exception).
* Room Statistics (#4338)Amber Brown2019-05-211-0/+325