anonymousland-synapse/synapse/storage
2019-01-28 15:43:32 +00:00
..
engines Fix UPSERTs on SQLite 3.24+ (#4477) 2019-01-28 15:43:32 +00:00
schema Add support for persisting event format versions 2019-01-23 11:30:01 +00:00
util
__init__.py drop undocumented dependency on dateutil (#4266) 2018-12-06 04:52:42 +11:00
_base.py Fix UPSERTs on SQLite 3.24+ (#4477) 2019-01-28 15:43:32 +00:00
account_data.py
appservice.py
background_updates.py Fix typos 2019-01-22 11:00:04 +00:00
client_ips.py Use native UPSERTs where possible (#4306) 2019-01-24 21:31:54 +11:00
deviceinbox.py
devices.py Add unique indexes to a couple of tables 2018-11-02 10:36:13 +00:00
directory.py fix thinkos 2018-09-29 02:14:40 +01:00
e2e_room_keys.py Settings Fix deleting e2e room keys on xenial (#4295) 2018-12-14 05:10:31 +11:00
end_to_end_keys.py Lets convert bytes to unicode instead 2018-11-08 12:33:13 +00:00
event_federation.py Add helpers for getting prev and auth events (#4139) 2018-11-06 00:35:15 +11:00
event_push_actions.py
events_worker.py Replace missed usages of FrozenEvent 2019-01-25 10:32:30 +00:00
events.py Add support for persisting event format versions 2019-01-23 11:30:01 +00:00
filtering.py
group_server.py
keys.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
media_repository.py
monthly_active_users.py Fix UPSERTs on SQLite 3.24+ (#4477) 2019-01-28 15:43:32 +00:00
openid.py
prepare_database.py Drop sent_transactions 2018-12-01 23:07:35 -06:00
presence.py
profile.py
push_rule.py
pusher.py Use native UPSERTs where possible (#4306) 2019-01-24 21:31:54 +11:00
receipts.py
registration.py Ensure synchrotrons can access is_support_user in the storage layer 2019-01-02 10:19:59 +00:00
rejections.py
room.py preserve room visibility 2018-10-25 19:10:24 +01:00
roommember.py Use term 'out of band membership' instead 2019-01-24 17:33:19 +00:00
search.py Add an option to disable search for homeservers which may not be interested in it (#4230) 2018-12-04 12:01:02 +01:00
signatures.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
state.py Merge branch 'anoa/full_search_upgraded_rooms' of github.com:matrix-org/synapse into anoa/full_search_upgraded_rooms 2019-01-24 17:23:51 +00:00
stream.py Comments on get_all_new_events_stream 2018-10-12 09:55:41 +01:00
tags.py
transactions.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
user_directory.py Use native UPSERTs where possible (#4306) 2019-01-24 21:31:54 +11:00
user_erasure_store.py