summary refs log tree commit diff
path: root/synapse/rest/client/v1/events.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass the current time to serialize event, rather than passing anMark Haines2015-01-261-1/+7
| | | | | | HS and getting a clock from it and calling time_msec on the clock. Remove the serialize_event method from the HS since it is no longer needed.
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-3/+3
|
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+81