| Commit message (Expand) | Author | Files | Lines |
2016-09-16 | Filter remote rooms lists locally | Erik Johnston | 2 | -11/+25 |
2016-09-16 | Don't cache searched in /publicRooms | Erik Johnston | 1 | -1/+5 |
2016-09-16 | Add new storage function to slave store | Erik Johnston | 1 | -0/+1 |
2016-09-15 | Add very basic filter API to /publicRooms | Erik Johnston | 1 | -5/+18 |
2016-09-15 | Change the way we calculate new_limit in /publicRooms and add POST API | Erik Johnston | 2 | -15/+62 |
2016-09-15 | Handling expiring stream extrems correctly. | Erik Johnston | 2 | -3/+22 |
2016-09-15 | Change get_pos_of_last_change to return upper bound | Erik Johnston | 2 | -6/+6 |
2016-09-15 | Enable state caches on workers | Erik Johnston | 6 | -0/+6 |
2016-09-15 | Use stream_change cache to make get_forward_extremeties_for_room cache more e... | Erik Johnston | 3 | -2/+19 |
2016-09-15 | Add cache to get_forward_extremeties_for_room | Erik Johnston | 2 | -1/+2 |
2016-09-15 | Remove default public rooms limit | Erik Johnston | 1 | -1/+1 |
2016-09-15 | By default limit /publicRooms to 100 entries | Erik Johnston | 1 | -1/+1 |
2016-09-15 | Stream public room changes down replication | Erik Johnston | 4 | -1/+74 |
2016-09-15 | Base public room list off of public_rooms stream | Erik Johnston | 2 | -7/+79 |
2016-09-15 | Pass since/from parameters over federation | Erik Johnston | 6 | -57/+63 |
2016-09-15 | Allow paginating both forwards and backwards | Erik Johnston | 2 | -24/+65 |
2016-09-15 | Remove support for aggregate room lists | Erik Johnston | 3 | -65/+1 |
2016-09-15 | Ensure we don't mutate the cache of push rules | Erik Johnston | 1 | -9/+1 |
2016-09-15 | Accept optional token to public room list | Erik Johnston | 2 | -7/+76 |
2016-09-14 | Calculate the public room list from a stream_ordering | Erik Johnston | 2 | -3/+43 |
2016-09-14 | Refactor public rooms to not pull out the full state for each room | Erik Johnston | 2 | -16/+33 |
2016-09-14 | Add a room visibility stream | Erik Johnston | 4 | -16/+100 |
2016-09-14 | Add a DB index to figure out past state at a stream ordering in a room | Erik Johnston | 2 | -0/+118 |
2016-09-14 | Enable testing of client_reader |