0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-21 03:58:22 +02:00
synapse/synapse/http
Mark Haines eb79110beb Clean up the blacklist/whitelist handling.
Always set the config key with an empty list, even if a list isn't specified.
This means that the codepaths are the same for both the empty list and
for a missing key. Since the behaviour is the same for both cases this
makes the code somewhat easier to reason about.
2016-05-16 13:03:59 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
client.py Clean up the blacklist/whitelist handling. 2016-05-16 13:03:59 +01:00
endpoint.py add a url_preview_ip_range_whitelist config param so we can whitelist the matrix.org IP space 2016-05-01 12:44:24 +01:00
matrixfederationclient.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
server.py Fix more typos in per-request metrics 2016-04-28 15:29:46 +01:00
servlet.py Use google style doc strings. 2016-04-01 16:12:07 +01:00
site.py Move SynapseSite to its own file 2016-04-22 16:09:55 +01:00