summary refs log tree commit diff
path: root/scripts-dev/federation_client.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-07Incorporate reviewBrendan Abolivier1-27/+28
2020-01-07Apply suggestions from code reviewBrendan Abolivier1-5/+4
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2020-01-07Update changelog.d/6624.docBrendan Abolivier1-1/+1
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2020-01-07Fixup changelog v1.8.0rc1Erik Johnston1-3/+3
2020-01-07Fixup changelogErik Johnston1-1/+1
2020-01-07Fixup changelogErik Johnston1-21/+11
2020-01-071.8.0rc1Erik Johnston56-55/+81
2020-01-07Add a background update to clear tombstoned rooms from the directory (#6648)Richard van der Hoff6-1/+106
* Add a background update to clear tombstoned rooms from the directory * use the ABC metaclass
2020-01-07Async/await for background updates (#6647)Richard van der Hoff2-16/+21
so that bg update routines can be async
2020-01-07port BackgroundUpdateTestCase to HomeserverTestCase (#6653)Richard van der Hoff2-35/+38