aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppMamManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* MamManager: Fix crash when reading .size() from a deleted QVectorJonah BrĂ¼chert2023-03-181-1/+2
* MamManager: Only parse ScePublic when decrypting messagesLinus Jahn2023-03-141-21/+49
* MamManager: Avoid shared_ptr for counting running jobsLinus Jahn2023-03-141-14/+34
* MamManager: Flatten retrieveMessages codeLinus Jahn2023-03-141-50/+58
* MamManager: Move parsing from handleStanza() into new functionLinus Jahn2023-03-141-22/+33
* MamManager: Avoid possible use-after-moveLinus Jahn2023-03-141-2/+4
* MamManager: Create task before sendingLinus Jahn2023-03-141-1/+4
* MamManager: Fix task is not finished when no message is encryptedLinus Jahn2023-02-271-0/+9
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-17/+11
* Replace QXmpp::SendError with QXmppError everywhereLinus Jahn2022-12-301-2/+1
* Disable Qt keywords completelyLinus Jahn2022-12-261-2/+2
* MamManager: Add future based interface with encryption supportLinus Jahn2022-10-181-38/+226
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+4
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
* Add QXmppMamManager (XEP-0313)Niels Ole Salscheider2017-04-291-0/+141