| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | test stream initiation IQ serialisation / parsing | Jeremy Lainé | 2012-09-12 | 4 | -50/+32 |
| | | |||||
| * | add/test QXmppTransferFileInfo parsing/serialisation | Jeremy Lainé | 2012-09-12 | 2 | -0/+31 |
| | | |||||
| * | QXmppTransferManager: use actual data forms instead of manually parsing them | Jeremy Lainé | 2012-09-12 | 3 | -99/+64 |
| | | |||||
| * | Add XEP-0045: Multi-User Chat attributes to QXmppPresence. | Jeremy Lainé | 2012-09-12 | 3 | -20/+57 |
| | | |||||
| * | 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 | 3 | -10/+84 |
| | | |||||
| * | Merge branch 'master' of https://code.google.com/p/qxmpp | Jeremy Lainé | 2012-09-11 | 2 | -2/+25 |
| |\ | |||||
| | * | Merge branch 'master' of https://code.google.com/p/qxmpp | 0xd34df00d | 2012-09-10 | 2 | -19/+0 |
| | |\ | |||||
| | * | | Added description field to file transfers. | 0xd34df00d | 2012-09-10 | 2 | -2/+25 |
| | | | | |||||
| * | | | [server] remove some not-so-interesting counters | Jeremy Lainé | 2012-09-11 | 3 | -7/+0 |
| | |/ |/| | |||||
| * | | remove QXmppServerExtension::statistics() | Jeremy Lainé | 2012-09-10 | 2 | -19/+0 |
| |/ | |||||
| * | replace "incrementCounter" by "updateCounter" | Jeremy Lainé | 2012-09-10 | 7 | -37/+38 |
| | | |||||
| * | add counters | Jeremy Lainé | 2012-09-10 | 4 | -2/+39 |
| | | |||||
| * | add some counters | Jeremy Lainé | 2012-09-10 | 3 | -0/+8 |
| | | |||||
| * | more plumbing for stat counters | Jeremy Lainé | 2012-09-10 | 5 | -12/+48 |
| | | |||||
| * | [server] lay groundwork for client auth statistics | Jeremy Lainé | 2012-09-10 | 2 | -1/+11 |
| | | |||||
| * | bump version to 0.7.3 | Jeremy Lainé | 2012-09-07 | 1 | -1/+1 |
| | | |||||
| * | Fix QXmppMucRoom::name(), only consider discovery IQs from the room. | Jeremy Lainé | 2012-09-06 | 1 | -9/+11 |
| | | |||||
