0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 17:48:19 +02:00
synapse/synapse/storage
2020-08-25 17:32:30 +01:00
..
databases Make StreamIdGen get_next and get_next_mult async (#8161) 2020-08-25 15:10:08 +01:00
engines Use SequenceGenerator for state group ID allocation 2020-07-16 11:25:08 +01:00
schema Only run one background update at a time 2020-03-31 17:43:58 +01:00
util Add functions to MultiWriterIdGen used by events stream (#8164) 2020-08-25 17:32:30 +01:00
__init__.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
_base.py Be stricter about JSON that is accepted by Synapse (#8106) 2020-08-19 07:26:03 -04:00
background_updates.py Use the JSON encoder without whitespace in more places. (#8124) 2020-08-20 10:32:33 -04:00
database.py Add more types to synapse.storage.database. (#8127) 2020-08-20 09:00:59 -04:00
keys.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
persist_events.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
prepare_database.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
purge_events.py Convert storage layer to async/await. (#7963) 2020-07-28 16:09:53 -04:00
push_rule.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
relations.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
roommember.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
state.py Convert some of the data store to async. (#7976) 2020-07-30 07:20:41 -04:00
types.py isort 5 compatibility (#7786) 2020-07-05 16:32:02 +01:00