summary refs log tree commit diff
path: root/synapse/rest/transactions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix pep8 warningsMark Haines2014-10-301-8/+6
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Implemented /rooms/$roomid/[invite|join|leave] with POST / PUT (incl txn ids)Kegan Dougal2014-08-261-2/+5
* Added basic in-memory REST transaction storage. Only the latest transaction f...Kegan Dougal2014-08-261-0/+93