- Dec 30, 2016
-
-
Mark Haines authored
Add more useful logging when we block fetching events
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Remove fallback from get_missing_events.
-
Mark Haines authored
get_missing_events used to fallback to fetching the missing events individually requesting from every server in the room, one by one.e This could be unacceptably slow, possibly causing #1732
-
Mark Haines authored
Use the new twisted logging framework.
-
Mark Haines authored
Hopefully adding an observer to the new framework will avoid a memory leak https://twistedmatrix.com/trac/ticket/8164
- Dec 29, 2016
-
-
Mark Haines authored
Wrap connections in an N minute timeout to ensure they get reaped correctly
-
Mark Haines authored
The abort() method calls loseConnection() which tries to shutdown the TLS connection cleanly. We now call abortConnection() directly which should promptly close both the TLS connection and the underlying TCP connection. I also added some TODO markers to consider cancelling the old previous timeout rather than checking time.time(). But given how urgently we want to get this code released I'd rather leave the existing code with the duplicate timeouts and the time.time() check.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
- Dec 16, 2016
-
-
Erik Johnston authored
- Dec 15, 2016
-
-
Richard van der Hoff authored
Add some logging for syncing to_device events
-
Richard van der Hoff authored
Attempt to track down the loss of to_device events (https://github.com/vector-im/riot-web/issues/2711 etc).
-
Erik Johnston authored
Fix caching on public room list
-
Erik Johnston authored
Update prerequisites instructions on Mac OS
-
manuroe authored
-
Erik Johnston authored
Fix /backfill returning events it shouldn't
-
Erik Johnston authored
Fix crash in url preview
-
- Dec 14, 2016
-
-
Marcin Bachry authored
Signed-off-by:
Marcin Bachry <hegel666@gmail.com>
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Dec 13, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
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.
-