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