summary refs log tree commit diff
path: root/tests/federation/transport (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-282-10/+10
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Faster joins: parse msc3706 fields in send_join response (#12011)Richard van der Hoff2022-02-171-0/+32
* Tests: replace mocked Authenticator with the real thing (#11913)Richard van der Hoff2022-02-112-6/+4
* Include the topic event in the prejoin state, per MSC3173. (#11666)Patrick Cloke2022-01-041-0/+9
* 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
* Split `FederationHandler` in half (#10692)Richard van der Hoff2021-08-261-1/+1
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Return errors from `send_join` etc if the event is rejected (#10243)Richard van der Hoff2021-06-241-3/+1
* Remove the experimental flag for knocking and use stable prefixes / endpoints...Patrick Cloke2021-06-151-13/+9
* Implement knock feature (#6739)Sorunome2021-06-091-0/+302
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Fix RoomDirectoryFederationTests and make them actually run (#8998)Andrew Morgan2020-12-302-21/+18
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-6/+2
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-2/+0
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* privacy by default for room dir (#6355)Neil Johnson2019-12-041-0/+52