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
David Baker eb03625626 Merge remote-tracking branch 'origin/develop' into store_event_actions 9 years ago
..
engines Implement rank function for SQLite FTS 9 years ago
schema Merge remote-tracking branch 'origin/develop' into store_event_actions 9 years ago
util Move DictionaryCache 9 years ago
__init__.py Rename event-actions to event_push_actions as per PR request 9 years ago
_base.py Track the time spent in the database per request. 9 years ago
account_data.py Add API for setting account_data globaly or on a per room basis 9 years ago
appservice.py txn.execute doesn't return cursors 10 years ago
background_updates.py Fix the background update 9 years ago
directory.py Move all the caches into their own package, synapse.util.caches 9 years ago
end_to_end_keys.py Dodesn't seem to make any difference: guess it does work with the object reference 9 years ago
event_federation.py Remove unused functions from synapse/storage/event_federation.py 9 years ago
event_push_actions.py = not == in sql 9 years ago
events.py Track the time spent in the database per request. 9 years ago
filtering.py Fix FilteringStore.get_user_filter to work with postgres 9 years ago
keys.py Remove syutil dependency in favour of smaller single-purpose libraries 9 years ago
media_repository.py Give sensible names for '_simple_...' transactions 10 years ago
prepare_database.py Allow guests to upgrade their accounts 9 years ago
presence.py Bump size of get_presence_state cache 9 years ago
profile.py Revert needless change to storage.profile 10 years ago
push_rule.py Address minor PR issues 9 years ago
pusher.py synapse/storage/_base.py:Table was unused 9 years ago
receipts.py Rename unhelpful variable name 9 years ago
registration.py Allow guests to upgrade their accounts 9 years ago
rejections.py Give sensible names for '_simple_...' transactions 10 years ago
room.py Return world_readable and guest_can_join in /publicRooms 9 years ago
roommember.py Fix typo 9 years ago
search.py Fix 500 error when back-paginating search results 9 years ago
signatures.py Remove unused functions from synapse/storage/signatures.py 9 years ago
state.py Fix a few race conditions in the state calculation 9 years ago
stream.py Open up /events to anonymous users for room events only 9 years ago
tags.py Add API for setting account_data globaly or on a per room basis 9 years ago
transactions.py Fix bug where assumed dict was namedtuple 9 years ago