MatrixSynapse/synapse/storage
Richard van der Hoff 85d1e03b9d
Simplifications and comments in do_auth (#5227)
I was staring at this function trying to figure out wtf it was actually
doing. This is (hopefully) a non-functional refactor which makes it a bit
clearer.
2019-05-23 11:17:42 +01:00
..
engines
schema Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
util
__init__.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
_base.py Do the select and insert in a single transaction 2019-05-21 13:38:51 +01:00
account_data.py
appservice.py Expose DataStore._get_events as get_events_as_list 2019-05-14 13:37:44 +01:00
background_updates.py
client_ips.py
deviceinbox.py Limit the number of EDUs in transactions to 100 as expected by receiver (#5138) 2019-05-09 11:01:41 +01:00
devices.py
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py Expose DataStore._get_events as get_events_as_list 2019-05-14 13:37:44 +01:00
event_push_actions.py
events.py Exclude soft-failed events from fwd-extremity candidates. (#5146) 2019-05-21 16:10:54 +01:00
events_worker.py Simplifications and comments in do_auth (#5227) 2019-05-23 11:17:42 +01:00
filtering.py
group_server.py Add functions to delete a group 2019-04-03 16:29:52 +01:00
keys.py Rewrite Datastore.get_server_verify_keys 2019-04-09 00:00:10 +01:00
media_repository.py
monthly_active_users.py
openid.py
prepare_database.py Add account expiration feature 2019-04-09 16:46:04 +01:00
presence.py Remove presence lists (#4989) 2019-04-03 11:11:15 +01:00
profile.py
push_rule.py
pusher.py
receipts.py
registration.py Add startup background job for account validity 2019-05-17 19:37:31 +01:00
rejections.py
relations.py Merge pull request #5203 from matrix-org/erikj/aggregate_by_sender 2019-05-21 17:10:48 +01:00
room.py
roommember.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
search.py Expose DataStore._get_events as get_events_as_list 2019-05-14 13:37:44 +01:00
signatures.py
state.py
state_deltas.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
stats.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
stream.py Spelling and clarifications 2019-05-17 16:40:51 +01:00
tags.py
transactions.py
user_directory.py Fix grammar and document get_current_users_in_room (#4998) 2019-04-03 14:32:20 +01:00
user_erasure_store.py