forked-synapse/synapse/http/federation
Tim Leung 12702be951
Fix wrong arguments being passed to BlacklistingAgentWrapper (#9098)
A reactor was being passed instead of a whitelist for the BlacklistingAgentWrapper
used by the WellyKnownResolver. This coulld cause exceptions when attempting to
connect to IP addresses that are blacklisted, but in reality this did not have any
observable affect since this code is not used for IP literals.
2021-01-14 06:59:26 -05:00
..
__init__.py Refactor and bugfix for resove_service (#4427) 2019-01-22 10:59:27 +00:00
matrix_federation_agent.py Fix wrong arguments being passed to BlacklistingAgentWrapper (#9098) 2021-01-14 06:59:26 -05:00
srv_resolver.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
well_known_resolver.py Add a maximum size for well-known lookups. (#8950) 2020-12-16 17:25:24 -05:00