summary refs log tree commit diff
path: root/tests/handlers/test_device.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-29Don't log ERROR when no profile existsErik Johnston2-29/+42
2018-11-28Catch room profile errors and anything else that can go wrongTravis Ralston1-25/+28
Fixes an issue where things become unhappy when the room profile for a user is missing.
2018-11-22Use run_as_background_processTravis Ralston1-1/+3
2018-11-22Safer execution Travis Ralston2-11/+16
2018-11-21Preserve log contexts in the room_member_handlerTravis Ralston1-2/+9
2018-11-21Proof of concept for auto-accepting invitesTravis Ralston2-2/+58
This is for demonstration purposes only. In practice this would actually look up the right profile and use the right thing, not to mention be in a more reasonable location.
2018-11-20Remove riot.im from the list of trusted Identity Servers in the default ↵Neil Johnson3-2/+7
configuration (#4207)
2018-11-19towncrier v0.33.9Amber Brown1-0/+6
2018-11-19versionAmber Brown1-1/+1
2018-11-19Fix fallback auth on Python 3 (#4197)Amber Brown3-22/+121