aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppOutgoingServer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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