MatrixSynapse/synapse/storage/databases/main
Sorunome d936371b69
Implement knock feature (#6739)
This PR aims to implement the knock feature as proposed in https://github.com/matrix-org/matrix-doc/pull/2403

Signed-off-by: Sorunome mail@sorunome.de
Signed-off-by: Andrew Morgan andrewm@element.io
2021-06-09 19:39:51 +01:00
..
__init__.py Don't hammer the database for destination retry timings every ~5mins (#10036) 2021-05-21 17:57:08 +01:00
account_data.py
appservice.py
cache.py add a cache to have_seen_event (#9953) 2021-06-01 12:04:47 +01:00
censor_events.py
client_ips.py Remove `keylen` from `LruCache`. (#9993) 2021-05-24 14:02:01 +01:00
deviceinbox.py Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
devices.py Combine `LruCache.invalidate` and `invalidate_many` (#9973) 2021-05-27 10:33:56 +01:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Minor `@cachedList` enhancements (#9975) 2021-05-14 11:12:36 +01:00
event_federation.py
event_push_actions.py Combine `LruCache.invalidate` and `invalidate_many` (#9973) 2021-05-27 10:33:56 +01:00
events.py Combine `LruCache.invalidate` and `invalidate_many` (#9973) 2021-05-27 10:33:56 +01:00
events_bg_updates.py
events_forward_extremities.py
events_worker.py add a cache to have_seen_event (#9953) 2021-06-01 12:04:47 +01:00
filtering.py
group_server.py
keys.py Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
media_repository.py Add an admin API for unprotecting local media from quarantine (#10040) 2021-05-26 11:19:47 +01:00
metrics.py
monthly_active_users.py
openid.py
presence.py Fixed removal of new presence stream states (#10014) 2021-05-21 12:02:06 +01:00
profile.py
purge_events.py add a cache to have_seen_event (#9953) 2021-06-01 12:04:47 +01:00
push_rule.py
pusher.py
receipts.py Combine `LruCache.invalidate` and `invalidate_many` (#9973) 2021-05-27 10:33:56 +01:00
registration.py Remove unnecessary SystemRandom from SQLBaseStore (#9987) 2021-05-14 10:59:10 +01:00
rejections.py
relations.py
room.py Add new admin APIs to remove media by media ID from quarantine. (#10044) 2021-06-02 18:50:35 +01:00
roommember.py Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
search.py
signatures.py
state.py
state_deltas.py
stats.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
stream.py
tags.py
transactions.py Don't hammer the database for destination retry timings every ~5mins (#10036) 2021-05-21 17:57:08 +01:00
ui_auth.py
user_directory.py Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
user_erasure_store.py Minor `@cachedList` enhancements (#9975) 2021-05-14 11:12:36 +01:00