aboutsummaryrefslogtreecommitdiff
path: root/src/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add QXmppOmemoDeviceBundleItem and QXmppOmemoDeviceListItemMelvin Keskin2022-06-142-0/+95
* | Message: Add parseExtensions() for parsing additional extensionsMelvin Keskin2022-06-142-14/+26
* | Iq: Make de- / serialization methods public to allow encryptionMelvin Keskin2022-06-141-1/+0
* | Message: Initialize message type directly as 'chat'Melvin Keskin2022-06-141-2/+1
* | Add generic QXmppExtensionLinus Jahn2022-05-201-0/+14
* | Stanza: Refactor storage of optional e2ee metadataLinus Jahn2022-05-132-27/+20
* | Message: Do not allow XEP-0184 request and received element togetherMelvin Keskin2022-05-121-2/+4
* | Message: Apply clang-formatMelvin Keskin2022-04-202-3/+3
* | Constants: Add more PubSub namespacesMelvin Keskin2022-04-092-0/+18
* | Global: Fix undocumented warning on private functionsLinus Jahn2022-04-081-0/+2
* | OmemoData: Apply consistent 'const' usageMelvin Keskin2022-04-071-7/+7
* | Make OMEMO data classes privateMelvin Keskin2022-04-078-284/+83
* | doc: OmemoData: Replace '2^32-1' with std::numeric_limitsMelvin Keskin2022-04-071-5/+10
* | OmemoDeviceBundle: Use methods for adding / removing public pre keysMelvin Keskin2022-04-072-14/+19
* | OmemoDeviceBundle: Use QHash instead of QMap for public pre keysMelvin Keskin2022-04-072-4/+4
* | Add QXmppOmemoIqMelvin Keskin2022-04-072-0/+87
* | Message: Move encryption namespace parsing into Global privateLinus Jahn2022-04-064-30/+78
* | Message: Replace QXmppMessage::EncryptionMethod with QXmpp::EncryptionMelvin Keskin2022-04-062-25/+20
* | E2eeMetadata: Add enum and attribute for the used encryptionMelvin Keskin2022-04-063-0/+69
* | Stanza: Remove unused include (#416)Melvin Keskin2022-04-051-1/+0
* | BuildConstants: Move non-build dependant constants into Global.hLinus Jahn2022-04-052-76/+76