summary refs log tree commit diff
path: root/synapse/rest/base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added basic in-memory REST transaction storage. Only the latest transaction ↵Kegan Dougal2014-08-261-0/+2
| | | | for a given path/access_token combo is stored in order to prevent storing ALL request/response pairs.
* Added a urls module for keeping client and federation prefixes.Kegan Dougal2014-08-141-2/+1
|
* Start phasing out HttpServer: we should be using Resources instead. Added ↵Kegan Dougal2014-08-141-1/+3
| | | | resource_for_client/federation/web_client to the HomeServer and hooked the C-S servlets to operate on resource_for_client. Dynamically construct the Resource tree.
* Added a -w flag which will host the web client if specified. Currently this ↵Kegan Dougal2014-08-131-42/+0
| | | | just delegates to the webclient RestServlet.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+113