aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppServer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable Qt keywords completelyLinus Jahn2022-12-261-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 codeLinus Jahn2022-09-061-23/+46
|
* Server: Avoid creating temporary for iteration on two containersLinus Jahn2022-03-131-6/+29
|
* server: Add missing emit on signalsLinus Jahn2022-03-131-6/+6
|
* Use qDeleteAll()Linus Jahn2022-03-131-1/+2
|
* Fix possibly detaching containersLinus Jahn2022-03-131-5/+10
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Replace qAsConst by std::as_constLinus Jahn2021-03-171-2/+2
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Port remaining Qt-6-removed APIsLinus Jahn2020-10-101-1/+5
|
* Add \since tags for QXmpp 0.9 everywhereLinus Jahn2020-04-061-2/+8
|
* Fix undocumented Q_PROPERTiesLinus Jahn2020-02-041-3/+0
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-47/+39
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-10/+11
|
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-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)JBB2020-01-201-41/+28
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-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 autoJonah Brüchert2019-10-221-12/+12
|
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-3/+3
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Fix spelling errorsBoris Pek2019-01-081-1/+1
|
* Fix QXmppSslServer::incomingConnection signatureNiels Ole Salscheider2017-09-041-1/+1
|
* Drop support for Qt 4Niels Ole Salscheider2017-09-041-4/+0
|
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
|
* Added possibility to set local TLS certificate and private key as ↵servonic2015-05-221-0/+26
| | | | QSslCertificate and QSslKey
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* Fix QXmppServer incoming connections with Qt5 (issue 175).Jeremy Lainé2013-08-261-0/+4
|
* move from toAscii() to toLatin1()Matt Broadstone2012-11-161-1/+1
|
* improve QXmppServer::listenFor(Clients|Servers) debuggingJeremy Lainé2012-09-171-2/+2
|
* Enable multiple calls to QXmppServer::listenFor(Clients|Servers)Jeremy Lainé2012-09-171-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-101-4/+4
|
* add countersJeremy Lainé2012-09-101-2/+16
|
* more plumbing for stat countersJeremy Lainé2012-09-101-8/+18
|
* doc fixesJeremy Lainé2012-07-211-2/+3
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* encapsulate QXmppUtils methods in a QXmppUtils classJeremy Lainé2012-04-201-5/+5
|
* hide an internal methodJeremy Lainé2012-04-201-0/+30
|
* remove mod_presenceJeremy Lainé2012-04-201-5/+0
|
* remove server plugins, they don't belong in a libraryJeremy Lainé2012-03-271-3/+0
|
* remove some plugins, they are too specialisedJeremy Lainé2012-03-261-3/+0
|
* add a priority to QXmppServerExtensionJeremy Lainé2012-03-241-12/+14
|
* add some warnings in serverJeremy Lainé2012-02-081-6/+17
|
* move server code to "server" directoryJeremy Lainé2012-02-081-0/+807
|
* drop unfinished server codeJeremy Lainé2010-08-231-418/+0
|
* rename "source" directory to "src"Jeremy Lainé2010-08-111-0/+418