summary refs log tree commit diff
path: root/synapse/rest/appservice/v1/register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove appservice REST servletsKegan Dougal2015-03-311-99/+0
* bump dep on syweb 0.6.5Matthew Hodgson2015-03-121-2/+3
* Convert expected format for AS regex to include exclusivity.Kegan Dougal2015-02-271-29/+6
* PEP8-ifyKegan Dougal2015-02-111-1/+1
* Add hs_token column and generate a different token f.e application service.Kegan Dougal2015-02-051-2/+2
* Add basic application_services SQL, and hook up parts of the appservice store...Kegan Dougal2015-01-281-2/+2
* Use ApplicationService when registering.Kegan Dougal2015-01-271-2/+6
* Add appservice handler and store. Glue together rest > handler > store.Kegan Dougal2015-01-271-2/+6
* Parse /register and /unregister request JSON.Kegan Dougal2015-01-271-2/+78
* Add stub application services REST API.Kegan Dougal2015-01-271-0/+37