You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/storage
Andrew Morgan 25d64a846a Fix typos 6 years ago
..
engines Port storage/ to Python 3 (#3725) 6 years ago
schema Remove duplicates in the user_ips table and add an index (#4370) 6 years ago
util
__init__.py drop undocumented dependency on dateutil (#4266) 6 years ago
_base.py Fix adding new rows instead of updating them if one of the key values is a NULL in upserts. (#4369) 6 years ago
account_data.py
appservice.py Make EventStore inherit from EventFederationStore 6 years ago
background_updates.py Fix typos 6 years ago
client_ips.py Remove duplicates in the user_ips table and add an index (#4370) 6 years ago
deviceinbox.py Port storage/ to Python 3 (#3725) 6 years ago
devices.py Add unique indexes to a couple of tables 6 years ago
directory.py fix thinkos 6 years ago
e2e_room_keys.py Settings Fix deleting e2e room keys on xenial (#4295) 6 years ago
end_to_end_keys.py Lets convert bytes to unicode instead 6 years ago
event_federation.py Add helpers for getting prev and auth events (#4139) 6 years ago
event_push_actions.py Fix some looping_call calls which were broken in #3604 6 years ago
events.py Fix race when persisting create event (#4404) 6 years ago
events_worker.py Port storage/ to Python 3 (#3725) 6 years ago
filtering.py Port storage/ to Python 3 (#3725) 6 years ago
group_server.py
keys.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 6 years ago
media_repository.py
monthly_active_users.py create support user (#4141) 6 years ago
openid.py
prepare_database.py Drop sent_transactions 6 years ago
presence.py
profile.py Remote profile cache should remain in master worker 6 years ago
push_rule.py Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_room 6 years ago
pusher.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 6 years ago
receipts.py
registration.py Ensure synchrotrons can access is_support_user in the storage layer 6 years ago
rejections.py
room.py preserve room visibility 6 years ago
roommember.py Speed up lazy loading (#3827) 6 years ago
search.py Add an option to disable search for homeservers which may not be interested in it (#4230) 6 years ago
signatures.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 6 years ago
state.py Log roomid along with Unknown room (#4297) 6 years ago
stream.py Comments on get_all_new_events_stream 6 years ago
tags.py
transactions.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 6 years ago
user_directory.py
user_erasure_store.py