Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-12-12 | Remove spurious newline | Johannes Löthberg | 1 | -1/+0 | |
Apparently I just removed the spaces instead... Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2016-12-12 | Fixup for #1689 and #1690 | Johannes Löthberg | 2 | -8/+13 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2016-12-11 | IPv6 support for endpoint.py | Glyph | 1 | -4/+4 | |
Similar to https://github.com/matrix-org/synapse/pull/1689, but for endpoint.py | |||||
2016-12-11 | IPv6 support for client.py | Glyph | 1 | -16/+11 | |
This is an (untested) general sketch of how to use wrapClientTLS to implement TLS over IPv6, as well as faster connections over IPv4. | |||||
2016-12-09 | Implement a null 'test' command | Richard van der Hoff | 1 | -2/+15 | |
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 | 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 | |
This returns the currently joined members in the room with their display names and avatar urls. This is more efficient than /members for large rooms where you don't need the full events. | |||||
2016-12-08 | Add profile data to the room_membership table for joins | Erik Johnston | 4 | -0/+110 | |
2016-12-08 | Fix ignored read-receipts | Richard van der Hoff | 1 | -1/+5 | |
Don't ignore read-receipts which arrive in the same EDU as a read-receipt for an old event. | |||||
2016-12-08 | Fix result of insert_receipt | Richard van der Hoff | 1 | -1/+1 | |
This should fix the absence of notifications when new receipts arrive. | |||||
2016-12-08 | Add joined_rooms servlet | Erik Johnston | 1 | -0/+17 | |
2016-12-06 | Fix incorrect numbering on OpenBSD instructions caused by my own incompetence | William Leuschner | 1 | -7/+7 | |
Signed-off-by: William Leuschner <wel2138@rit.edu> | |||||
2016-12-06 | Update incorrect information in README about ksh and source | William Leuschner | 1 | -6/+2 | |
Sig |