aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppOutgoingServer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove Qt < 5.15 compat codeLinus Jahn2023-01-311-4/+0
|
* Disable Qt keywords completelyLinus Jahn2022-12-261-4/+4
| | | | | | | | | | | | | | | 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-4/+7
|
* Remove unused non-trivial variablesLinus Jahn2022-03-131-2/+0
| | | | | Many unused QString/QByteArray not recognized as such by normal compiler warnings.
* 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-1/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* server: Add 'to' and 'from' attributes to dialback init stream header (#324)Alexander Akulich2021-01-021-2/+5
| | | The attributes are mandatory (see RFC 6120 paragraphs 8.1.1.2 and 8.1.2.2).
* Replace deprecated QSslSocket::error signalLinus Jahn2020-07-031-0/+4
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-25/+16
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-8/+9
|
* server: Replace manual checks and hard-coded XML by QXmppStartTlsPacketLinus Jahn2020-01-201-21/+11
|
* Port majority of old-style connects (#237)JBB2020-01-201-19/+7
| | | 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-1/+1
| | | | | | | 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-1/+1
|
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Drop support for Qt 4Niels Ole Salscheider2017-09-041-6/+0
|
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
|
* 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
|
* [server] remove some not-so-interesting countersJeremy Lainé2012-09-111-3/+0
|
* replace "incrementCounter" by "updateCounter"Jeremy Lainé2012-09-101-2/+2
|
* add some countersJeremy Lainé2012-09-101-0/+3
|
* With Qt >= 4.8, verify peer SSL certificate against domain name as specified ↵Jeremy Lainé2012-09-061-0/+5
| | | | by RFC 3920.
* If building with Qt 5, use Qt's QDnsLookup instead of our backport.Jeremy Lainé2012-09-041-0/+4
|
* move socket disconnect handling out of QXmppStreamJeremy Lainé2012-09-021-0/+10
|
* doc fixesJeremy Lainé2012-07-211-0/+3
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* move server code to "server" directoryJeremy Lainé2012-02-081-0/+331