Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-08 | Update vCard cache on 'Show Profile' if cached vCard is older than 5 minutes. | Tobias Markmann | |
Store last write time in memory in VCardStorage. VCardManager::getVCardAndRequestWhenNeeded will check an optional parameter and the last write time to determine if the cached vCard is fresh enough. Test-Information: ALl unit tests still run fine and tested that it fetches the vCard again when you open the 'Show Profile' dialog after 5 minutes. Change-Id: I27d7f931188a43aa090348014bcdbdf6d534c5a0 | |||
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon | |
Using library/platform implementation instead. Change-Id: I2457c2dad80e6fdda023a7f31c3906ff10fe09ed | |||
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon | |
All applications succesfully link against Swiften.dll. | |||
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-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 | Factor out payload persisting into utility classes. | 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-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 | Cache vcard photo hashes. | 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-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-01-30 | Added profile edit dialog. | Remko Tronçon | |
Resolves: #141, #587. | |||
2010-12-09 | Don't crash when we don't get a vcard. | Remko Tronçon | |
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
Resolves: #692 | |||
2010-10-26 | Fix compliation problems with CLang. | Remko Tronçon | |
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon | |
2010-10-24 | Created Storages interface. | Remko Tronçon | |
2010-10-21 | Moving queries & responders around. | Remko Tronçon | |
2010-10-09 | Fixed DoxyGen warning. | Remko Tronçon | |
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon | |
2010-09-11 | Added VCardAvatarManager for offline avatars. | Remko Tronçon | |
Resolves: #418 | |||
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-08-27 | Separate MUCRegistry from ChatsManager. | Remko Tronçon | |
2010-08-25 | Added VCardMemoryStorageFactory. | Remko Tronçon | |
2010-08-24 | Implemented VCardManager. | Remko Tronçon | |
2010-08-24 | Added VCardStorage. | Remko Tronçon | |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |