| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MamManager: Fix crash when reading .size() from a deleted QVector | Jonah Brüchert | 2023-03-18 | 1 | -1/+2 |
| | | |||||
| * | MamManager: Only parse ScePublic when decrypting messages | Linus Jahn | 2023-03-14 | 1 | -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 jobs | Linus Jahn | 2023-03-14 | 1 | -14/+34 |
| | | |||||
| * | MamManager: Flatten retrieveMessages code | Linus Jahn | 2023-03-14 | 1 | -50/+58 |
| | | |||||
| * | MamManager: Move parsing from handleStanza() into new function | Linus Jahn | 2023-03-14 | 1 | -22/+33 |
| | | |||||
| * | MamManager: Avoid possible use-after-move | Linus Jahn | 2023-03-14 | 1 | -2/+4 |
| | | |||||
| * | MamManager: Create task before sending | Linus Jahn | 2023-03-14 | 1 | -1/+4 |
| | | |||||
| * | MamManager: Fix task is not finished when no message is encrypted | Linus Jahn | 2023-02-27 | 1 | -0/+9 |
| | | |||||
| * | Introduce QXmppTask & QXmppPromise | Linus Jahn | 2023-01-03 | 1 | -17/+11 |
| | | | | | | | Closes #502. Co-authored-by: Jonah Brüchert <jbb@kaidan.im> | ||||
| * | Replace QXmpp::SendError with QXmppError everywhere | Linus Jahn | 2022-12-30 | 1 | -2/+1 |
| | | | | | Part of #501. | ||||
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -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 support | Linus Jahn | 2022-10-18 | 1 | -38/+226 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -3/+4 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Add QXmppMamManager (XEP-0313) | Niels Ole Salscheider | 2017-04-29 | 1 | -0/+141 |
