aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* MamManager: Fix task is not finished when no message is encryptedLinus Jahn2023-02-271-0/+9
* FileSharingManager: Fix UB because of use after moveLinus Jahn2023-02-231-1/+1
* According to RFC 5389, nonce (STUN attribute) should be paddedVladimir Pankratov2023-02-211-0/+4
* OmemoManager: Fix deref of nullptr (wrong usage of get_if)Linus Jahn2023-02-211-6/+9
* Fix build with clang: usage of auto in template argumentLinus Jahn2023-02-011-1/+1
* E2eeExtension: Return encrypted stanzas as Message/Iq instead of XMLLinus Jahn2023-01-314-86/+85
* Client: Rename send/sendUnencrypted to sendSensitive/sendLinus Jahn2023-01-285-10/+10
* IqHandling: Don't accept IQ results/errorsLinus Jahn2023-01-283-5/+17
* Task/Promise: Don't allow abstract typesLinus Jahn2023-01-282-10/+4
* Stream: Fix use of moved valueLinus Jahn2023-01-281-2/+2
* Fix discovery manager incoming request handlingLinus Jahn2023-01-221-2/+3
* Code formattingLinus Jahn2023-01-222-2/+2
* Use QXmppError in all IQ results instead of StanzaErrorLinus Jahn2023-01-2219-99/+108
* Task: Add static assert for then functionLinus Jahn2023-01-221-4/+5
* Rename TuneItem to UserTuneItemLinus Jahn2023-01-034-7/+7
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-0353-896/+1325
* Stanza: Fix unhandled case in switch warningsLinus Jahn2023-01-011-0/+4
* Fix documentation warnings (renamed functions)Linus Jahn2022-12-312-21/+29
* OmemoManager: Replace multi-result futures with single result futuresLinus Jahn2022-12-314-44/+60
* Replace QXmpp::SendError with QXmppError everywhereLinus Jahn2022-12-3012-64/+68
* StanzaError: Remove optional getter/settters for type/conditionLinus Jahn2022-12-293-87/+15
* Stanza: Make error optionalLinus Jahn2022-12-292-4/+51
* Clean up CMakeLinus Jahn2022-12-291-53/+49
* cmake: Remove unused QXMPP_BUILD defineLinus Jahn2022-12-291-2/+0
* cmake: Use generate_export_header() instead of doing manuallyLinus Jahn2022-12-294-56/+45
* Call/CallManager: Fix usage of qt keywordsLinus Jahn2022-12-292-4/+5
* Stream: Add IQ response sender checkLinus Jahn2022-12-285-17/+49
* Configuration: Minor documentation improvementsLinus Jahn2022-12-281-13/+13
* PubSubEvent: Split up Items type into Items and virtual Retract typeLinus Jahn2022-12-284-24/+44
* StanzaError: Add NoType and NoCondition for -1 valuesLinus Jahn2022-12-282-7/+8
* PubSubManager: Add 'own' to PEP function namesLinus Jahn2022-12-284-38/+38
* PubSubManager: Rename fetchNodes to requestNodes (like the functions)Linus Jahn2022-12-282-2/+2
* ClientExtension: Save d-ptr allocationLinus Jahn2022-12-282-17/+10
* omemo: Fix usage of Qt keywordsLinus Jahn2022-12-282-13/+13
* PubSubManager: Make requestFeatures() API privateLinus Jahn2022-12-282-2/+11
* PubSubManager: Remove "void *d;"Linus Jahn2022-12-281-3/+0
* Disable Qt keywords completelyLinus Jahn2022-12-2632-183/+181
* Move PubSubIq into QXmpp::Private namespaceLinus Jahn2022-12-264-105/+113
* Make PubSubIq header privateLinus Jahn2022-12-264-4/+3
* OmemoManagerPrivate: Use chain() in setUpDeviceId()Linus Jahn2022-12-221-7/+3
* OmemoManagerPrivate: Simplify setUpDeviceId()Linus Jahn2022-12-222-28/+40
* OmemoManagerPrivate: Fix device setupMelvin Keskin2022-12-221-9/+29
* Improve and update OMEMO documentationMelvin Keskin2022-12-221-21/+5
* OmemoManagerPrivate: Add colon to error messages (#506)Melvin Keskin2022-10-291-7/+7
* MamManager: Add future based interface with encryption supportLinus Jahn2022-10-182-38/+253
* OmemoManager: Implement isEncrypted() and decryptMessage()Linus Jahn2022-10-182-0/+45
* E2eeExtension: Add isEncrypted() and decryptMessage() functionsLinus Jahn2022-10-182-1/+30
* EntityTimeManager: Use new IQ request handlingLinus Jahn2022-10-172-18/+23
* VersionManager: Use new IQ request handlingLinus Jahn2022-10-172-13/+19
* DiscoveryManager: Use new IQ request handlingLinus Jahn2022-10-172-17/+31