aboutsummaryrefslogtreecommitdiff
path: root/lib/e2ee/qolmmessage.cpp
AgeCommit message (Collapse)Author
2022-04-23SLICE()Alexey Rusakov
Add a macro to make slicing clear in the code and quiet for static analysis.
2022-02-16CleanupAlexey Rusakov
A note on switching to QLatin1String for JSON key constants - this is more concise and barely affects (if at all) runtime performance (padding each QChar with zeros is trivial for assignment; and comparison can be done directly with the same performance as for two QStrings).
2021-12-07Rename "crypto" -> "e2ee"Tobias Fella