summary refs log tree commit diff
path: root/contrib/scripts/kick_users.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-06Better wordsErik Johnston1-1/+1
2019-06-06Add credit in the changelogBrendan Abolivier2-1/+1
2019-06-06Simplify conditionBrendan Abolivier1-2/+2
2019-06-05Fix `federation_custom_ca_list` configuration option.Richard van der Hoff2-1/+2
Previously, setting this option would cause an exception at startup.
2019-06-05Neilj/add r0.5 to versions (#5360)Neil Johnson2-0/+2
* Update _matrix/client/versions to reference support for r0.5.0
2019-06-06Fix background updates to handle redactions/rejections (#5352)Erik Johnston5-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-05add a script to generate new signing_key filesRichard van der Hoff2-0/+38
2019-06-05Update sample configRichard van der Hoff1-4/+4
2019-06-05Fix notes about well-known and acme (#5357)Richard van der Hoff2-6/+6
fixes #4951
2019-06-05Validate federation server TLS certificates by default.Richard van der Hoff3-8/+15</