Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-12-12 | Remove unused import | Richard van der Hoff | 1 | -1/+0 | |
2016-12-09 | E2E key query: handle federation fails | Richard van der Hoff | 1 | -0/+11 | |
Don't fail the whole request if we can't connect to a particular server. | |||||
2016-12-09 | Implement a null 'test' command | Richard van der Hoff | 1 | -2/+15 | |
2016-12-09 | fix pythonpath | Richard van der Hoff | 1 | -1/+1 | |
2016-12-09 | Don't try to run tox from setup.py | Richard van der Hoff | 1 | -34/+28 | |
Using tox to run the tests is a bad idea, as per the comments. | |||||
2016-12-09 | Update the readme to use trial | Richard van der Hoff | 1 | -5/+14 | |
2016-12-09 | Fix unit tests | Erik Johnston | 1 | -0/+4 | |
2016-12-09 | Correctly handle timeout errors | Erik Johnston | 2 | -7/+20 | |
2016-12-09 | Fix broken README merge | Richard van der Hoff | 1 | -1/+1 | |
When 546ec1a was merged into develop, I accidentally overwrote the change introduced in debbea5 (pr #1657). Reintroduce it. | |||||
2016-12-09 | Fix rare notifier bug where listeners dont timeout | Erik Johnston | 2 | -11/+10 | |
There was a race condition that caused the notifier to 'miss' the timeout notification, since there were no other checks for the timeout this caused listeners to get stuck in a loop until something happened. | |||||
2016-12-08 | Add /room/<room_id>/joined_members API | Erik Johnston | 3 | -9/+38 | |