aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [travis] test build on OS XJeremy Lainé2018-09-183-7/+30
|
* [cmake] set the C++ standard to C++11Jeremy Lainé2018-09-181-0/+1
| | | | We already make use of the "override" keyword.
* [socks] fix a compiler warning on MSVCJeremy Lainé2018-09-181-1/+1
|
* [tests] disable tests that require QXMPP_AUTOTEST_EXPORT (fixes #149)Jeremy Lainé2018-09-181-3/+3
|
* [docs] stop mentioning obsolete platforms in READMEJeremy Lainé2018-09-181-15/+0
|
* [appveyor] initial attempt at compilingJeremy Lainé2018-09-181-0/+17
|
* [docs] mention cmake --build instead of makeJeremy Lainé2018-09-181-2/+2
|
* [tests] switch from coveralls to codecovJeremy Lainé2018-09-084-10/+6
|
* auto-connect to next DNS-SRV record server on connection failureMartin Koller2018-09-081-5/+23
| | | | | automatically try next server from DNS SRV record when connection to first can not be established
* [cmake] fix documentation string for BUILD_EXAMPLESJeremy Lainé2018-09-081-1/+1
|
* Build examples by defaultNiels Ole Salscheider2018-09-081-1/+1
|
* support XEP-0237 Roster VersioningZam2018-08-174-4/+61
|
* [readme] add badge for code coverageJeremy Lainé2018-06-241-1/+2
|
* [tests] generate code coverage reportJeremy Lainé2018-06-242-0/+14
|
* CMake: Fix typo in install interfaceNiels Ole Salscheider2018-06-231-1/+1
|
* .travis.yml: Remove superfluous environments for qt4Niels Ole Salscheider2018-06-231-10/+3
|
* Merge pull request #131 from olesalscheider/cmakeNiels Ole Salscheider2018-06-23165-9653/+577
|\ | | | | Add CMake build system, drop Qt4 support
| * CMake: Make the library properly importableNiels Ole Salscheider2018-06-171-1/+14
| |
| * Fix paths in CMakeLists.txtNiels Ole Salscheider2018-06-175-11/+13
| |
| * Add myself to AUTHORS fileNiels Ole Salscheider2017-09-041-0/+4
| |
| * Update README.mdNiels Ole Salscheider2017-09-041-34/+13
| |
| * Update changelogNiels Ole Salscheider2017-09-041-0/+2
| |
| * Fix qxmppsasl testNiels Ole Salscheider2017-09-041-1/+1
| |
| * Drop the version string testNiels Ole Salscheider2017-09-041-6/+0
| | | | | | | | It is just stupid to adjust this...
| * Fix QXmppSslServer::incomingConnection signatureNiels Ole Salscheider2017-09-042-2/+2
| |
| * Install pkgconfig fileNiels Ole Salscheider2017-09-042-0/+21
| |
| * Update travis scriptsNiels Ole Salscheider2017-09-042-32/+7
| |
| * Re-add codecs support to the build systemNiels Ole Salscheider2017-09-046-0/+142
| |
| * Port examples to the new build systemNiels Ole Salscheider2017-09-0417-115/+33
| |
| * Remove example_4 and GuiClientNiels Ole Salscheider2017-09-0469-6639/+0
| | | | | | | | | | The build was disabled for some time. There is still git if we want to bring them back.
| * Port docs to new build systemNiels Ole Salscheider2017-09-045-155/+38
| |
| * Port tests to the new build systemNiels Ole Salscheider2017-09-0440-158/+64
| |
| * Generate QXmppGlobal from the build systemNiels Ole Salscheider2017-09-043-50/+16
| |
| * Drop support for Qt 4Niels Ole Salscheider2017-09-0413-2119/+1
| |
| * Initial CMake build systemNiels Ole Salscheider2017-09-0411-370/+246
| |
* | Update README.mdBoris Pek2018-03-091-2/+2
| |
* | Fix encoding / decoding of CSRC count in RTP packetsJeremy Lainé2018-02-282-3/+3
|/
* Set Stream Management to disabled when the socket becomes readyNiels Ole Salscheider2017-04-291-0/+1
| | | | This is important for reconnects.
* Add test for QXmppMamManagerNiels Ole Salscheider2017-04-293-0/+275
|
* Add QXmppMamManager (XEP-0313)Niels Ole Salscheider2017-04-298-0/+506
|
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-1220-159/+1074
| | | | | | | | | | | | | | * Some features can be available with different namespaces (e.g. SM) * Provide static functions to convert between strings and stream errors Stream management will reuse this for <failed />. * [travis] test builds using clang * Implement XEP-0198: Stream Management (client only) * QXmppOutgoingClient: Move private methods to QXmppOutgoingClientPrivate
* Merge pull request #73 from qxmpp-project/test-clang-builds0xd34df00d2017-02-022-0/+8
|\ | | | | Test clang builds
| * [travis] test builds using clangBoris Pek2017-02-022-0/+8
| |
* | Merge pull request #121 from qxmpp-project/fix-memory-leak0xd34df00d2017-02-021-1/+1
|\ \ | |/ |/| Tiny cosmetic fix to avoid cppcheck message about memory leak
| * Tiny cosmetic fix to avoid cppcheck message about memory leak.Boris Pek2017-02-031-1/+1
|/
* Added a qmake CONFIG feature file (#101)JanKusanagi2016-10-291-0/+46
|
* do not ignore SSL errors by default (closes #113)Jeremy Lainé2016-10-072-2/+8
|
* [constants] fix incorrect reference to QXmppTransferManagerJeremy Lainé2016-09-081-2/+2
|
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-0847-46/+57
|
* [carbons] rename QXmppCarbonsManager to QXmppCarbonManagerJeremy Lainé2016-09-047-40/+33
|