synapse-product/synapse/storage
Erik Johnston b42f90470f Add experimental option to reduce extremities.
Adds new config option `cleanup_extremities_with_dummy_events` which
periodically sends dummy events to rooms with more than 10 extremities.

THIS IS REALLY EXPERIMENTAL.
2019-06-18 15:02:18 +01:00
..
engines
schema Track deactivated accounts in the database (#5378) 2019-06-14 13:18:24 +01:00
util
__init__.py add monthly active users to phonehome stats (#5252) 2019-06-10 23:33:59 +01:00
_base.py Don't send renewal emails to deactivated users 2019-06-14 15:05:56 +01:00
account_data.py
appservice.py
background_updates.py
client_ips.py
deviceinbox.py Fix bug sending federation transactions with lots of EDUs 2019-06-10 16:22:45 +01:00
devices.py Prevent multiple device list updates from breaking a batch send (#5156) 2019-06-06 23:54:00 +01:00
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py Add experimental option to reduce extremities. 2019-06-18 15:02:18 +01:00
event_push_actions.py
events_bg_updates.py
events_worker.py Fix background updates to handle redactions/rejections (#5352) 2019-06-06 00:45:46 +10:00
events.py Prometheus histograms are cumalative 2019-06-14 14:07:32 +01:00
filtering.py
group_server.py
keys.py Fix key verification when key stored with null valid_until_ms 2019-06-10 15:37:10 +01:00
media_repository.py
monthly_active_users.py
openid.py
prepare_database.py Merge pull request #5320 from matrix-org/hawkowl/full-schema-v1 2019-06-06 18:35:38 +01:00
presence.py
profile.py
push_rule.py
pusher.py
receipts.py
registration.py Fix background job for deactivated flag 2019-06-14 16:00:45 +01:00
rejections.py
relations.py
room.py
roommember.py
search.py
signatures.py
state_deltas.py
state.py
stats.py Fix 2019-06-03 17:42:52 +01:00
stream.py Better words 2019-06-06 11:09:38 +01:00
tags.py
transactions.py
user_directory.py
user_erasure_store.py