| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -6/+12 |
| | | |||||
| * | BobContentId: Improve security warning about SHA-1 | Linus Jahn | 2022-08-31 | 1 | -2/+4 |
| | | |||||
| * | BobContentId: Move and update documentation about supported algorithmns | Linus Jahn | 2022-08-31 | 1 | -6/+8 |
| | | |||||
| * | BobContentId: Add BLAKE2b 256/512 algorithmns for Qt 6 | Linus Jahn | 2022-08-31 | 1 | -0/+4 |
| | | | | | | Qt 6 supports BLAKE2b. BLAKE2b has no official IANA registry entry. The name is used from XEP-0300. | ||||
| * | BobContentId: Don't check for QT_CRYPTOGRAPHICHASH_ONLY_SHA1 | Linus Jahn | 2022-08-31 | 1 | -2/+0 |
| | | | | | QT_CRYPTOGRAPHICHASH_ONLY_SHA1 is only used internally. | ||||
| * | Merge branch '1.4' | Linus Jahn | 2022-08-31 | 1 | -4/+4 |
| |\ | |||||
| | * | BobContentId: Fix names of SHA-2 algorithmns | Linus Jahn | 2022-08-31 | 1 | -4/+4 |
| | | | | | | | | | | | | | The new version of bits of binary specifies how other algorithmns than SHA-1 are called by referencing the IANA registry. We were missing the dash for SHA-224/256/384/512. | ||||
| * | | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -2/+4 |
| | | | | | | | | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator. | ||||
| * | | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | | |||||
| * | | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | doc: Fix warnings for BitsOfBinary* classes | Linus Jahn | 2021-03-28 | 1 | -16/+41 |
| |/ | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Expand QSL and QBL | Jonah BrĂ¼chert | 2020-03-29 | 1 | -14/+14 |
| | | | | | So they don't leak into the public API | ||||
| * | base: Convert to QStringLiteral | Jonah BrĂ¼chert | 2020-03-28 | 1 | -14/+14 |
| | | | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral) | ||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -4/+4 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -12/+12 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Implement XEP-0231: Bits of Binary: content identifiers | Linus Jahn | 2019-12-06 | 1 | -0/+232 |
| This implements parsing and serialization of content identifiers from XEP-0231: Bits of Binary in version 1.0. | |||||
