MatrixSynapse/synapse
David Baker 742b6c6d15 Use hs get_clock instead of time.time() 2016-03-16 15:42:35 +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
appservice
config Add config to create guest account on 3pid invite 2016-03-14 15:50:40 +00:00
crypto
events
federation Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
handlers Use hs get_clock instead of time.time() 2016-03-16 15:42:35 +00:00
http
metrics
push
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 Hook up the push rules to the notifier 2016-03-03 14:57:45 +00:00
util
__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
server.py
state.py
types.py