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
Luke Barnard cd087a265d Don't use redundant inlineCallbacks 7 years ago
..
engines Store state groups separately from events (#2784) 7 years ago
schema Merge pull request #3045 from matrix-org/dbkr/group_joinable 7 years ago
util Fix assertion to stop transaction queue getting wedged 8 years ago
__init__.py Review comments 7 years ago
_base.py Fix bug with delayed cache invalidation stream 7 years ago
account_data.py Merge branch 'master' of github.com:matrix-org/synapse into develop 7 years ago
appservice.py Remove ability for AS users to call /events and /sync 7 years ago
background_updates.py Merge branch 'master' of github.com:matrix-org/synapse into develop 7 years ago
client_ips.py Add user_ips last seen index 7 years ago
deviceinbox.py Replace ujson with simplejson 7 years ago
devices.py Replace ujson with simplejson 7 years ago
directory.py Fix cache invalidation on deletion 7 years ago
end_to_end_keys.py Replace ujson with simplejson 7 years ago
event_federation.py Split out SignatureStore and EventFederationStore 7 years ago
event_push_actions.py Merge branch 'master' of github.com:matrix-org/synapse into develop 7 years ago
events.py Use static JSONEncoders 7 years ago
events_worker.py Replace some ujson with simplejson to make it work 7 years ago
filtering.py replaced json.dumps with encode_canonical_json 8 years ago
group_server.py Don't use redundant inlineCallbacks 7 years ago
keys.py Invalidate signing key cache when we gat an update 7 years ago
media_repository.py Keep track of last access time for local media 7 years ago
openid.py Add an openidish mechanism for proving to third parties that you own a given user_id 9 years ago
prepare_database.py bump schema version 7 years ago
presence.py Actually call invalidate 8 years ago
profile.py Split up ProfileStore 7 years ago
push_rule.py Move storage functions for push calculations 7 years ago
pusher.py Move storage functions for push calculations 7 years ago
receipts.py Merge branch 'master' of github.com:matrix-org/synapse into develop 7 years ago
registration.py Don't use _cursor_to_dict in find_next_generated_user_id_localpart 7 years ago
rejections.py copyrights 9 years ago
room.py Remove uses of events.content 7 years ago
roommember.py Remove uses of events.content 7 years ago
search.py Remove uses of events.content 7 years ago
signatures.py Stub out broken function only used for cache 7 years ago
state.py fix bug #2926 (loading all state for a given type from the DB if the state_key is None) (#2990) 7 years ago
stream.py Merge pull request #2946 from matrix-org/rav/timestamp_to_purge 7 years ago
tags.py Merge branch 'master' of github.com:matrix-org/synapse into develop 7 years ago
transactions.py Replace ujson with simplejson 7 years ago
user_directory.py Fix search_user_dir multiple sqlite versions do different things 7 years ago