summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2014-02-02Sluift: Add new_certificateRemko Tronçon
2014-02-02Update user tune & geoloc serializerRemko Tronçon
2014-02-02Change include order of some filesRemko Tronçon
2014-01-28Update copyright of several filesRemko Tronçon
2014-01-27Fix compilation error C++11/latest clangKevin Smith
2014-01-22Sluift: Add SecurityLabel convertorRemko Tronçon
2014-01-22Sluift: Support arbitrary payloads in messages & presence.Remko Tronçon
2014-01-19Sluift: Add iTunes & PEP User Tune supportRemko Tronçon
2014-01-15Improved plaintext chat view for screen-reader support.Richard Maudsley
2014-01-11Allow TLS other than version 1Kevin Smith
2014-01-03Post NAT Traversal query results to the event loop.Remko Tronçon
2013-12-18Add affiliations to tooltips for MUC occupant lists.Richard Maudsley
2013-11-03Split experimental File Transfer out from History and Whiteboarding.Kevin Smith
2013-10-30Implement missing PubSub owner queries.Remko Tronçon
2013-10-29Swiften: Fix PubSub.lua test retrieving subscriptionsRemko Tronçon
2013-10-29Fix unit test on MavericksRemko Tronçon
2013-10-04Fix heap-use-after-free bugs reported by asan.Tobias Markmann
2013-10-01Fix bug on writing empty bytearray in file bytestream.Remko Tronçon
2013-10-01Adding support for impromptu MUCs.Tobias Markmann
2013-09-23Don't crash if server doesn't send cert in TLS handshakeNick Hudson
2013-09-17Don't use implicit bool conversion on shared_ptrRemko Tronçon
2013-09-14Fix install name of libSwiften.dylib on OS XRemko Tronçon
2013-09-08Add missing make_shared include.Remko Tronçon
2013-09-08Use (deprecated) declaration of ivars in interfaceRemko Tronçon
2013-09-01Sluift: More PubSub convenience methods & use cases.Remko Tronçon
2013-08-31Move newline handling for Base64 to VCard parser. IBB's Base64 won't have new...Tobias Markmann
2013-08-31Fix Qt warnings in avatar loading and add multi-line support to Base64 decoder.Tobias Markmann
2013-08-27Set visibility of exported functions when using GCC/CLang.Remko Tronçon
2013-08-27PubSub implementation & Sluift refactoring.Remko Tronçon
2013-08-23FormField element refactoring.Remko Tronçon
2013-08-22Added EnumParser.Remko Tronçon
2013-08-16Fix double includes in EventLoop.Remko Tronçon
2013-08-16Don't assert when disconnecting componentsKevin Smith
2013-08-16Don't allow passing NULL to the JID ctorKevin Smith
2013-08-16Merge branch 'swift-2.x'Remko Tronçon
2013-08-16Added missing lock_guard include.Remko Tronçon
2013-08-15Make (Core)Component constructor consistent with (Core)Client.Remko Tronçon
2013-08-15Add Config files to .gitignore.Remko Tronçon
2013-08-15Getting rid of "-Wobjc-interface-ivars" warnings from clang.Tobias Markmann
2013-08-13Adding basic support for Android and Unbound (No IPv6 yet).Tobias Markmann
2013-08-01Refactor chat messages so parsing of links/emoticons happens in controllers.Kevin Smith