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
Erik Johnston 941f59101b Don't fail an entire request if one of the returned events fails a signature check. If an event does fail a signature check, look in the local database and request it from the originator. 10 years ago
..
schema Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storage 10 years ago
__init__.py Don't fail an entire request if one of the returned events fails a signature check. If an event does fail a signature check, look in the local database and request it from the originator. 10 years ago
_base.py Be more specific in naming columns in selects. 10 years ago
directory.py Update copyright notices 10 years ago
event_federation.py Update copyright notices 10 years ago
feedback.py Update copyright notices 10 years ago
filtering.py Use 'in' to test if the key exists, remove unused _filters_for_user 10 years ago
keys.py Update copyright notices 10 years ago
media_repository.py Update copyright notices 10 years ago
presence.py Update copyright notices 10 years ago
profile.py Update copyright notices 10 years ago
push_rule.py Code style fixes. 10 years ago
pusher.py Code style fixes. 10 years ago
registration.py Extract the id token of the token when authing users, include the token and device_id in the internal meta data for the event along with the transaction id when sending events 10 years ago
rejections.py Initial implementation of auth conflict resolution 10 years ago
room.py Remove unused functions 10 years ago
roommember.py Replace hs.parse_userid with UserID.from_string 10 years ago
signatures.py Update copyright notices 10 years ago
state.py Remove unused functions 10 years ago
stream.py Fix token formatting 10 years ago
transactions.py Add index on transaction_id to sent_transcations 10 years ago