MatrixSynapse/tests/rest/client
Patrick Cloke 30fba62108
Apply an IP range blacklist to push and key revocation requests. (#8821)
Replaces the `federation_ip_range_blacklist` configuration setting with an
`ip_range_blacklist` setting with wider scope. It now applies to:

* Federation
* Identity servers
* Push notifications
* Checking key validitity for third-party invite events

The old `federation_ip_range_blacklist` setting is still honored if present, but
with reduced scope (it only applies to federation and identity servers).
2020-12-02 11:09:24 -05:00
..
v1 Apply an IP range blacklist to push and key revocation requests. (#8821) 2020-12-02 11:09:24 -05:00
v2_alpha Support "identifier" dicts in UIA (#8848) 2020-12-01 17:42:26 +00:00
__init__.py copyrights 2016-01-07 04:26:29 +00:00
test_consent.py Remove redundant calls to `render()` 2020-11-16 18:24:08 +00:00
test_ephemeral_message.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_identity.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_power_levels.py Default PL100 to enable encryption in a room (#7230) 2020-04-09 18:45:38 +01:00
test_redactions.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_retention.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_shadow_banned.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_third_party_rules.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_transactions.py Clean up some LoggingContext stuff (#7120) 2020-03-24 14:45:33 +00:00