Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-28 | Keep VCard photo hash cache consistent. | Remko Tronçon | |
2011-08-28 | Fix assertion on inconsistent VCard photohash cache. | Remko Tronçon | |
Release-Notes: Don't crash when the VCard cache is inconsistent. | |||
2011-08-28 | Check whether disco#info responses are null. | Remko Tronçon | |
Resolves: #953 Release-Notes: Handle case where clients send null disco#info results. | |||
2011-08-28 | Catch boost file system errors when reading VCards. | Remko Tronçon | |
Release-Notes: Catch errors when writing VCards to disk. Resolves: #897 | |||
2011-08-28 | Remove relaxation of not checking JIDs if the IQRouter's JID isn't set. | Remko Tronçon | |
2011-08-28 | Fixed Request::isAccountJID(). | Remko Tronçon | |
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-08-27 | Mark JIDs with empty domains as invalid when StringPrep cache is disabled. | Remko Tronçon | |
We used to only do this correctly in the default compilation setting where the cache is enabled. Resolves: #965 | |||
2011-08-27 | Added StringPrep unit test. | Remko Tronçon | |
2011-08-26 | Don't consider Get and Set requests as Response results. | Remko Tronçon | |
Release-Notes: Fixed a problem where we would treat incoming queries with IDs clashing with pending requests as errors. | |||
2011-07-12 | Fixed bug with illegal resource in JID resulting in empty resource. | Remko Tronçon | |
2011-06-19 | Small tweak to previous patch. | Remko Tronçon | |
2011-06-19 | Send footer when finishing session | HanzZ | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-18 | Tweak help documentation and add manpages. | Remko Tronçon | |
2011-06-18 | Small tweaks to the previous patch. | Remko Tronçon | |
2011-06-18 | Added ConnectionServerFactory. | HanzZ | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-18 | Moving unused server code out of Swiften into Limber. | Remko Tronçon | |
2011-06-01 | Added fix for a billion laughs attack on Expat. | Remko Tronçon | |
2011-05-23 | Fixed const references to vectors. | Remko Tronçon | |
This could potentially cause crashes (same as a previous patch). | |||
2011-05-01 | Fixed compilation. | Remko Tronçon | |
2011-04-30 | Support creating Swiften dylibs on Mac OS X. | Remko Tronçon | |
2011-04-30 | Fixed Swiften .so softlinks. | Remko Tronçon | |
2011-04-30 | Filter out some extra headers in install dir. | Remko Tronçon | |
2011-04-30 | Split off libswiften package. | Remko Tronçon | |
2011-04-30 | Avoid SCons adding .so suffix. | Remko Tronçon | |
2011-04-30 | Substitute SCons variables correctly. | Remko Tronçon | |
2011-04-30 | Use standard library naming scheme for Swiften on Linux. | Remko Tronçon | |
2011-04-29 | Added versioning to Swiften. | Remko Tronçon | |
2011-04-27 | Keep shared_ptr of PlatformDomainNameServiceQuery in event loop. | Remko Tronçon | |
Release-Notes: Fixed potential crash when losing network connection during login. | |||
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 |