Age | Commit message (Expand) | Author |
2017-02-23 | Disconnect signals in ComponentSessionStanzaChannel dtor | Tobias Markmann |
2016-11-18 | Improve string to HostAddress conversion API | Tobias Markmann |
2016-09-29 | Fix uninitialised class members | 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 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-01-15 | Add missing virtual keyword to some destructors | Tobias Markmann |
2016-01-12 | Listen to IPv6 any address instead of only IPv4 | Tobias Markmann |
2015-06-10 | Add ability to limit SChannel to TLS 1.0 | Kevin Smith |
2015-06-08 | Add missing SWIFTEN_API annotations to public Swiften API | Tobias Markmann |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-06-22 | Sluift component support | Edwin Mons |
2014-04-28 | Create ToplevelElement to replace Element. | Richard Maudsley |
2013-08-16 | Don't assert when disconnecting components | Kevin Smith |
2013-08-15 | Make (Core)Component constructor consistent with (Core)Client. | Remko Tronçon |
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon |
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon |
2013-02-09 | Remove dependency on PlatformDomainNameResolver from CoreComponent. | Remko Tronçon |
2012-10-12 | Workaround receiving stream features on component connections | Kevin Smith |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon |
2012-05-11 | Showing stream encryption status in the roster header. Provide native certifi... | Tobias Markmann |
2012-03-23 | Allow TLS errors to bubble further up the stack | Kevin Smith |
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation... | Tobias Markmann |
2011-12-13 | BOSH Support for Swiften | Kevin Smith |
2011-10-07 | Hoist XML parser factory creation out of Swiften. | Remko Tronçon |
2011-06-13 | Added CppCheck script. | Remko Tronçon |
2011-06-13 | Fixed some CppCheck warnings. | Remko Tronçon |
2011-06-03 | Ensure safety on onDataRead and onDataWritten signals. | Remko Tronçon |
2011-05-18 | Propagate use of SafeByteArray down to the connection. | Remko Tronçon |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon |
2011-03-16 | Added possibility to dynamically link Swiften. | Remko Tronçon |
2011-03-01 | Some more Sluift enhancements. | Remko Tronçon |
2011-02-14 | Removed Swift::String. | Remko Tronçon |
2011-01-22 | Close connection properly before quitting. | Remko Tronçon |
2011-01-22 | Renaming SessionStream::onError to SessionStream::onClosed. | Remko Tronçon |
2011-01-21 | Code cleanup. | Remko Tronçon |
2010-12-27 | Avoid leaking connection on exit. | Remko Tronçon |
2010-12-11 | Added SCRAM-SHA-1-PLUS support. | Remko Tronçon |
2010-12-04 | Added addPayloadParserFactory() and addSerializer() on Entity API. | Remko Tronçon |
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon |
2010-11-07 | Refactoring certificates & certificate checking. | Remko Tronçon |
2010-11-07 | Added security error handling to Swiften. | Remko Tronçon |
2010-11-07 | Refactored TLS handling. | Remko Tronçon |