| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503. | ||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -23/+46 |
| | | |||||
| * | 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 | 1 | -6/+6 |
| | | |||||
| * | Use qDeleteAll() | Linus Jahn | 2022-03-13 | 1 | -1/+2 |
| | | |||||
| * | Fix possibly detaching containers | Linus Jahn | 2022-03-13 | 1 | -5/+10 |
| | | |||||
| * | 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 |
| | | |||||
| * | Replace qAsConst by std::as_const | Linus Jahn | 2021-03-17 | 1 | -2/+2 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Port remaining Qt-6-removed APIs | Linus Jahn | 2020-10-10 | 1 | -1/+5 |
| | | |||||
| * | Add \since tags for QXmpp 0.9 everywhere | Linus Jahn | 2020-04-06 | 1 | -2/+8 |
| | | |||||
| * | Fix undocumented Q_PROPERTies | Linus Jahn | 2020-02-04 | 1 | -3/+0 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -47/+39 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -10/+11 |
| | | |||||
| * | 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") | ||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -41/+28 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Replace Q_FOREACH (foreach) by C++11 ranged for-loops | Linus Jahn | 2019-10-23 | 1 | -20/+22 |
| | | | | | | | | 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 | 1 | -12/+12 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -3/+3 |
| | | | | | | | | | 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 |
| | | |||||
| * | Fix spelling errors | Boris Pek | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Fix QXmppSslServer::incomingConnection signature | Niels Ole Salscheider | 2017-09-04 | 1 | -1/+1 |
| | | |||||
| * | Drop support for Qt 4 | Niels Ole Salscheider | 2017-09-04 | 1 | -4/+0 |
| | | |||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | Added possibility to set local TLS certificate and private key as ↵ | servonic | 2015-05-22 | 1 | -0/+26 |
| | | | | | QSslCertificate and QSslKey | ||||
| * | 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 |
| | | |||||
| * | Fix QXmppServer incoming connections with Qt5 (issue 175). | Jeremy Lainé | 2013-08-26 | 1 | -0/+4 |
| | | |||||
| * | move from toAscii() to toLatin1() | Matt Broadstone | 2012-11-16 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | replace "incrementCounter" by "updateCounter" | Jeremy Lainé | 2012-09-10 | 1 | -4/+4 |
| | | |||||
| * | add counters | Jeremy Lainé | 2012-09-10 | 1 | -2/+16 |
| | | |||||
| * | more plumbing for stat counters | Jeremy Lainé | 2012-09-10 | 1 | -8/+18 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -2/+3 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | encapsulate QXmppUtils methods in a QXmppUtils class | Jeremy Lainé | 2012-04-20 | 1 | -5/+5 |
| | | |||||
| * | hide an internal method | Jeremy Lainé | 2012-04-20 | 1 | -0/+30 |
| | | |||||
| * | remove mod_presence | Jeremy Lainé | 2012-04-20 | 1 | -5/+0 |
| | | |||||
| * | remove server plugins, they don't belong in a library | Jeremy Lainé | 2012-03-27 | 1 | -3/+0 |
| | | |||||
| * | remove some plugins, they are too specialised | Jeremy Lainé | 2012-03-26 | 1 | -3/+0 |
| | | |||||
| * | add a priority to QXmppServerExtension | Jeremy Lainé | 2012-03-24 | 1 | -12/+14 |
| | | |||||
| * | add some warnings in server | Jeremy Lainé | 2012-02-08 | 1 | -6/+17 |
| | | |||||
| * | move server code to "server" directory | Jeremy Lainé | 2012-02-08 | 1 | -0/+807 |
| | | |||||
| * | drop unfinished server code | Jeremy Lainé | 2010-08-23 | 1 | -418/+0 |
| | | |||||
| * | rename "source" directory to "src" | Jeremy Lainé | 2010-08-11 | 1 | -0/+418 |
