aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMixIq.h
Commit message (Collapse)AuthorAgeFilesLines
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-1/+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 REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* doc: Fix warnings from Mix classesLinus Jahn2021-04-061-0/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* doc: Use XEP links everywhereLinus Jahn2020-02-111-2/+2
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-0/+1
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-8/+8
|
* Replace emails in copyright headers by entries in the AUTHORS fileLinus Jahn2019-12-081-1/+1
| | | | Mostly this was a mistake by me in earlier contributions.
* Add \since QXmpp 1.1 to all new methods and classesLinus Jahn2019-10-231-0/+2
| | | | Methods of new classes have no \since tag.
* Use QSharedData for QXmppMixIqPrivateLinus Jahn2019-10-151-1/+5
|
* Modernize codebase using clang-tidyJonah BrĂ¼chert2019-09-081-3/+3
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Update implementation of XEP-0369 (v0.14.2) and XEP-0405 (v0.4.0)Linus Jahn2019-05-041-3/+3
| | | | | The changes in the XEP only affected parts we haven't implemented yet, so updating was rather easy.
* mix iq: Use d-pointer to remain binary compatibilityLinus Jahn2019-01-271-5/+6
|
* Implement XEP-0369/XEP-0405 (MIX): IQ queriesLinus Jahn2019-01-201-0/+84
This implements all used IQ queries of XEP-0369: Mediated Information eXchange (MIX) (v0.14.1) and XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements (v0.3.1), including unit tests.