summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-04-18Added XEP-0237 Roster Versioning support.Remko Tronçon
Resolves: #803 Release-Notes: Added support for XEP-0237 Roster Versioning
2011-04-18Make SHA1 stateful.Remko Tronçon
Resolves: #814
2011-04-18Assert on empty event in event loop.Remko Tronçon
2011-04-18Jingle refactoring.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-04-18Explicitly add system store trust anchors on Mac OS X 10.5.swift-1.0Remko Tronçon
2011-03-28Catch all exceptions in event loop.Remko Tronçon
2011-03-21Added diagnostic error for invalid translation.Remko Tronçon
2011-03-16Some more Swiften packaging improvements & fixes.Remko Tronçon
2011-03-16Include Avahi in Swiften link line.Remko Tronçon
2011-03-16Install Swiften if requested.Remko Tronçon
2011-03-16Added possibility to dynamically link Swiften.Remko Tronçon
Resolves: #798
2011-03-14Make 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-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-12Fixed OpenSSL compilation.Remko Tronçon
2011-03-12Add ByteArray -> vector conversion functions.Remko Tronçon
2011-03-12Make ByteArray an std::vector<unsigned char>.Remko Tronçon
2011-03-12Added optimized version of HMACSHA1 as comment.Remko Tronçon
2011-03-12Added missing include.Remko Tronçon
2011-03-12Simplified HMAC-SHA1 a bit.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
This makes it easy to adapt the code to cache photo hashes if we want to.
2011-03-11Fixed unnecessary updating and sending out VCard photo hash.Remko Tronçon
2011-03-11Store JID->Avatar mappings.Remko Tronçon
Resolves: #653
2011-03-06A start on Swiftob, a Swiften-based chatbot.Kevin Smith
2011-03-04Reset the field values between searches for users.Kevin Smith
Resolves: #771
2011-03-04Upgrade XEP-0258 support to match 0.6.Kevin Smith
Resolves: #183 Release-Notes: Security labels (XEP-0258) support has been updated to match the latest version of the specification.
2011-03-03Some more Sluift tweaks.Remko Tronçon
2011-03-01Introduce Lua::Value helper.Remko Tronçon
2011-03-01Some more Sluift enhancements.Remko Tronçon
2011-02-27Temporarily disabling SimpleEventLoopTest::testRun.Remko Tronçon
2011-02-26Some more cleanups.Remko Tronçon
2011-02-26Added an option to not use stream compression.Remko Tronçon
2011-02-26Moving tests around.Remko Tronçon
2011-02-26Some more sluift tweaks.Remko Tronçon
2011-02-24Fixed compilation.Remko Tronçon
2011-02-24Added Sluift client test script and the necessary infrastructure.Remko Tronçon
2011-02-24Added debugging switch to Sluift.Remko Tronçon
2011-02-24Added initial version of Sluift.Remko Tronçon
2011-02-19Make Swift translatable.Remko Tronçon
2011-02-15Moved QtEventLoop to the Swift namespace.Remko Tronçon
2011-02-15Make JID constructor with string implicit.Remko Tronçon
This avoids the need to explicitly contruct a JID where a string is used.
2011-02-14Fixed ExpatParser compilation.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-14String refactoring.Remko Tronçon
Removed String::getLength(). Rewrote String::removeAll().
2011-02-13Removed some boilerplate classes.Remko Tronçon
2011-02-13Use boost string algorithms.Remko Tronçon
2011-02-12Cache stringprep results for JIDs.Remko Tronçon