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
David Baker b58d10a875 pep8 9 years ago
..
api Send the user ID matching the guest access token, since there is no Matrix API to discover what user ID an access token is for. 9 years ago
app Use syntax that works on both py2.7 and py3 9 years ago
appservice Fix flake8 warnings for new flake8 9 years ago
config Add config to create guest account on 3pid invite 9 years ago
crypto Make key client send a Host header 9 years ago
events Atomically persit push actions when we persist the event 9 years ago
federation Use parse_json_object_from_request to parse JSON out of request bodies 9 years ago
handlers pep8 9 years ago
http Fix regression where synapse checked whether push rules were valid JSON before the compatibility hack that handled clients sending invalid JSON 9 years ago
metrics copyrights 9 years ago
push Make select more sensible when dseleting access tokens, rename pusher deletion to match access token deletion and make exception arg optional. 9 years ago
replication Add replication stream for pushers 9 years ago
rest take extra return val from check_auth in account too 9 years ago
static/client Updates to fallback CAS login to do new token login 9 years ago
storage Add a comment to offer a hint to an explanation for why we have a unique constraint on (app_id, pushkey, user_id) 9 years ago
streams Hook up the push rules to the notifier 9 years ago
util Return list, not generator. 9 years ago
__init__.py Bump version and changelog 9 years ago
notifier.py Hook up adding a pusher to the notifier for replication. 9 years ago
python_dependencies.py Pin pysaml2 version to 3.x 9 years ago
server.py Fix flake8 warnings for new flake8 9 years ago
state.py Fix flake8 warnings for new flake8 9 years ago
types.py Hook up the push rules to the notifier 9 years ago