- Jun 06, 2019
-
-
Brendan Abolivier authored
Make /sync return heroes if room name or canonical alias are empty
-
Richard van der Hoff authored
Validate federation server TLS certificates by default.
-
Richard van der Hoff authored
add a script to generate new signing_key files
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Include left members in room summaries' heroes
-
Richard van der Hoff authored
Implement room v5 which enforces signing key validity
-
Richard van der Hoff authored
Associate a request_name with each verify request, for logging
-
- Jun 05, 2019
-
-
Richard van der Hoff authored
Fix `federation_custom_ca_list` configuration option.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Previously, setting this option would cause an exception at startup.
-
Neil Johnson authored
* Update _matrix/client/versions to reference support for r0.5.0
-
Erik Johnston authored
* Fix background updates to handle redactions/rejections In background updates based on current state delta stream we need to handle that we may not have all the events (or at least that `get_events` may raise an exception).
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
fixes #4951
-
Richard van der Hoff authored
-
Brendan Abolivier authored
-
Erik Johnston authored
Fix handling of failures when calling /event_auth.
-
Neil Johnson authored
* group together key validity refactors
-
Brendan Abolivier authored
-
Neil Johnson authored
Improve documentation of monthly active user blocking and mau_trial_days
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Do user_id != me checks before deciding whether we should pick heroes from the joined members or the parted ones
-
Erik Johnston authored
-
Richard van der Hoff authored
Implements [MSC2077](https://github.com/matrix-org/matrix-doc/pull/2077) and fixes #5247 and #4364.
-
Richard van der Hoff authored
Also: * rename VerifyKeyRequest->VerifyJsonRequest * calculate key_ids on VerifyJsonRequest construction * refactor things to pass around VerifyJsonRequests instead of 4-tuples
-
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
-