| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | socks5: improve test coverage of failed CONNECT | Jeremy Lainé | 2015-07-27 | 1 | -6/+33 |
| | | |||||
| * | socks5: add test case for client | Jeremy Lainé | 2015-07-27 | 1 | -45/+99 |
| | | |||||
| * | improve tests | Jeremy Lainé | 2015-07-27 | 1 | -2/+15 |
| | | |||||
| * | add some tests for invalid SOCKS5 handshake from client | Jeremy Lainé | 2015-07-27 | 1 | -0/+45 |
| | | |||||
| * | don't hardcode port 1080 | Jeremy Lainé | 2015-07-27 | 1 | -2/+1 |
| | | |||||
| * | add some tests for QXmppSocksServer | Jeremy Lainé | 2015-07-27 | 3 | -0/+126 |
| | | |||||
| * | fix pubsub retract query | Zam-mbpr | 2015-06-04 | 1 | -0/+30 |
| | | | | | fix issue #56 | ||||
| * | [add] unit test [add] comment [update] code order to if else statement | Zam-mbpr | 2015-06-04 | 1 | -0/+21 |
| | | |||||
| * | fix pedantic GCC error about char overflow | Jeremy Lainé | 2015-03-13 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:qxmpp-project/qxmpp | Jeremy Lainé | 2015-02-05 | 1 | -1/+1 |
| |\ | |||||
| | * | Upgraded library version to 0.8.3. | 0xd34df00d | 2015-01-28 | 1 | -1/+1 |
| | | | |||||
| * | | do not install testcases (fixes #37) | Jeremy Lainé | 2015-02-05 | 1 | -0/+3 |
| |/ | |||||
| * | use doxygen for "full" builds | Jeremy Lainé | 2015-01-07 | 2 | -2/+2 |
| | | |||||
| * | [travis] enable Opus codec in "full" builds | Jeremy Lainé | 2015-01-07 | 1 | -1/+1 |
| | | |||||
| * | [travis] try using Ubuntu SDK PPA | Jeremy Lainé | 2015-01-07 | 1 | -3/+2 |
| | | |||||
| * | install libopus-dev for 'full' build | Jeremy Lainé | 2015-01-07 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.8.2 | Jeremy Lainé | 2015-01-07 | 1 | -1/+1 |
| | | |||||
| * | ensure "make check" works for out of source builds | Jeremy Lainé | 2014-09-13 | 1 | -1/+1 |
| | | |||||
| * | [travis] use "make check" to run tests | Jeremy Lainé | 2014-09-13 | 1 | -1/+1 |
| | | |||||
| * | remove useless tests/run.py | Jeremy Lainé | 2014-09-13 | 1 | -63/+0 |
| | | |||||
| * | make it possible to run tests using "make check" | Jeremy Lainé | 2014-09-13 | 1 | -0/+3 |
| | | |||||
| * | add support for profiling / test coverage | Jeremy Lainé | 2014-07-21 | 1 | -6/+20 |
| | | |||||
| * | cosmetic | Jeremy Lainé | 2014-07-21 | 2 | -0/+0 |
| | | |||||
| * | actually test with clang | Jeremy Lainé | 2014-07-20 | 1 | -0/+10 |
| | | |||||
| * | remove compiler flags from tests | Jeremy Lainé | 2014-07-20 | 1 | -3/+1 |
| | | |||||
| * | make sure tests fail on error! | Jeremy Lainé | 2014-07-20 | 2 | -0/+2 |
| | | |||||
| * | fix build depends | Jeremy Lainé | 2014-07-20 | 1 | -3/+5 |
| | | |||||
| * | test static builds | Jeremy Lainé | 2014-07-20 | 1 | -5/+12 |
| | | |||||
| * | Merge pull request #8 from trulabs/feature/XEP-0333 | Jeremy Lainé | 2014-06-23 | 1 | -0/+187 |
| |\ | | | | | XEP-0333: Chat Markers | ||||
| | * | XEP-0333 updated: | Juan Aragon | 2014-05-21 | 1 | -4/+11 |
| | | | | | | | | | | | | | -Methods documented -Symmetrical getters/setters -Unit tests updated | ||||
| | * | XEP-0333: Chat Markers | Juan Aragon | 2014-05-20 | 1 | -0/+180 |
| | | | |||||
| * | | Updated Utils test. | 0xd34df00d | 2014-04-23 | 1 | -1/+1 |
| | | | |||||
| * | | Covered eq operators for QXmppVCardAddress with tests. | 0xd34df00d | 2014-04-23 | 1 | -12/+22 |
| |/ | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 28 | -32/+32 |
| | | |||||
| * | Merge pull request #1 from tehnick/travis | Jeremy Lainé | 2014-03-27 | 3 | -10/+29 |
| |\ | | | | | Update hook for Travis CI. | ||||
| | * | Update support of Travis CI. | Boris Pek | 2014-03-27 | 3 | -10/+29 |
| | | | |||||
| * | | update project homepage | Jeremy Lainé | 2014-03-27 | 28 | -32/+32 |
| |/ | |||||
