aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppIncomingClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-50/+32
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-6/+6
|
* server: Replace manual checks and hard-coded XML by QXmppStartTlsPacketLinus Jahn2020-01-201-6/+4
|
* Port majority of old-style connects (#237)JBB2020-01-201-13/+9
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Use raw literals, range based loops and autoJonah Brüchert2019-10-221-2/+2
|
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-5/+5
| | | | | | | | 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
|
* 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
|
* move from toAscii() to toLatin1()Matt Broadstone2012-11-161-2/+2
|
* [server] remove some not-so-interesting countersJeremy Lainé2012-09-111-2/+0
|
* replace "incrementCounter" by "updateCounter"Jeremy Lainé2012-09-101-8/+8
|
* add some countersJeremy Lainé2012-09-101-0/+2
|
* [server] lay groundwork for client auth statisticsJeremy Lainé2012-09-101-1/+8
|
* move socket disconnect handling out of QXmppStreamJeremy Lainé2012-09-021-0/+1
|
* doc fixesJeremy Lainé2012-07-211-0/+2
|
* add support for two-step PLAIN SASLJeremy Lainé2012-07-201-17/+27
|
* make SASL code fully privateJeremy Lainé2012-07-201-2/+1
|
* guard against crashJeremy Lainé2012-07-201-0/+7
|
* move server-side SASL codeJeremy Lainé2012-07-201-70/+32
|
* reworkJeremy Lainé2012-07-201-3/+5
|
* use QXmppSaslFailureJeremy Lainé2012-07-201-4/+4
|
* reworkJeremy Lainé2012-07-201-15/+16
|
* refactor SASL stanza handlingJeremy Lainé2012-07-201-16/+15
|
* fixJeremy Lainé2012-07-201-1/+1
|
* move towards server workflowJeremy Lainé2012-07-201-1/+0
|
* more work on server-side SASLJeremy Lainé2012-07-201-9/+19
|
* start refactoring server-side authJeremy Lainé2012-07-201-14/+11
|
* make QXmppStreamFeatures string-based to allow pluggable SASLJeremy Lainé2012-07-181-3/+3
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* protect against null socketJeremy Lainé2012-06-071-5/+11
|
* improve server debuggingJeremy Lainé2012-06-071-17/+42
|
* rework auth loggingJeremy Lainé2012-06-071-13/+11
|
* forward-declare QNetworkProxyJeremy Lainé2012-05-121-0/+1
|
* encapsulate QXmppUtils methods in a QXmppUtils classJeremy Lainé2012-04-201-4/+4
|
* move server code to "server" directoryJeremy Lainé2012-02-081-0/+445