summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-19Remove std::endl from SWIFT_LOG callsEdwin Mons
2019-01-14Add optional message to TLSErrorEdwin Mons
2018-11-08Consistently use unsigned short for network portsEdwin Mons
2017-05-15Add pointer checks in some CoreClient members.Thanos Doukoudakis
2016-11-28Correctly handle server initiated closing of streamTobias Markmann
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-04-01Modernize code to use C++11 nullptr using clang-tidyTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2015-11-10Add support for client certificate authentication in BOSHTobias Markmann
2015-11-04Fix swiften handling when client certificate is missingGurmeen Bindra
2015-10-30Fix issues with HTTPTrafficFilter for HTTP proxy / BOSH usageTobias Markmann
2015-07-08Use GSSAPI when SSO is usedMili Verma
2015-06-29Pass an optional error codeMili Verma
2015-06-10Add ability to limit SChannel to TLS 1.0Kevin Smith
2015-03-16Add ability to modify HTTP CONNECT proxy initializationTobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2014-05-18Replace accidental cerr with SWIFT_LOGKevin Smith
2014-05-18Fix copy paste errorRemko Tronçon
2014-03-22Move hardcoded XMPP SRV information from Connector into CoreClientNick Hudson
2013-04-27Removing third-party hash implementations.Remko Tronçon
2013-04-06Make IDN implementation abstract.Remko Tronçon
2012-09-15Added URL parser.Remko Tronçon
2012-08-13Set timeout on each connection attempt, instead of global connect timeout.Remko Tronçon
2012-06-20Fix proxy selectionThilo Cestonaro
2012-06-17Allow different connection methods for Client.Remko Tronçon
2012-05-11Showing stream encryption status in the roster header. Provide native certifi...Tobias Markmann
2012-04-12Tidy up of assorted Schannel/CAPI stuffs.Kevin Smith
2012-03-23Allow TLS errors to bubble further up the stackKevin Smith
2012-03-22Manual certificate verification. Added two additional TLS errors related to r...dreijer
2012-03-04Pass along errors about DNS resolution.Kevin Smith
2012-02-22Fix up for previous CAPI patchKevin Smith
2012-02-22Initial implementation of using CAPI certificates with Schannel.Alexey Melnikov
2012-01-17Allow specifying BOSH and BOSH proxy URLs with names (rather than IPs)Kevin Smith
2011-12-22BOSH Refactoring.Remko Tronçon
2011-12-13BOSH Support for SwiftenKevin Smith
2011-12-13BOSH implementation startedThilo Cestonaro
2011-10-16Hoist ProxyProvider creation out of Client.Remko Tronçon
2011-10-16Hoist TLSContextFactory creation out of Client.Remko Tronçon
2011-10-10Force disconnect signals when calling connect() shortly after disconnect().Remko Tronçon
2011-10-07Hoist XML parser factory creation out of Swiften.Remko Tronçon
2011-10-01Update IQRouter JID after session was authenticated.Remko Tronçon
2011-09-26Allow disabling of 198-acks in SwiftenKevin Smith
2011-09-25Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...Tobias Markmann
2011-09-20Swiften support for requiring TLSKevin Smith
2011-08-28Merge branch 'swift-1.x'Remko Tronçon
2011-08-28Check sender on incoming IQ responses.Remko Tronçon
2011-07-03Fix for a SIGABRT when reconnectingThilo Cestonaro
2011-06-08Added AllowPlainOverNONTLS option to ClientOptions.Remko Tronçon
2011-06-03Limit the use of the SafeString type.Remko Tronçon