Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-12-14 | Comment | Erik Johnston | 1 | -0/+2 |
2016-12-14 | Fix /backfill returning events it shouldn't | Erik Johnston | 1 | -2/+3 |
2016-12-14 | Fixup membership query | Erik Johnston | 1 | -2/+2 |
2016-12-13 | Update changelog v0.18.5-rc3 github/release-v0.18.5 release-v0.18.5 | Erik Johnston | 1 | -1/+1 |
2016-12-13 | Bump changelog and version | Erik Johnston | 2 | -1/+35 |
2016-12-12 | Fix background update that prematurely stopped | Erik Johnston | 1 | -1/+1 |
2016-12-12 | Rename network_id to instance_id on client side | Erik Johnston | 1 | -1/+1 |
2016-12-12 | Add cache to get_public_room_ids_at_stream_id | Erik Johnston | 2 | -1/+4 |
2016-12-12 | Notify replication. Use correct network_id | Erik Johnston | 1 | -1/+3 |
2016-12-12 | Remove unspecced GET endpoints for e2e keys | Richard van der Hoff | 1 | -39/+4 |
2016-12-12 | Docstring | Erik Johnston | 1 | -0/+12 |
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 |
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 |
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 |
2016-12-09 | Fix rare notifier bug where listeners dont timeout | Erik Johnston | 2 | -11/+10 |
2016-12-08 | Add /room/<room_id>/joined_members API | Erik Johnston | 3 | -9/+38 |
2016-12-08 | Add profile data to the room_membership table for joins | Erik Johnston | 4 | -0/+110 |
2016-12-08 |