MatrixSynapse/synapse/federation
Erik Johnston 91fc5eef1d Mark old events as outliers.
This is to fix the issue where if a remote server sends an event
that references a really "old" event, then the local server will pull
that in and send to all clients.

We decide if an event is old if its depth is less than the minimum depth
of the room.
2015-02-16 14:27:40 +00:00
..
transport
__init__.py
federation_base.py
federation_client.py
federation_server.py Mark old events as outliers. 2015-02-16 14:27:40 +00:00
persistence.py
replication.py
transaction_queue.py
units.py