Cleanup scripts added to remove default Indy installation from RADStudio IDE
Thanks to the efforts of David Cornelius, some new cleanup scripts have been added to Indy’s root /Lib source folder. These scripts […]
Thanks to the efforts of David Cornelius, some new cleanup scripts have been added to Indy’s root /Lib source folder. These scripts […]
A little background: In Indy 9, the TIdEntityHeaderInfo.ContentRange(Start|End) properties were used to handle the HTTP ‘Range’ header in requests, and the HTTP […]
I have checked in several updates to Indy today: On FPC 2.6.2+, the OffsetFromUTC() and MinutesFromGMT() functions were returning values with the […]
When TIdCookie is parsing a server-side cookie, it no longer removes quote characters from a quoted string in the cookie value. For […]
All of the OpenSSL binaries that were hosted on Indy’s Fulgan mirror @ https://indy.fulgan.com/SSL/ have now been migrated to a new repository […]
Indy’s SVN repository is being retired. Indy’s GitHub repository is now the active repository moving forward. Indy’s Fulgan mirror has turned off […]
To better handle mailboxes that are larger than 2GB in size, the following changes have been made: In TIdIMAP4, UIDs and Message […]
A bug has been fixed where TIdHTTP would get stuck if it receives a 101 response (Switching Protocols) from an HTTP server. […]
After more than a year since RAD Studio 10.2 Tokyo was released, I have now finally checked in Indy package files for […]
Before: When an SSLIOHandler component is assigned to the TIdHTTPServer.IOHandler property, TIdHTTPServer would automatically activate SSL/TLS for all new client connections, unless […]