summary refs log tree commit diff
path: root/tests/federation/transport (follow)
Commit message (Expand)AuthorAgeFilesLines
* Type hints for tests.federation (#14991)David Robertson2023-02-063-14/+28
* Fix type hints in knocking tests. (#14887)Andrew Morgan2023-01-251-3/+3
* Also use stable name in SendJoinResponse struct (#14841)David Robertson2023-01-161-3/+3
* Use stable identifiers for faster joins (#14832)David Robertson2023-01-131-20/+57
* Run trial tests against Python 3.11 (#13812)David Robertson2022-11-011-0/+11
* Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042)dependabot[bot]2022-10-191-4/+3
* Always close _all_ `ijson` coroutines, even if doing so raises Exceptions (#1...David Robertson2022-10-061-0/+37
* Generalise the `@cancellable` annotation so it can be used on functions other...reivilibre2022-08-311-1/+2
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-3/+2
* Use HTTPStatus constants in place of literals in tests. (#13297)Dirk Klimpel2022-07-151-2/+3
* Clean up the test code for client disconnections (#12929)Sean Quah2022-06-071-6/+4
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-1/+3
* Make handling of federation Authorization header (more) compliant with RFC723...Hubert Chathi2022-05-181-1/+28
* Complain if a federation endpoint has the `@cancellable` flag (#12705)Sean Quah2022-05-111-0/+2
* Respect the `@cancellable` flag for `RestServlet`s and `BaseFederationServlet...Sean Quah2022-05-112-0/+125
* Remove references to "msc2403" (#12165)Andrew Morgan2022-03-301-2/+1
* Actually fix bad debug logging rejecting device list & signing key transactio...David Robertson2022-02-281-1/+19
* 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