MatrixSynapse/tests/replication
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
..
slave Add EventStreamPosition type (#8388) 2020-09-24 13:24:17 +01:00
tcp Tell Black to format code for Python 3.5 (#8664) 2020-10-27 23:26:36 +00:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00
_base.py Apply an IP range blacklist to push and key revocation requests. (#8821) 2020-12-02 11:09:24 -05:00
test_client_reader_shard.py Remove redundant calls to `render()` 2020-11-16 18:24:08 +00:00
test_federation_ack.py Solidify the HomeServer constructor. (#8515) 2020-10-15 15:29:13 -04:00
test_federation_sender_shard.py Apply an IP range blacklist to push and key revocation requests. (#8821) 2020-12-02 11:09:24 -05:00
test_multi_media_repo.py Make `make_request` actually render the request 2020-11-16 18:24:00 +00:00
test_pusher_shard.py Apply an IP range blacklist to push and key revocation requests. (#8821) 2020-12-02 11:09:24 -05:00
test_sharded_event_persister.py Remove redundant calls to `render()` 2020-11-16 18:24:08 +00:00