| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -0/+2 |
| | | | | | | 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 | -0/+3 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -1/+1 |
| | | |||||
| * | Refactor QXmppRegisterIq: Replace registerType by two separate attr. | Linus Jahn | 2020-02-04 | 1 | -12/+5 |
| | | | | | | This can be done without any concerns, because the registerType was not part of any release yet. | ||||
| * | QXmppRegisterIq: Add utility methods to create common requests | Linus Jahn | 2020-02-03 | 1 | -1/+4 |
| | | | | | | This adds utility methods to create an unregistration or a change password request in one line. | ||||
| * | 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/+11 |
| | | |||||
| * | 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/+5 |
| | | | | | | 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 | -6/+9 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -2/+2 |
| | | | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-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 |
| | | |||||
| * | add QXmppRegisterIq as defined by XEP-0077: In-Band Registration | Jeremy Lainé | 2012-07-18 | 1 | -0/+74 |
