summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2011-06-03Ensure safety on onDataRead and onDataWritten signals.Remko Tronçon
2011-05-22Removing unnecessary purgePassword() calls in CoreClient.Remko Tronçon
2011-05-22Eagle mode.Kevin Smith
2011-05-18Introduce safe containers for storing passwords.Remko Tronçon
2011-05-13Removed some explicit new's.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-20Introduce ClientOptions struct.Remko Tronçon
2011-04-18Use fallback mechanism for proxies.Remko Tronçon
2011-04-18Support for SOCKS5 and HTTPConnect proxies.Thilo Cestonaro
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-03-01Some more Sluift enhancements.Remko Tronçon
2011-02-26Added an option to not use stream compression.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-02Removing unused parameter from Client constructor.Remko Tronçon
2010-12-27Fixed crash on disconnect.Remko Tronçon
2010-12-27Avoid leaking connection on exit.Remko Tronçon
2010-12-27Avoid more valgrind warnings.Remko Tronçon
2010-12-18Move domain name resolver in the network factories.Remko Tronçon
2010-12-13Added debug output to connector.Remko Tronçon
2010-12-12Remove obsolete Client::connect(JID).Remko Tronçon
2010-12-09Handle stream errors in client session.Remko Tronçon
2010-12-04Added addPayloadParserFactory() and addSerializer() on Entity API.Remko Tronçon
2010-11-16Pass NetworkFactories as an explicit dependency into client.Remko Tronçon
2010-11-12Added missing break statements in case switch.Remko Tronçon
2010-11-11Avoided compilation warnings.Remko Tronçon
2010-11-09Created CertificateFactory.Remko Tronçon
2010-11-07Refactoring certificates & certificate checking.Remko Tronçon