Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-31 | Don't allow clients to send tombstones that reference the same room | Erik Johnston | 1 | -0/+7 | |
2019-07-31 | Change user deactivated errcode to USER_DEACTIVATED and use it (#5686) | Andrew Morgan | 2 | -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 |