summary refs log tree commit diff
path: root/synapse/handlers/appservice.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-28Add basic application_services SQL, and hook up parts of the appservice store...Kegan Dougal1-3/+4
2015-01-28Remove unused importKegan Dougal1-2/+0
2015-01-27Log when ASes are registered/unregistered.Kegan Dougal2-1/+5
2015-01-27Use ApplicationService when registering.Kegan Dougal3-20/+17
2015-01-27Add stub methods, TODOs and docstrings for application services.Kegan Dougal2-5/+72
2015-01-27Add AS specific classes with docstrings.Kegan Dougal1-1/+59
2015-01-27Add appservice handler and store. Glue together rest > handler > store.Kegan Dougal6-5/+107
2015-01-27Parse /register and /unregister request JSON.Kegan Dougal1-2/+78
2015-01-27Add stub application services REST API.Kegan Dougal7-1/+135
2015-01-27Initial cut of a shared base class for REST unit testsPaul "LeoNerd" Evans1-0/+45
2015-01-26Remove unused import from server.pyMark Haines1-1/+0
2015-01-26