Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-06 | Add credit in the changelog | Brendan Abolivier | 2 | -1/+1 | |
2019-06-06 | Simplify condition | Brendan Abolivier | 1 | -2/+2 | |
2019-06-05 | Fix `federation_custom_ca_list` configuration option. | Richard van der Hoff | 2 | -1/+2 | |
Previously, setting this option would cause an exception at startup. | |||||
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 | add a script to generate new signing_key files | Richard van der Hoff | 2 | -0/+38 | |
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 | Simplify condition |