Age | Commit message (Expand) | Author |
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-07-08 | Use GSSAPI when SSO is used | Mili Verma |
2015-06-29 | Pass an optional error code | Mili Verma |
2015-06-10 | Add ability to limit SChannel to TLS 1.0 | Kevin Smith |
2015-03-16 | Add ability to modify HTTP CONNECT proxy initialization | Tobias Markmann |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-05-18 | Replace accidental cerr with SWIFT_LOG | Kevin Smith |
2014-05-18 | Fix copy paste error | Remko Tronçon |
2014-03-22 | Move hardcoded XMPP SRV information from Connector into CoreClient | Nick Hudson |
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon |
2013-04-06 | Make IDN implementation abstract. | Remko Tronçon |
2012-09-15 | Added URL parser. | Remko Tronçon |
2012-08-13 | Set timeout on each connection attempt, instead of global connect timeout. | Remko Tronçon |
2012-06-20 | Fix proxy selection | Thilo Cestonaro |
2012-06-17 | Allow different connection methods for Client. | Remko Tronçon |
2012-05-11 | Showing stream encryption status in the roster header. Provide native certifi... | Tobias Markmann |
2012-04-12 | Tidy up of assorted Schannel/CAPI stuffs. | Kevin Smith |
2012-03-23 | Allow TLS errors to bubble further up the stack | Kevin Smith |
2012-03-22 | Manual certificate verification. Added two additional TLS errors related to r... | dreijer |
2012-03-04 | Pass along errors about DNS resolution. | Kevin Smith |
2012-02-22 | Fix up for previous CAPI patch | Kevin Smith |
2012-02-22 | Initial implementation of using CAPI certificates with Schannel. | Alexey Melnikov |
2012-01-17 | Allow specifying BOSH and BOSH proxy URLs with names (rather than IPs) | Kevin Smith |
2011-12-22 | BOSH Refactoring. | Remko Tronçon |
2011-12-13 | BOSH Support for Swiften | Kevin Smith |
2011-12-13 | BOSH implementation started | Thilo Cestonaro |
2011-10-16 | Hoist ProxyProvider creation out of Client. | Remko Tronçon |
2011-10-16 | Hoist TLSContextFactory creation out of Client. | Remko Tronçon |
2011-10-10 | Force disconnect signals when calling connect() shortly after disconnect(). | Remko Tronçon |
2011-10-07 | Hoist XML parser factory creation out of Swiften. | Remko Tronçon |
2011-10-01 | Update IQRouter JID after session was authenticated. | Remko Tronçon |
2011-09-26 | Allow disabling of 198-acks in Swiften | Kevin Smith |
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ... | Tobias Markmann |
2011-09-20 | Swiften support for requiring TLS | Kevin Smith |
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon |
2011-08-28 | Check sender on incoming IQ responses. | Remko Tronçon |
2011-07-03 | Fix for a SIGABRT when reconnecting | Thilo Cestonaro |
2011-06-08 | Added AllowPlainOverNONTLS option to ClientOptions. | Remko Tronçon |
2011-06-03 | Limit the use of the SafeString type. | Remko Tronçon |
2011-06-03 | Ensure safety on onDataRead and onDataWritten signals. | Remko Tronçon |
2011-05-22 | Removing unnecessary purgePassword() calls in CoreClient. | Remko Tronçon |
2011-05-22 | Eagle mode. | Kevin Smith |
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon |
2011-05-13 | Removed some explicit new's. | Remko Tronçon |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon |
2011-04-20 | Introduce ClientOptions struct. | Remko Tronçon |
2011-04-18 | Use fallback mechanism for proxies. | Remko Tronçon |
2011-04-18 | Support for SOCKS5 and HTTPConnect proxies. | Thilo Cestonaro |