summary refs log tree commit diff
path: root/changelog.d/10225.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve validation for `send_{join,leave,knock}` (#10225)Richard van der Hoff2021-06-241-0/+1
The idea here is to stop people sending things that aren't joins/leaves/knocks through these endpoints: previously you could send anything you liked through them. I wasn't able to find any security holes from doing so, but it doesn't sound like a good thing.