aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.5'Linus Jahn2023-03-1710-126/+247
|\
| * Stream: IQ handling: Accept responses without 'from' attribute (#556)Melvin Keskin2023-03-171-3/+11
| * CarbonManagerV2: Don't set 'to' address of carbon enable IQLinus Jahn2023-03-141-3/+2
| * Client: Fix empty to in IQs is interpreted as server domainLinus Jahn2023-03-141-1/+2
| * Client: Don't fill empty 'to' attributes of outgoing IQsLinus Jahn2023-03-143-8/+5
| * MamManager: Only parse ScePublic when decrypting messagesLinus Jahn2023-03-141-21/+49
| * MamManager: Avoid shared_ptr for counting running jobsLinus Jahn2023-03-141-14/+34
| * MamManager: Flatten retrieveMessages codeLinus Jahn2023-03-141-50/+58
| * MamManager: Move parsing from handleStanza() into new functionLinus Jahn2023-03-141-22/+33
| * MamManager: Avoid possible use-after-moveLinus Jahn2023-03-141-2/+4
| * MamManager: Create task before sendingLinus Jahn2023-03-141-1/+4
| * EME: Always send encryption name as fallbackMelvin Keskin2023-03-131-1/+1
| * IqHandling: Fix use-after-moveLinus Jahn2023-03-131-6/+4
| * Fix OMEMO device list processing as specifiedMelvin Keskin2023-03-133-20/+66
| * OmemoManagerPrivate: Fix documentation and warningMelvin Keskin2023-03-132-3/+3
| * OmemoManagerPrivate: Remove 'this->' when not neededMelvin Keskin2023-03-131-3/+3
* | Merge branch '1.5'Linus Jahn2023-03-113-4/+6
|\|
| * Run clang-formatLinus Jahn2023-03-113-4/+6
* | Merge branch '1.5'Linus Jahn2023-03-1136-226/+602
|\|
| * OmemoManagerPrivate: Fix sizes of HKDF output and HMACMelvin Keskin2023-03-111-2/+2
| * OmemoManagerPrivate: Fix SCE affix element processing as specifiedMelvin Keskin2023-03-111-36/+26
| * 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-0917-79/+76
| * SaslDigestMd5: Fix UB when at the end of input byte array [Qt6 only]Linus Jahn2023-03-091-2/+6
| * 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-091-3/+3
| * Organize OMEMO includesMelvin Keskin2023-03-094-7/+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-093-61/+17
| * 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
* | Implement XEP-0215: External Service Discovery (#542)taiBsu2023-03-098-0/+673
* | Merge branch '1.5'Linus Jahn2023-02-233-7/+14
|\|
| * 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
* | FileSharingManager: Format code in a clang-format compatible wayLinus Jahn2023-02-181-6/+2
* | Run clang-formatLinus Jahn2023-02-171-3/+4
* | Merge branch '1.5'Linus Jahn2023-02-011-1/+1
|\|
| * Fix build with clang: usage of auto in template argumentLinus Jahn2023-02-011-1/+1
* | Remove Qt < 5.15 compat codeLinus Jahn2023-01-3112-114/+4
|/
* 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