Age | Commit message (Expand) | Author |
2016-09-29 | Fix uninitialised class members | Tobias Markmann |
2016-04-25 | Convert hard tabs to four spaces in all our SConscript/*.py files | Tobias Markmann |
2016-04-05 | Migrate to Boost.Signals2 from Boost.Signals | Tobias Markmann |
2016-04-04 | Modernize code to use C++11 shared_ptr instead of Boost's | Tobias Markmann |
2016-04-01 | Modernize code to use C++11 nullptr using clang-tidy | Tobias Markmann |
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias Markmann |
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann |
2015-06-08 | Add missing SWIFTEN_API annotations to public Swiften API | Tobias Markmann |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-09-16 | Fix boost::optional abuses that stop compilation with latest boost | Kevin Smith |
2014-06-24 | Fix old avatar being displayed in QtRosterHeader when cleared. | Richard Maudsley |
2014-05-18 | Replace accidental cerr with SWIFT_LOG | Kevin Smith |
2013-10-01 | Adding support for impromptu MUCs. | Tobias Markmann |
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon |
2012-06-17 | Remove some unused private variables. | Remko Tronçon |
2012-04-23 | Fixed assertion with inconsitent vcard cache. | Remko Tronçon |
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation... | Tobias Markmann |
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon |
2011-08-28 | Fix assertion on inconsistent VCard photohash cache. | Remko Tronçon |
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon |
2011-08-28 | Check sender on incoming IQ responses. | Remko Tronçon |
2011-05-25 | Change include order so clang doesn't complain anymore. | Tobias Markmann |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon |
2011-05-02 | Replace auto_ptr by shared_ptr. | Remko Tronçon |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon |
2011-04-25 | Moved file storages to Swift. | Remko Tronçon |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon |
2011-03-16 | Added possibility to dynamically link Swiften. | Remko Tronçon |
2011-03-14 | Make sure the avatar gets updated in the chat window. | Remko Tronçon |
2011-03-12 | Avoid warning on end of file in cache files.swift-1.0beta9 | Remko Tronçon |
2011-03-12 | Allow empty hashes in cache. | Remko Tronçon |
2011-03-12 | Remove dependency on boost::property_tree again. | Remko Tronçon |
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | Remko Tronçon |
2011-03-12 | Moved vcard photo hash management into vcard storage. | Remko Tronçon |
2011-03-11 | Fixed unnecessary updating and sending out VCard photo hash. | Remko Tronçon |
2011-03-11 | Store JID->Avatar mappings. | Remko Tronçon |
2011-02-14 | Removed Swift::String. | Remko Tronçon |
2010-11-27 | Added missing include. | Remko Tronçon |
2010-10-26 | Fix compliation problems with CLang. | Remko Tronçon |
2010-10-24 | Clear VCardUpdate avatar hash on stream reset. | Remko Tronçon |
2010-10-21 | Moving queries & responders around. | Remko Tronçon |
2010-09-15 | Added Snarl notification support | Remko Tronçon |
2010-09-13 | Added presence notifier. | Remko Tronçon |
2010-09-12 | Create avatar cache dir lazily. | Remko Tronçon |
2010-09-12 | Make signal disconnect in CombinedAvatarProvider portable. | Remko Tronçon |
2010-09-11 | Make AvatarManager abstract | Remko Tronçon |
2010-09-11 | Added VCardAvatarManager for offline avatars. | Remko Tronçon |
2010-09-11 | Added CombinedAvatarProvider | Remko Tronçon |