Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-05 | Neilj/add r0.5 to versions (#5360) | Neil Johnson | 2 | -0/+2 | |
* Update _matrix/client/versions to reference support for r0.5.0 | |||||
2019-06-06 | Fix background updates to handle redactions/rejections (#5352) | Erik Johnston | 5 | -12/+117 | |
* 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). | |||||
2019-06-05 | Update sample config | Richard van der Hoff | 1 | -4/+4 | |
2019-06-05 | Fix notes about well-known and acme (#5357) | Richard van der Hoff | 2 | -6/+6 | |
fixes #4951 | |||||
2019-06-05 | Validate federation server TLS certificates by default. | Richard van der Hoff | 3 | -8/+15 | |
2019-06-05 | Neilj/changelog clean up (#5356) | Neil Johnson | 12 | -12/+12 | |
* group together key validity refactors | |||||
2019-06-05 | Neilj/mau tracking config explainer (#5284) | Neil Johnson | 3 | -0/+33 | |
Improve documentation of monthly active user blocking and mau_trial_days | |||||
2019-06-05 | Add logging when request fails and clarify we ignore errors. | Erik Johnston | 1 | -4/+12 | |
2019-06-05 | Add a test room version where we enforce key validity (#5348) | Richard van der Hoff | 3 | -22/+38 | |
2019-06-05 | Clean up debug logging (#5347) | Richard van der Hoff | 4 | -8/+20 | |
Remove some spurious stuff, clarify some other stuff | |||||
2019-06-05 | Rename VerifyKeyRequest.deferred field (#5343) | Richard van der Hoff | 2 | -12/+13 | |
it's a bit confusing | |||||
2019-06-04 | Call RetryLimiter correctly (#5340) | Richard van der Hoff | 2 | -1/+8 | |
Fixes a regression introduced in #5335. | |||||
2019-06-04 | Fix failure to fetch batches of PDUs (#5342) | Richard van der Hoff | 2 | -0/+2 | |
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`. | |||||
2019-06-04 | Rename get_events->get_events_from_store_or_dest (#5344) | Richard van der Hoff | 2 | -20/+14 | |
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. | |||||
2019-06-04 | Only parse from email if provided | Brendan Abolivier | 1 | -4/+5 | |
2019-06-04 | Lint | Brendan Abolivier | 1 | -1/+0 | |
2019-06-04 | Make account validity renewal emails work when email notifs are disabled | Brendan Abolivier | 2 | -42 |