MatrixSynapse/synapse/storage
Neil Johnson 9ee44a372d Remove need for sqlite specific query 2018-03-29 16:45:34 +01:00
..
engines
schema Add user_ips last seen index 2018-03-28 12:03:13 +01:00
util
__init__.py Remove need for sqlite specific query 2018-03-29 16:45:34 +01:00
_base.py Fix bug with delayed cache invalidation stream 2018-03-02 14:45:15 +00:00
account_data.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
appservice.py Remove ability for AS users to call /events and /sync 2018-03-05 15:44:46 +00:00
background_updates.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
client_ips.py Add user_ips last seen index 2018-03-28 12:03:13 +01:00
deviceinbox.py Replace ujson with simplejson 2018-03-15 23:43:31 +00:00
devices.py Replace ujson with simplejson 2018-03-15 23:43:31 +00:00
directory.py Fix cache invalidation on deletion 2018-03-05 15:29:03 +00:00
end_to_end_keys.py Replace ujson with simplejson 2018-03-15 23:43:31 +00:00
event_federation.py
event_push_actions.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
events.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
events_worker.py Replace some ujson with simplejson to make it work 2018-03-16 00:27:09 +00:00
filtering.py
group_server.py
keys.py
media_repository.py
openid.py
prepare_database.py bump schema version 2018-03-28 14:40:03 +01:00
presence.py
profile.py Split up ProfileStore 2018-03-13 17:36:50 +00:00
push_rule.py
pusher.py
receipts.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
registration.py Split registration store 2018-03-02 13:48:27 +00:00
rejections.py
room.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
roommember.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
search.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
signatures.py
state.py fix bug #2926 (loading all state for a given type from the DB if the state_key is None) (#2990) 2018-03-13 22:36:04 +00:00
stream.py Merge pull request #2946 from matrix-org/rav/timestamp_to_purge 2018-03-06 11:20:23 +00:00
tags.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
transactions.py Replace ujson with simplejson 2018-03-15 23:43:31 +00:00
user_directory.py