aboutsummaryrefslogtreecommitdiff
path: root/src/omemo/QXmppOmemoManager_p.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '1.5'Linus Jahn2023-04-071-68/+71
|\
| * OmemoManagerPrivate: Use 'omemoEnvelope' consistentlyMelvin Keskin2023-03-291-2/+2
| |
| * OmemoManagerPrivate: Use optional OMEMO envelope directlyMelvin Keskin2023-03-291-4/+3
| |
| * OmemoManagerPrivate: Finish decryptMessage() if no SCE envelope can be foundMelvin Keskin2023-03-291-4/+6
| |
| * OmemoManagerPrivate: Fix check for singleton device list nodeMelvin Keskin2023-03-291-1/+1
| |
| * Split identity key deserialization into separate methodsMelvin Keskin2023-03-291-37/+51
| |
| * OmemoManagerPrivate: Reuse public identity key deserialization methodMelvin Keskin2023-03-291-13/+1
| |
| * QXmppOmemo: Fix ODR violationJonah Brüchert2023-03-181-8/+8
| | | | | | | | I wrote the problematic code, so yay
* | Merge branch '1.5'Linus Jahn2023-03-171-10/+51
|\|
| * Fix OMEMO device list processing as specifiedMelvin Keskin2023-03-131-5/+46
| |
| * OmemoManagerPrivate: Fix documentation and warningMelvin Keskin2023-03-131-2/+2
| |
| * OmemoManagerPrivate: Remove 'this->' when not neededMelvin Keskin2023-03-131-3/+3
| |
* | Merge branch '1.5'Linus Jahn2023-03-111-109/+57
|\|
| * OmemoManagerPrivate: Fix SCE affix element processing as specifiedMelvin Keskin2023-03-111-36/+26
| |
| * Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItemLinus Jahn2023-03-091-1/+1
| |
| * omemo: Fix build on MSVC 2019 (#550)Jonah Brüchert2023-03-091-0/+3
| |
| * omemo: Fix usage of unexported symbols from Constants_p.hLinus Jahn2023-03-091-1/+9
| | | | | | | | | | | | 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).
| * OmemoManagerPrivate: Adapt return value handling to adjusted methodMelvin Keskin2023-03-091-13/+2
| |
| * Update OMEMO to new libomemo-c 0.5 APIsMelvin Keskin2023-03-091-58/+16
| |
* | Merge branch '1.5'Linus Jahn2023-02-231-6/+9
|\|
| * OmemoManager: Fix deref of nullptr (wrong usage of get_if)Linus Jahn2023-02-211-6/+9
| | | | | | | | My fault.
* | Remove Qt < 5.15 compat codeLinus Jahn2023-01-311-7/+0
|/
* E2eeExtension: Return encrypted stanzas as Message/Iq instead of XMLLinus Jahn2023-01-311-5/+1
| | | | Part of #513.
* Client: Rename send/sendUnencrypted to sendSensitive/sendLinus Jahn2023-01-281-1/+1
|
* Use QXmppError in all IQ results instead of StanzaErrorLinus Jahn2023-01-221-32/+46
| | | | | | | | 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 & QXmppPromiseLinus Jahn2023-01-031-181/+186
| | | | | | Closes #502. Co-authored-by: Jonah Brüchert <jbb@kaidan.im>
* OmemoManager: Replace multi-result futures with single result futuresLinus Jahn2022-12-311-17/+21
| | | | | | | | | 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.
* Replace QXmpp::SendError with QXmppError everywhereLinus Jahn2022-12-301-6/+13
| | | | Part of #501.
* StanzaError: Remove optional getter/settters for type/conditionLinus Jahn2022-12-291-3/+2
| | | | | | | The whole QXmppStanza::Error is now used optionally in QXmppStanza, so type and condition of the error don't need to be optionals as well. Part of #512.
* PubSubManager: Add 'own' to PEP function namesLinus Jahn2022-12-281-13/+13
| | | | | | | | | This makes it clear that the functions use the own PEP nodes. This is clear in some cases (createPepNode()), but in others not so clear (requestPepItem()). To keep it consistent all PEP functions get an 'own' now. Closes #520.
* omemo: Fix usage of Qt keywordsLinus Jahn2022-12-281-10/+10
|
* OmemoManagerPrivate: Use chain() in setUpDeviceId()Linus Jahn2022-12-221-7/+3
|
* OmemoManagerPrivate: Simplify setUpDeviceId()Linus Jahn2022-12-221-28/+38
|
* OmemoManagerPrivate: Fix device setupMelvin Keskin2022-12-221-9/+29
|
* OmemoManagerPrivate: Add colon to error messages (#506)Melvin Keskin2022-10-291-7/+7
|
* OmemoManagerPrivate: Capture lambda expression parameters explicitly (#498)Melvin Keskin2022-10-161-1/+8
| | | Avoids warnings with C++17 and C++20.
* Split up OMEMO into extra moduleLinus Jahn2022-08-131-0/+3714