Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-08-09 | Move back to `defer.inlineCallbacks` from `async` as it makes stats | Olivier Wilkinson (reivilibre) | 2 | -39/+38 |
2019-08-08 | Add initial batch of stats tests | Olivier Wilkinson (reivilibre) | 2 | -4/+349 |
2019-08-08 | Fix stats_separated SQL | Olivier Wilkinson (reivilibre) | 1 | -1/+1 |
2019-08-08 | Remove obsolete functions for updating stats absolutely. | Olivier Wilkinson (reivilibre) | 1 | -15/+0 |
2019-08-08 | Introduce `get_room_state`; a way to get state for a single room | Olivier Wilkinson (reivilibre) | 1 | -0/+14 |
2019-08-08 | Fix tests | Olivier Wilkinson (reivilibre) | 2 | -19/+73 |
2019-08-08 | Handle user registration and ensure they start accruing statistics | Olivier Wilkinson (reivilibre) | 1 | -0/+11 |
2019-08-08 | Update incremental processor to use new interfaces and track total_events | Olivier Wilkinson (reivilibre) | 1 | -11/+20 |
2019-08-08 | Update public room visibility change handler | Olivier Wilkinson (reivilibre) | 1 | -5/+11 |
2019-08-08 | Adapt state delta handling to match the new interface | Olivier Wilkinson (reivilibre) | 1 | -49/+91 |
2019-08-08 | Introduce `total_events` tracking and rework statistics tracking. | Olivier Wilkinson (reivilibre) | 1 | -169/+603 |
2019-08-08 | Track more stats positions | Olivier Wilkinson (reivilibre) | 1 | -11/+48 |
2019-08-08 |