aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMamIq.h
Commit message (Collapse)AuthorAgeFilesLines
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-0/+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 QXmppMam{Query,Result}IqLinus Jahn2021-04-061-16/+4
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Add \since tags for QXmpp 1.0 everywhereLinus Jahn2020-04-061-0/+4
|
* Add missing class documentation to trigger doxygen page generationLinus Jahn2020-03-111-0/+8
|
* doc: Use XEP links everywhereLinus Jahn2020-02-111-2/+2
|
* Make QXmppMam*Iq use QSharedDataPointersLinus Jahn2020-02-061-6/+15
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-1/+1
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Modernize codebase using clang-tidyJonah BrĂ¼chert2019-09-081-4/+4
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Add QXmppMamManager (XEP-0313)Niels Ole Salscheider2017-04-291-0/+83