summary refs log tree commit diff
path: root/tests/federation/test_federation_server.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-11/+16
* Add a cache around server ACL checking (#16360)Patrick Cloke2023-09-261-13/+22
* Rename blacklist/whitelist internally. (#15620)Patrick Cloke2023-05-191-1/+1
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Type hints for tests.federation (#14991)David Robertson2023-02-061-9/+9
* Stabilise serving partial join responses (#14839)David Robertson2023-01-171-2/+1
* Use stable identifiers for faster joins (#14832)David Robertson2023-01-131-1/+1
* Include heroes in partial join responses' state (#14442)David Robertson2022-11-151-4/+7
* Rate limit joins per-room (#13276)David Robertson2022-07-191-1/+62
* Use HTTPStatus constants in place of literals in tests. (#13297)Dirk Klimpel2022-07-151-5/+6
* Rename test case method to `add_hashes_and_signatures_from_other_server` (#13...David Robertson2022-07-121-9/+4
* Reduce the amount of state we pull from the DB (#12811)Erik Johnston2022-06-061-2/+4
* Back out implementation of MSC2314 (#12474)Richard van der Hoff2022-04-191-39/+2
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-6/+6
* Implement MSC3706: partial state in `/send_join` response (#11967)Richard van der Hoff2022-02-121-0/+148
* Tests: replace mocked Authenticator with the real thing (#11913)Richard van der Hoff2022-02-111-2/+2
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-1/+1
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Merge pull request from GHSA-x345-32rc-8h85Richard van der Hoff2021-05-111-0/+19
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-3/+3
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-3/+0
* Fix the exception that is raised when invalid JSON is encountered. (#8291)Patrick Cloke2020-09-101-0/+33
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
* Add a `make_event_from_dict` method (#6858)Richard van der Hoff2020-02-071-2/+2
* Implementation of MSC2314 (#6176)Amber Brown2019-11-281-0/+63
* Remove test debugsErik Johnston2019-08-201-1/+0
* Run black.black2018-08-101-15/+11
* run isortAmber Brown2018-07-091-0/+1
* Implementation of server_aclsRichard van der Hoff2018-07-041-0/+57