forked-synapse/synapse/storage
Richard van der Hoff 6cfee09be9 Make __init__ consitstent across Store heirarchy
Add db_conn parameters to the `__init__` methods of the *Store classes, so that
they are all consistent, which makes the multiple inheritance work correctly
(and so that we can later extract mixins which can be used in the slavedstores)
2017-11-13 10:46:07 +00:00
..
engines
schema create new indexes before dropping old ones to keep safetynet in place 2017-11-07 10:41:55 +00:00
util
__init__.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
_base.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
account_data.py Up cache size of get_global_account_data_by_type_for_user 2017-11-13 09:52:11 +00:00
appservice.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
background_updates.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
client_ips.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
deviceinbox.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
devices.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
directory.py Add shutdown room API 2017-06-19 12:37:27 +01:00
end_to_end_keys.py Remove redundant invalidation 2017-05-23 09:46:59 +01:00
event_federation.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
event_push_actions.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
events.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
filtering.py replaced json.dumps with encode_canonical_json 2017-06-21 14:48:12 +02:00
group_server.py Fix typo 2017-11-09 15:56:16 +00:00
keys.py Invalidate signing key cache when we gat an update 2017-09-20 01:32:42 +01:00
media_repository.py Avoid no-op media deletes 2017-11-04 09:50:15 +02:00
openid.py
prepare_database.py DB schema interface for password auth providers 2017-10-31 14:01:53 +00:00
presence.py
profile.py Add user profiles to summary from group server 2017-08-25 16:23:58 +01:00
push_rule.py Increase size of push rule caches 2017-05-18 17:17:53 +01:00
pusher.py
receipts.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
registration.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
rejections.py
room.py Handle thumbnail urls 2017-06-19 17:48:28 +01:00
roommember.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
search.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
signatures.py
state.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
stream.py
tags.py
transactions.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
user_directory.py s/users_in_pubic_room/users_in_public_rooms/g 2017-11-04 19:38:13 +00:00