| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace qAsConst by std::as_const | Linus Jahn | 2021-03-17 | 1 | -2/+2 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Fix undocumented Q_PROPERTies | Linus Jahn | 2020-02-04 | 1 | -22/+0 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -25/+18 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -3/+4 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -25/+14 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | QXmppMucManager: Only return true if actually handled stanza | Martin Koller | 2019-10-27 | 1 | -3/+4 |
| | | |||||
| * | Replace Q_FOREACH (foreach) by C++11 ranged for-loops | Linus Jahn | 2019-10-23 | 1 | -7/+9 |
| | | | | | | | | 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 |
| | | |||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | Update self nick only if the nick change is successful. | 0xd34df00d | 2013-03-12 | 1 | -6/+12 |
| | | |||||
| * | Use room jid instead of user jid in invitations. | 0xd34df00d | 2012-09-12 | 1 | -1/+1 |
| | | | | | | Otherwise the invitee got invited into a "room" with a jid equal to his one. | ||||
| * | Add XEP-0045: Multi-User Chat attributes to QXmppPresence. | Jeremy Lainé | 2012-09-12 | 1 | -19/+7 |
| | | |||||
| * | prune dead code | Jeremy Lainé | 2012-09-12 | 1 | -6/+0 |
| | | |||||
| * | explicitly parse XEP-0249: Direct MUC Invitations message attributes | Jeremy Lainé | 2012-09-12 | 1 | -10/+5 |
| | | |||||
| * | Fix QXmppMucRoom::name(), only consider discovery IQs from the room. | Jeremy Lainé | 2012-09-06 | 1 | -9/+11 |
| | | |||||
| * | protect against the case where the user has removed the disco manager | Jeremy Lainé | 2012-09-05 | 1 | -3/+5 |
| | | |||||
| * | Add QXmppMucRoom::name() to get the room's human-readable name. | Jeremy Lainé | 2012-09-05 | 1 | -1/+39 |
| | | |||||
| * | clarify JID formats | Jeremy Lainé | 2012-09-05 | 1 | -1/+3 |
| | | |||||
| * | QXmppMucRoom::ban() should only accept bare JIDs | Jeremy Lainé | 2012-09-05 | 1 | -14/+5 |
| | | |||||
| * | Add QXmppMucRoom::participantFullJid() to lookup an occupant full JID. | Jeremy Lainé | 2012-09-05 | 1 | -2/+13 |
| | | |||||
| * | Add QXmppMucRoom::ban() slot to ban users. | Jeremy Lainé | 2012-09-05 | 1 | -0/+35 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -12/+14 |
| | | |||||
| * | use QXmppClient::setStatusText | Jeremy Lainé | 2012-07-21 | 1 | -4/+1 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | make QXmppElementList a typedef (thanks Matt) | Jeremy Lainé | 2012-04-23 | 1 | -2/+2 |
| | | |||||
| * | encapsulate QXmppUtils methods in a QXmppUtils class | Jeremy Lainé | 2012-04-20 | 1 | -3/+3 |
| | | |||||
| * | Advertise support for XEP-0249: Direct MUC Invitations | Jeremy Lainé | 2012-04-16 | 1 | -1/+2 |
| | | |||||
| * | start moving client-specific code | Jeremy Lainé | 2012-02-08 | 1 | -0/+661 |
