| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split identity key deserialization into separate methods | Melvin Keskin | 2023-03-29 | 1 | -1/+3 |
| | | |||||
| * | Fix OMEMO device list processing as specified | Melvin Keskin | 2023-03-13 | 1 | -0/+1 |
| | | |||||
| * | OmemoManagerPrivate: Fix sizes of HKDF output and HMAC | Melvin Keskin | 2023-03-11 | 1 | -2/+2 |
| | | |||||
| * | omemo: Fix build on MSVC 2019 (#550) | Jonah BrĂ¼chert | 2023-03-09 | 1 | -3/+6 |
| | | |||||
| * | omemo: Fix usage of unexported symbols from Constants_p.h | Linus Jahn | 2023-03-09 | 1 | -0/+5 |
| | | | | | | | This adds the constants to files from the omemo module. It fixes the build of the omemo module on windows with MSVC (and potentially release builds on linux too). | ||||
| * | Update OMEMO to new libomemo-c 0.5 APIs | Melvin Keskin | 2023-03-09 | 1 | -2/+0 |
| | | |||||
| * | Use QXmppError in all IQ results instead of StanzaError | Linus Jahn | 2023-01-22 | 1 | -1/+1 |
| | | | | | | | | | This allows us to report different error types with more information and makes it possible to distinguish stanza errors and errors generated locally. Part of #501. | ||||
| * | Introduce QXmppTask & QXmppPromise | Linus Jahn | 2023-01-03 | 1 | -38/+39 |
| | | | | | | | Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im> | ||||
| * | OmemoManager: Replace multi-result futures with single result futures | Linus Jahn | 2022-12-31 | 1 | -1/+1 |
| | | | | | | | | | | QXmppTask won't support multi-result and in the case of the OmemoManager it's not really needed. If you want to know when each single request is finished you can just subscribe/unsubscribe from each jid in a single request. Part of #502. | ||||
| * | OmemoManagerPrivate: Simplify setUpDeviceId() | Linus Jahn | 2022-12-22 | 1 | -0/+2 |
| | | |||||
| * | OmemoManager: Use shared QcaInitializer instead of own | Linus Jahn | 2022-09-24 | 1 | -1/+3 |
| | | |||||
| * | Split up OMEMO into extra module | Linus Jahn | 2022-08-13 | 1 | -0/+342 |
