What's new in TCP Server-Client Library 1.0.31.72

Jul 18, 2019
  • Official Delphi 10.3 Rio support.

New in TCP Server-Client Library 1.0.30.71 (Jun 23, 2019)

  • Licensing change.

New in TCP Server-Client Library 1.0.29.70 (Apr 30, 2019)

  • Added 'Parameters' properties for both the server and client class and fixed icon error for the tutorials.

New in TCP Server-Client Library 1.0.27.65 (Aug 21, 2017)

  • Clients can receive the connected clients list from server, added find client by GUID.

New in TCP Server-Client Library 1.0.24.50 (Jul 4, 2016)

  • Updates for 0 hints & warnings.

New in TCP Server-Client Library 1.0.23.49 (Jun 22, 2016)

  • Fixed client to server binary transfer.

New in TCP Server-Client Library 1.0.22.48 (May 25, 2015)

  • Added 'LoginHashingMode' property and added support for iOS with OpenSSL password hashing mode.

New in TCP Server-Client Library 1.0.21.47 (May 4, 2015)

  • Added support for Delphi XE8.

New in TCP Server-Client Library 1.0.20.46 (Mar 28, 2015)

  • Fixed canceling a binary transfer.

New in TCP Server-Client Library 1.0.20.45 (Mar 26, 2015)

  • Fixed logging for the XE7 server tutorial.

New in TCP Server-Client Library 1.0.20.44 (Mar 17, 2015)

  • New secure TLS connection mode.

New in TCP Server-Client Library 1.0.19.40 (Mar 14, 2015)

  • New "synchronous" binary transfer mode.

New in TCP Server-Client Library 1.0.18.30 (Mar 11, 2015)

  • Fixed memory leaks.

New in TCP Server-Client Library 1.0.17.29 (Feb 13, 2015)

  • Added note on how to parse the local IP address on Android for the server component.

New in TCP Server-Client Library 1.0.17.28 (Feb 10, 2015)

  • Fixed access violations when completing a binary transfer.

New in TCP Server-Client Library 1.0.16.27 (Jan 10, 2015)

  • Fixed a memory leak in the communication procedure of the client component.

New in TCP Server-Client Library 1.0.15.26 (Oct 16, 2014)

  • Fixed using an 'OnLoginQuery' event and a memory leak in the login procedure of the server component.

New in TCP Server-Client Library 1.0.14.25 (Oct 15, 2014)

  • Added Delphi XE7 multi device tutorials.

New in TCP Server-Client Library 1.0.13.24 (Aug 25, 2014)

  • Added support for resuming binary transfers, OnServerBeforeActivate(), OnServerAfterActivate(), OnServerBeforeDeActivate(), OnServerAfterDeActivate(), OnServerThreadStart(), OnServerThreadEnd() and OnCustomSend() events for the server class, OnCustomSend() event for the client class.

New in TCP Server-Client Library 1.0.8.6 (Apr 11, 2014)

  • Compiler directives changes.

New in TCP Server-Client Library 1.0.8.5 (Apr 8, 2014)

  • Fixed missing 'msvcr100.dll'.

New in TCP Server-Client Library 1.0.7.4 (Dec 2, 2013)

  • Fixed removing clients from the connected clients list and missing 'libeay32.dll' and 'ssleay32.dll'

New in TCP Server-Client Library 1.0.6.3 (Nov 15, 2013)

  • Fixed binary transfer finished remaining time, some possible exceptions for the server component and exception for the client component when the server was terminated while connected

New in TCP Server-Client Library 1.0.5.2 (Oct 14, 2013)

  • Added support for Delphi XE5 (iOS and Android also)
  • Fixed transfer progress ID variable and fixed all warnings/hints

New in TCP Server-Client Library 1.0.4.8 (Sep 27, 2013)

  • Added support for Delphi XE4 and above (Indy 10.6)

New in TCP Server-Client Library 1.0.1.1 Beta (Jul 16, 2013)

  • Added option to set IPs the server is listening on, added an optional callback to look up a login, added "TransferRate" (bytes/sec) reporting for transfer progresses and improved authentication security.