Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-17 | Only acquire crypt context once on Windows. | Remko Tronçon | |
2012-07-17 | Fixed Expat parser bug. | Remko Tronçon | |
2012-07-15 | Export file transfer classes. | Remko Tronçon | |
2012-07-15 | Fixed compilation on Windows. | Remko Tronçon | |
2012-07-15 | Fix struct vs class warnings. | Remko Tronçon | |
2012-07-15 | Provide replace_pragma_once flag. | Remko Tronçon | |
2012-07-15 | Include more headers in Swiften.h | Remko Tronçon | |
2012-07-15 | Hide libminiupnp and libnatpmp. | Remko Tronçon | |
2012-07-15 | Hide ZLib implementation. | Remko Tronçon | |
2012-07-15 | Hide XML parser implementations. | Remko Tronçon | |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon | |
All applications succesfully link against Swiften.dll. | |||
2012-06-20 | Parse node attribute in DiscoItemsParser and add DiscoItemsParser test | Jan Kaluza | |
Copyright (c) 2012 Jan Kaluza Licensed under the Simplified BSD license. See Documentation/Licenses/BSD-simplified.txt for more information. | |||
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 | CachingNameOnlyDomainNameResolver -> CachingDomainNameResolver. | Remko Tronçon | |
2012-06-17 | Remove unused functions from caching resolver. | Remko Tronçon | |
2012-06-17 | Fixed potential uncaught exception in HTTPConnectProxiedConnection. | Remko Tronçon | |
2012-06-17 | Remove some unused private variables. | Remko Tronçon | |
2012-06-17 | Allow different connection methods for Client. | Remko Tronçon | |
2012-06-05 | Use faster conversion functions in ICU. | Remko Tronçon | |
2012-06-05 | Added ICU support. | Remko Tronçon | |
2012-05-31 | Update message correction to use the published namespace. | Kevin Smith | |
Resolves: #1124 | |||
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-05-07 | Added convenience method for responding with a custom error payload. | Remko Tronçon | |
2012-05-07 | Only assert when requesting CRL checking on OpenSSL. | Remko Tronçon | |
2012-05-06 | Fixed unit test compilation failure. | Remko Tronçon | |
2012-05-05 | Compilation fixes. | Remko Tronçon | |
2012-05-05 | Windows compilation fixes. | Remko Tronçon | |
2012-05-05 | Re-enable revocation check. | Remko Tronçon | |
2012-05-05 | * Added additional cert store to chain validation. * Turned off revocation ↵ | dreijer | |
checking. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-05-05 | Revert "* Added additional cert store to chain validation. * Turned off ↵ | Remko Tronçon | |
revocation checking." This reverts commit e33b7a309e0424450ab00bc6180df95c6c049195. | |||
2012-05-05 | Revert "Re-enable revocation check." | Remko Tronçon | |
This reverts commit 856f970d14c5c32b80fc5ea359d4e567b51578a0. | |||
2012-05-05 | Serialize error payload. | Remko Tronçon | |
2012-04-29 | Fixed previous commit. | Remko Tronçon | |
2012-04-29 | Added debug message to double finishSession. | Remko Tronçon | |
2012-04-28 | Make sure our parser doesn't handle entities. | Remko Tronçon | |
2012-04-27 | Fixed LibXML parsing of & | Remko Tronçon | |
Resolves: #944 | |||
2012-04-25 | Support channel binding with Schannel. | Remko Tronçon | |
Resolves: #1012 | |||
2012-04-24 | Fixed compilation problems on windows. | Remko Tronçon | |
2012-04-24 | Re-enable revocation check. | Remko Tronçon | |
Added a method on TLSContextFactory to disable revocation checks if wanted. | |||
2012-04-24 | * Added additional cert store to chain validation. * Turned off revocation ↵ | dreijer | |
checking. | |||
2012-04-24 | Make built-in expat ignore unbound prefix namespaces. | Remko Tronçon | |
This works around a problem with broken servers relaying illegal stanzas from broken clients. Obviously only works when using the bundled Expat. Note that the system OS X libXML also seems to behave this way. | |||
2012-04-24 | Statically check the log severity level. | Remko Tronçon | |
Resolves: #1099 | |||
2012-04-23 | Make sure setting disco info after reconnect does not immediately send presence. | Remko Tronçon | |
Resolves: #976 | |||
2012-04-23 | Added missing header. | Remko Tronçon | |
2012-04-23 | Seed the random number generator. | Remko Tronçon | |
2012-04-23 | Another fix for SRV selection. | Remko Tronçon | |
2012-04-23 | Fixed assertion when SRV weights are all 0. | Remko Tronçon | |