forked-synapse/synapse/federation
Richard van der Hoff 9453c65948 remove spurious federation checks on localhost
There's really no point in checking for destinations called "localhost" because
there is nothing stopping people creating other DNS entries which point to
127.0.0.1. The right fix for this is
https://github.com/matrix-org/synapse/issues/3953.

Blocking localhost, on the other hand, means that you get a surprise when
trying to connect a test server on localhost to an existing server (with a
'normal' server_name).
2018-09-26 16:53:52 +01:00
..
transport Port federation/ to py3 (#3847) 2018-09-12 23:23:32 +10:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Fix handling of redacted events from federation 2018-09-13 15:44:12 +01:00
federation_client.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
federation_server.py Comments and interface cleanup for on_receive_pdu 2018-09-20 13:06:55 +01:00
persistence.py Fix origin handling for pushed transactions 2018-09-05 13:08:07 +01:00
send_queue.py fix #3445 2018-08-29 16:28:25 +02:00
transaction_queue.py remove spurious federation checks on localhost 2018-09-26 16:53:52 +01:00
units.py Remove pdu_failures from transactions 2018-07-30 16:28:47 -06:00