| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | doc: Fix warning from QXmppStun* classes | Linus Jahn | 2021-03-28 | 1 | -5/+6 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Add \since tags for QXmpp 0.9.3 everywhere | Linus Jahn | 2020-04-06 | 1 | -0/+18 |
| | | |||||
| * | Allow to set multiple STUN servers | Niels Ole Salscheider | 2020-03-16 | 1 | -0/+1 |
| | | | | | This way we can for example add a server for IPv4 and one IPv6. | ||||
| * | Make QXmpp work with projects using QT_NO_KEYWORDS | Linus Jahn | 2020-02-11 | 1 | -6/+6 |
| | | | | | | | | | | | | This replaces all occurencies of 'slots' and 'signals' with 'Q_SLOTS' and 'Q_SIGNALS'. This allows for smooth integration with software projects that need QT_NO_KEYWORDS, such as those ones that rely on boost libraries. Closes #115. Co-authored-by: Tommaso Cucinotta <tommaso.cucinotta@santannapisa.it> | ||||
| * | Fix undocumented Q_PROPERTies | Linus Jahn | 2020-02-04 | 1 | -0/+4 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -3/+3 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Add a .clang-format somewhat close to the current style | 0xd34df00d | 2019-12-23 | 1 | -11/+11 |
| | | |||||
| * | Replace deprecated Q_ENUMS with Q_ENUM | Linus Jahn | 2019-10-27 | 1 | -3/+2 |
| | | | | | | Q_ENUM exists since Qt 5.5, more details can be found here: https://woboq.com/blog/q_enum.html | ||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -6/+6 |
| | | | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Add QXmppIceConnection::gatheringState property | Jeremy Lainé | 2015-09-03 | 1 | -0/+19 |
| | | |||||
| * | add some code docs for QXmppIceConnection | Jeremy Lainé | 2015-08-27 | 1 | -0/+24 |
| | | |||||
| * | trim QXmppIceComponent API down to bare minimal | Jeremy Lainé | 2015-08-27 | 1 | -7/+1 |
| | | |||||
| * | share ICE config | Jeremy Lainé | 2015-08-27 | 1 | -1/+2 |
| | | |||||
| * | reduce QXmppIceComponent public API | Jeremy Lainé | 2015-08-27 | 1 | -5/+0 |
| | | |||||
| * | QXmppIceComponent: prevent changing component ID | Jeremy Lainé | 2015-08-27 | 1 | -2/+1 |
| | | |||||
| * | remove setRemoteUser / setRemotePassword from ICE component public API | Jeremy Lainé | 2015-08-27 | 1 | -2/+0 |
| | | |||||
| * | ICE: do not allow setting local user / password | Jeremy Lainé | 2015-08-27 | 1 | -7/+5 |
| | | | | | | | | | | Making it possible to change the local ICE user fragment or password complicates the state machine significantly. To avoid users shooting themselves in the foot, remove this API. Also make it clear that QXmppIceComponent cannot be used separately from QXmppIceConnection by making its constructor private. | ||||
| * | hide QXmppIceConnection internals | Jeremy Lainé | 2015-08-27 | 1 | -13/+3 |
| | | |||||
| * | ICE: use actual transactions for STUN tests | Jeremy Lainé | 2015-08-25 | 1 | -1/+0 |
| | | |||||
| * | ICE: use QXmppUdpTransport | Jeremy Lainé | 2015-08-25 | 1 | -2/+1 |
| | | |||||
| * | STUN: use a private header | Jeremy Lainé | 2015-08-25 | 1 | -112/+0 |
| | | |||||
| * | ICE: fix nomination | Jeremy Lainé | 2015-08-25 | 1 | -2/+0 |
| | | |||||
| * | ICE: rework sending STUN packet | Jeremy Lainé | 2015-08-25 | 1 | -1/+1 |
| | | |||||
| * | hide QXmppIceComponent private members | Jeremy Lainé | 2015-08-24 | 1 | -32/+2 |
| | | |||||
| * | make ICE use actual STUN transactions | Jeremy Lainé | 2015-08-24 | 1 | -1/+7 |
| | | |||||
| * | move CandidatePair definition to QXmppStun.cpp | Jeremy Lainé | 2015-08-24 | 1 | -22/+6 |
| | | |||||
| * | generate ICE tie breaker instead of 0 | Jeremy Lainé | 2015-08-16 | 1 | -0/+4 |
| | | |||||
| * | Remove trailing comma after last item in enums | Jeremy Lainé | 2015-03-13 | 1 | -3/+3 |
| | | | | | This allows compilation with GCC in pedantic mode. | ||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | start marking classes with QXMPP_EXPORT | Jeremy Lainé | 2012-04-20 | 1 | -5/+5 |
| | | |||||
| * | move files common to client/server into "base" | Jeremy Lainé | 2012-02-08 | 1 | -0/+440 |
