Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-18 | Fix logging description name in get_published_rooms() | Paul "LeoNerd" Evans | 1 | -1/+1 | |
2015-06-18 | Rename store_room()'s is_public parameter to published; default it from the ↵ | Paul "LeoNerd" Evans | 4 | -10/+19 | |
badly-named "visiblity" parameter but allow a new "published" to override it | |||||
2015-06-18 | Since store.get_rooms() is only ever called with is_public=True, just fold ↵ | Paul "LeoNerd" Evans | 4 | -15/+11 | |
that inline + rename the method to .get_published_rooms() | |||||
2015-06-18 | Rename get_public_room_ids() to get_published_room_ids() | Paul "LeoNerd" Evans | 2 | -4/+5 | |
2015-06-18 | Rename get_public_room_list() to get_published_rooms() | Paul "LeoNerd" Evans | 2 | -2/+3 | |
2015-06-17 | Fix bug where synapse was sending AS user queries incorrectly. | Kegan Dougal | 2 | -1/+44 | |
Bug introduced in 92b20713d7c6346aeb20dc09963081e472752bb5 which reversed the comparison when checking if a user existed in the users table. Added UTs to prevent this happening again. | |||||
2015-06-16 | Correct -H SERVER_NAME in config-missing complaint message | Paul "LeoNerd" Evans | 1 | -2/+2 | |
2015-06-15 | Changelog | Erik Johnston | 1 | -0/+5 | |
2015-06-15 | Bump version | Erik Johnston | 1 | -1/+1 | |
2015-06-15 | Remove redundant newline | Erik Johnston | 1 | -2/+1 | |
2015-06-15 | Document listener config. Remove deprecated config options | Erik Johnston | 2 | -36 |