- Jan 06, 2017
-
-
Matthew authored
-
Matthew authored
-
Mark Haines authored
handlers/room_member: fix guest access check when joining rooms
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
- Jan 05, 2017
-
-
Matthew Hodgson authored
log call paths for resolve_state_group
-
Matthew Hodgson authored
-
Matthew Hodgson authored
add logging for all the places we call resolve_state_groups. my kingdom for a backtrace that actually works.
-
Matthew Hodgson authored
-
Mark Haines authored
-
Matthew Hodgson authored
More logging for the linearizer and for get_events
-
Mark Haines authored
-
Mark Haines authored
cherrypick #1744: limit total timeout for get_missing_events to 10s
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Mark Haines authored
Only send events that originate on this server.
-
Mark Haines authored
Or events that are sent via the federation "send_join" API. This should match the behaviour from before v0.18.5 and #1635 landed.
- Jan 04, 2017
-
-
Mark Haines authored
Fix propagation of bans to remote servers.
-
Mark Haines authored
Rather than the state after then event.
-
Mark Haines authored
Send all membership changes to the server that was affected. This ensures that if the last member of a room on a server was kicked or banned they get told about it.
-
- 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).
-