summaryrefslogtreecommitdiffstats
path: root/Sluift
AgeCommit message (Expand)Author
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias Markmann
2016-04-12Use C++11 threading library instead of Boost.ThreadTobias Markmann
2016-04-07Fix building with system boost on Debian 8.4Tobias Markmann
2016-04-05Migrate to Boost.Signals2 from Boost.SignalsTobias Markmann
2016-04-04Modernize code to use range based for loops using clang-tidyTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-04-01Modernize code to use C++11 nullptr using clang-tidyTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2016-03-17Cleanup #pragma pollution in Sluift element convertorsTobias Markmann
2016-03-15Explicitly convert between nullable and non-nullable on OS XTobias Markmann
2016-02-10Sluift: Add timeout to roster receiving operationsRoger Planas
2016-02-10Sluift: Ensure that message event body is retrieved correctlyRoger Planas
2015-11-11Fix sluift API for clearing certificateGurmeen Bindra
2015-11-04Fix swiften handling when client certificate is missingGurmeen Bindra
2015-10-30Fix code in response to unused macro and private field warningsTobias Markmann
2015-09-18Specify OS X framework version for script interface extractionTobias Markmann
2015-07-21Sluift: Add set_certificate for sluift clientsRoger Planas
2015-04-30Honour global sluift timeout setting in add/remove contactEdwin Mons
2015-02-11Sluift: Add set_vcard shortcutRoger Planas
2015-02-11Sluift: Add element convertor for vCardRoger Planas
2014-12-15Update Copyright In SluiftKevin Smith
2014-12-14Add index element to ResultSetEdwin Mons
2014-12-10Sluift: Add a get_options to retrieve connection settingsRoger Planas
2014-11-06Cleanup for MAM fin element convertor for Sluift.Tobias Markmann
2014-11-04Add Sluift element convertor for MAM fin element.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-23Fix code in response to clang warnings.Tobias Markmann
2014-10-17Make core.c generation compatible with Python 2.4Edwin Mons
2014-09-17Handle Isode's IQ ForwardingKevin Smith
2014-09-16Add Subject element convertor to SluiftEdwin Mons
2014-08-10Fix invalid characters being allowed in JID domainsRichard Maudsley
2014-07-18Sluift: Add 'show' parameter option to send_presence methodsRoger Planas
2014-07-14Sluift: Add 'fs' moduleRemko Tronçon
2014-06-22Sluift component supportEdwin Mons
2014-06-08Fix crash in Sluift DOMElementConvertorEdwin Mons
2014-05-27Added Sluift MAM examples. send_mam_query becomes set_mam_query.Richard Maudsley
2014-05-19Sluift: Fix conversor build errors for older compilersRoger Planas
2014-05-19Sluift: Remove residual tprint in pubsub subscribe functionRoger Planas
2014-05-18Sluift: Add assertions on conversionRemko Tronçon
2014-05-12Fix create_form to work properly with fieldsEdwin Mons
2014-05-12Fix to Sluift MAM query parametersEdwin Mons
2014-05-12Add sluift function create_formEdwin Mons
2014-05-12Add support for <before/> to ResultSetEdwin Mons
2014-05-09Fix MAM Sluift.Richard Maudsley
2014-05-09Fix compiler warnings in Sluift convertors.Richard Maudsley
2014-05-02Added Sluift MAM convertors.Richard Maudsley
2014-04-30Update LuaElementConvertor interface to work with Element instead of Payload.Richard Maudsley