summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-16Don't cache searched in /publicRoomsErik Johnston1-1/+5
2016-09-16Add new storage function to slave storeErik Johnston1-0/+1
2016-09-15Add very basic filter API to /publicRoomsErik Johnston1-5/+18
2016-09-15Change the way we calculate new_limit in /publicRooms and add POST APIErik Johnston2-15/+62
2016-09-15Handling expiring stream extrems correctly.Erik Johnston2-3/+22
2016-09-15Change get_pos_of_last_change to return upper boundErik Johnston2-6/+6
2016-09-15Enable state caches on workersErik Johnston6-0/+6
2016-09-15Use stream_change cache to make get_forward_extremeties_for_room cache more e...Erik Johnston3-2/+19
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