summary refs log tree commit diff
path: root/synapse/rest/client/v1/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace hs.parse_roomalias with RoomAlias.from_stringMark Haines2015-01-231-2/+2
* Replace hs.parse_roomid with RoomID.from_stringMark Haines2015-01-231-2/+2
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-2/+3
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+559