aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppBitsOfBinaryContentId.cpp
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fix warnings for BitsOfBinary* classesLinus Jahn2021-03-281-16/+41
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Expand QSL and QBLJonah BrĂ¼chert2020-03-291-14/+14
| | | | So they don't leak into the public API
* base: Convert to QStringLiteralJonah BrĂ¼chert2020-03-281-14/+14
| | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral)
* doc: Use XEP links everywhereLinus Jahn2020-02-111-4/+4
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-12/+12
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Implement XEP-0231: Bits of Binary: content identifiersLinus Jahn2019-12-061-0/+232
This implements parsing and serialization of content identifiers from XEP-0231: Bits of Binary in version 1.0.