|
This new version 12.0 implements support for RAD Studio 13 Florence and fixes TLS 1.3 issues.
The Clever Internet Suite version 12.0 includes the RAD Studio VCL support, Visual Studio for .NET, and ActiveX support.
All three editions provide the same functionality and almost the same list of advanced Components
- Added support for RAD Studio 13 Florence.
- Packages for the 64-bit version of RAD Studio IDE have been implemented.
- Fixed TLS 1.3 issues. The previous version did not work when connecting to some internet services (GMail authentication and some other sites).
- The Progress Bar display in the Delphi IDE has been fixed. There were issues with displaying the component on forms when using Windows themes.
- Demo projects have been updated.
Component
|
Description
|
SFTP Server
|
Represents the SFTP server component and is used to upload, download, and manage files and directories remotely on the server side. |
SFTP File Handler |
Allows the SFTP Server component to work with files on the disk. |
TCP Client |
Allows users to implement custom data exchange over the TCP protocol. |
TCP Server |
Implements the multi-threaded TCP-based server functionality, accepts user connections, and exchanges data of an arbitrary format. |
TCP Command Client |
Allows users to send custom TelNet-like commands to a server and receive responses. |
TCP Command Server |
Implements the multi-threaded TCP-based server functionality, accepts user-defined commands of TelNet-like format, and sends responses. |
UDP Client |
Allows users to send own datagrams of an arbitrary format over the UDP protocol. |
UDP Server |
Implements the multi-threaded UDP-based server functionality, accepts user-defined datagrams, and sends replies. |
- We have joined installations for all versions of RAD Studio (XE...XE8, 10, 11, 12, and 13, Delphi and C++Builder) in one single installer.
You can Download Clever Internet Suite and install on any desired version of RAD Studio IDE.
- .NET Compact Framework is no longer supported. The minimum .NET Framework version is 4.0. Download Clever Internet .NET Suite
- The library was split into two packages: design-time and runtime. Starting from now, the components can be used by RAD Studio form designer in 64-bit projects.
- The basic socket components were replaced and improved. The class inheritance was changed. Please see the Help documentation for more details.
- The source code structure was changed. Now the sources are placed in the following folders: common, design, packages, resources and ssh.
To compile the source code project, navigate to the packages folder, choose the corresponding IDE version subfolder, e.g., D103 for Delphi 10.3 Rio,
open and compile both the clinetsuite_103.dproj and dcl_clinetsuite_103.dproj projects. Finally, install dcl_clinetsuite_103.dproj to your RAD Studio IDE.
- The SSH and SFTP component files were moved to the main clinetsuite package. The clinetsuitessh package was removed from the installation.
- A set of cryptographic classes were added: Cipher (and its descendants), Hash, Mac, KeyExchange, Signature and many more.
- FTP client and server - data connection uses IpV4 protocol only.
- Socks5 firewall - supports IpV4 only.
- The HTTP RIO component is available only starting from Delphi 2005 / C++Builder 2006.
- The SOAP encryption requires an external library clcryptext.dll that is included to the Clever Internet Suite installation.
This library represents a managed code that is wrapped by Win32/Win64 functions.
The source code for this library can be downloaded separately on www.clevercomponents.com website.
Please see the Clever Internet Suite Release History page to get full feature and bug listings.
|