aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add shared QcaInitializerLinus Jahn2022-09-242-0/+61
* 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-163-0/+579
* QXmppError: Add fromIoDevice()Linus Jahn2022-09-162-0/+18
* Implement XEP-0448: Encryption for stateless file sharing parsing (#463)Linus Jahn2022-09-166-0/+222
* 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-145-11/+112
* FileMetadata: Optimize includes and format codeLinus Jahn2022-09-132-6/+5
* Implement XEP-0447: Stateless file sharing: File sharing element (#448)Linus Jahn2022-09-137-1/+256
* Export TlsManager to make it available in testsLinus Jahn2022-09-131-1/+1
* 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-133-6/+12
* Fix makeReadyFuture() void overloadLinus Jahn2022-09-131-1/+1
* FutureUtils: Use QtFuture::makeReadyFuture on Qt >= 6.1Linus Jahn2022-09-121-0/+4
* Add note about BUILD_SHARED_LIBS=ON for libomemo-c in omemo readmeLinus Jahn2022-09-111-1/+1
* HttpUploadManager: Avoid UB if UploadRequestManager does not existLinus Jahn2022-09-101-0/+7
* CallStream: Avoid unnecessary copies by using std::move()Linus Jahn2022-09-101-6/+6
* CallStream: Add missing documentationLinus Jahn2022-09-101-0/+24
* ByteStreamIq: Add missing documentationLinus Jahn2022-09-101-1/+28
* Add HttpUploadManager for requesting slots and uploading filesLinus Jahn2022-09-093-0/+469
* Add QXmppError holding a description and std::anyLinus Jahn2022-09-093-0/+128
* Remove empty handleStanza() implementationsLinus Jahn2022-09-066-28/+1
* 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-065-0/+348
* Implement XEP-0264: Jingle Content ThumbnailsLinus Jahn2022-09-065-0/+201
* Reformat codeLinus Jahn2022-09-0664-759/+1384
* Implement XEP-0300: Use of Cryptographic Hash Functions in XMPPLinus Jahn2022-09-065-0/+303
* Fix missing license information for READMEsLinus Jahn2022-09-041-0/+6
* RegistrationManager: Replace QScopedPointer with unique_ptrLinus Jahn2022-09-022-4/+2
* Replace raw pointers with unique_ptrLinus Jahn2022-09-0225-101/+46
* 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
* | CarbonManagerV2: Mention messageReceived() can also be usedLinus Jahn2022-08-171-1/+2
* | CarbonManagerV2: Add ctor/dtor to allow later binary-compatible changesLinus Jahn2022-08-172-0/+6
* | OmemoLibWrappers: Fix compilationLinus Jahn2022-08-161-0/+19
* | Describe OMEMO specific dependencies in READMEsLinus Jahn2022-08-161-0/+17
* | Don't use `using Manager =` to avoid doxygen errorsLinus Jahn2022-08-151-6/+5
* | CarbonManager: Add warning about e2ee and CarbonManagerV2Linus Jahn2022-08-141-0/+2
* | Message: Add isCarbonForwarded attributeLinus Jahn2022-08-144-0/+30
* | Add new message carbons managerLinus Jahn2022-08-143-0/+193
* | Add README for omemo moduleLinus Jahn2022-08-131-0/+25
* | Split up OMEMO into extra moduleLinus Jahn2022-08-1323-311/+409
* | Implement XEP-0384: OMEMO Encryption v0.8Melvin Keskin2022-08-1319-8/+6346