summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-31Don't allow clients to send tombstones that reference the same roomErik Johnston1-0/+7
2019-07-31Change user deactivated errcode to USER_DEACTIVATED and use it (#5686)Andrew Morgan2-1/+3
This is intended as an amendment to #5674 as using M_UNKNOWN as the errcode makes it hard for clients to differentiate between an invalid password and a deactivated user (the problem we were trying to solve in the first place). M_UNKNOWN was original