| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Set client type in discovery manager based on Qt OS | Linus Jahn | 2019-01-03 | 1 | -1/+6 | |
| | | ||||||
| * | Use QSysInfo for client OS in VersionManager | Linus Jahn | 2019-01-03 | 1 | -3/+8 | |
| | | | | | | | The QXmppVersionManager will use QSysInfo in Qt 5.4 or later to determine the client's OS, so it will also contain the OS version or some codenames. | |||||
| * | Implement XEP-0308: Last Message Correction | Linus Jahn | 2018-12-30 | 5 | -0/+60 | |
| | | ||||||
| * | Add partial support of XEP-0066: Out of Band Data | Linus Jahn | 2018-12-19 | 5 | -0/+64 | |
| | | | | | | Today this is most important for attaching URLs generated by XEP-0363: HTTP File Upload for a very basic form of media/file sharing. | |||||
| * | [appveyor] do not include patch level in QTDIR | Jeremy Lainé | 2018-11-27 | 1 | -2/+2 | |
| | | ||||||
| * | add BUILD_SHARED to support library type and add BUILD_SHARED to README | Zam | 2018-11-26 | 2 | -8/+14 | |
| | | ||||||
| * | Implement XEP-0352: Client State Indication | Linus Jahn | 2018-10-29 | 9 | -1/+71 | |
| | | | | | | This commit is based on a pull request by fbeutel (GitHub) (see #87) and was rebased and slightly modified by me. | |||||
| * | [tests] Explicitly include QXmppRtpChannel.h (see #78) | Jeremy Lainé | 2018-10-27 | 1 | -0/+2 | |
| | | ||||||
| * | Add .gitignore | Boris Pek | 2018-10-11 | 1 | -0/+3 | |
| | | ||||||
| * | Fix generating of Doxygen documentation | Boris Pek | 2018-10-11 | 3 | -14/+18 | |
| | | | | | Closes: #158 | |||||
| * | Fix spelling error | Boris Pek | 2018-10-08 | 1 | -1/+1 | |
| | | ||||||
| * | CMake: Add binary paths for tests to the include paths | Niels Ole Salscheider | 2018-09-30 | 3 | -0/+3 | |
| | | | | | This fixes #141. | |||||
| * | travis: Install clang | Niels Ole Salscheider | 2018-09-30 | 1 | -1/+1 | |
| | | | | | Now that we only use the system binaries we have to install this manually. | |||||
| * | travis: Only use system binaries | Niels Ole Salscheider | 2018-09-30 | 1 | -1/+5 | |
| | | ||||||
| * | [travis] test builds in Ubuntu Xenial instead of Ubuntu Trusty | Boris Pek | 2018-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | [travis] build qxmpp out-of-source | Jeremy Lainé | 2018-09-24 | 1 | -1/+3 | |
| | | ||||||
| * | CMake: Use CMakePackageConfigHelpers to generate the package config | Niels Ole Salscheider | 2018-09-24 | 3 | -4/+20 | |
| | | | | | Now we also generate a QXmppConfigVersion.cmake file. | |||||
| * | Add missed variables initialization in constructors of few classes. | Boris Pek | 2018-09-18 | 5 | -3/+13 | |
| | | ||||||
| * | QXmppElement: add self-assignment check to 'operator='. | Boris Pek | 2018-09-18 | 1 | -4/+7 | |
| | | ||||||
| * | [travis] test build on OS X | Jeremy Lainé | 2018-09-18 | 3 | -7/+30 | |
| | | ||||||
| * | [cmake] set the C++ standard to C++11 | Jeremy Lainé | 2018-09-18 | 1 | -0/+1 | |
| | | | | | We already make use of the "override" keyword. | |||||
| * | [socks] fix a compiler warning on MSVC | Jeremy Lainé | 2018-09-18 | 1 | -1/+1 | |
| | | ||||||
| * | [tests] disable tests that require QXMPP_AUTOTEST_EXPORT (fixes #149) | Jeremy Lainé | 2018-09-18 | 1 | -3/+3 | |
| | | ||||||
| * | [docs] stop mentioning obsolete platforms in README | Jeremy Lainé | 2018-09-18 | 1 | -15/+0 | |
| | | ||||||
| * | [appveyor] initial attempt at compiling | Jeremy Lainé | 2018-09-18 | 1 | -0/+17 | |
| | | ||||||
| * | [docs] mention cmake --build instead of make | Jeremy Lainé | 2018-09-18 | 1 | -2/+2 | |
| | | ||||||
| * | [tests] switch from coveralls to codecov | Jeremy Lainé | 2018-09-08 | 4 | -10/+6 | |
| | | ||||||
| * | auto-connect to next DNS-SRV record server on connection failure | Martin Koller | 2018-09-08 | 1 | -5/+23 | |
| | | | | | | automatically try next server from DNS SRV record when connection to first can not be established | |||||
| * | [cmake] fix documentation string for BUILD_EXAMPLES | Jeremy Lainé | 2018-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | Build examples by default | Niels Ole Salscheider | 2018-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | support XEP-0237 Roster Versioning | Zam | 2018-08-17 | 4 | -4/+61 | |
| | | ||||||
| * | [readme] add badge for code coverage | Jeremy Lainé | 2018-06-24 | 1 | -1/+2 | |
| | | ||||||
| * | [tests] generate code coverage report | Jeremy Lainé | 2018-06-24 | 2 | -0/+14 | |
| | | ||||||
| * | CMake: Fix typo in install interface | Niels Ole Salscheider | 2018-06-23 | 1 | -1/+1 | |
| | | ||||||
| * | .travis.yml: Remove superfluous environments for qt4 | Niels Ole Salscheider | 2018-06-23 | 1 | -10/+3 | |
| | | ||||||
| * | Merge pull request #131 from olesalscheider/cmake | Niels Ole Salscheider | 2018-06-23 | 165 | -9653/+577 | |
| |\ | | | | | Add CMake build system, drop Qt4 support | |||||
| | * | CMake: Make the library properly importable | Niels Ole Salscheider | 2018-06-17 | 1 | -1/+14 | |
| | | | ||||||
| | * | Fix paths in CMakeLists.txt | Niels Ole Salscheider | 2018-06-17 | 5 | -11/+13 | |
| | | | ||||||
| | * | Add myself to AUTHORS file | Niels Ole Salscheider | 2017-09-04 | 1 | -0/+4 | |
| | | | ||||||
| | * | Update README.md | Niels Ole Salscheider | 2017-09-04 | 1 | -34/+13 | |
| | | | ||||||
| | * | Update changelog | Niels Ole Salscheider | 2017-09-04 | 1 | -0/+2 | |
| | | | ||||||
| | * | Fix qxmppsasl test | Niels Ole Salscheider | 2017-09-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Drop the version string test | Niels Ole Salscheider | 2017-09-04 | 1 | -6/+0 | |
| | | | | | | | | | It is just stupid to adjust this... | |||||
| | * | Fix QXmppSslServer::incomingConnection signature | Niels Ole Salscheider | 2017-09-04 | 2 | -2/+2 | |
| | | | ||||||
| | * | Install pkgconfig file | Niels Ole Salscheider | 2017-09-04 | 2 | -0/+21 | |
| | | | ||||||
| | * | Update travis scripts | Niels Ole Salscheider | 2017-09-04 | 2 | -32/+7 | |
| | | | ||||||
| | * | Re-add codecs support to the build system | Niels Ole Salscheider | 2017-09-04 | 6 | -0/+142 | |
| | | | ||||||
| | * | Port examples to the new build system | Niels Ole Salscheider | 2017-09-04 | 17 | -115/+33 | |
| | | | ||||||
| | * | Remove example_4 and GuiClient | Niels Ole Salscheider | 2017-09-04 | 69 | -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 system | Niels Ole Salscheider | 2017-09-04 | 5 | -155/+38 | |
| | | | ||||||
