Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-08 | Add missing SWIFTEN_API annotations to public Swiften API | Tobias Markmann | |
Test-Information: Tested build on Windows 8 with VS 2014 and ran unit tests. Change-Id: I3d8096df4801be6901f22564e36eecba0e7310c4 | |||
2014-12-15 | Update Copyright in Swiften | Kevin Smith | |
Change-Id: I94ab4bbb68c603fe872abeb8090575de042f5cb4 | |||
2014-09-16 | Fix boost::optional abuses that stop compilation with latest boost | Kevin Smith | |
Test-Information: Compiles and unit tests pass with boost 1.56 Change-Id: I6525399babc5f6c88fb499af80e9f07c1c4d0cdb | |||
2014-06-24 | Fix old avatar being displayed in QtRosterHeader when cleared. | Richard Maudsley | |
Test-Information: Added unit tests for AvatarManagerImpl and CombinedAvatarProvider. Updated test cases to distinguish between error case and empty avatar. Tested changing between blank and non-blank avatars while watching MUC and 1-to-1 chats. Change-Id: I0bea89c7a22ae9c44a0b126e672a7af94b6f5049 | |||
2014-05-18 | Replace accidental cerr with SWIFT_LOG | Kevin Smith | |
Change-Id: I1801265c1b65eacf97e1cd3c69bedeef63cca898 | |||
2013-10-01 | Adding support for impromptu MUCs. | Tobias Markmann | |
Change-Id: I363e9d740bbec311454827645f4ea6df8bb60bed License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon | |
Using library/platform implementation instead. Change-Id: I2457c2dad80e6fdda023a7f31c3906ff10fe09ed | |||
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon | |
Added missing SWIFTEN_API declarations. Changed test infrastructure to extend path before running tests. | |||
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon | |
All applications succesfully link against Swiften.dll. | |||
2012-06-17 | Remove some unused private variables. | Remko Tronçon | |
2012-04-23 | Fixed assertion with inconsitent vcard cache. | Remko Tronçon | |
Resolves: #1077 | |||
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) ↵ | Tobias Markmann | |
transformation where possible. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Keep VCard photo hash cache consistent. Fix assertion on inconsistent VCard photohash cache. Conflicts: Swift/Controllers/Storages/VCardFileStorage.cpp Swiften/Avatars/UnitTest/VCardAvatarManagerTest.cpp | |||
2011-08-28 | Fix assertion on inconsistent VCard photohash cache. | Remko Tronçon | |
Release-Notes: Don't crash when the VCard cache is inconsistent. | |||
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Remove relaxation of not checking JIDs if the IQRouter's JID isn't set. Fixed Request::isAccountJID(). Check sender on incoming IQ responses. | |||
2011-08-28 | Check sender on incoming IQ responses. | Remko Tronçon | |
Release-Notes: Fixed a bug whereby the sender of an iq wasn't being checked before matching it to a request. | |||
2011-05-25 | Change include order so clang doesn't complain anymore. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
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 | |
Resolves: #798 | |||
2011-03-14 | Make sure the avatar gets updated in the chat window. | Remko Tronçon | |
Combined avatar provider shouldn't look up avatars in the cache, because the specific providers can return different results if they use the bare JID. Resolves: #781 Release-Notes: Fixed a bug where the avatar was not updating in the chat window. | |||
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 | |
This makes it easy to adapt the code to cache photo hashes if we want to. | |||
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 | |
Resolves: #653 | |||
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 | |
Resolves: #554 Release-Notes: Fixed a bug where avatars would no longer appear after reconnecting. | |||
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 | |
Resolves: #418 | |||
2010-09-11 | Added CombinedAvatarProvider | Remko Tronçon | |
2010-09-11 | Refactoring VCardUpdateAvatarManager. | Remko Tronçon | |
2010-09-05 | Do not store null VCard avatars. | Remko Tronçon | |
2010-09-05 | Clear VCardUpdateManager's cache upon login. | Remko Tronçon | |
Resolves: #554 | |||
2010-08-27 | Separate MUCRegistry from ChatsManager. | Remko Tronçon | |
2010-08-25 | Create all parent directories for avatar cache if necessary. | Remko Tronçon | |
2010-08-24 | Split out VCardUpdateAvatarManager from AvatarManager. | Remko Tronçon | |
2010-08-24 | Implemented VCardManager. | Remko Tronçon | |