MatrixSynapse/synapse/storage/databases/main
Patrick Cloke ad3f43be9a
Run pyupgrade for python 3.7 & 3.8. (#16110)
2023-08-15 08:11:20 -04:00
..
__init__.py
account_data.py
appservice.py
cache.py Remove old rows from the `cache_invalidation_stream_by_instance` table automatically. (This table is not used when Synapse is configured to use SQLite.) (#15868) 2023-08-08 11:10:07 +01:00
censor_events.py
client_ips.py
deviceinbox.py
devices.py Support MSC3814: Dehydrated Devices Part 2 (#16010) 2023-08-08 12:04:46 -07:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Support MSC3814: Dehydrated Devices Part 2 (#16010) 2023-08-08 12:04:46 -07:00
event_federation.py Inline SQL queries using boolean parameters (#15525) 2023-07-26 18:45:47 +00:00
event_push_actions.py
events.py Stabilize support for MSC3970: updated transaction semantics (scope to `device_id`) (#15629) 2023-08-04 07:47:18 -04:00
events_bg_updates.py
events_forward_extremities.py
events_worker.py
experimental_features.py
filtering.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
keys.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
lock.py Add ability to wait for locks and add locks to purge history / room deletion (#15791) 2023-07-31 10:58:03 +01:00
media_repository.py
metrics.py
monthly_active_users.py
openid.py
presence.py
profile.py
purge_events.py Inline SQL queries using boolean parameters (#15525) 2023-07-26 18:45:47 +00:00
push_rule.py Inline SQL queries using boolean parameters (#15525) 2023-07-26 18:45:47 +00:00
pusher.py
receipts.py
registration.py Implements admin API to lock an user (MSC3939) (#15870) 2023-08-10 09:10:55 +00:00
rejections.py
relations.py
room.py Inline SQL queries using boolean parameters (#15525) 2023-07-26 18:45:47 +00:00
roommember.py
search.py
session.py
signatures.py
state.py
state_deltas.py
stats.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
stream.py Inline SQL queries using boolean parameters (#15525) 2023-07-26 18:45:47 +00:00
tags.py
transactions.py
ui_auth.py
user_directory.py Implements admin API to lock an user (MSC3939) (#15870) 2023-08-10 09:10:55 +00:00
user_erasure_store.py