summary refs log tree commit diff
path: root/tests/federation/transport/test_client.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Faster joins: parse msc3706 fields in send_join response (#12011)Richard van der Hoff2022-02-171-0/+32
| | | Part of my work on #11249: add code to handle the new fields added in MSC3706.
* Add missing copyright header. (#11460)Patrick Cloke2021-11-301-0/+14
|
* Add a test case for the SendJoinParser (#11441)David Robertson2021-11-291-0/+50
This would have caught the bug #11438 introduced in #11217 and fixed in #11439.