summary refs log tree commit diff
path: root/scripts-dev/hash_history.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-18Use directory server for room joins (#3899)Richard van der Hoff2-0/+6
When we do a join, always try the server we used for the alias lookup first. Fixes #2418
2018-09-18Refactor matrixfederationclient to fix logging (#3906)Richard van der Hoff5-186/+359
We want to wait until we have read the response body before we log the request as complete, otherwise a confusing thing happens where the request appears to have completed, but we later fail it. To do this, w