aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppMamManager.cpp
Commit message (Collapse)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
| | | | | | | Message that are end-to-end-encrypted need to be parsed in ScePublic mode and should then be decrypted. In case the decryption fails, the messages are parsed in SceAll (the normal mode).
* 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
| | | | | | Closes #502. Co-authored-by: Jonah Brüchert <jbb@kaidan.im>
* Replace QXmpp::SendError with QXmppError everywhereLinus Jahn2022-12-301-2/+1
| | | | Part of #501.
* Disable Qt keywords completelyLinus Jahn2022-12-261-2/+2
| | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503.
* 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