| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 126 | -131/+131 |
| | | |||||
| * | hide some methods from doxygen | Jeremy Lainé | 2014-03-26 | 1 | -0/+2 |
| | | |||||
| * | bump version to 0.8.0 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 125 | -125/+125 |
| | | |||||
| * | fix typo | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated QXmppPresence::Status type | Jeremy Lainé | 2014-03-26 | 2 | -129/+27 |
| | | |||||
| * | Documented QXmppVCardOrganization. | 0xd34df00d | 2014-03-26 | 1 | -2/+24 |
| | | |||||
| * | Added QXmppVCardOrganization API. | 0xd34df00d | 2014-03-22 | 2 | -0/+152 |
| | | |||||
| * | Added QPair include just in case. | 0xd34df00d | 2014-03-09 | 1 | -0/+1 |
| | | |||||
| * | Avoid keeping the source QDomDocument in QXmppElement. | 0xd34df00d | 2014-03-03 | 2 | -5/+19 |
| | | | | | | Serialize the node instead of keeping QDomElement with a ref to the original QDomDOcument. | ||||
| * | QXmppElement::sourceDomElement(). | 0xd34df00d | 2014-02-28 | 2 | -1/+10 |
| | | |||||
| * | Namespace-based matching for known elements. | 0xd34df00d | 2014-02-28 | 1 | -14/+15 |
| | | |||||
| * | Support other extensions besides 'x' in QXmppMessage. | 0xd34df00d | 2014-02-11 | 1 | -14/+42 |
| | | |||||
| * | re-order member initialization (silences GCC warning) | Jeremy Lainé | 2013-08-28 | 1 | -2/+2 |
| | | |||||
| * | Fixed possible memory leak in QXmppTransferManager | Nikita Krupenko | 2013-08-28 | 1 | -1/+1 |
| | | |||||
| * | Added missing assert for connecting signal in QXmppStream | Nikita Krupenko | 2013-08-28 | 1 | -0/+1 |
| | | |||||
| * | Fixed C-style pointer cast | Nikita Krupenko | 2013-08-28 | 1 | -2/+2 |
| | | |||||
| * | Fixed uninitialized pointers in QXmppOutgoingClientPrivate | Nikita Krupenko | 2013-08-28 | 1 | -0/+2 |
| | | |||||
| * | Fixed uninitialized pointer in QXmppCallPrivate | Nikita Krupenko | 2013-08-28 | 1 | -0/+1 |
| | | |||||
| * | Fixed uninitialized pointer in QXmppRtpAudioChannelPrivate | Nikita Krupenko | 2013-08-28 | 1 | -0/+1 |
| | | |||||
| * | Fixed uninitialized member in QXmppOutgoingClient | Nikita Krupenko | 2013-08-28 | 1 | -0/+1 |
| | | |||||
| * | Fix QXmppServer incoming connections with Qt5 (issue 175). | Jeremy Lainé | 2013-08-26 | 2 | -0/+8 |
| | | |||||
| * | Update self nick only if the nick change is successful. | 0xd34df00d | 2013-03-12 | 1 | -6/+12 |
| | | |||||
| * | bump version | Jeremy Lainé | 2013-03-09 | 2 | -2/+2 |
| | | |||||
| * | Disable Facebook / Google / Facebook specific mechanisms if we do not | Jeremy Lainé | 2013-03-09 | 1 | -0/+6 |
| | | | | | | | | have the corresponding credentials. Google recently changed their XMPP servers, and X-OAUTH2 is now listed before PLAIN. QXmpp was failing to connect to their servers. | ||||
| * | cosmetic: re-order methods alphabetically | Jeremy Lainé | 2013-02-05 | 2 | -11/+11 |
| | | |||||
| * | Add QXmppClient::insertExtension() | Oskari Timperi | 2013-02-05 | 2 | -2/+13 |
| | | | | | | Now users who need greater control from the library can insert their own managers to the beginning of the extensions list and catch every stanza. | ||||
| * | Remove managers from QXmppClientPrivate, use the extensions list instead | Oskari Timperi | 2013-02-05 | 1 | -22/+6 |
| | | |||||
| * | bump version to 0.7.5 | Jeremy Lainé | 2013-01-11 | 1 | -1/+1 |
| | | |||||
| * | convert to use of QUrlQuery for qt >= 5 | Matt Broadstone | 2012-11-16 | 1 | -0/+16 |
| | | |||||
| * | convert QMetaType::construct to QMetaType::create for qt >= 5 | Matt Broadstone | 2012-11-16 | 1 | -0/+5 |
| | | |||||
| * | convert QString::fromAscii to QString::fromLatin1 | Matt Broadstone | 2012-11-16 | 1 | -5/+5 |
| | | |||||
| * | move from toAscii() to toLatin1() | Matt Broadstone | 2012-11-16 | 10 | -15/+15 |
| | | |||||
| * | Avoid extra ';' in QXmppVCardIq declaration. | 0xd34df00d | 2012-10-22 | 1 | -3/+3 |
| | | | | | | Otherwise clang, for example, complains a lot about this with the -pedantic option. | ||||
| * | fall back to DNS SRV stub for unknown platforms | Jeremy Lainé | 2012-10-15 | 1 | -0/+1 |
| | | |||||
| * | make a note of an error case when listening for IPv6 | Jeremy Lainé | 2012-10-05 | 1 | -0/+1 |
| | | |||||
| * | bump version to 0.7.4 | Jeremy Lainé | 2012-10-01 | 1 | -1/+1 |
| | | |||||
| * | remove QXmppSocksServer::isListening() | Jeremy Lainé | 2012-09-18 | 2 | -6/+0 |
| | | |||||
| * | move IPv6 specifics inside QXmppSocksServer | Jeremy Lainé | 2012-09-18 | 3 | -29/+21 |
| | | |||||
| * | re-enable IPv6 on Mac OS | Jeremy Lainé | 2012-09-17 | 1 | -6/+0 |
| | | |||||
| * | enable IPv6 file transfers | Jeremy Lainé | 2012-09-17 | 1 | -29/+25 |
| | | |||||
| * | bring QXmppTransferManager back to 3 arguments | Jeremy Lainé | 2012-09-17 | 2 | -3/+3 |
| | | |||||
| * | Allow StreamHost::host to contain a host name | Jeremy Lainé | 2012-09-17 | 5 | -21/+21 |
| | | |||||
| * | improve QXmppServer::listenFor(Clients|Servers) debugging | Jeremy Lainé | 2012-09-17 | 1 | -2/+2 |
| | | |||||
| * | Enable multiple calls to QXmppServer::listenFor(Clients|Servers) | Jeremy Lainé | 2012-09-17 | 1 | -35/+83 |
| | | | | | | Make it possible to call listenForClients and listenForServers multiple times to supported multiple IP address / ports. | ||||
| * | fix typo | Jeremy Lainé | 2012-09-14 | 1 | -1/+1 |
| | | |||||
| * | cleanup includes / forward declarations | Jeremy Lainé | 2012-09-14 | 10 | -33/+3 |
| | | |||||
| * | 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. | ||||
| * | fix | Jeremy Lainé | 2012-09-12 | 1 | -1/+1 |
| | | |||||
| * | make QXmppStreamInitiationIq private API | Jeremy Lainé | 2012-09-12 | 3 | -6/+19 |
| | | |||||
