aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OmemoManager: Fix buildMissingSessions never finishes (#552)Blue2023-03-101-0/+3
* PubSubIq_p: Rename Private class to avoid conflictsLinus Jahn2023-03-092-4/+9
* Readd old PubSubIq and PubSubItem for compatibilityLinus Jahn2023-03-095-0/+398
* Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItemLinus Jahn2023-03-0922-111/+108
* SaslDigestMd5: Fix UB when at the end of input byte array [Qt6 only]Linus Jahn2023-03-092-2/+16
* tests: streaminitiaioniq: Fix usage of qt keywordsLinus Jahn2023-03-091-5/+4
* omemo: Fix build on MSVC 2019 (#550)Jonah BrĂ¼chert2023-03-094-4/+14
* omemo: Fix usage of unexported symbols from Constants_p.hLinus Jahn2023-03-093-2/+14
* SceEnvelope: Don't use reference to avoid misusageLinus Jahn2023-03-092-5/+4
* tests: OmemoManager: Use CarbonManagerV2Melvin Keskin2023-03-091-14/+4
* Organize OMEMO includesMelvin Keskin2023-03-095-9/+2
* OmemoManagerPrivate: Adapt return value handling to adjusted methodMelvin Keskin2023-03-091-13/+2
* Update OMEMO to new libomemo-c 0.5 APIsMelvin Keskin2023-03-094-62/+18
* CarbonManagerV2: Fix enabling carbonsMelvin Keskin2023-03-091-3/+5
* Fix compilation on MSVC 2019Jonah BrĂ¼chert2023-03-095-8/+10
* Fix library files install directory on windowsLinus Jahn2023-03-082-2/+6
* MamManager: Fix task is not finished when no message is encryptedLinus Jahn2023-02-271-0/+9
* Release QXmpp 1.5.2Linus Jahn2023-02-232-1/+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
* Release QXmpp 1.5.1Linus Jahn2023-02-012-1/+7
* Fix build with clang: usage of auto in template argumentLinus Jahn2023-02-011-1/+1
* Release QXmpp 1.5.0Linus Jahn2023-01-311-2/+2
* E2eeExtension: Return encrypted stanzas as Message/Iq instead of XMLLinus Jahn2023-01-314-86/+85
* Prepare CHANGELOG for QXmpp 1.5Linus Jahn2023-01-311-1/+34
* Client: Rename send/sendUnencrypted to sendSensitive/sendLinus Jahn2023-01-287-16/+16
* Fix pubsubmanager test: Wrong error value expectedLinus Jahn2023-01-281-7/+1
* IqHandling: Don't accept IQ results/errorsLinus Jahn2023-01-283-5/+17
* Task/Promise: Don't allow abstract typesLinus Jahn2023-01-283-16/+10
* Stream: Fix use of moved valueLinus Jahn2023-01-281-2/+2
* Fix discovery manager incoming request handlingLinus Jahn2023-01-223-4/+23
* Code formattingLinus Jahn2023-01-222-2/+2
* Use QXmppError in all IQ results instead of StanzaErrorLinus Jahn2023-01-2221-105/+118
* Task: Add static assert for then functionLinus Jahn2023-01-221-4/+5
* Rename TuneItem to UserTuneItemLinus Jahn2023-01-036-9/+9
* Add tests for QXmppTaskLinus Jahn2023-01-031-2/+67
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-0360-969/+1419
* doc: Define QXMPP_DOC in doxygen runLinus Jahn2023-01-031-1/+1
* 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-3013-68/+72
* StanzaError: Remove optional getter/settters for type/conditionLinus Jahn2022-12-294-93/+20
* Stanza: Make error optionalLinus Jahn2022-12-292-4/+51
* Clean up CMakeLinus Jahn2022-12-292-53/+50
* cmake: Remove unused QXMPP_BUILD defineLinus Jahn2022-12-291-2/+0
* cmake: Use generate_export_header() instead of doing manuallyLinus Jahn2022-12-297-59/+48
* Call/CallManager: Fix usage of qt keywordsLinus Jahn2022-12-292-4/+5
* Stream: Add IQ response sender checkLinus Jahn2022-12-287-47/+88