summary refs log tree commit diff
path: root/synapse/storage/appservice.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement txns for AS (un)registration.Kegan Dougal2015-02-021-21/+99
* Add basic application_services SQL, and hook up parts of the appservice store...Kegan Dougal2015-01-281-11/+78
* Remove unused importKegan Dougal2015-01-281-2/+0
* Log when ASes are registered/unregistered.Kegan Dougal2015-01-271-1/+3
* Use ApplicationService when registering.Kegan Dougal2015-01-271-10/+6
* Add stub methods, TODOs and docstrings for application services.Kegan Dougal2015-01-271-2/+50
* Add AS specific classes with docstrings.Kegan Dougal2015-01-271-1/+59
* Add appservice handler and store. Glue together rest > handler > store.Kegan Dougal2015-01-271-0/+45