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
Kegan Dougal 89f2e8fbdf Fix bug in store defer. Add more unit tests. 10 years ago
..
schema Merge branch 'develop' into application-services 10 years ago
__init__.py Implement txns for AS (un)registration. 10 years ago
_base.py Be more specific in naming columns in selects. 10 years ago
appservice.py Fix bug in store defer. Add more unit tests. 10 years ago
directory.py
event_federation.py
feedback.py
filtering.py Use 'in' to test if the key exists, remove unused _filters_for_user 10 years ago
keys.py
media_repository.py
presence.py
profile.py
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
roommember.py
signatures.py
state.py
stream.py Fix token formatting 10 years ago
transactions.py