- Oct 12, 2018
-
-
Richard van der Hoff authored
just some docstrings to clarify the behaviour here
-
- Oct 10, 2018
-
-
Erik Johnston authored
Add metric to count lazy member sync requests
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 09, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Log looping call exceptions
-
Richard van der Hoff authored
Optimisation for filter_events_for_server
-
- Oct 08, 2018
-
-
Erik Johnston authored
-
Richard van der Hoff authored
We're better off hashing just the event_id than the whole ((type, state_key), event_id) tuple - so use a dict instead of a set. Also, iteritems > items.
-
Erik Johnston authored
-
- Oct 05, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
If a looping call function errors, then it kills the loop entirely. Currently it throws away the exception logs, so we should make it actually log them. Fixes #3929
-
- Oct 04, 2018
-
-
Richard van der Hoff authored
Fix bug in forward_extremity update logic
-
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.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Oct 02, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
An event does not stop being a forward_extremity just because an outlier or rejected event refers to it.
-
Amber Brown authored
-
Amber Brown authored
-