aboutsummaryrefslogtreecommitdiff
path: root/src/omemo/QXmppOmemoManager_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* OmemoManager: Fix deref of nullptr (wrong usage of get_if)Linus Jahn2023-02-211-6/+9
* E2eeExtension: Return encrypted stanzas as Message/Iq instead of XMLLinus Jahn2023-01-311-5/+1
* 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
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-181/+186
* OmemoManager: Replace multi-result futures with single result futuresLinus Jahn2022-12-311-17/+21
* Replace QXmpp::SendError with QXmppError everywhereLinus Jahn2022-12-301-6/+13
* StanzaError: Remove optional getter/settters for type/conditionLinus Jahn2022-12-291-3/+2
* PubSubManager: Add 'own' to PEP function namesLinus Jahn2022-12-281-13/+13
* 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
* Split up OMEMO into extra moduleLinus Jahn2022-08-131-0/+3714