summary refs log tree commit diff
path: root/synapse/handlers/appservice.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add basic application_services SQL, and hook up parts of the appservice store...Kegan Dougal2015-01-281-3/+4
* Log when ASes are registered/unregistered.Kegan Dougal2015-01-271-0/+2
* Use ApplicationService when registering.Kegan Dougal2015-01-271-8/+5
* Add stub methods, TODOs and docstrings for application services.Kegan Dougal2015-01-271-3/+22
* Add appservice handler and store. Glue together rest > handler > store.Kegan Dougal2015-01-271-0/+49