| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -9/+15 |
| | | |||||
| * | 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 | -23/+4 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | RegisterIq: Add out-of-band URL | Melvin Keskin | 2021-04-17 | 1 | -1/+39 |
| | | |||||
| * | doc: Fix many small doxygen warnings | Linus Jahn | 2021-03-28 | 1 | -0/+2 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Expand QSL and QBL | Jonah Brüchert | 2020-03-29 | 1 | -17/+17 |
| | | | | | So they don't leak into the public API | ||||
| * | base: Convert to QStringLiteral | Jonah Brüchert | 2020-03-28 | 1 | -17/+17 |
| | | | | | | | 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 | -6/+9 |
| | | |||||
| * | Refactor QXmppRegisterIq: Replace registerType by two separate attr. | Linus Jahn | 2020-02-04 | 1 | -39/+61 |
| | | | | | | This can be done without any concerns, because the registerType was not part of any release yet. | ||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -4/+5 |
| | | |||||
| * | QXmppRegisterIq: Add utility methods to create common requests | Linus Jahn | 2020-02-03 | 1 | -0/+36 |
| | | | | | | This adds utility methods to create an unregistration or a change password request in one line. | ||||
| * | Replace manual xmlns writing by writeDefaultNamespace() | Linus Jahn | 2020-01-29 | 1 | -1/+1 |
| | | | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h") | ||||
| * | QXmppRegisterIq: Do not pass registerType by const-ref | Linus Jahn | 2020-01-19 | 1 | -1/+1 |
| | | |||||
| * | QXmppRegisterIq: Add missing '\since' tags to new methods | Linus Jahn | 2020-01-19 | 1 | -0/+4 |
| | | | | | I forgot them in #240. | ||||
| * | QXmppRegisterIq: Add registerType for registered/remove | Linus Jahn | 2020-01-13 | 1 | -1/+46 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Implement XEP-0231: Bits of Binary: register IQ extension | Linus Jahn | 2019-12-06 | 1 | -0/+39 |
| | | | | | | This adds support for XEP-0231: Bits of Binary attachments in registration forms. | ||||
| * | QXmppRegisterIq: Use d-pointer to maintain binary compat in future | Linus Jahn | 2019-12-06 | 1 | -27/+48 |
| | | |||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -0/+2 |
| | | |||||
| * | add QXmppRegisterIq as defined by XEP-0077: In-Band Registration | Jeremy Lainé | 2012-07-18 | 1 | -0/+140 |
