forked-synapse/synapse/api
Kegan Dougal 5a7dd05818 Modify auth.get_user_by_req for authing appservices directly.
Add logic to map the appservice token to the autogenned appservice user ID.
Add unit tests for all forms of get_user_by_req (user/appservice,
valid/bad/missing tokens)
2015-02-09 14:14:15 +00:00
..
__init__.py Update copyright notices 2015-01-06 13:21:39 +00:00
auth.py Modify auth.get_user_by_req for authing appservices directly. 2015-02-09 14:14:15 +00:00
constants.py Add m.login.application_service registration procedure. 2015-02-05 17:29:27 +00:00
errors.py Grant ASes the ability to create alias in their own namespace. 2015-02-06 10:57:14 +00:00
filtering.py Use 'in' to test if the key exists, remove unused _filters_for_user 2015-01-30 14:54:06 +00:00
ratelimiting.py Update copyright notices 2015-01-06 13:21:39 +00:00
urls.py Add stub application services REST API. 2015-01-27 14:01:51 +00:00