Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-16 | Use QHash instead of QMap | Alexey Rusakov | |
We don't seem to need sorted associative containers in those cases. | |||
2022-02-16 | Cleanup | Alexey 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). | |||
2022-02-06 | Update lib/e2ee/qolmaccount.cpp | Tobias Fella | |
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net> | |||
2021-12-25 | Apply suggestions | Tobias Fella | |
2021-12-24 | Apply suggestions | Tobias Fella | |
2021-12-07 | Rename "crypto" -> "e2ee" | Tobias Fella | |