MatrixSynapse/synapse
David Baker f5e90422f5 take extra return val from check_auth in account too 2016-03-16 14:33:19 +00:00
..
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. 2016-03-07 17:13:56 +00:00
app Use syntax that works on both py2.7 and py3 2016-03-07 20:13:10 +00:00
appservice
config Add config to create guest account on 3pid invite 2016-03-14 15:50:40 +00:00
crypto Make key client send a Host header 2016-03-11 10:29:05 +00:00
events
federation Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
handlers pep8 & remove debug logging 2016-03-16 12:51:34 +00:00
http Fix regression where synapse checked whether push rules were valid JSON before the compatibility hack that handled clients sending invalid JSON 2016-03-14 14:16:41 +00:00
metrics
push Make select more sensible when dseleting access tokens, rename pusher deletion to match access token deletion and make exception arg optional. 2016-03-11 14:34:09 +00:00
replication Add replication stream for pushers 2016-03-15 17:33:10 +00:00
rest take extra return val from check_auth in account too 2016-03-16 14:33:19 +00:00
static/client
storage Add a comment to offer a hint to an explanation for why we have a unique constraint on (app_id, pushkey, user_id) 2016-03-16 10:35:00 +00:00
streams
util Return list, not generator. 2016-03-14 15:30:19 +00:00
__init__.py
notifier.py Hook up adding a pusher to the notifier for replication. 2016-03-15 17:42:03 +00:00
python_dependencies.py Pin pysaml2 version to 3.x 2016-03-09 11:54:56 +00:00
server.py
state.py
types.py