synapse-product/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 Blunty replace json with simplejson 2015-02-11 14:23:10 +00:00
__init__.py Update copyright notices 2015-01-06 13:21:39 +00:00
federation_base.py Fix logging 2015-02-12 19:29:43 +00:00
federation_client.py Connection errors in twisted aren't RuntimeErrors 2015-02-05 13:50:15 +00:00
federation_server.py Mark old events as outliers. 2015-02-16 14:27:40 +00:00
persistence.py Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder that understands FrozenDict 2015-02-11 15:44:28 +00:00
replication.py Fix so timing out connections to actually work. 2015-02-11 16:48:05 +00:00
transaction_queue.py Log all the exits from _attempt_new_transaction 2015-02-10 17:30:46 +00:00
units.py Update copyright notices 2015-01-06 13:21:39 +00:00