- Oct 02, 2018
-
-
Amber Brown authored
-
Erik Johnston authored
Fix bug when invalidating destination retry timings
-
Erik Johnston authored
-
Amber Brown authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Fix error handling for missing auth_event
-
Amber Brown authored
-
Erik Johnston authored
Fix error when logging incomplete requests
-
Erik Johnston authored
-
Erik Johnston authored
If a connection is lost before a request is read from Request, Twisted sets `method` (and `uri`) attributes to dummy values. These dummy values have incorrect types (i.e. they're not bytes), and so things like `__repr__` would raise an exception. To fix this we had a helper method to return the method with a consistent type.
-
Richard van der Hoff authored
Avoid reraise, to improve stacktraces
-
Erik Johnston authored
Fix lazy loaded sync with rejected state events
-
- Oct 01, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Amber Brown authored
-
Richard van der Hoff authored
Fix exceptions when handling incoming transactions
-
Amber Brown authored
-
Erik Johnston authored
-
Erik Johnston authored
In particular, we assume that the name and canonical alias events in the state have not been rejected. In practice this may not be the case (though we should probably think about fixing that) so lets ensure that we gracefully handle that case, rather than 404'ing the sync request like we do now.
-
Erik Johnston authored
Add a five minute cache to get_destination_retry_timings
-
Richard van der Hoff authored
Rewrite the dockerfile as a multistage build: this means we can get rid of a whole load of cruft which we don't need.
-
Erik Johnston authored
-
Erik Johnston authored
-
- Sep 28, 2018
-
-
Bruno Windels authored
-
Richard van der Hoff authored
remove spurious federation checks on localhost
-
Richard van der Hoff authored
Remove redundant call to start_get_pdu_cache
-
Richard van der Hoff authored
-
Jan Christian Grünhage authored
-
Richard van der Hoff authored
I think this got forgotten in #3932. We were getting away with it because it was the last call in this function.
-
Richard van der Hoff authored
-
- Sep 27, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Improve performance of getting typing updates for replication
-
Richard van der Hoff authored
Build and push docker image to hub automatically
-
Richard van der Hoff authored
Clarifications in FederationHandler
-
Amber Brown authored
Run notify_app_services as a bg process
-
Amber Brown authored
Replaced all occurences of e.message with str(e)
-
Amber Brown authored
-
Amber Brown authored
-
Richard van der Hoff authored
This test didn't do what it claimed to do, and what it claimed to do was the same as test_cant_hide_direct_ancestors anyway. This stuff is tested by sytest anyway.
-