MatrixSynapse/synapse/storage/databases/main
Patrick Cloke 7a92d68441 Fix a typo in a comment. 2022-02-16 06:53:21 -05:00
..
__init__.py
account_data.py Add a background database update to purge account data for deactivated users. (#11655) 2022-02-02 11:37:18 +00:00
appservice.py Send to-device messages to application services (#11215) 2022-02-01 14:13:38 +00:00
cache.py Invalidate the get_users_in_room{_with_profile} caches only when necessary. (#11878) 2022-02-02 12:24:07 -05:00
censor_events.py
client_ips.py
deviceinbox.py Fix to-device being dropped in limited sync in SQLite. (#11966) 2022-02-11 13:38:05 +00:00
devices.py Optimise calculating device_list changes in `/sync`. (#11974) 2022-02-15 15:01:00 +00:00
directory.py Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05:00
e2e_room_keys.py Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05:00
end_to_end_keys.py Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05:00
event_federation.py Implement MSC3706: partial state in `/send_join` response (#11967) 2022-02-12 10:44:16 +00:00
event_push_actions.py Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05:00
events.py Fix incorrect `get_rooms_for_user` for remote user (#11999) 2022-02-15 14:26:28 +00:00
events_bg_updates.py Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05:00
events_forward_extremities.py
events_worker.py Fix incorrect thread summaries when the latest event is edited. (#11992) 2022-02-15 08:26:57 -05:00
filtering.py
group_server.py
keys.py
lock.py
media_repository.py
metrics.py
monthly_active_users.py
openid.py
presence.py Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05:00
profile.py
purge_events.py Drop unused table `public_room_list_stream`. (#11795) 2022-01-21 09:19:56 +00:00
push_rule.py Revert experimental push rules from #7997. (#11884) 2022-02-02 09:49:31 -05:00
pusher.py Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05:00
receipts.py
registration.py
rejections.py
relations.py Fix a typo in a comment. 2022-02-16 06:53:21 -05:00
room.py Make pagination of rooms in admin api stable (#11737) 2022-01-17 11:42:51 +00:00
room_batch.py
roommember.py Optimise calculating device_list changes in `/sync`. (#11974) 2022-02-15 15:01:00 +00:00
search.py Refactor search code to reduce function size. (#11991) 2022-02-15 13:47:05 +00:00
session.py
signatures.py Stop reading from `event_reference_hashes` (#11794) 2022-01-21 09:18:10 +00:00
state.py
state_deltas.py
stats.py
stream.py Improvements to bundling aggregations. (#11815) 2022-01-26 08:27:04 -05:00
tags.py
transactions.py Add admin API to get a list of federated rooms (#11658) 2022-01-25 16:11:40 +00:00
ui_auth.py
user_directory.py Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05:00
user_erasure_store.py