Age | Commit message (Expand) | Author |
2016-05-25 | Remove unnecessary include of iostream header | Tobias Markmann |
2016-05-04 | Fix /me message handling for highlighted messages | 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 |
2015-11-10 | Add support for client certificate authentication in BOSH | Tobias Markmann |
2015-11-04 | Fix swiften handling when client certificate is missing | Gurmeen Bindra |
2015-10-30 | Fix issues with HTTPTrafficFilter for HTTP proxy / BOSH usage | Tobias Markmann |
2015-10-16 | Mark removed contacts as unavailable in Swift | Tobias Markmann |
2015-09-18 | Fix notification logic for signals in BlockListImpl | Tobias Markmann |
2015-07-21 | Explicitly disconnect from remaining resources in destructors | Tobias Markmann |
2015-07-20 | Do not reallocate FileTransferManager on connect of Clientswift-3.0beta2 | Tobias Markmann |
2015-07-08 | Use GSSAPI when SSO is used | Mili Verma |
2015-06-29 | Pass an optional error code | Mili Verma |
2015-06-18 | Only delete HistoryStorage if building with experimental features | Tobias Markmann |
2015-06-14 | Fix Swiften DLL building on Windows | 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 |
2015-03-16 | Add ability to modify HTTP CONNECT proxy initialization | Tobias Markmann |
2015-02-11 | Support domain names in S5B proxy <streamhost> tags. | Tobias Markmann |
2015-02-09 | Fix memory leaks reported by LSAN | Tobias Markmann |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-11-17 | Add missing include gueards. | Tobias Markmann |
2014-10-01 | Port many of Isode's local fixes upstream | Kevin Smith |
2014-09-18 | Only allocate BlockResponder and UnblockResponder once. Fixes ASAN | Tobias Markmann |
2014-08-21 | Clean up compilation errors in Swiften due to boost 1.56 | Kevin Smith |
2014-08-10 | Fix blocklist not being requested on reconnect. | Richard Maudsley |
2014-05-18 | Replace accidental cerr with SWIFT_LOG | Kevin Smith |
2014-05-18 | Fix copy paste error | Remko Tronçon |
2014-05-18 | Fix uninitialized variables | Remko Tronçon |
2014-04-28 | Create ToplevelElement to replace Element. | Richard Maudsley |
2014-03-24 | Fix SCRAM-SHA-1-PLUS channel binding negotiation code. (Thanks Kim Alvefur) | Tobias Markmann |
2014-03-22 | Move hardcoded XMPP SRV information from Connector into CoreClient | Nick Hudson |
2014-03-21 | Disconnect ClientXMLTracer signals at destruction time | Remko Tronçon |
2014-02-13 | Fix clang warnings | Remko Tronçon |
2013-09-17 | Don't use implicit bool conversion on shared_ptr | Remko Tronçon |
2013-08-27 | PubSub implementation & Sluift refactoring. | Remko Tronçon |
2013-08-15 | Make (Core)Component constructor consistent with (Core)Client. | Remko Tronçon |
2013-05-11 | File Transfer refactoring. | Remko Tronçon |
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon |
2013-04-06 | Make IDN implementation abstract. | Remko Tronçon |
2013-03-27 | Adding support for Blocking Command (XEP-0191) to Swift(-en). | Tobias Markmann |
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon |
2012-12-31 | Fix more warnings. | Remko Tronçon |
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon |
2012-09-15 | Added URL parser. | Remko Tronçon |