MatrixSynapse/synapse/storage
Erik Johnston 6f52e90065 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/public_room_fix 2016-02-03 11:06:29 +00:00
..
engines Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
schema Change the way we do public room list fetching 2016-02-02 15:21:10 +00:00
util Add a Homeserver.setup method. 2016-01-26 15:51:06 +00:00
__init__.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
_base.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
account_data.py Invalidate _account_data_stream_cache correctly 2016-01-29 16:41:51 +00:00
appservice.py Require ID and as_token be unique for ASs 2016-01-14 14:34:01 +00:00
background_updates.py
directory.py
end_to_end_keys.py
event_federation.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
event_push_actions.py Make LRU cache not default to treecache & add options to use it 2016-01-22 12:10:33 +00:00
events.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
filtering.py Cache filters 2016-01-28 17:09:09 +00:00
keys.py
media_repository.py
prepare_database.py
presence.py Implement a _simple_select_many_batch 2016-01-25 13:36:02 +00:00
profile.py
push_rule.py Fix adding push rules relative to other rules 2016-01-27 10:24:20 +00:00
pusher.py Rename 'user_name' to 'user_id' in push to make it consistent with the rest of the code 2016-01-13 13:32:59 +00:00
receipts.py Cache tags and account data 2016-01-28 16:37:41 +00:00
registration.py Make notifications go quicker 2016-01-18 14:48:29 +00:00
rejections.py
room.py Unused import 2016-02-03 10:30:56 +00:00
roommember.py Cache get_room_changes_for_user 2016-01-29 16:52:48 +00:00
search.py
signatures.py
state.py
stream.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
tags.py Amalgamate tags and account data stream caches 2016-01-28 18:20:00 +00:00
transactions.py