Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-11-29 | Don't log ERROR when no profile exists | Erik Johnston | 2 | -29/+42 | |
2018-11-28 | Catch room profile errors and anything else that can go wrong | Travis Ralston | 1 | -25/+28 | |
Fixes an issue where things become unhappy when the room profile for a user is missing. | |||||
2018-11-22 | Use run_as_background_process | Travis Ralston | 1 | -1/+3 | |
2018-11-22 | Safer execution | Travis Ralston | 2 | -11/+16 | |
2018-11-21 | Preserve log contexts in the room_member_handler | Travis Ralston | 1 | -2/+9 | |
2018-11-21 | Proof of concept for auto-accepting invites | Travis Ralston | 2 | -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-20 | Remove riot.im from the list of trusted Identity Servers in the default ↵ | Neil Johnson | 3 | -2/+7 | |
configuration (#4207) | |||||
2018-11-19 | towncrier v0.33.9 | Amber Brown | 1 | -0/+6 | |
2018-11-19 | version | Amber Brown | 1 | -1/+1 | |
2018-11-19 | Fix fallback auth on Python 3 (#4197) | Amber Brown | 3 | -22/+121 | |