Dagfinn Ilmari Mannsåker a3f11567d9 Replace all remaining six usage with native Python 3 equivalents (#7704) 4 years ago
..
schema a3f11567d9 Replace all remaining six usage with native Python 3 equivalents (#7704) 4 years ago
__init__.py 1f36ff69e8 Move event stream handling out of slave store. (#7491) 4 years ago
account_data.py 664409b169 Fix bug in account data replication stream. (#7656) 4 years ago
appservice.py 34a43f0084 Fix a couple of small typos 4 years ago
cache.py 1f36ff69e8 Move event stream handling out of slave store. (#7491) 4 years ago
censor_events.py 1124111a12 Allow censoring of events to happen on workers. (#7492) 4 years ago
client_ips.py bd6dc17221 Replace iteritems/itervalues/iterkeys with native versions. (#7692) 4 years ago
deviceinbox.py 4cff617df1 Move catchup of replication streams to worker. (#7024) 4 years ago
devices.py bd6dc17221 Replace iteritems/itervalues/iterkeys with native versions. (#7692) 4 years ago
directory.py 7042840b32 Transfer alias mappings when joining an upgraded room (#6946) 4 years ago
e2e_room_keys.py 12aa5a7fa7 Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150) 4 years ago
end_to_end_keys.py bd6dc17221 Replace iteritems/itervalues/iterkeys with native versions. (#7692) 4 years ago
event_federation.py a3f11567d9 Replace all remaining six usage with native Python 3 equivalents (#7704) 4 years ago
event_push_actions.py bd6dc17221 Replace iteritems/itervalues/iterkeys with native versions. (#7692) 4 years ago
events.py a3f11567d9 Replace all remaining six usage with native Python 3 equivalents (#7704) 4 years ago
events_bg_updates.py a3f11567d9 Replace all remaining six usage with native Python 3 equivalents (#7704) 4 years ago
events_worker.py e5c67d04db Add option to move event persistence off master (#7517) 4 years ago
filtering.py 756d4942f5 Move DB pool and helper functions into dedicated Database class 4 years ago
group_server.py 16090a077f Prevent 0-member/null room_version rooms from appearing in group room queries (#7465) 4 years ago
keys.py e6027562e2 remove `builtins.buffer` code from storage code 4 years ago
media_repository.py 1722b8a527 Convert delete_url_cache_media to async/await. (#7241) 4 years ago
metrics.py 782e4e64df Shuffle persist event data store functions. (#7440) 4 years ago
monthly_active_users.py e91abfd291 async/await get_user_id_by_threepid (#7620) 4 years ago
openid.py 756d4942f5 Move DB pool and helper functions into dedicated Database class 4 years ago
presence.py fdb1344716 Remove concept of a non-limited stream. (#7011) 4 years ago
profile.py 86614e251f Fix a small typo in the arguments of simple_update in update_remote_profile_cache (#7511) 4 years ago
purge_events.py 782e4e64df Shuffle persist event data store functions. (#7440) 4 years ago
push_rule.py 1f36ff69e8 Move event stream handling out of slave store. (#7491) 4 years ago
pusher.py bbf8886a05 Merge worker apps into one. (#6964) 4 years ago
receipts.py 2dc430d36e Use upsert when inserting read receipts (#7607) 4 years ago
registration.py bd6dc17221 Replace iteritems/itervalues/iterkeys with native versions. (#7692) 4 years ago
rejections.py 782e4e64df Shuffle persist event data store functions. (#7440) 4 years ago
relations.py 782e4e64df Shuffle persist event data store functions. (#7440) 4 years ago
room.py 782e4e64df Shuffle persist event data store functions. (#7440) 4 years ago
roommember.py bd6dc17221 Replace iteritems/itervalues/iterkeys with native versions. (#7692) 4 years ago
search.py a3f11567d9 Replace all remaining six usage with native Python 3 equivalents (#7704) 4 years ago
signatures.py 782e4e64df Shuffle persist event data store functions. (#7440) 4 years ago
state.py 65902e08c3 remove to_ascii 4 years ago
state_deltas.py b29474e0aa Always return a deferred from `get_current_state_deltas`. (#7019) 4 years ago
stats.py e1d858984d Remove unused `get_room_stats_state` method. (#6869) 4 years ago
stream.py a3f11567d9 Replace all remaining six usage with native Python 3 equivalents (#7704) 4 years ago
tags.py a3f11567d9 Replace all remaining six usage with native Python 3 equivalents (#7704) 4 years ago
transactions.py e6027562e2 remove `builtins.buffer` code from storage code 4 years ago
ui_auth.py 2d11ea385c Fix warnings about losing log context during UI auth. (#7688) 4 years ago
user_directory.py ed630ea17c Reduce amount of logging at INFO level. (#6862) 4 years ago
user_erasure_store.py 509e381afa Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 4 years ago