Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-09-24 | Fix restart | Daniel Wagner-Hall | 1 | -2/+2 |
2015-09-24 | Allow config file path to be configurable in in synctl | Daniel Wagner-Hall | 1 | -24/+26 |
2015-09-24 | Fix order of ON constraints in _get_rooms_for_user_where_membership_is_txn | Mark Haines | 1 | -6/+6 |
2015-09-23 | Fix demo/start.sh to work with --report-stats | Erik Johnston | 1 | -0/+1 |
2015-09-22 | Define __repr__ methods for StreamConfig and PaginationConfig | Mark Haines | 1 | -3/+8 |
2015-09-22 | Add some docstrings | Daniel Wagner-Hall | 2 | -0/+4 |
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 |
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 |