You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/storage
Erik Johnston a70688445d Implement purge_media_cache admin API 9 years ago
..
engines Don't require config to create database 9 years ago
schema Track approximate last access time for remote media 9 years ago
util Add tests for redactions 9 years ago
__init__.py Move insert_client_ip to a separate class 9 years ago
_base.py Fix setting the _clock in SQLBaseStore 9 years ago
account_data.py Don't hit DB for noop replications queries 9 years ago
appservice.py Fix AS retries, but with correct ordering 9 years ago
background_updates.py Simplify query and handle finishing correctly 9 years ago
client_ips.py Move insert_client_ip to a separate class 9 years ago
directory.py Bump get_aliases_for_room cache 9 years ago
end_to_end_keys.py Fix relative imports so they work in both py3 and py27 9 years ago
event_federation.py Use computed prev event ids 9 years ago
event_push_actions.py Actually we need to order these properly 9 years ago
events.py Use similar naming we use in email notifs for push 9 years ago
filtering.py Cache filters 9 years ago
keys.py Fix relative imports so they work in both py3 and py27 9 years ago
media_repository.py Implement purge_media_cache admin API 9 years ago
openid.py Add an openidish mechanism for proving to third parties that you own a given user_id 9 years ago
prepare_database.py Track approximate last access time for remote media 9 years ago
presence.py Don't hit DB for noop replications queries 9 years ago
profile.py Add the create_profile method back since the tests use it 9 years ago
push_rule.py Don't hit DB for noop replications queries 9 years ago
pusher.py Only get local users 9 years ago
receipts.py Merge pull request #809 from matrix-org/erikj/cache_receipts_in_room 9 years ago
registration.py Remove registered_users from the distributor. 9 years ago
rejections.py copyrights 9 years ago
room.py more pep8 9 years ago
roommember.py Remove dead code. 9 years ago
search.py Remove event fetching from DB threads 9 years ago
signatures.py Cache get_event_reference_hashes 9 years ago
state.py Add cache to _get_state_groups_from_groups 9 years ago
stream.py Remove event fetching from DB threads 9 years ago
tags.py Don't hit DB for noop replications queries 9 years ago
transactions.py Pull prev txn from in memory 9 years ago