Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-18 | Added some more XEP-106 tests. | Remko Tronçon | |
2011-04-18 | JID escaping algorithm refactoring. | Remko Tronçon | |
Made algorithm more efficient. Fixed some incorrect escaping. Added more tests from the XEP. | |||
2011-04-18 | Added support for JID Escaping XEP. | Jan Kaluza | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-18 | Chop off trailing \0 in ByteArray::toString(). | Remko Tronçon | |
2011-04-18 | Added ByteArray unit tests for null termination. | Remko Tronçon | |
2011-04-18 | Small tweaks to the roster item exchange payload. | Remko Tronçon | |
2011-04-18 | Added Roster Item Exchange XEP support. | Jan Kaluza | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-18 | Make parser infrastructure parser aware. | Remko Tronçon | |
Resolves: #492 | |||
2011-04-18 | Added chained connector. | Remko Tronçon | |
This connector will be useful for fallbacks in case of proxies. | |||
2011-04-18 | Fixed tests on windows. | Remko Tronçon | |
2011-04-18 | Factor out payload persisting into utility classes. | Remko Tronçon | |
2011-04-18 | Added XEP-0237 Roster Versioning support. | Remko Tronçon | |
Resolves: #803 Release-Notes: Added support for XEP-0237 Roster Versioning | |||
2011-04-18 | Make SHA1 stateful. | Remko Tronçon | |
Resolves: #814 | |||
2011-04-18 | Assert on empty event in event loop. | Remko Tronçon | |
2011-04-18 | Jingle refactoring. | Remko Tronçon | |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-04-18 | Explicitly add system store trust anchors on Mac OS X 10.5.swift-1.0 | Remko Tronçon | |
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 | |