summary refs log tree commit diff
path: root/synapse/rest/appservice (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add basic application_services SQL, and hook up parts of the appservice ↵Kegan Dougal2015-01-281-2/+2
| | | | store to read from it.
* Use ApplicationService when registering.Kegan Dougal2015-01-271-2/+6
|
* Add appservice handler and store. Glue together rest > handler > store.Kegan Dougal2015-01-272-3/+8
|
* Parse /register and /unregister request JSON.Kegan Dougal2015-01-271-2/+78
|
* Add stub application services REST API.Kegan Dougal2015-01-274-0/+127