Age | Commit message (Expand) | Author |
2017-07-18 | Add MIXUpdateSubscription Element, its Parser and Serializer | Tarun Gupta |
2017-07-14 | Add MIXRegisterNick Element, its Parser and Serializer | Tarun Gupta |
2017-07-13 | Remove Swiften/Base/Override.h | Tobias Markmann |
2017-07-12 | Add MIXSetNick Element, its Parser and Serializer | Tarun Gupta |
2017-07-11 | Add missing SWIFTEN_OVERRIDE statements to dtors | Tobias Markmann |
2017-07-11 | Add MIXPayload, its Parser and Serializer | Tarun Gupta |
2017-07-07 | Make std:: make_unique available in gcc with c++11 | Joanna Hulboj |
2017-07-07 | Update namespace for MIX Elements | Tarun Gupta |
2017-07-06 | Adds MIXLeave Element, its Parser and Serializerswift-5.0alpha | Tarun Gupta |
2017-07-05 | Adds MIXUserPreference Element, its Parser and Serializer | Tarun Gupta |
2017-07-03 | Adds MIX Create Element, its Parser and Serializer | Tarun Gupta |
2017-06-26 | Adds MIX Join Element, its Parser and Serializer. | Tarun Gupta |
2017-06-26 | Remove unneeded forward declarations from Swiften headers | Tobias Markmann |
2017-06-25 | Adds MIX Destroy Element, its Parser and Serializer. | Tarun Gupta |
2017-06-22 | Handle badly-formed labels catalogue | Thanos Doukoudakis |
2017-06-21 | Fix compiler warnings | Kevin Smith |
2017-06-18 | Adds MIX Participant Element, its Parsers and Serializers. | Tarun Gupta |
2017-03-28 | Modified XMLBeautifier to handle split payloads | Joanna Hulboj |
2017-03-23 | Add Client State Indication Element, its Parser and Serializer | Tarun Gupta |
2016-12-15 | Merge branch 'swift-3.x’ | Tobias Markmann |
2016-11-23 | Migrate remaining Swiften/Base/foreach.h use to range-based for loop | Tobias Markmann |
2016-11-18 | Improve string to HostAddress conversion API | Tobias Markmann |
2016-10-05 | Add missing sensible asserts to testing and QtMainWindow | Tobias Markmann |
2016-10-04 | Remove optional_fwd.hpp use; workaround for Boost Ticket #12179 | Tobias Markmann |
2016-09-29 | Fix potential resource leaks | Tobias Markmann |
2016-09-26 | Use const std::unique_ptr for pimpl idiom usage | Tobias Markmann |
2016-07-27 | Include missing cassert | Michael Vetter |
2016-07-22 | Remove pragmas to ignore unused private fields | Tobias Markmann |
2016-07-15 | Add missing includes for assert()swift-4.0beta1 | Tobias Markmann |
2016-06-14 | Fix handling of notify attribute in PubSub retract elements | Tobias Markmann |
2016-06-10 | Fix remaining compiler warnings on OS X with clang | Tobias Markmann |
2016-05-25 | Remove unnecessary include of iostream header | Tobias Markmann |
2016-04-25 | Convert hard tabs to four spaces in all our SConscript/*.py files | Tobias Markmann |
2016-04-05 | Migrate to Boost.Signals2 from Boost.Signals | Tobias Markmann |
2016-04-04 | Modernize code to use range based for loops using clang-tidy | Tobias Markmann |
2016-04-04 | Modernize code to use C++11 shared_ptr instead of Boost's | Tobias Markmann |
2016-04-01 | Modernize code to use C++11 nullptr using clang-tidy | Tobias Markmann |
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias Markmann |
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann |
2016-03-17 | Tidy XEP-0141 code | Tim Robbings |
2016-02-02 | Change stanza body to boost::optional<std::string> type | Tobias Markmann |
2016-01-15 | Add missing virtual keyword to some destructors | Tobias Markmann |
2015-11-09 | Change virtual calls in ctors/dtors to be explicit | Tobias Markmann |
2015-10-30 | Change bare JID presence lookup code to ignore priorities | Tobias Markmann |
2015-07-14 | Add tests for Parsers and Serializers. | Tarun Gupta |
2015-06-29 | Parse hostname for xep-0233 | Mili Verma |
2015-06-14 | Fix Swiften DLL building on Windows | Tobias Markmann |
2015-06-08 | Add missing SWIFTEN_API annotations to public Swiften API | Tobias Markmann |
2015-02-20 | Add elements/parsers/serializers/tests for Message Carbons (XEP-0280) | Tobias Markmann |
2015-02-17 | Swiften XEP-0141 support | Tim Robbings |