| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Client: Rename send/sendUnencrypted to sendSensitive/send | Linus Jahn | 2023-01-28 | 1 | -4/+4 |
| | | |||||
| * | Task/Promise: Don't allow abstract types | Linus Jahn | 2023-01-28 | 1 | -6/+6 |
| | | | | | | Supporting abstract types only has little advantages and we might want to store the result by value later. | ||||
| * | Add tests for QXmppTask | Linus Jahn | 2023-01-03 | 1 | -2/+67 |
| | | |||||
| * | Introduce QXmppTask & QXmppPromise | Linus Jahn | 2023-01-03 | 1 | -9/+11 |
| | | | | | | | Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im> | ||||
| * | Replace QXmpp::SendError with QXmppError everywhere | Linus Jahn | 2022-12-30 | 1 | -4/+4 |
| | | | | | Part of #501. | ||||
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | E2eeExtension: Add isEncrypted() and decryptMessage() functions | Linus Jahn | 2022-10-18 | 1 | -0/+5 |
| | | |||||
| * | tests: client: Fix memory leak | Linus Jahn | 2022-07-10 | 1 | -2/+2 |
| | | |||||
| * | Fix typos in documentation and tests | Melvin Keskin | 2022-06-14 | 1 | -2/+2 |
| | | |||||
| * | Client: Add SendStanzaParams parameter to send functions | Linus Jahn | 2022-05-22 | 1 | -2/+2 |
| | | | | | It can already be used by E2eeExtension. | ||||
| * | E2eeExtension: Rename EncryptMessageResult to MessageEncryptResult | Linus Jahn | 2022-05-20 | 1 | -2/+2 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -23/+4 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | tests: Add minimal unit test for SCE hooks | Linus Jahn | 2021-09-28 | 1 | -0/+72 |
| | | |||||
| * | 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 | -2/+1 |
| | | |||||
| * | QXmppClient: Add method to get index of extension | Linus Jahn | 2020-01-13 | 1 | -4/+32 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Add minimal test for QXmppClient | Linus Jahn | 2019-10-23 | 1 | -0/+81 |
