synapse-product/synapse/storage
Erik Johnston df4b1e9c74
Pass room_id to get_auth_chain_difference ()
This is so that we can choose which algorithm to use based on the room ID.
2020-12-04 15:52:49 +00:00
..
databases Pass room_id to get_auth_chain_difference () 2020-12-04 15:52:49 +00:00
engines Reduce serialization errors in MultiWriterIdGen () 2020-10-07 15:15:57 +01:00
schema Only run one background update at a time 2020-03-31 17:43:58 +01:00
util Remove racey assertion in MultiWriterIDGenerator () 2020-10-14 15:40:06 +01:00
__init__.py Make StreamToken.room_key be a RoomStreamToken instance. () 2020-09-11 12:22:55 +01:00
_base.py Replace DeferredCache with LruCache where possible () 2020-10-19 12:20:29 +01:00
background_updates.py Stop sub-classing object () 2020-09-04 06:54:56 -04:00
database.py Enable reconnection in DB pool () 2020-11-12 14:26:24 +00:00
keys.py Stop sub-classing object () 2020-09-04 06:54:56 -04:00
persist_events.py Fix message duplication if something goes wrong after persisting the event () 2020-10-13 12:07:56 +01:00
prepare_database.py Add logging on startup/shutdown () 2020-10-02 15:20:45 +01:00
purge_events.py Stop sub-classing object () 2020-09-04 06:54:56 -04:00
push_rule.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
relations.py Use slots in attrs classes where possible () 2020-09-14 12:50:06 -04:00
roommember.py Add EventStreamPosition type () 2020-09-24 13:24:17 +01:00
state.py Mypy fixes for synapse.handlers.federation () 2020-09-29 15:57:36 +01:00
types.py Pre-emptively fix synapse.storage.types.Connection for future mypy release () 2020-10-17 09:51:38 +01:00