summary refs log tree commit diff
path: root/synapse/handlers/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into rei/room_stats_separatedOlivier Wilkinson (reivilibre)2019-08-141-3/+3
|\
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-3/+3
* | Move back to `defer.inlineCallbacks` from `async` as it makes statsOlivier Wilkinson (reivilibre)2019-08-091-27/+19
* | Update incremental processor to use new interfaces and track total_eventsOlivier Wilkinson (reivilibre)2019-08-081-11/+20
* | Update public room visibility change handlerOlivier Wilkinson (reivilibre)2019-08-081-5/+11
* | Adapt state delta handling to match the new interfaceOlivier Wilkinson (reivilibre)2019-08-081-49/+91
* | Use `threading.Lock` to prevent concurrent incremental position updatesOlivier Wilkinson (reivilibre)2019-08-081-8/+11
|/
* 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