summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias Markmann
2016-11-18Improve string to HostAddress conversion APITobias Markmann
2016-10-05Add missing sensible asserts to testing and QtMainWindowTobias Markmann
2016-09-29Fix potential resource leaksTobias Markmann
2016-09-26Use const std::unique_ptr for pimpl idiom usageTobias Markmann
2016-07-27Include missing cassertMichael Vetter
2016-07-22Remove pragmas to ignore unused private fieldsTobias Markmann
2016-07-15Add missing includes for assert()swift-4.0beta1Tobias Markmann
2016-06-14Fix handling of notify attribute in PubSub retract elementsTobias Markmann
2016-06-10Fix remaining compiler warnings on OS X with clangTobias Markmann
2016-05-25Remove unnecessary include of iostream headerTobias Markmann
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias 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-17Tidy XEP-0141 codeTim Robbings
2016-02-02Change stanza body to boost::optional<std::string> typeTobias Markmann
2016-01-15Add missing virtual keyword to some destructorsTobias Markmann
2015-11-09Change virtual calls in ctors/dtors to be explicitTobias Markmann
2015-10-30Change bare JID presence lookup code to ignore prioritiesTobias Markmann
2015-07-14Add tests for Parsers and Serializers.Tarun Gupta
2015-06-29Parse hostname for xep-0233Mili Verma
2015-06-14Fix Swiften DLL building on WindowsTobias Markmann
2015-06-08Add missing SWIFTEN_API annotations to public Swiften APITobias Markmann
2015-02-20Add elements/parsers/serializers/tests for Message Carbons (XEP-0280)Tobias Markmann
2015-02-17Swiften XEP-0141 supportTim Robbings
2015-02-11Support domain names in S5B proxy <streamhost> tags.Tobias Markmann
2015-02-09Update DiscoInfo string for Jingle file-transfer to :4 and remove obsolete filesTobias Markmann
2015-02-03Added support for dstaddr attribute for SOCKS5 bytestream jingleTobias Markmann
2015-02-03Update Jingle FT protocol to namespace verison urn:xmpp:jingle:apps:file-tran...Tobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2014-12-14Add index element to ResultSetEdwin Mons
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-01Port many of Isode's local fixes upstreamKevin Smith
2014-09-17Handle Isode's IQ ForwardingKevin Smith
2014-08-21Clean up compilation errors in Swiften due to boost 1.56Kevin Smith
2014-05-12Add support for <before/> to ResultSetEdwin Mons
2014-04-28Create ToplevelElement to replace Element.Richard Maudsley
2014-04-25Fix MUC invite being treated like impromptu MUC invite.Richard Maudsley
2014-04-24Added MAM parsers, serializers and tests.Richard Maudsley
2014-02-02Change include order of some filesRemko Tronçon
2014-01-28Update copyright of several filesRemko Tronçon
2014-01-19Sluift: Add iTunes & PEP User Tune supportRemko Tronçon
2013-10-01Adding support for impromptu MUCs.Tobias Markmann
2013-08-31Move newline handling for Base64 to VCard parser. IBB's Base64 won't have new...Tobias Markmann
2013-08-27PubSub implementation & Sluift refactoring.Remko Tronçon