Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-28 | Catch all exceptions in event loop. | Remko Tronçon | |
2011-03-21 | Added diagnostic error for invalid translation. | Remko Tronçon | |
2011-03-16 | Some more Swiften packaging improvements & fixes. | Remko Tronçon | |
2011-03-16 | Include Avahi in Swiften link line. | Remko Tronçon | |
2011-03-16 | Install Swiften if requested. | 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 | Fixed OpenSSL compilation. | Remko Tronçon | |
2011-03-12 | Add ByteArray -> vector conversion functions. | Remko Tronçon | |
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | Remko Tronçon | |
2011-03-12 | Added optimized version of HMACSHA1 as comment. | Remko Tronçon | |
2011-03-12 | Added missing include. | Remko Tronçon | |
2011-03-12 | Simplified HMAC-SHA1 a bit. | 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-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-03-06 | A start on Swiftob, a Swiften-based chatbot. | Kevin Smith | |
2011-03-04 | Reset the field values between searches for users. | Kevin Smith | |
Resolves: #771 | |||
2011-03-04 | Upgrade 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-03 | Some more Sluift tweaks. | Remko Tronçon | |
2011-03-01 | Introduce Lua::Value helper. | Remko Tronçon | |
2011-03-01 | Some more Sluift enhancements. | Remko Tronçon | |
2011-02-27 | Temporarily disabling SimpleEventLoopTest::testRun. | Remko Tronçon | |
2011-02-26 | Some more cleanups. | Remko Tronçon | |
2011-02-26 | Added an option to not use stream compression. | Remko Tronçon | |
2011-02-26 | Moving tests around. | Remko Tronçon | |
2011-02-26 | Some more sluift tweaks. | Remko Tronçon | |
2011-02-24 | Fixed compilation. | Remko Tronçon | |
2011-02-24 | Added Sluift client test script and the necessary infrastructure. | Remko Tronçon | |
2011-02-24 | Added debugging switch to Sluift. | Remko Tronçon | |
2011-02-24 | Added initial version of Sluift. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-15 | Moved QtEventLoop to the Swift namespace. | Remko Tronçon | |
2011-02-15 | Make JID constructor with string implicit. | Remko Tronçon | |
This avoids the need to explicitly contruct a JID where a string is used. | |||
2011-02-14 | Fixed ExpatParser compilation. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-14 | String refactoring. | Remko Tronçon | |
Removed String::getLength(). Rewrote String::removeAll(). | |||
2011-02-13 | Removed some boilerplate classes. | Remko Tronçon | |
2011-02-13 | Use boost string algorithms. | Remko Tronçon | |
2011-02-12 | Cache stringprep results for JIDs. | Remko Tronçon | |
2011-02-12 | Share locale object between delay parsers. | Remko Tronçon | |
2011-02-12 | Don't prep JID in toBare(). | Remko Tronçon | |
2011-02-11 | Adding more roster unit tests | Kevin Smith | |
2011-02-09 | Treat 'connection closed' as an error. | Remko Tronçon | |
2011-02-08 | Initialize variable to avoid GCC 4.4 warning. | Remko Tronçon | |
2011-02-07 | Moved Swift-specific roster code out of Swiften. | Remko Tronçon | |