Indy icon indicating copy to clipboard operation
Indy copied to clipboard

Indy - Internet Direct

Results 100 Indy issues
Sort by recently updated
recently updated
newest added

Hey guys, i have the problem, that the documentation can't be downloaded. Not the .zip or .7z files is it possible to repair this? best regards

Type: Question
Status: More Info Needed
Element: Documentation

Hi, - I cloned Indy to C:\Indy and then followed step by step installation wiki. - Ran Clean_XE3 ok - Selected Indy170 - successfully compiled all 5 elements, as per...

Type: Bug
Element: Compiler/IDE
Status: More Info Needed

With recent IdCustomTCPServer code is no longer disconnecting in TIdCustomTCPServer.DoTerminateContext(AContext: TIdContext), but instead closes socket with AContext.Binding.CloseSocket. This then causes SSL_shutdown in TIdOpenSSLSocket.Shutdown to return -1 that leads to EIdOpenSSLShutdownError....

Type: Bug
Element: SSL/TLS
Element: TCP
Status: More Info Needed

I would like to contribute the components for a SSH client (IOSSHClientHandler and IOSSHClient) which I have developed recently. Please provide instructions for doing so.

Type: Enhancement
Element: I/O Handlers
Status: Review Needed

From VA1DER (Kurt Fitzner) on Gitter: > As a suggestion, it would be handy if SendV4Response/SendV5Response were publicly accessible in IdSocksServer.pas. This would make it easier for TIdEventSocksServer to send...

Type: Enhancement
Element: SOCKS
Status: Reported

Why is this is blocking infinite on Ubuntu? ``` FIdTCPClient := TIdTCPClient.Create(nil); FIdTCPClient.Port := FPort; FIdTCPClient.ConnectTimeout := 1000; FIdTCPClient.Host := FHost; FIdTCPClient.Connect; ```

Type: Bug
Element: Socket Stacks
Element: TCP
Status: Review Needed

`STRING_IS_ANSI` is defined when the `string` type maps to `AnsiString`. In this situation, most encoding-aware methods have an extra `IIdTextEncoding` parameter to specify an `AnsiString`'s input encoding, or desired output...

Type: Enhancement
Element: Compiler/IDE
Status: Review Needed

TIdSSPINTLMAuthentication is registered for both "Negotiate" and "NTLM" HTTP authorizations, but when it formats an Authorization request, it always creates an "NTLM" request, never a "Negotiate" request. It needs to...

Type: Bug
Element: HTTP
Status: Review Needed

Many services are now accepting only TLS 1.3, and Indy only have 1.2. I have a webservice running on Linux, and my provider is asking to switch to TLS 1.3,...

Type: Question
Element: SSL/TLS

`TIdIcmpClient` currently requires admin rights, due to its use of a `RAW` socket. On Windows, `IcmpSendEcho...()`, `Icmp6SendEcho...()`, and other related functions can be used instead. On Linux, OSX/iOS, etc, ICMP...

Type: Enhancement
Element: ICMP
Status: Review Needed