Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-22 | Catch stats-reporting errors | Daniel Wagner-Hall | 1 | -4/+7 | |
2015-09-22 | Add docstring | Daniel Wagner-Hall | 1 | -0/+6 | |
2015-09-22 | Front-load spaces | Daniel Wagner-Hall | 1 | -7/+7 | |
2015-09-22 | Implement configurable stats reporting | Daniel Wagner-Hall | 24 | -78/+425 | |
SYN-287 This requires that HS owners either opt in or out of stats reporting. When --generate-config is passed, --report-stats must be specified If an already-generated config is used, and doesn't have the report_stats key, it is requested to be set. | |||||
2015-09-21 | Clarify that room_initial_sync returns a python dict | Mark Haines | 1 | -1/+1 | |
2015-09-21 | Fix doc string to point at the right class | Mark Haines | 1 | -2/+3 | |
2015-09-21 | Add explicit "elif event.membership == Membership.LEAVE" for clarity | Mark Haines | 1 | -1/+2 | |
2015-09-21 | Clamp the "to" token for /rooms/{roomId}/messages to when the user left | Mark Haines | 1 | -0/+4 | |
the room. There isn't a way for the client to learn a valid "to" token for a room that they have left in the C-S API but that doesn't stop a client making one up. | |||||
2015-09-21 | Clarify which event is returned by check_user_was_in_room | Mark Haines | 1 | -2/+3 | |
2015-09-17 | Remove run_on_reactor | Erik Johnston | 1 | -3/+0 | |
2015-09-16 |