summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2011-02-12Share locale object between delay parsers.Remko Tronçon
2011-02-12Don't prep JID in toBare().Remko Tronçon
2011-02-11Adding more roster unit testsKevin Smith
2011-02-09Treat 'connection closed' as an error.Remko Tronçon
2011-02-08Initialize variable to avoid GCC 4.4 warning.Remko Tronçon
2011-02-07Moved Swift-specific roster code out of Swiften.Remko Tronçon
2011-02-07Reworking contact editing.Remko Tronçon
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers.
2011-02-06Only assume we are logged in when we have bound our resource.Remko Tronçon
Resolves: #758
2011-02-05Fixed some bugs with MUC joining.Remko Tronçon
2011-02-05Don't crash when receiving null roster payload.Remko Tronçon
2011-02-02Removing unused parameter from Client constructor.Remko Tronçon
2011-01-30Added profile edit dialog.Remko Tronçon
Resolves: #141, #587.
2011-01-29Added some experimental Jingle classes.Remko Tronçon
2011-01-27Fixed CLang warnings.Remko Tronçon
2011-01-26Make boost io_service a shared object.Remko Tronçon
This should avoid problems when destroying an event loop containing timer or network events, after the network factory (and io_service object) has disappeared (i.e. at shutdown).
2011-01-24Added debug output to boost connection.Remko Tronçon
2011-01-24Added test suite registration checker.Remko Tronçon
2011-01-22Close connection properly before quitting.Remko Tronçon