| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DiscoveryManager: Use new IQ request handling | Linus Jahn | 2022-10-17 | 1 | -17/+30 |
| | | |||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -11/+19 |
| | | |||||
| * | Replace raw pointers with unique_ptr | Linus Jahn | 2022-09-02 | 1 | -4/+1 |
| | | | | | safer, simpler | ||||
| * | Run 'clang-format' on all files | Melvin Keskin | 2022-01-15 | 1 | -10/+10 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | Client: Require moving the packets/iqs for sending | Linus Jahn | 2021-09-28 | 1 | -2/+2 |
| | | |||||
| * | More template magic for QFutures | Linus Jahn | 2021-07-05 | 1 | -2/+2 |
| | | |||||
| * | Move QFuture utilities into new QXmppFutureUtils_p.h | Linus Jahn | 2021-07-03 | 1 | -1/+3 |
| | | | | | Also ran clang-format on the file. | ||||
| * | DiscoveryManager: Add QFuture-based requests | Linus Jahn | 2021-06-27 | 1 | -0/+67 |
| | | |||||
| * | doc: Fix warnings from DiscoveryIq | Linus Jahn | 2021-03-28 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | QXmppDiscoveryManager: Move static features into QXmppClientPrivate | Linus Jahn | 2020-04-06 | 1 | -11/+8 |
| | | |||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -2/+2 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -20/+19 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -4/+4 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Replace Q_FOREACH (foreach) by C++11 ranged for-loops | Linus Jahn | 2019-10-23 | 1 | -6/+4 |
| | | | | | | | | Q_FOREACH is bad and will be deprecated in the future: https://www.kdab.com/goodbye-q_foreach/ This also disables Q_FOREACH by defining QT_NO_FOREACH. | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Set client type in discovery manager based on Qt OS | Linus Jahn | 2019-01-03 | 1 | -1/+6 |
| | | |||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | Advertise support for XEP-0333 | Juan Aragon | 2014-05-21 | 1 | -1/+2 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -3/+3 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -3/+3 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | clarify discovery IQ handling | Jeremy Lainé | 2012-09-06 | 1 | -23/+31 |
| | | |||||
| * | Handle Error disco replies in DiscoveryManager as well. | 0xd34df00d | 2012-09-04 | 1 | -2/+5 |
| | | |||||
| * | whitespace fix | Jeremy Lainé | 2012-08-30 | 1 | -1/+1 |
| | | |||||
| * | Make sure QXmppDiscoveryManager only emits results | Jeremy Lainé | 2012-08-30 | 1 | -5/+9 |
| | | |||||
| * | fix typo | Jeremy Lainé | 2012-08-02 | 1 | -1/+1 |
| | | |||||
| * | Make it possible to set the client's extended information form (XEP-0128). | Jeremy Lainé | 2012-08-02 | 1 | -0/+23 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -32/+36 |
| | | |||||
| * | add support for XEP-0071: XHTML-IM (fixes issue: #143) | Jeremy Lainé | 2012-07-21 | 1 | -0/+1 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | report support for XEP-0004: Data Forms | Jeremy Lainé | 2012-07-17 | 1 | -0/+1 |
| | | |||||
| * | report XEP-0059 capability | Jeremy Lainé | 2012-07-17 | 1 | -1/+2 |
| | | |||||
| * | hide QXmppDiscoveryManager internals | Jeremy Lainé | 2012-05-14 | 1 | -18/+32 |
| | | |||||
| * | start moving client-specific code | Jeremy Lainé | 2012-02-08 | 1 | -0/+235 |
