forked-synapse/synapse/federation
Richard van der Hoff d3347ad485 Revert "Use sortedcontainers instead of blist"
This reverts commit 9fbe70a7dc.

It turns out that sortedcontainers.SortedDict is not an exact match for
blist.sorteddict; in particular, `popitem()` removes things from the opposite
end of the dict.

This is trivial to fix, but I want to add some unit tests, and potentially some
more thought about it, before we do so.
2018-04-13 11:16:43 +01:00
..
transport Ensure slashes are escaped 2018-04-10 11:24:40 +01:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Move property setting from ReplicationLayer to FederationBase 2018-03-13 10:51:30 +00:00
federation_client.py Move property setting from ReplicationLayer to FederationBase 2018-03-13 10:51:30 +00:00
federation_server.py Add metrics for ResponseCache 2018-04-10 23:14:47 +01:00
persistence.py copyrights 2016-01-07 04:26:29 +00:00
send_queue.py Revert "Use sortedcontainers instead of blist" 2018-04-13 11:16:43 +01:00
transaction_queue.py Set all metrics at the same time 2018-04-12 11:18:19 +01:00
units.py copyrights 2016-01-07 04:26:29 +00:00