| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [sasl] order mechanisms to prefer the most secure | Jeremy Lainé | 2019-01-18 | 1 | -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 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | do not ignore SSL errors by default (closes #113) | Jeremy Lainé | 2016-10-07 | 1 | -2/+2 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | Add support for X-OAUTH2 authentication for Google Talk. | Jeremy Lainé | 2012-09-05 | 1 | -0/+22 |
| | | |||||
| * | make it possible to disable non-SASL authentication | Jeremy Lainé | 2012-09-03 | 1 | -11/+20 |
| | | |||||
| * | remove deprecated QXmppConfiguration::sASLAuthMechanism | Jeremy Lainé | 2012-09-03 | 1 | -37/+0 |
| | | |||||
| * | Add support for X-MESSENGER-OAUTH2 authentication for Windows Live Messenger. | Jeremy Lainé | 2012-09-03 | 1 | -0/+22 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -1/+2 |
| | | |||||
| * | Make SASL mechanisms string based. | Jeremy Lainé | 2012-07-18 | 1 | -13/+45 |
| | | | | | | Deprecate QXmppConfiguration::setSASLAuthMechanism(), replaced by the string-based QXmppConfiguration::setSaslAuthMechanism(). | ||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | forward-declare QNetworkProxy | Jeremy Lainé | 2012-05-12 | 1 | -1/+2 |
| | | |||||
| * | make QXmppConfiguration use QSharedDataPointer | Jeremy Lainé | 2012-05-12 | 1 | -60/+123 |
| | | |||||
| * | encapsulate QXmppUtils methods in a QXmppUtils class | Jeremy Lainé | 2012-04-20 | 1 | -3/+3 |
| | | |||||
| * | start moving client-specific code | Jeremy Lainé | 2012-02-08 | 1 | -0/+485 |
