summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-15Update Copyright in SwiftenKevin Smith
2014-12-14Add index element to ResultSetEdwin Mons
2014-12-10Add MAMFinSerializer to FullPayloadSerializerCollection.Alex Clayton
2014-11-24Add missing includeKevin Smith
2014-11-17Compile Cocoa event loop in xcode tooKevin Smith
2014-11-17Add missing include gueards.Tobias Markmann
2014-11-13Fix iOS build and add iOS build documentation.Tobias Markmann
2014-10-30Add node attribute to MAMQueryEdwin Mons
2014-10-30Brining XEP-0313 (MAM) implementation in line with version 3.0.Tobias Markmann
2014-10-30Add missing virtual and SWIFTEN_OVERRIDE annotations to reduce warnings with ...Tobias Markmann
2014-10-30Only call MUC::onJoinComplete signal once per MUC join.Tobias Markmann
2014-10-30Resend presence to MUC on join completion only if it changed since join.Tobias Markmann
2014-10-28Add missing default c-tor, copy c-tor and assignment operator to element for ...Tobias Markmann
2014-10-21Fix libunbound support in Swiften which was broken since API change in 8ec22a9.Tobias Markmann
2014-10-17Implement support for displaying nickname changes.Tobias Markmann
2014-10-16Specify minimal Windows API version for Windows builds.Tobias Markmann
2014-10-14Remove empty fields from XEP-0055 search query before sending it over the wire.Tobias Markmann
2014-10-13Correctly set 'jabber:client' namespace on message/presence/IQ stanzas for BO...Tobias Markmann
2014-10-08Update vCard cache on 'Show Profile' if cached vCard is older than 5 minutes.Tobias Markmann
2014-10-06Allow scons to not require an IDN libraryKevin Smith
2014-10-01Port many of Isode's local fixes upstreamKevin Smith
2014-09-18Only allocate BlockResponder and UnblockResponder once. Fixes ASANTobias Markmann
2014-09-17Handle Isode's IQ ForwardingKevin Smith
2014-09-16Fix boost::optional abuses that stop compilation with latest boostKevin Smith
2014-08-21Clean up compilation errors in Swiften due to boost 1.56Kevin Smith
2014-08-10Fix invalid characters being allowed in JID domainsRichard Maudsley
2014-08-10Fix blocklist not being requested on reconnect.Richard Maudsley
2014-07-14Show status message instead of empty VCard dialog when receiving VCard or whe...Richard Maudsley
2014-07-11Apply a Connector timeout even if not using SRV lookups.Kevin Smith
2014-06-24Fix old avatar being displayed in QtRosterHeader when cleared.Richard Maudsley
2014-06-22Sluift component supportEdwin Mons
2014-06-22NULL-terminate PKCS12 password bufferRemko Tronçon
2014-05-29Check if contact supports file transfer before sendingRichard Maudsley
2014-05-26Fix serialization of PubSubItem id attributeEdwin Mons
2014-05-18Replace accidental cerr with SWIFT_LOGKevin Smith
2014-05-18Fix copy paste errorRemko Tronçon
2014-05-18Fix uninitialized variablesRemko Tronçon
2014-05-18Fix MUC memory leaksRemko Tronçon
2014-05-12Add support for <before/> to ResultSetEdwin Mons
2014-05-02Added Sluift MAM convertors.Richard Maudsley
2014-04-28Make ToplevelElement and Payload inherit from Element.Richard Maudsley
2014-04-28Create ToplevelElement to replace Element.Richard Maudsley
2014-04-27Make stanza constructor protectedRemko Tronçon
2014-04-25Fix MUC invite being treated like impromptu MUC invite.Richard Maudsley
2014-04-24Added MAM parsers, serializers and tests.Richard Maudsley
2014-03-24Fix SCRAM-SHA-1-PLUS channel binding negotiation code. (Thanks Kim Alvefur)Tobias Markmann
2014-03-22Move hardcoded XMPP SRV information from Connector into CoreClientNick Hudson
2014-03-21Disconnect ClientXMLTracer signals at destruction timeRemko Tronçon
2014-02-25Build with new Boostish stuff.Kevin Smith
2014-02-13Fix clang warningsRemko Tronçon