Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-04 | Tighten up against malformed user ids in events | Alexey Rusakov | |
A few months ago 3c85f049 introduced validation of user ids but the rest of the library code wasn't updated to the fact that Connection::user() may quite legitimately (if not routinely) return nullptr, leading to crashes particularaly when malformed ids come from the wire. This commit adds necessary checks before using the value returned from user(). Closes #456. | |||
2020-12-24 | Fix clang-tidy/clazy warnings | Kitsune Ral | |
2020-07-20 | UriResolverBase::visitUser(): add return value | Kitsune Ral | |
To enable reporting when the action is incorrect. | |||
2020-07-19 | MatrixUri->Uri: Extend to non-Matrix URIs | Kitsune Ral | |