summary refs log tree commit diff
path: root/tests/rest/test_rooms.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into storage_transactionsMark Haines2014-08-271-90/+32
|\
| * Renamed /rooms to /createRoom. Removed ability to PUT raw room IDs, and remov...Kegan Dougal2014-08-271-90/+32
* | Merge branch 'develop' into storage_transactionsMark Haines2014-08-271-23/+12
|\|
| * Removed MessageRestServlet, use RoomSendEventRestServlet instead. Updated cmd...Kegan Dougal2014-08-261-23/+12
* | Fold federation/handler into handlers/federationMark Haines2014-08-261-6/+6
|/
* Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> /rooms/$ro...Kegan Dougal2014-08-261-4/+4
* Fix ALL THE UNIT TESTSKegan Dougal2014-08-261-16/+16
* Don't generate room membership messages. Include previous state of in members...Erik Johnston2014-08-201-1/+6
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-191-98/+98
|\
| * Rename MockHttpServer to MockHttpResource as it stands for one server resourc...Paul "LeoNerd" Evans2014-08-191-94/+94
* | Disable the ability to GET individualy messages. We need to think about the c...Erik Johnston2014-08-181-36/+36
|/
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+14
* Reference Matrix Home Servermatrix.org2014-08-121-0/+924