aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppConfiguration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Configuration: Minor documentation improvementsLinus Jahn2022-12-281-13/+13
|
* Reformat codeLinus Jahn2022-09-061-5/+8
|
* Run 'clang-format' on all filesMelvin Keskin2022-01-151-15/+15
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-20/+8
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+4
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* [sasl] order mechanisms to prefer the most secureJeremy Lainé2019-01-181-4/+2
| | | | | | | | | | | | | | | | | | The previous logic was: - use the preferred SASL mechanism if available - otherwise use the first supported mechanism offered by the server However RFC 6120, section 6.3.3 states: "The initiating entity MUST maintain its own preference order independent of the preference order of the receiving entity." The new logic is: - order our supported mechanisms from most secure to least secure - if the user sets QXmppConfiguration::saslMechanism, put it first - use the best mechanism supported by the server
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* do not ignore SSL errors by default (closes #113)Jeremy Lainé2016-10-071-2/+2
|
* 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
|
* Add support for X-OAUTH2 authentication for Google Talk.Jeremy Lainé2012-09-051-0/+22
|
* make it possible to disable non-SASL authenticationJeremy Lainé2012-09-031-11/+20
|
* remove deprecated QXmppConfiguration::sASLAuthMechanismJeremy Lainé2012-09-031-37/+0
|
* Add support for X-MESSENGER-OAUTH2 authentication for Windows Live Messenger.Jeremy Lainé2012-09-031-0/+22
|
* doc fixesJeremy Lainé2012-07-211-1/+2
|
* Make SASL mechanisms string based.Jeremy Lainé2012-07-181-13/+45
| | | | | Deprecate QXmppConfiguration::setSASLAuthMechanism(), replaced by the string-based QXmppConfiguration::setSaslAuthMechanism().
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* forward-declare QNetworkProxyJeremy Lainé2012-05-121-1/+2
|
* make QXmppConfiguration use QSharedDataPointerJeremy Lainé2012-05-121-60/+123
|
* encapsulate QXmppUtils methods in a QXmppUtils classJeremy Lainé2012-04-201-3/+3
|
* start moving client-specific codeJeremy Lainé2012-02-081-0/+485