MatrixSynapse/synapse/storage
Erik Johnston 2a3e822f44 Comment 2017-04-07 13:47:04 +01:00
..
engines
schema
util
__init__.py
_base.py Use iter(items|values) 2017-03-24 10:57:02 +00:00
account_data.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
appservice.py
background_updates.py
client_ips.py
deviceinbox.py Deduplicate new deviceinbox rows for replication 2017-04-04 16:21:21 +01:00
devices.py Add new storage functions for new replication 2017-03-30 11:48:35 +01:00
directory.py
end_to_end_keys.py Decrank last commit 2017-03-29 11:02:35 +01:00
event_federation.py Use txn.fetchall() so we can reuse txn 2017-03-30 10:30:05 +01:00
event_push_actions.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
events.py Add new storage functions for new replication 2017-03-30 11:48:35 +01:00
filtering.py
keys.py fix up some key verif docstrings 2017-03-21 13:27:50 +00:00
media_repository.py
openid.py
prepare_database.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
presence.py Actually call invalidate 2017-03-24 13:28:20 +00:00
profile.py
push_rule.py
pusher.py Fix up docs 2017-03-31 11:19:24 +01:00
receipts.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
registration.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
rejections.py
room.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
roommember.py Cache hosts in room 2017-03-24 11:46:24 +00:00
search.py
signatures.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
state.py Comment 2017-04-07 13:47:04 +01:00
stream.py
tags.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
transactions.py