Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add type hints to some handlers (#8505) | Patrick Cloke | 2020-10-09 | 1 | -2/+8 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Port receipt and read markers to async/wait | Erik Johnston | 2019-10-29 | 1 | -8/+5 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -6/+3 |
* | Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) | Amber Brown | 2018-08-10 | 1 | -1/+1 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+3 |
* | Improve caching for read_marker API | Erik Johnston | 2018-03-01 | 1 | -3/+3 |
* | m.read_marker -> m.fully_read (#2128) | Luke Barnard | 2017-04-18 | 1 | -4/+4 |
* | Simplify is_event_after logic | Luke Barnard | 2017-04-12 | 1 | -2/+3 |
* | Only notify user, not entire room | Luke Barnard | 2017-04-12 | 1 | -3/+1 |
* | Remove comment, simplify null-guard | Luke Barnard | 2017-04-12 | 1 | -4/+1 |
* | Handle no previous RM | Luke Barnard | 2017-04-12 | 1 | -1/+4 |
* | flake8 | Luke Barnard | 2017-04-11 | 1 | -1/+0 |
* | Refactor event ordering check to events store | Luke Barnard | 2017-04-11 | 1 | -28/+4 |
* | Copyright | Luke Barnard | 2017-04-11 | 1 | -1/+1 |
* | flake8 | Luke Barnard | 2017-04-11 | 1 | -2/+1 |
* | Finish implementing RM endpoint | Luke Barnard | 2017-04-11 | 1 | -39/+48 |
* | Initial commit of RM server-side impl | lukebarnard | 2017-04-11 | 1 | -0/+82 |