- Dec 13, 2016
-
-
Erik Johnston authored
-
- Dec 12, 2016
-
-
Erik Johnston authored
Fix background update that prematurely stopped
-
Erik Johnston authored
Add new API appservice specific public room list
-
Erik Johnston authored
-
Richard van der Hoff authored
Remove unspecced GET endpoints for e2e keys
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
GET /keys/claim is a terrible idea, since it isn't idempotent; also it throws 500 errors if you call it without all the right params. GET /keys/query is arguable, but it's unspecced, so let's get rid of it too to stop people relying on unspecced APIs.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Update the readme to use trial
-
Erik Johnston authored
-
Erik Johnston authored
Limit the number of events that can be created on a given room concurrently
-
Richard van der Hoff authored
E2E key query: handle federation fails
-
Richard van der Hoff authored
-
- Dec 09, 2016
-
-
Richard van der Hoff authored
Don't try to run tox from setup.py
-
Richard van der Hoff authored
Don't fail the whole request if we can't connect to a particular server.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
Fix rare notifier bug where listeners dont timeout
-
Richard van der Hoff authored
Using tox to run the tests is a bad idea, as per the comments.
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
When 546ec1a5 was merged into develop, I accidentally overwrote the change introduced in debbea5b (pr #1657). Reintroduce it.
-
Erik Johnston authored
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.
-
Erik Johnston authored
Add new room membership APIs
-
- Dec 08, 2016
-
-
Erik Johnston authored
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.
-
Erik Johnston authored
-
Richard van der Hoff authored
Read-receipt fixes
-
Richard van der Hoff authored
Don't ignore read-receipts which arrive in the same EDU as a read-receipt for an old event.
-
Richard van der Hoff authored
This should fix the absence of notifications when new receipts arrive.
-
Erik Johnston authored
-
- Dec 07, 2016
-
-
Erik Johnston authored
-
- Dec 06, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
Add README instructions for OpenBSD installation
-
William Leuschner authored
Signed-off-by:
William Leuschner <wel2138@rit.edu>
-
Erik Johnston authored
-
William Leuschner authored
Signed-off-by:
William Leuschner <wel2138@rit.edu>
-
Richard van der Hoff authored
Make sure that a user cannot pretend to be a guest by adding 'guest = True' caveats.
-