aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppArchiveIq.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reformat codeLinus Jahn2022-09-061-13/+25
* Run 'clang-format' on all filesMelvin Keskin2022-01-151-1/+1
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
* Expand QSL and QBLJonah Brüchert2020-03-291-50/+50
* base: Convert to QStringLiteralJonah Brüchert2020-03-281-50/+50
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-12/+8
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-2/+3
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-5/+5
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-3/+2
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
* update project homepageJeremy Lainé2014-03-281-1/+1
* update project homepageJeremy Lainé2014-03-271-1/+1
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
* doc fixesJeremy Lainé2012-07-211-0/+10
* doc fixesJeremy Lainé2012-07-211-0/+32
* update copyright yearJeremy Lainé2012-07-181-1/+1
* advertise XEP-0036: Message Archiving capabilityJeremy Lainé2012-07-171-2/+1
* add result-set management to QXmppArchiveIqJeremy Lainé2012-07-171-3/+17
* remove rsm reply from QXmppArchiveRetrieveIq, makes no senseJeremy Lainé2012-07-171-13/+0
* fix QXmppRetrieveIq rsm parsingJeremy Lainé2012-07-171-2/+2
* QXmppArchiveRetrieveIq: replace "max" by result set managementJeremy Lainé2012-07-171-19/+27
* whitespace cleanupJeremy Lainé2012-07-171-2/+2
* Merge branch 'master' of https://code.google.com/p/qxmppJeremy Lainé2012-07-161-2/+9
|\
| * Fix time computation in QXmppArchiveIqOlivier Goffart2012-07-041-2/+9
* | Ability to use more complex result set management while getting the archive listOlivier Goffart2012-07-161-17/+19
* | Introduce QXmppResultSetQuery/Reply to handle XEP-0059Olivier Goffart2012-07-161-27/+15
|/
* encapsulate QXmppUtils methods in a QXmppUtils classJeremy Lainé2012-04-201-12/+12
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+572