aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppHttpUploadIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reformat codeLinus Jahn2022-09-061-2/+4
|
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-4/+8
| | | | | 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 many small doxygen warningsLinus Jahn2021-03-281-24/+46
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+4
|
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-2/+2
| | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h")
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* 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.
* Use QSharedData for QXmppHttpUploadIq private classesLinus Jahn2019-10-151-10/+14
|
* Implement XEP-0363: HTTP File Upload: Request/Slot IQsLinus Jahn2019-05-041-0/+250
This implements the IQs for requesting and receiving upload slots as defined by XEP-0363: HTTP File Upload in version 0.9.0.