summary refs log tree commit diff
path: root/synapse/handlers/room_list.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass since/from parameters over federationErik Johnston2016-09-151-29/+26
* Allow paginating both forwards and backwardsErik Johnston2016-09-151-21/+50
* Remove support for aggregate room listsErik Johnston2016-09-151-55/+0
* Accept optional token to public room listErik Johnston2016-09-151-7/+75
* Calculate the public room list from a stream_orderingErik Johnston2016-09-141-3/+40
* Refactor public rooms to not pull out the full state for each roomErik Johnston2016-09-141-14/+30
* Move RoomListHandler into a separate fileErik Johnston2016-09-141-0/+184