- Oct 04, 2018
-
-
Michael Kaye authored
The additional sha1 tagged builds in docker hub are messy, so instead tag the build with the SHA1 version.
-
Amber Brown authored
-
Amber Brown authored
-
- Oct 03, 2018
-
-
Richard van der Hoff authored
Pin to prometheus_client<0.4 to avoid renaming all of our metrics
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Docker build all tags starting vX.Y.Z, including release candidates
-
Erik Johnston authored
Fix handling of rejected threepid invites
-
Erik Johnston authored
Fix exception in background metrics collection
-
Erik Johnston authored
-
Erik Johnston authored
Fix exception handling in fetching remote profiles
-
Erik Johnston authored
-
Erik Johnston authored
-
Michael Kaye authored
Note the regex must match the complete string anyway, so the leading ^ was useless.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
We attempted to iterate through a list on a separate thread without doing the necessary copying.
-
- Oct 02, 2018
-
-
Amber Brown authored
-
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.
-