Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon | |
All applications succesfully link against Swiften.dll. | |||
2012-06-20 | Fix proxy selection | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-06-18 | Handle unexpected challenges. | Remko Tronçon | |
Resolves: #1132 | |||
2012-06-17 | Allow different connection methods for Client. | Remko Tronçon | |
2012-05-12 | Remove peer certificate from APIs. | Remko Tronçon | |
The peer certificate chain contains the peer certificate, so this was redundant. | |||
2012-05-12 | Show Certificate dialog from certificate error window. | Remko Tronçon | |
2012-05-11 | Showing stream encryption status in the roster header. Provide native ↵ | Tobias Markmann | |
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-29 | Fixed previous commit. | Remko Tronçon | |
2012-04-29 | Added debug message to double finishSession. | Remko Tronçon | |
2012-04-24 | Fixed compilation problems on windows. | Remko Tronçon | |
2012-04-23 | Make sure setting disco info after reconnect does not immediately send presence. | Remko Tronçon | |
Resolves: #976 | |||
2012-04-12 | Tidy up of assorted Schannel/CAPI stuffs. | Kevin Smith | |
Makes Swift disconnect if a smartcard used for auth is removed. Fixes compilation. Changes code style in a few places. | |||
2012-03-23 | Allow TLS errors to bubble further up the stackks/tlserrors | Kevin Smith | |
2012-03-22 | Manual certificate verification. Added two additional TLS errors related to ↵ | dreijer | |
revocation. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) ↵ | Tobias Markmann | |
transformation where possible. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-03-04 | Pass along errors about DNS resolution. | Kevin Smith | |
2012-03-03 | Unit tests for SettingsProviderHierachy | Kevin Smith | |
Also fixing up errors they found and an uninitialised read left-over from the original patch. | |||
2012-02-28 | Make Swift more usable in a FIPS-140 environment | Kevin Smith | |
Don't allow DIGEST-MD5 when Windows is set to FIPS mode. Use platform-provided hashing for SHA1. | |||
2012-02-22 | Fix up for previous CAPI patch | Kevin Smith | |
Now connects successfully with or without TLS(with cert) | |||
2012-02-22 | Initial implementation of using CAPI certificates with Schannel. | Alexey Melnikov | |
Introduced a new parent class for all certificates with keys (class CertificateWithKey is the new parent for PKCS12Certificate.) Switched to using "CertificateWithKey *" instead of "const CertificateWithKey&" Added calling of a Windows dialog for certificate selection when Schannel TLS implementation is used. This compiles, but is not tested. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
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 | |
This adds support for BOSH to Swiften. It does not expose it to Swift. Release-Notes: Swiften now allows connects over BOSH, if used appropriately. | |||
2011-12-13 | BOSH implementation started | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-11-03 | Quick brush up after previous patch. | Kevin Smith | |
Includes: Initial cleanup of SChannel code; compiling on non-Windows Be willing to compile Swift with SChannel Undo some (presumably accidental) OpenSSL changes Where TLS doesn't support finish messages (SChannel), don't try -PLUS | |||
2011-10-18 | Use the oldest error when closing streams. | Kevin Smith | |
Stops new errors overwriting cert validation errors and preventing Swift from prompting the user to trust the cert. | |||
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 | |
Resolves: #971 | |||
2011-09-26 | Fixed compilation warnings & errors. | Remko Tronçon | |
2011-09-26 | Allow disabling of 198-acks in Swiften | Kevin Smith | |
2011-09-25 | File transfer changes. | Remko Tronçon | |
- Introduce 'experimental' flag to conditionally compile FT. - Use LibMiniUPNPC and NATPMP CPPDEFINES only locally in the classes that need them. - Extract abstract interface from NAT traversal classes - Avoid unit test warnings | |||
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-20 | Added ClientBlockListManager. | Remko Tronçon | |
2011-09-20 | Swiften support for requiring TLS | Kevin Smith | |
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Remove relaxation of not checking JIDs if the IQRouter's JID isn't set. Fixed Request::isAccountJID(). Check sender on incoming IQ responses. | |||
2011-08-28 | Check sender on incoming IQ responses. | Remko Tronçon | |
Release-Notes: Fixed a bug whereby the sender of an iq wasn't being checked before matching it to a request. | |||
2011-07-03 | Fix for a SIGABRT when reconnecting | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-13 | Fixed some CppCheck warnings. | Remko Tronçon | |
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 | |
Disables password persistence. | |||
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon | |
2011-05-14 | Ack pending stanzas on logout. | Remko Tronçon | |
Resolves: #877 | |||
2011-05-13 | Removed some explicit new's. | Remko Tronçon | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |