summary refs log tree commit diff
path: root/synapse/rest/appservice (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix newline on __init__Kegan Dougal2015-02-111-1/+0
* PEP8-ifyKegan Dougal2015-02-111-1/+1
* Add newline to EOFKegan Dougal2015-02-111-0/+1
* Notify ASes for events sent by other users in a room which an AS user is a pa...Kegan Dougal2015-02-111-2/+2
* 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-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