summary refs log tree commit diff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-15Add cache to get_forward_extremeties_for_roomErik Johnston2-1/+2
2016-09-15Remove default public rooms limitErik Johnston1-1/+1
2016-09-15By default limit /publicRooms to 100 entriesErik Johnston1-1/+1
2016-09-15Stream public room changes down replicationErik Johnston4-1/+74
2016-09-15Base public room list off of public_rooms streamErik Johnston2-7/+79
2016-09-15Pass since/from parameters over federationErik Johnston6-57/+63
2016-09-15Allow paginating both forwards and backwardsErik Johnston2-24/+65
2016-09-15Remove support for aggregate room listsErik Johnston3-65/+1
2016-09-15Ensure we don't mutate the cache of push rulesErik Johnston1-9/+1
2016-09-15Accept optional token to public room listErik Johnston2-7/+76
2016-09-14Calculate the public room list from a stream_orderingErik Johnston2-3/+43
2016-09-14Refactor public rooms to not pull out the full state for each roomErik Johnston2-16/+33
2016-09-14Add a room visibility streamErik Johnston4