summary refs log tree commit diff
path: root/tests/events (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-18Fix logging description name in get_published_rooms()Paul "LeoNerd" Evans1-1/+1
2015-06-18Rename store_room()'s is_public parameter to published; default it from the ↵Paul "LeoNerd" Evans4-10/+19
badly-named "visiblity" parameter but allow a new "published" to override it
2015-06-18Since store.get_rooms() is only ever called with is_public=True, just fold ↵Paul "LeoNerd" Evans4-15/+11
that inline + rename the method to .get_published_rooms()
2015-06-18Rename get_public_room_ids() to get_published_room_ids()Paul "LeoNerd" Evans2-4/+5
2015-06-18Rename get_public_room_list() to get_published_rooms()Paul "LeoNerd" Evans2-2/+3
2015-06-17Fix bug where synapse was sending AS user queries incorrectly.Kegan Dougal2-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-16Correct -H SERVER_NAME in config-missing complaint messagePaul "LeoNerd" Evans1-2/+2
2015-06-15ChangelogErik Johnston1-0/+5
2015-06-15Bump versionErik Johnston1-1/+1
2015-06-15Remove redundant newlineErik Johnston1-2/+1
2015-06-15Document listener config. Remove deprecated config optionsErik Johnston2-36