- Jun 05, 2019
-
-
Neil Johnson authored
* group together key validity refactors
-
Neil Johnson authored
Improve documentation of monthly active user blocking and mau_trial_days
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Remove some spurious stuff, clarify some other stuff
-
Richard van der Hoff authored
it's a bit confusing
-
- Jun 04, 2019
-
-
Richard van der Hoff authored
Fixes a regression introduced in #5335.
-
Richard van der Hoff authored
FederationClient.get_pdu is called in a loop to fetch a batch of PDUs. A failure to fetch one should not result in a failure of the whole batch. Add the missing `continue`.
-
Richard van der Hoff authored
We have too many things called get_event, and it's hard to figure out what we mean. Also remove some unused params from the signature, and add some logging.
-
Brendan Abolivier authored
Make account validity renewal emails work when email notifs are disabled
-
Brendan Abolivier authored
-
Erik Johnston authored
Ignore room state with null bytes in for room stats
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
It takes at least 20 minutes to work through the long_retries schedule (11 attempts, each with a 60 second timeout, and 60 seconds between each request), so if the notary server isn't returning within the timeout, we'll just end up blocking whatever request is happening for 20 minutes. Ain't nobody got time for that.
-
Richard van der Hoff authored
Fixes for the key-notary server
-
Richard van der Hoff authored
-
Amber Brown authored
-
- Jun 03, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
... else we're guaranteed to time out.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
When handling incoming federation requests, make sure that we have an up-to-date copy of the signing key. We do not yet enforce the validity period for event signatures.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This reverts commit 4bd67db1.
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Stop overwriting server keys with other keys
-
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.
-
Richard van der Hoff authored
Fix a bug where we would discard a key result which the origin server is no longer returning. Fixes #5305.
-
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
-