summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-11-08Consistently use unsigned short for network portsEdwin Mons
2018-05-14Allow resending messages without 198 acksThanos Doukoudakis
2018-04-28Disable false-positive clang warningKevin Smith
2018-03-20Merge branch 'swift-4.x'swift-5.0alpha2Tobias Markmann
2017-10-13Don't require servers to advertise an SSO domainKevin Smith
2017-07-07Make std:: make_unique available in gcc with c++11Joanna Hulboj
2017-06-26Remove unneeded forward declarations from Swiften headersTobias Markmann
2017-06-21Add Coala config for whitespace checkingTobias Markmann
2017-05-15Add pointer checks in some CoreClient members.Thanos Doukoudakis
2017-05-04Fix recent chat entries being incorrectly displayedJoanna Hulboj
2017-04-04Verify certificates for HTTPS BOSH connectionsTobias Markmann
2017-03-28Modified XMLBeautifier to handle split payloadsJoanna Hulboj
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-07-27Fix Doxygen warningsTobias Markmann
2016-05-25Remove unnecessary include of iostream headerTobias Markmann
2016-05-04Fix /me message handling for highlighted messagesTobias Markmann
2016-04-05Migrate to Boost.Signals2 from Boost.SignalsTobias 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
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2016-01-15Add missing virtual keyword to some destructorsTobias 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-10-16Mark removed contacts as unavailable in SwiftTobias Markmann
2015-09-18Fix notification logic for signals in BlockListImplTobias Markmann
2015-07-21Explicitly disconnect from remaining resources in destructorsTobias Markmann
2015-07-20Do not reallocate FileTransferManager on connect of Clientswift-3.0beta2Tobias Markmann
2015-07-08Use GSSAPI when SSO is usedMili Verma
2015-06-29Pass an optional error codeMili Verma
2015-06-18Only delete HistoryStorage if building with experimental featuresTobias Markmann
2015-06-14Fix Swiften DLL building on WindowsTobias Markmann
2015-06-10Add ability to limit SChannel to TLS 1.0Kevin Smith
2015-06-08Add missing SWIFTEN_API annotations to public Swiften APITobias Markmann
2015-03-16Add ability to modify HTTP CONNECT proxy initializationTobias Markmann
2015-02-11Support domain names in S5B proxy <streamhost> tags.Tobias Markmann
2015-02-09Fix memory leaks reported by LSANTobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2014-11-17Add missing include gueards.Tobias Markmann
2014-10-01Port many of Isode's local fixes upstreamKevin Smith
2014-09-18Only allocate BlockResponder and UnblockResponder once. Fixes ASANTobias Markmann
2014-08-21Clean up compilation errors in Swiften due to boost 1.56Kevin Smith
2014-08-10Fix blocklist not being requested on reconnect.Richard Maudsley
2014-05-18Replace accidental cerr with SWIFT_LOGKevin Smith
2014-05-18Fix copy paste errorRemko Tronçon
2014-05-18Fix uninitialized variablesRemko Tronçon
2014-04-28Create ToplevelElement to replace Element.Richard Maudsley
2014-03-24Fix SCRAM-SHA-1-PLUS channel binding negotiation code. (Thanks Kim Alvefur)Tobias Markmann