summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-06-26Remove unneeded forward declarations from Swiften headersTobias Markmann
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias 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-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2016-03-09Improve profile editing UX when vCard is not supportedTobias Markmann
2015-09-25Do not flush vCard cache if IQ request returns an errorTobias Markmann
2015-06-08Add missing SWIFTEN_API annotations to public Swiften APITobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2014-10-08Update vCard cache on 'Show Profile' if cached vCard is older than 5 minutes.Tobias Markmann
2013-04-27Removing third-party hash implementations.Remko Tronçon
2012-07-14Initial DLL support for Swiften.Remko Tronçon
2011-08-28Merge branch 'swift-1.x'Remko Tronçon
2011-08-28Check sender on incoming IQ responses.Remko Tronçon
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Replace auto_ptr by shared_ptr.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-25Moved file storages to Swift.Remko Tronçon
2011-04-18Factor out payload persisting into utility classes.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-03-16Added possibility to dynamically link Swiften.Remko Tronçon
2011-03-12Avoid warning on end of file in cache files.swift-1.0beta9Remko Tronçon
2011-03-12Allow empty hashes in cache.Remko Tronçon
2011-03-12Remove dependency on boost::property_tree again.Remko Tronçon
2011-03-12Make ByteArray an std::vector<unsigned char>.Remko Tronçon
2011-03-12Cache vcard photo hashes.Remko Tronçon
2011-03-12Moved vcard photo hash management into vcard storage.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-01-30Added profile edit dialog.Remko Tronçon
2010-12-09Don't crash when we don't get a vcard.Remko Tronçon
2010-11-28Change error from optional to shared_ptr in GenericRequestRemko Tronçon
2010-10-26Fix compliation problems with CLang.Remko Tronçon
2010-10-25Remove the use of Shared<>.Remko Tronçon
2010-10-24Created Storages interface.Remko Tronçon
2010-10-21Moving queries & responders around.Remko Tronçon
2010-10-09Fixed DoxyGen warning.Remko Tronçon
2010-10-09Added EchoBot walkthrough example.Remko Tronçon
2010-09-11Added VCardAvatarManager for offline avatars.Remko Tronçon
2010-09-11Added support for Entity Capabilities.Remko Tronçon
2010-08-27Separate MUCRegistry from ChatsManager.Remko Tronçon
2010-08-25Added VCardMemoryStorageFactory.Remko Tronçon
2010-08-24Implemented VCardManager.Remko Tronçon
2010-08-24Added VCardStorage.Remko Tronçon
2010-04-08Added copyrights to Swiften.Kevin Smith
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved Swiften to a separate module.Remko Tronçon