aboutsummaryrefslogtreecommitdiff
path: root/src/base
Commit message (Expand)AuthorAgeFilesLines
* BitsOfBinaryDataList: Add QVector constructorLinus Jahn2022-09-291-0/+3
* Rename Encryption to EncryptionMethod to avoid conflicts with namespaceLinus Jahn2022-09-297-18/+18
* FileShare: Add encrypted sourcesLinus Jahn2022-09-292-6/+34
* FileMetadata: Add fromFileInfo() creatorJonah Brüchert2022-09-292-1/+19
* QXmppError: Add fromNetworkReply() creatorJonah Brüchert2022-09-292-0/+12
* Allow adding multiple oob urls and a descriptionJonah Brüchert2022-09-284-9/+169
* FileMetadata: Allow multiple thumbnailsLinus Jahn2022-09-262-15/+17
* Implement XEP-0167: Jingle RTP Sessions multiplexingMelvin Keskin2022-09-252-0/+36
* Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457)Melvin Keskin2022-09-256-0/+143
* FileShare: Fix documentation not generatedLinus Jahn2022-09-242-12/+14
* EncryptedFileSource: Move Cipher enum into QXmppGlobalLinus Jahn2022-09-243-19/+25
* EncryptedFileSource: Make public (#469)Jonah Brüchert2022-09-242-27/+61
* Add multithreaded hashing functionsLinus Jahn2022-09-162-0/+578
* QXmppError: Add fromIoDevice()Linus Jahn2022-09-162-0/+18
* Implement XEP-0448: Encryption for stateless file sharing parsing (#463)Linus Jahn2022-09-165-0/+221
* BitsOfBinaryData: Add fromByteArray() utility functionLinus Jahn2022-09-142-0/+25
* Make move ctor and move assign noexcept in rule of six macroLinus Jahn2022-09-141-4/+4
* Add extra class for HttpFileSource instead of using QUrlLinus Jahn2022-09-144-11/+110
* FileMetadata: Optimize includes and format codeLinus Jahn2022-09-132-6/+5
* Implement XEP-0447: Stateless file sharing: File sharing element (#448)Linus Jahn2022-09-136-0/+253
* Global: Add comments for rule of six macrosMelvin Keskin2022-09-131-0/+4
* Fix rule of six macroMelvin Keskin2022-09-132-2/+2
* Add global Cancelled unit structLinus Jahn2022-09-131-0/+9
* Fix makeReadyFuture() void overloadLinus Jahn2022-09-131-1/+1
* FutureUtils: Use QtFuture::makeReadyFuture on Qt >= 6.1Linus Jahn2022-09-121-0/+4
* ByteStreamIq: Add missing documentationLinus Jahn2022-09-101-1/+28
* Add QXmppError holding a description and std::anyLinus Jahn2022-09-092-0/+126
* Add macros for defining all the different default constructorsJonah Brüchert2022-09-062-0/+16
* Add parsing of XEP-0446: File metadata elementJonah Brüchert2022-09-064-0/+346
* Implement XEP-0264: Jingle Content ThumbnailsLinus Jahn2022-09-064-0/+199
* Reformat codeLinus Jahn2022-09-0636-505/+922
* Implement XEP-0300: Use of Cryptographic Hash Functions in XMPPLinus Jahn2022-09-064-0/+301
* BobContentId: Improve security warning about SHA-1Linus Jahn2022-08-311-2/+4
* BobContentId: Move and update documentation about supported algorithmnsLinus Jahn2022-08-311-6/+8
* BobContentId: Add BLAKE2b 256/512 algorithmns for Qt 6Linus Jahn2022-08-311-0/+4
* BobContentId: Don't check for QT_CRYPTOGRAPHICHASH_ONLY_SHA1Linus Jahn2022-08-311-2/+0
* Merge branch '1.4'Linus Jahn2022-08-311-4/+4
|\
| * BobContentId: Fix names of SHA-2 algorithmnsLinus Jahn2022-08-311-4/+4
* | Message: Add isCarbonForwarded attributeLinus Jahn2022-08-142-0/+26
* | Split up OMEMO into extra moduleLinus Jahn2022-08-139-932/+292
* | Implement XEP-0384: OMEMO Encryption v0.8Melvin Keskin2022-08-135-7/+25
* | Utils_p: Add functions to generate random QByteArrayLinus Jahn2022-08-132-0/+89
* | FutureUtils: Add mapSuccess() to map success type of variantsLinus Jahn2022-08-131-0/+15
* | FutureUtils: chain: Pass future as const&Linus Jahn2022-08-081-1/+1
* | Stanza: Move E2eeMetadata into own header fileLinus Jahn2022-07-113-32/+47
* | Rename Encryption::Omemo to Omemo0 to allow namespace OmemoLinus Jahn2022-07-102-4/+4
* | ByteStreamIq: Fix uninitialized enum valueLinus Jahn2022-07-101-1/+1
* | Add move constructors and move assignment operators everywhereLinus Jahn2022-06-1864-237/+318
* | StreamFeatures: Fix rosterVersioning not initializedLinus Jahn2022-06-171-1/+2
* | Adapt clang-formatLinus Jahn2022-06-176-6/+6