- Jun 03, 2019
-
-
Amber Brown authored
-
Amber Brown authored
-
Amber Brown authored
-
Amber Brown authored
-
- Jun 01, 2019
-
-
Richard van der Hoff authored
Limit displaynames and avatar URLs
-
Richard van der Hoff authored
-
Richard van der Hoff authored
These end up in join events everywhere, so let's limit them. Fixes #5079
-
- May 31, 2019
-
-
Richard van der Hoff authored
Rewrite get_server_verify_keys, again.
-
Erik Johnston authored
Allow configuring a range for the account validity startup job
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Remove some pointless exception handling
-
Richard van der Hoff authored
use attr.s for VerifyKeyRequest
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Erik Johnston authored
Fix ignored filter field in `/messages` endpoint
-
Erik Johnston authored
Speed up room stats background update
-
Erik Johnston authored
-
Erik Johnston authored
We have to do this by re-inserting a background update and recreating tables, as the tables only get created during a background update and will later be deleted. We also make sure that we remove any entries that should have been removed but weren't due to a race that has been fixed in a previous commit.
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Travis Ralston authored
-
- May 30, 2019
-
-
Richard van der Hoff authored
The verify_request deferred already returns a suitable SynapseError, so I don't really know what we expect to achieve by doing more wrapping, other than log spam. Fixes #4278.
-
Richard van der Hoff authored
Attempt to simplify the logic in get_server_verify_keys by splitting it into two methods.
-
Richard van der Hoff authored
because namedtuple is awful
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Due to #5269 we may have extremities in our DB that we shouldn't have, so lets add a cleanup task such to remove those.
-
Erik Johnston authored
When we receive a soft failed event we, correctly, *do not* update the forward extremity table with the event. However, if we later receive an event that references the soft failed event we then need to remove the soft failed events prev events from the forward extremities table, otherwise we just build up forward extremities. Fixes #5269
-
Eisha Chen-yen-su authored
-