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 05d044aac3 pep8 9 years ago
..
engines Don't require config to create database 9 years ago
schema pep8 9 years ago
util Assert that the step != 0 9 years ago
__init__.py Move _get_cache_dict into the SQLBaseStore 9 years ago
_base.py Move _get_cache_dict into the SQLBaseStore 9 years ago
account_data.py Use a stream id generator for backfilled ids 9 years ago
appservice.py
background_updates.py
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 pep8 9 years ago
events.py Merge remote-tracking branch 'origin/develop' into dbkr/pushers_use_event_actions 9 years ago
filtering.py
keys.py Fix relative imports so they work in both py3 and py27 9 years ago
media_repository.py Fix relative imports so they work in both py3 and py27 9 years ago
prepare_database.py Don't require config to create database 9 years ago
presence.py Use a stream id generator for backfilled ids 9 years ago
profile.py
push_rule.py Use a stream id generator for backfilled ids 9 years ago
pusher.py Make pushers use the event_push_actions table instead of listening on an event stream & running the rules again. Sytest passes, but remaining to do: 9 years ago
receipts.py Merge remote-tracking branch 'origin/develop' into dbkr/pushers_use_event_actions 9 years ago
registration.py pep8 9 years ago
rejections.py
room.py Add published room list edit API 9 years ago
roommember.py pep8 9 years ago
search.py
signatures.py Fix relative imports so they work in both py3 and py27 9 years ago
state.py Make the cache objects be per instance rather than being global 9 years ago
stream.py Use a stream id generator for backfilled ids 9 years ago
tags.py Use a stream id generator for backfilled ids 9 years ago
transactions.py