| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add test for QXmppMamManager | Niels Ole Salscheider | 2017-04-29 | 3 | -0/+275 | |
| | | ||||||
| * | [travis] test builds using clang | Boris Pek | 2017-02-02 | 1 | -0/+5 | |
| | | ||||||
| * | [carbons] rename QXmppCarbonsManager to QXmppCarbonManager | Jeremy Lainé | 2016-09-04 | 4 | -24/+17 | |
| | | ||||||
| * | Merge pull request #88 from fbeutel/carbons | fbeutel | 2016-09-04 | 4 | -0/+253 | |
| | | | | * Implemented XEP-0280: Message Carbons | |||||
| * | [travis] try to use trusty to fix travis builds | Jeremy Lainé | 2016-08-16 | 1 | -1/+0 | |
| | | ||||||
| * | bump version to 0.9.3 | Jeremy Lainé | 2015-12-03 | 1 | -1/+1 | |
| | | ||||||
| * | Change test case for c4f27ae, compare localFileUrl directly | fbeutel | 2015-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | Added test case for c4f27ae (converting file transfer path correctly) | fbeutel | 2015-10-21 | 1 | -0/+1 | |
| | | ||||||
| * | improve default candidate selection during SDP generation | Jeremy Lainé | 2015-09-03 | 1 | -0/+50 | |
| | | ||||||
| * | Add QXmppIceConnection::gatheringState property | Jeremy Lainé | 2015-09-03 | 1 | -2/+8 | |
| | | ||||||
| * | don't use gcc-specific profiling | Jeremy Lainé | 2015-09-02 | 1 | -13/+1 | |
| | | ||||||
| * | bump version to 0.9.2 | Jeremy Lainé | 2015-09-02 | 1 | -1/+1 | |
| | | ||||||
| * | [travis] test debug builds | Jeremy Lainé | 2015-08-31 | 1 | -1/+7 | |
| | | ||||||
| * | allow QXmppJingleIq to have multiple contents | Jeremy Lainé | 2015-08-31 | 1 | -2/+3 | |
| | | ||||||
| * | [tests] rename component to componentId | Jeremy Lainé | 2015-08-30 | 1 | -3/+3 | |
| | | ||||||
| * | bump version to 0.9.1 | Jeremy Lainé | 2015-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | [travis] build VPX support | Jeremy Lainé | 2015-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | bump version to 0.9.0 | Jeremy Lainé | 2015-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | parse DTLS-SRTP attributes according to XEP-0320 | Jeremy Lainé | 2015-08-28 | 1 | -27/+105 | |
| | | ||||||
| * | don't write SDP header | Jeremy Lainé | 2015-08-28 | 1 | -10/+2 | |
| | | ||||||
| * | parse SDP parameters | Jeremy Lainé | 2015-08-27 | 1 | -0/+39 | |
| | | ||||||
| * | add method to parse SDP to QXmppJingleIq::Content | Jeremy Lainé | 2015-08-27 | 1 | -21/+84 | |
| | | ||||||
| * | add method to generate SDP from QXmppJingleIq::Content | Jeremy Lainé | 2015-08-27 | 1 | -0/+20 | |
| | | ||||||
| * | add more complete jingle IQ test | Jeremy Lainé | 2015-08-27 | 1 | -0/+62 | |
| | | ||||||
| * | RTCP: expose Receiver Report data | Jeremy Lainé | 2015-08-26 | 1 | -0/+10 | |
| | | ||||||
| * | RTCP: parse goodbye packet | Jeremy Lainé | 2015-08-26 | 1 | -0/+54 | |
| | | ||||||
| * | RTCP: parse more receiver report info | Jeremy Lainé | 2015-08-26 | 1 | -16/+16 | |
| | | ||||||
| * | RTCP: start decoding receiver reports | Jeremy Lainé | 2015-08-26 | 1 | -9/+47 | |
| | | ||||||
| * | fix compiler warning | Jeremy Lainé | 2015-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | RTCP: start decode sender reports | Jeremy Lainé | 2015-08-26 | 1 | -3/+21 | |
| | | ||||||
| * | RTCP: encode source descriptions | Jeremy Lainé | 2015-08-25 | 1 | -0/+1 | |
| | | ||||||
| * | RTCP: decode source description | Jeremy Lainé | 2015-08-25 | 1 | -1/+5 | |
| | | ||||||
| * | add unit test for QXmppCallManager | Jeremy Lainé | 2015-08-25 | 3 | -0/+154 | |
| | | ||||||
| * | ICE: test server-reflexive candidate gathering | Jeremy Lainé | 2015-08-25 | 1 | -0/+67 | |
| | | ||||||
| * | ICE: make test more tolerant of connexion orders | Jeremy Lainé | 2015-08-25 | 1 | -5/+1 | |
| | | ||||||
| * | don't send triggered check if one is in progress | Jeremy Lainé | 2015-08-24 | 1 | -2/+2 | |
| | | ||||||
| * | make ICE use actual STUN transactions | Jeremy Lainé | 2015-08-24 | 1 | -2/+9 | |
| | | ||||||
| * | use PIMPL + accessors for QXmppRtpPacket | Jeremy Lainé | 2015-08-24 | 1 | -15/+14 | |
| | | ||||||
| * | move QXmppRtpPacket to it's own files | Jeremy Lainé | 2015-08-20 | 1 | -3/+1 | |
| | | ||||||
| * | add QXmppRtcpPacket class | Jeremy Lainé | 2015-08-20 | 3 | -0/+73 | |
| | | ||||||
| * | QXmppJingleCandidate : add accessors for "generation" | Jeremy Lainé | 2015-08-17 | 1 | -0/+1 | |
| | | ||||||
| * | test QXmppJingleCandidate | Jeremy Lainé | 2015-08-17 | 1 | -0/+28 | |
| | | ||||||
| * | add a test for QXmppIceConnection | Jeremy Lainé | 2015-08-16 | 3 | -0/+85 | |
| | | ||||||
| * | QXmppTransferManager test incoming transfer completion | Jeremy Lainé | 2015-08-15 | 1 | -0/+6 | |
| | | ||||||
| * | QXmppTransferManager: test all IBB / SOCKS5 combinations | Jeremy Lainé | 2015-08-15 | 1 | -11/+61 | |
| | | ||||||
| * | add test for QXmppTransferManager | Jeremy Lainé | 2015-08-15 | 5 | -0/+222 | |
| | | ||||||
| * | move TestPasswordChecker to test utilities | Jeremy Lainé | 2015-08-15 | 2 | -40/+33 | |
| | | ||||||
| * | correctly receive data immediately following a SOCKS5 message (closes #64) | Jeremy Lainé | 2015-08-15 | 1 | -3/+15 | |
| | | | | | | | | | | | The SOCKS5 client and server would discard any currently buffered received data when processing a SOCKS5 command as they used readAll(). Now they only consume the SOCKS5 command's bytes, preserving any buffered data. Why this situation should occur is a different matter, I would be surprised to see it happen during file transfer, due to the sequence in which the handshake is performed. | |||||
| * | fix reading/writing phone numbers in vCard (closes #65) | Jeremy Lainé | 2015-07-31 | 1 | -16/+16 | |
| | | | | | | The phone numbers were incorrectly read from / written to vCard as a "PHONE" element instead of "TEL". | |||||
| * | socks5: make server explicitly return "no acceptable method" | Jeremy Lainé | 2015-07-27 | 1 | -0/+5 | |
| | | ||||||
