In the Indy issue tracker, a bug was reported which first appeared with Delphi 11. FTP LIST timeout with latest Delphi 11 (and idFTP) It is possible to reproduce the bug not only with Delphi 11 but also with Free Pascal. Reportedly the timeout also occurs with Delphi 10.4. If you want to reproduce it … Continue reading Indy FTP LIST timeout with Delphi 11 in active mode (solved)
ScroogeXHTML for Object Pascal 8.0 released
ScroogeXHTML for Object Pascal is a library which supports a subset of the Rich Text Format (RTF) standard. It converts RTF to HTML5 and XHTML standalone documents, or to fragments which can be embedded in other documents. ScroogeXHTML is compatible with Delphi 2009+ and tested with Free Pascal 3.2.0. Version 8.0 is a major release … Continue reading ScroogeXHTML for Object Pascal 8.0 released
ScroogeXHTML for Object Pascal 7.3 released
ScroogeXHTML for Object Pascal is a library which supports a subset of the Rich Text Format (RTF) standard. It converts RTF to HTML5 and XHTML standalone documents, or to fragments which can be embedded in other documents. ScroogeXHTML converts text attributes including background and highlight colors, paragraph alignment (left, right, centered, justified) and indent (left, … Continue reading ScroogeXHTML for Object Pascal 7.3 released
Discover ActiveMQ brokers with Indy 10.6 and IP multicast
This article shows how IP multicast can be used to discover Apache ActiveMQ message broker instances in the local network using Indy. Example output: With the code below, an application can list all ActiveMQ brokers, see their status, and get the IP addresses, protocols, and port numbers of discoverable transport connectors. Transport connectors are discoverable, … Continue reading Discover ActiveMQ brokers with Indy 10.6 and IP multicast
ScroogeXHTML for Delphi 7.1 released
Version 7.1 of ScroogeXHTML for Delphi is a maintenance release which contains minor improvements and fixes. Full release notes can be found here. Resources Demo version: https://www.habarisoft.com/scroogexhtml/7.1/ScroogeXHTMLDemo.zip User guide: https://www.habarisoft.com/scroogexhtml/7.1/docs/ScroogeXHTMLGettingStarted.pdf API: https://www.habarisoft.com/scroogexhtml/7.1/docs/api/index.html Home page: https://www.scroogexhtml.com/scroogexhtml_delphi.html ScroogeXHTML is also available for the Java platform.
Habari Client libraries release 2020.04
Habarisoft released the 2020.04 version of its Object Pascal STOMP client libraries for application integration with open source message brokers Apache ActiveMQ, Artemis, OpenMQ and RabbitMQ. The release includes Habari Client for ActiveMQ 6.5 - tested with Apache ActiveMQ 5.15.12 Habari Client for Artemis 6.5 - tested with Apache ActiveMQ Artemis 2.10.1 Habari Client for … Continue reading Habari Client libraries release 2020.04
Habari Client libraries release 2019.12
Habarisoft released the 2019.12 version of its Object Pascal STOMP client libraries for application integration with open source message brokers Apache ActiveMQ, Artemis, OpenMQ and RabbitMQ. The release includes Habari Client for ActiveMQ 6.4 - tested with Apache ActiveMQ 5.15.10 Habari Client for Artemis 6.4 - tested with Apache ActiveMQ Artemis 2.10.1 Habari Client for … Continue reading Habari Client libraries release 2019.12
Habari Client libraries release 2019.08
Habarisoft released the 2019.08 version of its Object Pascal STOMP client libraries for application integration with open source message brokers Apache ActiveMQ, Artemis, OpenMQ and RabbitMQ. The release includes Habari Client for ActiveMQ 6.3 - tested with Apache ActiveMQ 5.15.9 Habari Client for Artemis 6.3 - tested with Apache ActiveMQ Artemis 2.9.0 Habari Client for … Continue reading Habari Client libraries release 2019.08
How to: Let’s Encrypt certificates with Indy HTTP Server
This article guides you through the setup for a simple HTTPS server using Let's Encrypt certificates. Download the project source The example project is included in the Daraja demo folder at https://github.com/michaelJustin/daraja-framework/tree/master/demo/https. You may use the project IndyHttpsTest with Delphi 6 or later, or with the Lazarus IDE. This stand-alone project only requires the Indy … Continue reading How to: Let’s Encrypt certificates with Indy HTTP Server
Daraja HTTP Framework 2.0 released
The Daraja HTTP Framework is a free open source library for Object Pascal (Free Pascal 3.0.4, Delphi 2009+), based on the stand-alone HTTP server component in Internet Direct (Indy). The 2.0 release uses const parameters in the Handle method of the IHandler interface and its implementing classes. old: - procedure Handle(Target: string; Context: TdjServerContext; Request: … Continue reading Daraja HTTP Framework 2.0 released