forked-synapse/synapse/federation
Erik Johnston 23d9bd1d74 Process transactions serially.
Since the events received in a transaction are ordered, later events
might depend on earlier events and so we shouldn't blindly process them
in parellel.
2015-03-02 11:39:57 +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 Merge branch 'keyclient_retry_scheme' of github.com:matrix-org/synapse into develop 2015-02-18 10:34:40 +00:00
federation_server.py Process transactions serially. 2015-03-02 11:39:57 +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 Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.7.1 2015-02-18 13:57:55 +00:00
units.py Update copyright notices 2015-01-06 13:21:39 +00:00