| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reformat code | Linus Jahn | 2022-09-06 | 7 | -53/+100 |
| | | |||||
| * | Server: Avoid creating temporary for iteration on two containers | Linus Jahn | 2022-03-13 | 1 | -6/+29 |
| | | |||||
| * | server: Add missing emit on signals | Linus Jahn | 2022-03-13 | 2 | -12/+12 |
| | | |||||
| * | Use qDeleteAll() | Linus Jahn | 2022-03-13 | 1 | -1/+2 |
| | | |||||
| * | Remove unused non-trivial variables | Linus Jahn | 2022-03-13 | 2 | -4/+0 |
| | | | | | | Many unused QString/QByteArray not recognized as such by normal compiler warnings. | ||||
| * | Fix possibly detaching containers | Linus Jahn | 2022-03-13 | 1 | -5/+10 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 16 | -352/+48 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 16 | -16/+16 |
| | | |||||
| * | Replace qAsConst by std::as_const | Linus Jahn | 2021-03-17 | 2 | -3/+3 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 16 | -16/+16 |
| | | |||||
| * | server: Add 'to' and 'from' attributes to dialback init stream header (#324) | Alexander Akulich | 2021-01-02 | 1 | -2/+5 |
| | | | | The attributes are mandatory (see RFC 6120 paragraphs 8.1.1.2 and 8.1.2.2). | ||||
| * | Port remaining Qt-6-removed APIs | Linus Jahn | 2020-10-10 | 2 | -2/+5 |
| | | |||||
| * | Replace deprecated QSslSocket::error signal | Linus Jahn | 2020-07-03 | 1 | -0/+4 |
| | | |||||
| * | Add \since tags for QXmpp 0.9 everywhere | Linus Jahn | 2020-04-06 | 1 | -2/+8 |
| | | |||||
| * | Make QXmpp work with projects using QT_NO_KEYWORDS | Linus Jahn | 2020-02-11 | 5 | -13/+13 |
| | | | | | | | | | | | | 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> | ||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -1/+1 |
| | | |||||
| * | Fix undocumented Q_PROPERTies | Linus Jahn | 2020-02-04 | 2 | -3/+3 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 8 | -150/+106 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 12 | -47/+52 |
| | | |||||
| * | Replace manual xmlns writing by writeDefaultNamespace() | Linus Jahn | 2020-01-29 | 1 | -1/+1 |
| | | | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h") | ||||
| * | server: Replace manual checks and hard-coded XML by QXmppStartTlsPacket | Linus Jahn | 2020-01-20 | 3 | -33/+19 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 5 | -83/+49 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 16 | -16/+16 |
| | | |||||
| * | Add a .clang-format somewhat close to the current style | 0xd34df00d | 2019-12-23 | 6 | -11/+11 |
| | | |||||
| * | Replace Q_FOREACH (foreach) by C++11 ranged for-loops | Linus Jahn | 2019-10-23 | 2 | -21/+23 |
| | | | | | | | | Q_FOREACH is bad and will be deprecated in the future: https://www.kdab.com/goodbye-q_foreach/ This also disables Q_FOREACH by defining QT_NO_FOREACH. | ||||
| * | Use raw literals, range based loops and auto | Jonah Brüchert | 2019-10-22 | 5 | -19/+19 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 11 | -33/+33 |
| | | | | | | | | | 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 | 16 | -16/+16 |
| | | |||||
| * | Fix spelling errors | Boris Pek | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Fix QXmppSslServer::incomingConnection signature | Niels Ole Salscheider | 2017-09-04 | 2 | -2/+2 |
| | | |||||
| * | Drop support for Qt 4 | Niels Ole Salscheider | 2017-09-04 | 3 | -14/+0 |
| | | |||||
| * | Initial CMake build system | Niels Ole Salscheider | 2017-09-04 | 2 | -20/+25 |
| | | |||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 5 | -5/+5 |
| | | |||||
| * | Added possibility to set local TLS certificate and private key as ↵ | servonic | 2015-05-22 | 2 | -0/+28 |
| | | | | | QSslCertificate and QSslKey | ||||
| * | Remove trailing comma after last item in enums | Jeremy Lainé | 2015-03-13 | 2 | -3/+3 |
| | | | | | This allows compilation with GCC in pedantic mode. | ||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 15 | -15/+15 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 15 | -15/+15 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 15 | -15/+15 |
| | | |||||
| * | Fix QXmppServer incoming connections with Qt5 (issue 175). | Jeremy Lainé | 2013-08-26 | 2 | -0/+8 |
| | | |||||
| * | move from toAscii() to toLatin1() | Matt Broadstone | 2012-11-16 | 3 | -4/+4 |
| | | |||||
| * | improve QXmppServer::listenFor(Clients|Servers) debugging | Jeremy Lainé | 2012-09-17 | 1 | -2/+2 |
| | | |||||
| * | Enable multiple calls to QXmppServer::listenFor(Clients|Servers) | Jeremy Lainé | 2012-09-17 | 1 | -35/+83 |
| | | | | | | Make it possible to call listenForClients and listenForServers multiple times to supported multiple IP address / ports. | ||||
| * | [server] remove some not-so-interesting counters | Jeremy Lainé | 2012-09-11 | 3 | -7/+0 |
| | | |||||
| * | remove QXmppServerExtension::statistics() | Jeremy Lainé | 2012-09-10 | 2 | -19/+0 |
| | | |||||
| * | replace "incrementCounter" by "updateCounter" | Jeremy Lainé | 2012-09-10 | 4 | -16/+16 |
| | | |||||
| * | add counters | Jeremy Lainé | 2012-09-10 | 1 | -2/+16 |
| | | |||||
| * | add some counters | Jeremy Lainé | 2012-09-10 | 3 | -0/+8 |
| | | |||||
| * | more plumbing for stat counters | Jeremy Lainé | 2012-09-10 | 2 | -8/+22 |
| | | |||||
| * | [server] lay groundwork for client auth statistics | Jeremy Lainé | 2012-09-10 | 1 | -1/+8 |
| | | |||||
| * | With Qt >= 4.8, verify peer SSL certificate against domain name as specified ↵ | Jeremy Lainé | 2012-09-06 | 1 | -0/+5 |
| | | | | | by RFC 3920. | ||||
