├── Lib ├── debian │ ├── compat │ ├── docs │ └── files ├── Core │ ├── IdAboutVCL.rc │ ├── Res │ │ ├── makeres.bat │ │ ├── Sink.bmp │ │ ├── sinkdr.wav │ │ ├── Maint │ │ │ ├── 1sink.jpg │ │ │ ├── sinkdr.wav │ │ │ ├── 1sinkCropped.jpg │ │ │ ├── 1sinkPlainCropped.jpg │ │ │ ├── 1sinkPlainCroppedRed.bmp │ │ │ └── 1sinkPlainCroppedRed.jpg │ │ ├── IdCreditsBitmap.RES │ │ └── TIDABOUTPICTURE.BMP │ ├── IdSync.pas │ ├── IndyCar.bmp │ ├── AboutProg.res │ ├── IdContext.pas │ ├── IdThread.pas │ ├── IdUDPBase.pas │ ├── IndyCore40.rc │ ├── IndyCore50.rc │ ├── IndyCore60.rc │ ├── IndyCore70.rc │ ├── IndyCore90.rc │ ├── IdAboutVCL.RES │ ├── IdUDPClient.pas │ ├── IndyCore100.rc │ ├── IndyCore100.res │ ├── IndyCore110.RES │ ├── IndyCore110.rc │ ├── IndyCore120.rc │ ├── IndyCore120.res │ ├── IndyCore130.rc │ ├── IndyCore130.res │ ├── IndyCore140.RES │ ├── IndyCore140.rc │ ├── IndyCore150.RES │ ├── IndyCore150.rc │ ├── IndyCore160.rc │ ├── IndyCore160.res │ ├── IndyCore40.RES │ ├── IndyCore50.RES │ ├── IndyCore60.RES │ ├── IndyCore70.RES │ ├── IndyCore90.RES │ ├── dclIndyCore40.rc │ ├── dclIndyCore50.rc │ ├── dclIndyCore60.rc │ ├── dclIndyCore70.rc │ ├── dclIndyCore90.rc │ ├── IdAbout.resources │ ├── IdCore90ASM90.inc │ ├── IdCoreRegister.dcr │ ├── IdSocketHandle.pas │ ├── IndyCore40.rc.tmpl │ ├── IndyCore50.rc.tmpl │ ├── IndyCore60.rc.tmpl │ ├── IndyCore70.rc.tmpl │ ├── IndyCore90.rc.tmpl │ ├── dclIndyCore100.rc │ ├── dclIndyCore100.res │ ├── dclIndyCore110.RES │ ├── dclIndyCore110.rc │ ├── dclIndyCore120.RES │ ├── dclIndyCore120.rc │ ├── dclIndyCore130.res │ ├── dclIndyCore140.RES │ ├── dclIndyCore150.RES │ ├── dclIndyCore160.res │ ├── dclIndyCore40.RES │ ├── dclIndyCore50.res │ ├── dclIndyCore60.res │ ├── dclIndyCore70.res │ ├── dclIndyCore90.res │ ├── dclindycorek3.res │ ├── IdAboutNET.resources │ ├── IdCreditsBitmap.res │ ├── IdCustomTCPServer.pas │ ├── IdThreadComponent.pas │ ├── IddclCore90ASM90.inc │ ├── IndyCore100.rc.tmpl │ ├── IndyCore110.rc.tmpl │ ├── IndyCore120.rc.tmpl │ ├── IndyCore130.rc.tmpl │ ├── IndyCore140.rc.tmpl │ ├── IndyCore150.rc.tmpl │ ├── IndyCore160.rc.tmpl │ ├── dclIndyCore40.rc.tmpl │ ├── dclIndyCore50.rc.tmpl │ ├── dclIndyCore60.rc.tmpl │ ├── dclIndyCore70.rc.tmpl │ ├── dclIndyCore90.rc.tmpl │ ├── AboutIndyNET.resources │ ├── IdAboutDotNET.resources │ ├── IdCoreRegisterCool.dcr │ ├── dclIndyCore100.rc.tmpl │ ├── dclIndyCore110.rc.tmpl │ ├── dclIndyCore120.rc.tmpl │ ├── IconsDotNet │ │ ├── TIdLogFile.bmp │ │ ├── TIdLogDebug.bmp │ │ ├── TIdLogEvent.bmp │ │ ├── TIdLogStream.bmp │ │ ├── TIdSocksInfo.bmp │ │ ├── TIdTCPClient.bmp │ │ ├── TIdTCPServer.bmp │ │ ├── TIdUDPClient.bmp │ │ ├── TIdUDPServer.bmp │ │ ├── TIdAntiFreeze.bmp │ │ ├── TIdCmdTCPClient.bmp │ │ ├── TIdCmdTCPServer.bmp │ │ ├── TIdICMPClient.bmp │ │ ├── TIdSimpleServer.bmp │ │ ├── TIdIOHandlerStack.bmp │ │ ├── TIdIPMCastClient.bmp │ │ ├── TIdIPMCastServer.bmp │ │ ├── TIdIOHandlerStream.bmp │ │ ├── TIdInterceptSimLog.bmp │ │ ├── TIdThreadComponent.bmp │ │ ├── TIdConnectionIntercept.bmp │ │ └── TIdInterceptThrottler.bmp │ ├── IdAbout.TWinForm.resources │ ├── IdCreditsBitmap.resources │ ├── IdAbout.TfrmAbout.resources │ ├── IdServerIOHandlerSocket.pas │ └── IdAboutDotNET.TfrmAbout.resources ├── lspFix.exe ├── Computil.exe ├── FCL │ ├── Mono.Security.dll │ ├── IdVers.inc │ └── IdVers.inc.tmpl ├── Protocols │ ├── IdFTP.pas │ ├── IdHTTP.pas │ ├── IdSSL.pas │ ├── adler32.obj │ ├── crc32.obj │ ├── deflate.obj │ ├── example.obj │ ├── gzclose.obj │ ├── gzlib.obj │ ├── gzread.obj │ ├── gzwrite.obj │ ├── infback.obj │ ├── inffast.obj │ ├── inflate.obj │ ├── trees.obj │ ├── uncompr.obj │ ├── zutil.obj │ ├── IdHashCRC.pas │ ├── IdHashElf.pas │ ├── IdHashSHA.pas │ ├── ZLib │ │ ├── zlib.lib │ │ ├── adler32.obj │ │ ├── crc32.obj │ │ ├── deflate.obj │ │ ├── example.obj │ │ ├── gzclose.obj │ │ ├── gzlib.obj │ │ ├── gzread.obj │ │ ├── gzwrite.obj │ │ ├── infback.obj │ │ ├── inffast.obj │ │ ├── inflate.obj │ │ ├── trees.obj │ │ ├── uncompr.obj │ │ ├── zutil.obj │ │ ├── compress.obj │ │ ├── inftrees.obj │ │ ├── minigzip.obj │ │ └── i386-Win32-ZLib │ │ │ ├── crc32.obj │ │ │ ├── gzlib.obj │ │ │ ├── gzread.obj │ │ │ ├── trees.obj │ │ │ └── zutil.obj │ ├── compress.obj │ ├── inftrees.obj │ ├── minigzip.obj │ ├── DelphiZLib.lib │ ├── IdDNSCommon.pas │ ├── IdDNSServer.pas │ ├── IdFTPCommon.pas │ ├── IdFTPServer.pas │ ├── IdHashSHA1.pas │ ├── IdMappedFTP.pas │ ├── IdRegister.dcr │ ├── IdReplySMTP.pas │ ├── IdSSLDotNET.pas │ ├── IdDNSResolver.pas │ ├── IdRegisterCool.dcr │ ├── IdTunnelSlave.pas │ ├── IndyProtocols40.rc │ ├── IndyProtocols50.rc │ ├── IndyProtocols60.rc │ ├── IndyProtocols70.rc │ ├── IndyProtocols90.rc │ ├── IdDateTimeStamp.pas │ ├── IdFTPListParseVM.pas │ ├── IdGlobalProtocols.pas │ ├── IdHTTPHeaderInfo.pas │ ├── IdSecurity90ASM90.inc │ ├── IndyProtocols100.rc │ ├── IndyProtocols100.res │ ├── IndyProtocols110.RES │ ├── IndyProtocols110.rc │ ├── IndyProtocols120.rc │ ├── IndyProtocols120.res │ ├── IndyProtocols130.rc │ ├── IndyProtocols130.res │ ├── IndyProtocols140.RES │ ├── IndyProtocols140.rc │ ├── IndyProtocols150.RES │ ├── IndyProtocols150.rc │ ├── IndyProtocols160.rc │ ├── IndyProtocols160.res │ ├── IndyProtocols40.res │ ├── IndyProtocols50.res │ ├── IndyProtocols60.res │ ├── IndyProtocols70.res │ ├── IndyProtocols90.res │ ├── dclIndyProtocols40.rc │ ├── dclIndyProtocols50.rc │ ├── dclIndyProtocols60.rc │ ├── dclIndyProtocols70.rc │ ├── dclIndyProtocols90.rc │ ├── IconsDotNet │ │ ├── TIdDICT.bmp │ │ ├── TIdEcho.bmp │ │ ├── TIdFSP.bmp │ │ ├── TIdFTP.bmp │ │ ├── TIdHTTP.bmp │ │ ├── TIdIRC.bmp │ │ ├── TIdLPR.bmp │ │ ├── TIdNNTP.bmp │ │ ├── TIdPOP3.bmp │ │ ├── TIdQOTD.bmp │ │ ├── TIdRSH.bmp │ │ ├── TIdSASL.bmp │ │ ├── TIdSMTP.bmp │ │ ├── TIdSNPP.bmp │ │ ├── TIdSNTP.bmp │ │ ├── TIdTime.bmp │ │ ├── TIdDayTime.bmp │ │ ├── TIdEchoUDP.bmp │ │ ├── TIdFinger.bmp │ │ ├── TIdGopher.bmp │ │ ├── TIdIMAP4.bmp │ │ ├── TIdIPWatch.bmp │ │ ├── TIdIdent.bmp │ │ ├── TIdMailBox.bmp │ │ ├── TIdMessage.bmp │ │ ├── TIdQOTDUDP.bmp │ │ ├── TIdRexec.bmp │ │ ├── TIdSASLOTP.bmp │ │ ├── TIdSysLog.bmp │ │ ├── TIdSystat.bmp │ │ ├── TIdTelnet.bmp │ │ ├── TIdTimeUDP.bmp │ │ ├── TIdVCard.bmp │ │ ├── TIdWebDAV.bmp │ │ ├── TIdWhois.bmp │ │ ├── TIdDNSServer.bmp │ │ ├── TIdFTPServer.bmp │ │ ├── TIdIPAddrMon.bmp │ │ ├── TIdIRCServer.bmp │ │ ├── TIdMappedFTP.bmp │ │ ├── TIdRSHServer.bmp │ │ ├── TIdRawClient.bmp │ │ ├── TIdSASLList.bmp │ │ ├── TIdSASLLogin.bmp │ │ ├── TIdSASLPlain.bmp │ │ ├── TIdSASLSKey.bmp │ │ ├── TIdSMTPRelay.bmp │ │ ├── TIdSystatUDP.bmp │ │ ├── TIdUnixTime.bmp │ │ ├── Unref │ │ │ ├── TIdHL7.bmp │ │ │ └── TIdSNMP.bmp │ │ ├── TIdDICTServer.bmp │ │ ├── TIdDNSResolver.bmp │ │ ├── TIdDayTimeUDP.bmp │ │ ├── TIdDecoderMIME.bmp │ │ ├── TIdDecoderUUE.bmp │ │ ├── TIdDecoderXXE.bmp │ │ ├── TIdECHOServer.bmp │ │ ├── TIdEncoderMIME.bmp │ │ ├── TIdEncoderUUE.bmp │ │ ├── TIdEncoderXXE.bmp │ │ ├── TIdFingerServer.bmp │ │ ├── TIdGopherServer.bmp │ │ ├── TIdHTTPServer.bmp │ │ ├── TIdIMAP4Server.bmp │ │ ├── TIdIdentServer.bmp │ │ ├── TIdMBCSDecoder.bmp │ │ ├── TIdMappedPOP3.bmp │ │ ├── TIdMappedTelnet.bmp │ │ ├── TIdNNTPServer.bmp │ │ ├── TIdPOP3Server.bmp │ │ ├── TIdQOTDServer.bmp │ │ ├── TIdRexecServer.bmp │ │ ├── TIdSASLCRAMMD5.bmp │ │ ├── TIdSASLDigest.bmp │ │ ├── TIdSASLExternal.bmp │ │ ├── TIdSMTPServer.bmp │ │ ├── TIdSOCKSServer.bmp │ │ ├── TIdSyslogServer.bmp │ │ ├── TIdSystatServer.bmp │ │ ├── TIdTelnetServer.bmp │ │ ├── TIdTimeServer.bmp │ │ ├── TIdTrivialFTP.bmp │ │ ├── TIdTunnelMaster.bmp │ │ ├── TIdTunnelSlave.bmp │ │ ├── TIdUnixTimeUDP.bmp │ │ ├── TIdUserAccounts.bmp │ │ ├── TIdUserManager.bmp │ │ ├── TIdWhoIsServer.bmp │ │ ├── TIdChargenServer.bmp │ │ ├── TIdCookieManager.bmp │ │ ├── TIdDISCARDServer.bmp │ │ ├── TIdDateTimeStamp.bmp │ │ ├── TIdDayTimeServer.bmp │ │ ├── TIdDecoderBinHex4.bmp │ │ ├── TIdEchoUDPServer.bmp │ │ ├── TIdEncoderBinHex4.bmp │ │ ├── TIdHostnameServer.bmp │ │ └── TIdIOHandlerChain.bmp │ ├── IdCustomHTTPServer.pas │ ├── IdFTPListParseMPEiX.pas │ ├── IdHashMessageDigest.pas │ ├── IdProtocols90ASM90.inc │ ├── IdSSLOpenSSLHeaders.pas │ ├── IndyProtocols40.rc.tmpl │ ├── IndyProtocols50.rc.tmpl │ ├── IndyProtocols60.rc.tmpl │ ├── IndyProtocols70.rc.tmpl │ ├── IndyProtocols90.rc.tmpl │ ├── dclIndyProtocols100.RES │ ├── dclIndyProtocols100.rc │ ├── dclIndyProtocols110.RES │ ├── dclIndyProtocols110.rc │ ├── dclIndyProtocols120.RES │ ├── dclIndyProtocols120.rc │ ├── dclIndyProtocols130.rc │ ├── dclIndyProtocols130.res │ ├── dclIndyProtocols140.RES │ ├── dclIndyProtocols140.rc │ ├── dclIndyProtocols150.RES │ ├── dclIndyProtocols150.rc │ ├── dclIndyProtocols160.rc │ ├── dclIndyProtocols160.res │ ├── dclIndyProtocols40.RES │ ├── dclIndyProtocols50.RES │ ├── dclIndyProtocols60.RES │ ├── dclIndyProtocols70.res │ ├── dclIndyProtocols90.res │ ├── IdAuthenticationSSPI.pas │ ├── IdCoderQuotedPrintable.pas │ ├── IdSASLListEditorForm.RES │ ├── IddclProtocols90ASM90.inc │ ├── IndyProtocols100.rc.tmpl │ ├── IndyProtocols110.rc.tmpl │ ├── IndyProtocols120.rc.tmpl │ ├── IndyProtocols130.rc.tmpl │ ├── IndyProtocols140.rc.tmpl │ ├── IndyProtocols150.rc.tmpl │ ├── IndyProtocols160.rc.tmpl │ ├── dclIndyProtocols40.rc.tmpl │ ├── dclIndyProtocols50.rc.tmpl │ ├── dclIndyProtocols60.rc.tmpl │ ├── dclIndyProtocols70.rc.tmpl │ ├── dclIndyProtocols90.rc.tmpl │ ├── IdFTPListParseStratusVOS.pas │ ├── dclIndyProtocols100.rc.tmpl │ ├── dclIndyProtocols110.rc.tmpl │ ├── dclIndyProtocols120.rc.tmpl │ ├── dclIndyProtocols130.rc.tmpl │ ├── dclIndyProtocols140.rc.tmpl │ ├── dclIndyProtocols150.rc.tmpl │ ├── dclIndyProtocols160.rc.tmpl │ ├── IdFTPListParseIEFTPGateway.pas │ ├── IdFTPListParseMicrowareOS9.pas │ └── IdSASLListEditorForm.resources ├── System │ ├── IndySystem100.rc │ ├── IndySystem110.rc │ ├── IndySystem120.rc │ ├── IndySystem130.rc │ ├── IndySystem140.rc │ ├── IndySystem150.rc │ ├── IndySystem160.rc │ ├── IndySystem40.rc │ ├── IndySystem40.res │ ├── IndySystem50.rc │ ├── IndySystem50.res │ ├── IndySystem60.rc │ ├── IndySystem60.res │ ├── IndySystem70.rc │ ├── IndySystem70.res │ ├── IndySystem90.rc │ ├── IndySystem90.res │ ├── IdAssemblyInfo.pas │ ├── IdBaseComponent.pas │ ├── IdSystem90ASM90.inc │ ├── IndySystem100.res │ ├── IndySystem110.RES │ ├── IndySystem120.res │ ├── IndySystem130.res │ ├── IndySystem140.RES │ ├── IndySystem150.RES │ ├── IndySystem160.res │ ├── IndySystem100.rc.tmpl │ ├── IndySystem110.rc.tmpl │ ├── IndySystem120.rc.tmpl │ ├── IndySystem130.rc.tmpl │ ├── IndySystem140.rc.tmpl │ ├── IndySystem150.rc.tmpl │ ├── IndySystem160.rc.tmpl │ ├── IndySystem40.rc.tmpl │ ├── IndySystem50.rc.tmpl │ ├── IndySystem60.rc.tmpl │ ├── IndySystem70.rc.tmpl │ ├── IndySystem90.rc.tmpl │ ├── IdVers.inc │ └── IdVers.inc.tmpl ├── Security │ ├── IdSecurity90ASM90.inc │ ├── IddclSecurity90ASM90.inc │ └── IconsDotNet │ │ └── TIdIOHandlerTls.bmp ├── SuperCore │ ├── IndySuperCore70.res │ ├── IdSuperCoreRegister.dcr │ ├── dclIndySuperCore70.res │ ├── IdSuperCoreRegisterCool.dcr │ └── IconsDotNet │ │ └── TIdChainEngine.bmp └── examples │ └── elizaweb │ └── HTML │ ├── logo.jpg │ └── Eliza.jpg ├── Bubbles ├── BubbleData │ ├── Hash │ │ ├── Blank.dat │ │ ├── Blank.ini │ │ ├── a.dat │ │ ├── abc.dat │ │ ├── message digest.dat │ │ ├── abcdefghijklmnopqrstuvwxyz.dat │ │ ├── 0-9x5+01234.dat │ │ ├── A-Za-z0-9.dat │ │ └── 8x1-0.dat │ ├── ExtraHeaders │ │ └── test.bmp │ ├── HeaderCoder │ │ └── headers.ini │ └── HTTPServer │ │ └── 99-BG-1518.pdf ├── Playgrounds │ ├── FTPList │ │ ├── Data │ │ │ ├── AS400-Unknown-8.txt │ │ │ ├── Unix-ftp.mrunix.net-3.txt │ │ │ ├── Unix-486.eznos.org-3.txt │ │ │ ├── Unix-486.eznos.org-4.txt │ │ │ ├── Unix-486.eznos.org-6.txt │ │ │ ├── Unix-486.eznos.org-7.txt │ │ │ ├── Unix-486.eznos.org-8.txt │ │ │ ├── Unix-286.eznos.org.eznos.org-3.txt │ │ │ ├── Unix-286.eznos.org.eznos.org-4.txt │ │ │ ├── HP3000-jazz.external.hp.com-3.txt │ │ │ ├── EPLF-ftp.ohse.de-2.txt │ │ │ ├── UnixTest.txt │ │ │ ├── MS-DOS-Unknown-6.txt │ │ │ ├── Unix-Unknown-WINNT_Detected-9.txt │ │ │ ├── Unix-WFTP-Unknown.txt │ │ │ ├── Unix-eserver.org-1.txt │ │ │ ├── VM_CMS-ftp.marist.edu-7.txt │ │ │ ├── VM_CMS-ksuvm.ksu.edu-1.txt │ │ │ ├── MVS_PDS-Unknown-1.txt │ │ │ └── Unix-ftp.emea.ibm.com-6.txt │ │ ├── box.res │ │ ├── boxMLSD.res │ │ ├── capture.res │ │ ├── OS-9-Notes.txt │ │ └── captureMLSD.res │ ├── QuotdCore │ │ ├── quotd.res │ │ └── quotdNoRF.res │ └── TCPServer │ │ └── web │ │ ├── Jedi.gif │ │ ├── OSLogo.gif │ │ └── index.html └── boxtests │ └── FTPListTests.pas ├── Builder ├── VersionMarker │ ├── VersionMarker.fbw │ ├── VersionMarker.dpr │ ├── VersionMarker.fblz │ ├── VersionMarker.fbz2 │ └── Data │ │ └── IndySuperCore70.rc ├── DebChanglogUpdate │ ├── DebChangelogUpdate.rc │ └── ExecutionLevelAsInvoker.rc ├── PkgGen.exe ├── ClassParser.exe ├── ClassRenamer.exe ├── UnitAliaser.exe ├── VersionMarker.exe ├── VersionMarker.ini ├── uddu │ ├── DOS2UNIX.EXE │ └── UNIX2DOS.EXE ├── IndyAliaser │ ├── files.cds │ ├── IndyAliaser.exe │ └── directories.cds └── Package Generator │ ├── PkgGen.res │ ├── Data │ ├── File.DB │ ├── File.FAM │ ├── File.PX │ ├── File.TV │ └── File.VAL │ ├── LazPkgGen.exe │ ├── MgrPkgGen.exe │ ├── DModule.dfm │ └── DistPasFileList.exe ├── KB └── IndyKB.hm3 ├── icon16 ├── Blank.bmp ├── TIDFTP.bmp ├── TIDHL7.bmp ├── TIdFSP.bmp ├── TIdIRC.bmp ├── TIdLPR.bmp ├── TIdRSH.bmp ├── SASLBase.bmp ├── SASLBlank.bmp ├── TIDDICT.bmp ├── TIDECHO.bmp ├── TIDFINGER.bmp ├── TIDGOPHER.bmp ├── TIDHTTP.bmp ├── TIDIMAP4.bmp ├── TIDNNTP.bmp ├── TIDPOP3.bmp ├── TIDQOTD.bmp ├── TIDSMTP.bmp ├── TIDSNTP.bmp ├── TIDTELNET.bmp ├── TIDTIME.bmp ├── TIDVCARD.bmp ├── TIDWHOIS.bmp ├── TIdRexec.bmp ├── TIdSASL.bmp ├── TIdSNMP.bmp ├── TIdSNPP.bmp ├── TIdSysLog.bmp ├── TIdSystat.bmp ├── TIdWebDAV.bmp ├── tIdIdent.bmp ├── BlankServer.bmp ├── TIDDAYTIME.bmp ├── TIDECHOUDP.bmp ├── TIDIPWATCH.bmp ├── TIDMESSAGE.bmp ├── TIDQOTDUDP.bmp ├── TIDTIMEUDP.bmp ├── TIdCoderMD2.bmp ├── TIdCoderMD4.bmp ├── TIdCoderMD5.bmp ├── TIdLogDebug.bmp ├── TIdLogEvent.bmp ├── TIdLogFile.bmp ├── TIdMailBox.bmp ├── TIdSASLList.bmp ├── TIdSASLOTP.bmp ├── TIdSASLSKey.bmp ├── TIdUnixTime.bmp ├── WeaveBlank.bmp ├── TIDDAYTIMEUDP.bmp ├── TIDDICTSERVER.bmp ├── TIDDNSRESOLVER.bmp ├── TIDDNSServer.bmp ├── TIDECHOSERVER.bmp ├── TIDHTTPSERVER.bmp ├── TIDICMPCLIENT.bmp ├── TIDIMAP4SERVER.bmp ├── TIDIMFDECODER.bmp ├── TIDIPADDRMON.bmp ├── TIDIRCSERVER.bmp ├── TIDNNTPSERVER.bmp ├── TIDPOP3Server.bmp ├── TIDQOTDSERVER.bmp ├── TIDRAWCLIENT.bmp ├── TIDRLECOMPRESS.bmp ├── TIDSMTPServer.bmp ├── TIDTCPCLIENT.bmp ├── TIDTCPSERVER.bmp ├── TIDTIMESERVER.bmp ├── TIDTRIVIALFTP.bmp ├── TIDUDPCLIENT.bmp ├── TIDUDPSERVER.bmp ├── TIDUSERMANAGER.bmp ├── TIDWHOISSERVER.bmp ├── TIdChainEngine.bmp ├── TIdDecoderMIME.BMP ├── TIdDecoderXXE.BMP ├── TIdEncoderMIME.BMP ├── TIdEncoderXXE.BMP ├── TIdFTPServer.bmp ├── TIdLogStream.bmp ├── TIdMappedFTP.bmp ├── TIdMappedPop3.bmp ├── TIdRSHServer.bmp ├── TIdRexecServer.bmp ├── TIdSASLCRAMMD5.bmp ├── TIdSASLDigest.bmp ├── TIdSASLLogin.bmp ├── TIdSASLPlain.bmp ├── TIdSMTPRelay.bmp ├── TIdSocksInfo.bmp ├── TIdSocksServer.bmp ├── TIdSystatUDP.bmp ├── TIdTunnelSlave.bmp ├── TIdUnixTimeUDP.bmp ├── tIdAntiFreeze.bmp ├── tIdDecoderUUE.bmp ├── tIdEncoderUUE.bmp ├── tIdIdentServer.bmp ├── TIDCHARGENSERVER.bmp ├── TIDDATETIMESTAMP.bmp ├── TIDDAYTIMESERVER.bmp ├── TIDDISCARDSERVER.bmp ├── TIDECHOUDPSERVER.bmp ├── TIDFINGERSERVER.bmp ├── TIDGOPHERSERVER.bmp ├── TIDMAPPEDPORTTCP.bmp ├── TIDMAPPEDPORTUDP.bmp ├── TIDQOTDUDPSERVER.bmp ├── TIDRLEDECOMPRESS.bmp ├── TIDSIMPLESERVER.bmp ├── TIDTELNETSERVER.bmp ├── TIDTIMEUDPSERVER.bmp ├── TIdCmdTCPClient.bmp ├── TIdCmdTCPServer.bmp ├── TIdCookieManager.bmp ├── TIdFTPFileSystem.BMP ├── TIdIMPCastClient.bmp ├── TIdIMPCastServer.bmp ├── TIdMappedTelnet.bmp ├── TIdSASLAnonymous.bmp ├── TIdSASLCRAMSHA1.bmp ├── TIdSASLExternal.bmp ├── TIdSysLogMessage.bmp ├── TIdSyslogServer.bmp ├── TIdSystatServer.bmp ├── TIdThreadMgrPool.bmp ├── TIdTunnelMaster.bmp ├── TIdWebDAVServer.bmp ├── TIDCHARGENUDPSERVER.bmp ├── TIDDAYTIMEUDPSERVER.bmp ├── TIDDISCARDUDPSERVER.bmp ├── TIDHOSTNAMESERVER.bmp ├── TIDTHREADMGRDEFAULT.bmp ├── TIDTRIVIALFTPSERVER.bmp ├── TIdCompressorZLib.bmp ├── TIdDecoderBinHex4.bmp ├── TIdEncoderBinHex4.bmp ├── TIdHTTPProxyServer.bmp ├── TIdIOHandlerChain.bmp ├── TIdIOHandlerStack.bmp ├── TIdIOHandlerStream.bmp ├── TIdInterceptSimLog.bmp ├── TIdMessageDecoder.bmp ├── TIdMessageEncoder.bmp ├── TIdSchedulerOfFiber.bmp ├── TIdSystatUDPServer.bmp ├── TIdThreadComponent.bmp ├── TIdUnixTimeServer.bmp ├── TIdUserPassProvider.bmp ├── TIDNETWORKCALCULATOR.bmp ├── TIDSERVERIOHANDLERSSL.bmp ├── TIdCompressorBorZLib.bmp ├── TIdFiberWeaverInline.bmp ├── TIdIOHandlerThrottle.bmp ├── TIdInterceptThrottler.bmp ├── TIdMessageDecoderMIME.bmp ├── TIdMessageDecoderYenc.bmp ├── TIdMessageEncoderMIME.bmp ├── TIdMessageEncoderYenc.bmp ├── TIdUnixTimeUDPServer.bmp ├── TIdBlockCipherIntercept.bmp ├── TIdCompressionIntercept.bmp ├── TIdConnectionIntercept.bmp ├── TIdFiberWeaverThreaded.bmp ├── TIdSchedulerOfThreadPool.bmp ├── TIdServerIOHandlerChain.bmp ├── TIdServerIOHandlerStack.bmp ├── TIdServerIOHandlerStream.bmp ├── TIdConnectThroughHttpProxy.bmp ├── TIdDecoderQuotedPrintable.BMP ├── TIdEncoderQuotedPrintable.BMP ├── TIdServerIOHandlerOpenSSL.bmp ├── TIdServerInterceptLogEvent.bmp ├── TIdServerInterceptLogFile.bmp ├── TIdServerInterceptOpenSSL.bmp ├── TIdConnectionInterceptOpenSSL.bmp ├── TIdSSLIOHandlerSocketOpenSSL.bmp ├── TIdSchedulerOfThreadDefault.bmp └── TIdServerCompressionIntercept.bmp ├── icons ├── TIDHL7.bmp ├── TIDLPR.bmp ├── TIdDICT.bmp ├── TIdFSP.bmp ├── TIdFTP.bmp ├── TIdIRC.bmp ├── TIdNNTP.bmp ├── TIdRSH.bmp ├── TIdSNMP.bmp ├── TIdSNPP.bmp ├── Tidecho.bmp ├── Tidhttp.bmp ├── Tidpop3.bmp ├── Tidqotd.bmp ├── Tidsmtp.bmp ├── Tidsntp.bmp ├── Tidtime.bmp ├── SASLBase.bmp ├── TIDDAYTIME.BMP ├── TIDFINGER.BMP ├── TIDGOPHER.bmp ├── TIDIPWATCH.BMP ├── TIDMESSAGE.BMP ├── TIdIMAP4.bmp ├── TIdLogFile.bmp ├── TIdMailBox.bmp ├── TIdRexec.bmp ├── TIdSASLOTP.bmp ├── TIdSysLog.bmp ├── TIdSystat.bmp ├── TIdTelnet.bmp ├── TIdWebDAV.bmp ├── TidechoUDP.bmp ├── TidqotdUDP.bmp ├── TidtimeUDP.bmp ├── Tidvcard.bmp ├── Tidwhois.bmp ├── Work │ ├── Print.bmp │ ├── chain.gif │ ├── pager.gif │ ├── IdSASL.bmp │ ├── chain2.gif │ ├── sock 1.wmf │ ├── 16_weave.gif │ ├── BlockBase.psp │ ├── CoderMsg.bmp │ ├── regsigns.gif │ ├── speedlimit.bmp │ ├── speedlimit.gif │ ├── speedlimit.psp │ ├── userskey.gif │ ├── userskey2.gif │ ├── chain2White.gif │ ├── speedlimit2.gif │ ├── yellow_weave.gif │ └── BaseTIdIntercept.bmp ├── tIdIdent.bmp ├── TIDDNSServer.bmp ├── TIDIPADDRMON.BMP ├── TIDIRCSERVER.BMP ├── TIDRAWCLIENT.BMP ├── TIDTCPCLIENT.BMP ├── TIDTCPSERVER.BMP ├── TIDUDPCLIENT.BMP ├── TIDUDPSERVER.BMP ├── TIdCoderMD2.bmp ├── TIdCoderMD4.bmp ├── TIdCoderMD5.bmp ├── TIdFSPServer.bmp ├── TIdFTPServer.bmp ├── TIdLogDebug.bmp ├── TIdLogEvent.bmp ├── TIdLogStream.bmp ├── TIdMappedFTP.bmp ├── TIdRSHServer.bmp ├── TIdSASLList.bmp ├── TIdSASLLogin.bmp ├── TIdSASLPlain.bmp ├── TIdSASLSKey.bmp ├── TIdSMTPRelay.bmp ├── TIdSocksInfo.bmp ├── TIdSystatUDP.bmp ├── TIdUnixTime.bmp ├── TIDDICTSERVER.BMP ├── TIDDNSRESOLVER.BMP ├── TIDECHOSERVER.BMP ├── TIDFINGERSERVER.BMP ├── TIDGOPHERSERVER.bmp ├── TIDHTTPSERVER.BMP ├── TIDICMPCLIENT.BMP ├── TIDIMAP4SERVER.BMP ├── TIDIMFDECODER.BMP ├── TIDIMFENCODER.bmp ├── TIDMBCSENCODER.bmp ├── TIDNNTPSERVER.BMP ├── TIDQOTDSERVER.BMP ├── TIDRLECOMPRESS.BMP ├── TIDSIMPLESERVER.BMP ├── TIDTIMESERVER.BMP ├── TIDTRIVIALFTP.BMP ├── TIDUSERMANAGER.bmp ├── TIdChainEngine.bmp ├── TIdCmdTCPClient.bmp ├── TIdCmdTCPServer.bmp ├── TIdDecoderMIME.bmp ├── TIdDecoderXXE.bmp ├── TIdEncoderMIME.bmp ├── TIdEncoderXXE.bmp ├── TIdIdentServer.bmp ├── TIdMBCSDecoder.bmp ├── TIdMappedPop3.bmp ├── TIdMappedTelnet.bmp ├── TIdPOP3Server.bmp ├── TIdRexecServer.bmp ├── TIdSASLCRAMMD5.bmp ├── TIdSASLCRAMSHA1.bmp ├── TIdSASLDigest.bmp ├── TIdSASLExternal.bmp ├── TIdSocksServer.bmp ├── TIdSyslogServer.bmp ├── TIdSystatServer.bmp ├── TIdTelnetServer.bmp ├── TIdTunnelMaster.bmp ├── TIdTunnelSlave.bmp ├── TIdUnixTimeUDP.bmp ├── TIdUserAccounts.bmp ├── TIdWebDAVServer.bmp ├── TiddaytimeUDP.bmp ├── Tidsmtpserver.bmp ├── TidwhoisServer.bmp ├── tIdAntiFreeze.bmp ├── tIdDecoderUUE.bmp ├── tIdEncoderUUE.bmp ├── TIDCHARGENSERVER.BMP ├── TIDDATETIMESTAMP.BMP ├── TIDDAYTIMESERVER.BMP ├── TIDDISCARDSERVER.BMP ├── TIDHOSTNAMESERVER.BMP ├── TIDMAPPEDPORTTCP.BMP ├── TIDRLEDECOMPRESS.BMP ├── TIdCompressorZLib.bmp ├── TIdCookieManager.bmp ├── TIdDecoderBinHex4.BMP ├── TIdEncoderBinHex4.BMP ├── TIdFTPFileSystem.BMP ├── TIdIMPCastClient.bmp ├── TIdIMPCastServer.bmp ├── TIdIOHandlerChain.bmp ├── TIdIOHandlerStack.bmp ├── TIdMappedPortUDP.bmp ├── TIdMessageDecoder.bmp ├── TIdMessageEncoder.bmp ├── TIdSASLAnonymous.bmp ├── TIdSysLogMessage.bmp ├── TIdUnixTimeServer.bmp ├── TidechoUDPserver.bmp ├── TidqotdUDPserver.bmp ├── TidtimeUDPserver.bmp ├── Bitmaps │ └── BlankPurple.bmp ├── IdCompressorBorZLib.bmp ├── TIDNETWORKCALCULATOR.BMP ├── TIDTRIVIALFTPSERVER.BMP ├── TIdCompressorZLibEx.bmp ├── TIdFiberWeaverInline.bmp ├── TIdHTTPProxyServer.bmp ├── TIdIOHandlerStream.bmp ├── TIdIOHandlerThrottle.bmp ├── TIdInterceptSimLog.bmp ├── TIdSchedulerOfFiber.BMP ├── TIdSystatUDPServer.bmp ├── TIdThreadComponent.bmp ├── TIdUnixTimeUDPServer.bmp ├── TIdUserPassProvider.bmp ├── TidchargenUDPserver.bmp ├── TiddaytimeUDPserver.bmp ├── TiddiscardUDPserver.bmp ├── TIDSERVERIOHANDLERSSL.bmp ├── TIdConnectionIntercept.bmp ├── TIdFiberWeaverThreaded.bmp ├── TIdInterceptThrottler.bmp ├── TIdMessageDecoderMIME.bmp ├── TIdMessageDecoderYenc.bmp ├── TIdMessageEncoderMIME.bmp ├── TIdMessageEncoderYenc.bmp ├── TIdBlockCipherIntercept.bmp ├── TIdCompressionIntercept.bmp ├── TIdDecoderQuotedPrintable.bmp ├── TIdEncoderQuotedPrintable.bmp ├── TIdSSLIOHandlerSocketNET.bmp ├── TIdSchedulerOfThreadPool.bmp ├── TIdServerIOHandlerChain.bmp ├── TIdServerIOHandlerOpenSSL.bmp ├── TIdServerIOHandlerSSLNET.bmp ├── TIdServerIOHandlerStack.bmp ├── TIdServerIOHandlerStream.bmp ├── TIdServerInterceptLogFile.bmp ├── TIdServerInterceptOpenSSL.bmp ├── TIdConnectThroughHttpProxy.bmp ├── TIdSchedulerOfThreadDefault.BMP ├── TIdServerInterceptLogEvent.bmp ├── TIdConnectionInterceptOpenSSL.bmp ├── TIdSSLIOHandlerSocketOpenSSL.bmp └── TIdServerCompressionIntercept.bmp └── Test ├── TestDUnit └── IndyDUnit.res └── Protocols └── IdTestCoderHeader.pas /Lib/debian/compat: -------------------------------------------------------------------------------- 1 | 4 2 | -------------------------------------------------------------------------------- /Lib/debian/docs: -------------------------------------------------------------------------------- 1 | README 2 | -------------------------------------------------------------------------------- /Bubbles/BubbleData/Hash/Blank.dat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Bubbles/BubbleData/Hash/Blank.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Bubbles/BubbleData/Hash/a.dat: -------------------------------------------------------------------------------- 1 | a -------------------------------------------------------------------------------- /Bubbles/BubbleData/Hash/abc.dat: -------------------------------------------------------------------------------- 1 | abc -------------------------------------------------------------------------------- /Builder/VersionMarker/VersionMarker.fbw: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Builder/DebChanglogUpdate/DebChangelogUpdate.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lib/Core/IdAboutVCL.rc: -------------------------------------------------------------------------------- 1 | INDYCAR BITMAP IndyCar.bmp -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/AS400-Unknown-8.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Bubbles/BubbleData/Hash/message digest.dat: -------------------------------------------------------------------------------- 1 | message digest -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-ftp.mrunix.net-3.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lib/Core/Res/makeres.bat: -------------------------------------------------------------------------------- 1 | brcc32 IdCreditsBitmap.rc 2 | copy *.res .. -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-486.eznos.org-3.txt: -------------------------------------------------------------------------------- 1 | total 0 2 | -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-486.eznos.org-4.txt: -------------------------------------------------------------------------------- 1 | total 0 2 | -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-486.eznos.org-6.txt: -------------------------------------------------------------------------------- 1 | total 0 2 | -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-486.eznos.org-7.txt: -------------------------------------------------------------------------------- 1 | total 0 2 | -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-486.eznos.org-8.txt: -------------------------------------------------------------------------------- 1 | total 0 2 | -------------------------------------------------------------------------------- /KB/IndyKB.hm3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/KB/IndyKB.hm3 -------------------------------------------------------------------------------- /Lib/lspFix.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/lspFix.exe -------------------------------------------------------------------------------- /Bubbles/BubbleData/Hash/abcdefghijklmnopqrstuvwxyz.dat: -------------------------------------------------------------------------------- 1 | abcdefghijklmnopqrstuvwxyz -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-286.eznos.org.eznos.org-3.txt: -------------------------------------------------------------------------------- 1 | total 0 2 | -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-286.eznos.org.eznos.org-4.txt: -------------------------------------------------------------------------------- 1 | total 0 2 | -------------------------------------------------------------------------------- /Lib/Computil.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Computil.exe -------------------------------------------------------------------------------- /icon16/Blank.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/Blank.bmp -------------------------------------------------------------------------------- /icon16/TIDFTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDFTP.bmp -------------------------------------------------------------------------------- /icon16/TIDHL7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDHL7.bmp -------------------------------------------------------------------------------- /icon16/TIdFSP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdFSP.bmp -------------------------------------------------------------------------------- /icon16/TIdIRC.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdIRC.bmp -------------------------------------------------------------------------------- /icon16/TIdLPR.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdLPR.bmp -------------------------------------------------------------------------------- /icon16/TIdRSH.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdRSH.bmp -------------------------------------------------------------------------------- /icons/TIDHL7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDHL7.bmp -------------------------------------------------------------------------------- /icons/TIDLPR.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDLPR.bmp -------------------------------------------------------------------------------- /icons/TIdDICT.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdDICT.bmp -------------------------------------------------------------------------------- /icons/TIdFSP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdFSP.bmp -------------------------------------------------------------------------------- /icons/TIdFTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdFTP.bmp -------------------------------------------------------------------------------- /icons/TIdIRC.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdIRC.bmp -------------------------------------------------------------------------------- /icons/TIdNNTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdNNTP.bmp -------------------------------------------------------------------------------- /icons/TIdRSH.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdRSH.bmp -------------------------------------------------------------------------------- /icons/TIdSNMP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSNMP.bmp -------------------------------------------------------------------------------- /icons/TIdSNPP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSNPP.bmp -------------------------------------------------------------------------------- /icons/Tidecho.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Tidecho.bmp -------------------------------------------------------------------------------- /icons/Tidhttp.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Tidhttp.bmp -------------------------------------------------------------------------------- /icons/Tidpop3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Tidpop3.bmp -------------------------------------------------------------------------------- /icons/Tidqotd.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Tidqotd.bmp -------------------------------------------------------------------------------- /icons/Tidsmtp.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Tidsmtp.bmp -------------------------------------------------------------------------------- /icons/Tidsntp.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Tidsntp.bmp -------------------------------------------------------------------------------- /icons/Tidtime.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Tidtime.bmp -------------------------------------------------------------------------------- /Builder/PkgGen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/PkgGen.exe -------------------------------------------------------------------------------- /Lib/Core/IdSync.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdSync.pas -------------------------------------------------------------------------------- /Lib/Core/IndyCar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCar.bmp -------------------------------------------------------------------------------- /icon16/SASLBase.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/SASLBase.bmp -------------------------------------------------------------------------------- /icon16/SASLBlank.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/SASLBlank.bmp -------------------------------------------------------------------------------- /icon16/TIDDICT.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDICT.bmp -------------------------------------------------------------------------------- /icon16/TIDECHO.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDECHO.bmp -------------------------------------------------------------------------------- /icon16/TIDFINGER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDFINGER.bmp -------------------------------------------------------------------------------- /icon16/TIDGOPHER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDGOPHER.bmp -------------------------------------------------------------------------------- /icon16/TIDHTTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDHTTP.bmp -------------------------------------------------------------------------------- /icon16/TIDIMAP4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDIMAP4.bmp -------------------------------------------------------------------------------- /icon16/TIDNNTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDNNTP.bmp -------------------------------------------------------------------------------- /icon16/TIDPOP3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDPOP3.bmp -------------------------------------------------------------------------------- /icon16/TIDQOTD.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDQOTD.bmp -------------------------------------------------------------------------------- /icon16/TIDSMTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDSMTP.bmp -------------------------------------------------------------------------------- /icon16/TIDSNTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDSNTP.bmp -------------------------------------------------------------------------------- /icon16/TIDTELNET.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTELNET.bmp -------------------------------------------------------------------------------- /icon16/TIDTIME.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTIME.bmp -------------------------------------------------------------------------------- /icon16/TIDVCARD.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDVCARD.bmp -------------------------------------------------------------------------------- /icon16/TIDWHOIS.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDWHOIS.bmp -------------------------------------------------------------------------------- /icon16/TIdRexec.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdRexec.bmp -------------------------------------------------------------------------------- /icon16/TIdSASL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASL.bmp -------------------------------------------------------------------------------- /icon16/TIdSNMP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSNMP.bmp -------------------------------------------------------------------------------- /icon16/TIdSNPP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSNPP.bmp -------------------------------------------------------------------------------- /icon16/TIdSysLog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSysLog.bmp -------------------------------------------------------------------------------- /icon16/TIdSystat.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSystat.bmp -------------------------------------------------------------------------------- /icon16/TIdWebDAV.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdWebDAV.bmp -------------------------------------------------------------------------------- /icon16/tIdIdent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/tIdIdent.bmp -------------------------------------------------------------------------------- /icons/SASLBase.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/SASLBase.bmp -------------------------------------------------------------------------------- /icons/TIDDAYTIME.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDDAYTIME.BMP -------------------------------------------------------------------------------- /icons/TIDFINGER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDFINGER.BMP -------------------------------------------------------------------------------- /icons/TIDGOPHER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDGOPHER.bmp -------------------------------------------------------------------------------- /icons/TIDIPWATCH.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDIPWATCH.BMP -------------------------------------------------------------------------------- /icons/TIDMESSAGE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDMESSAGE.BMP -------------------------------------------------------------------------------- /icons/TIdIMAP4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdIMAP4.bmp -------------------------------------------------------------------------------- /icons/TIdLogFile.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdLogFile.bmp -------------------------------------------------------------------------------- /icons/TIdMailBox.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMailBox.bmp -------------------------------------------------------------------------------- /icons/TIdRexec.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdRexec.bmp -------------------------------------------------------------------------------- /icons/TIdSASLOTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSASLOTP.bmp -------------------------------------------------------------------------------- /icons/TIdSysLog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSysLog.bmp -------------------------------------------------------------------------------- /icons/TIdSystat.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSystat.bmp -------------------------------------------------------------------------------- /icons/TIdTelnet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdTelnet.bmp -------------------------------------------------------------------------------- /icons/TIdWebDAV.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdWebDAV.bmp -------------------------------------------------------------------------------- /icons/TidechoUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TidechoUDP.bmp -------------------------------------------------------------------------------- /icons/TidqotdUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TidqotdUDP.bmp -------------------------------------------------------------------------------- /icons/TidtimeUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TidtimeUDP.bmp -------------------------------------------------------------------------------- /icons/Tidvcard.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Tidvcard.bmp -------------------------------------------------------------------------------- /icons/Tidwhois.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Tidwhois.bmp -------------------------------------------------------------------------------- /icons/Work/Print.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/Print.bmp -------------------------------------------------------------------------------- /icons/Work/chain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/chain.gif -------------------------------------------------------------------------------- /icons/Work/pager.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/pager.gif -------------------------------------------------------------------------------- /icons/tIdIdent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/tIdIdent.bmp -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/HP3000-jazz.external.hp.com-3.txt: -------------------------------------------------------------------------------- 1 | ./@ not found 2 | 3 | -------------------------------------------------------------------------------- /Lib/Core/AboutProg.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/AboutProg.res -------------------------------------------------------------------------------- /Lib/Core/IdContext.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdContext.pas -------------------------------------------------------------------------------- /Lib/Core/IdThread.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdThread.pas -------------------------------------------------------------------------------- /Lib/Core/IdUDPBase.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdUDPBase.pas -------------------------------------------------------------------------------- /Lib/Core/IndyCore40.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore40.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore50.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore50.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore60.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore60.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore70.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore70.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore90.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore90.rc -------------------------------------------------------------------------------- /Lib/Core/Res/Sink.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/Res/Sink.bmp -------------------------------------------------------------------------------- /icon16/BlankServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/BlankServer.bmp -------------------------------------------------------------------------------- /icon16/TIDDAYTIME.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDAYTIME.bmp -------------------------------------------------------------------------------- /icon16/TIDECHOUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDECHOUDP.bmp -------------------------------------------------------------------------------- /icon16/TIDIPWATCH.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDIPWATCH.bmp -------------------------------------------------------------------------------- /icon16/TIDMESSAGE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDMESSAGE.bmp -------------------------------------------------------------------------------- /icon16/TIDQOTDUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDQOTDUDP.bmp -------------------------------------------------------------------------------- /icon16/TIDTIMEUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTIMEUDP.bmp -------------------------------------------------------------------------------- /icon16/TIdCoderMD2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdCoderMD2.bmp -------------------------------------------------------------------------------- /icon16/TIdCoderMD4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdCoderMD4.bmp -------------------------------------------------------------------------------- /icon16/TIdCoderMD5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdCoderMD5.bmp -------------------------------------------------------------------------------- /icon16/TIdLogDebug.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdLogDebug.bmp -------------------------------------------------------------------------------- /icon16/TIdLogEvent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdLogEvent.bmp -------------------------------------------------------------------------------- /icon16/TIdLogFile.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdLogFile.bmp -------------------------------------------------------------------------------- /icon16/TIdMailBox.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdMailBox.bmp -------------------------------------------------------------------------------- /icon16/TIdSASLList.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASLList.bmp -------------------------------------------------------------------------------- /icon16/TIdSASLOTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASLOTP.bmp -------------------------------------------------------------------------------- /icon16/TIdSASLSKey.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASLSKey.bmp -------------------------------------------------------------------------------- /icon16/TIdUnixTime.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdUnixTime.bmp -------------------------------------------------------------------------------- /icon16/WeaveBlank.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/WeaveBlank.bmp -------------------------------------------------------------------------------- /icons/TIDDNSServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDDNSServer.bmp -------------------------------------------------------------------------------- /icons/TIDIPADDRMON.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDIPADDRMON.BMP -------------------------------------------------------------------------------- /icons/TIDIRCSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDIRCSERVER.BMP -------------------------------------------------------------------------------- /icons/TIDRAWCLIENT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDRAWCLIENT.BMP -------------------------------------------------------------------------------- /icons/TIDTCPCLIENT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDTCPCLIENT.BMP -------------------------------------------------------------------------------- /icons/TIDTCPSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDTCPSERVER.BMP -------------------------------------------------------------------------------- /icons/TIDUDPCLIENT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDUDPCLIENT.BMP -------------------------------------------------------------------------------- /icons/TIDUDPSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDUDPSERVER.BMP -------------------------------------------------------------------------------- /icons/TIdCoderMD2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdCoderMD2.bmp -------------------------------------------------------------------------------- /icons/TIdCoderMD4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdCoderMD4.bmp -------------------------------------------------------------------------------- /icons/TIdCoderMD5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdCoderMD5.bmp -------------------------------------------------------------------------------- /icons/TIdFSPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdFSPServer.bmp -------------------------------------------------------------------------------- /icons/TIdFTPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdFTPServer.bmp -------------------------------------------------------------------------------- /icons/TIdLogDebug.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdLogDebug.bmp -------------------------------------------------------------------------------- /icons/TIdLogEvent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdLogEvent.bmp -------------------------------------------------------------------------------- /icons/TIdLogStream.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdLogStream.bmp -------------------------------------------------------------------------------- /icons/TIdMappedFTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMappedFTP.bmp -------------------------------------------------------------------------------- /icons/TIdRSHServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdRSHServer.bmp -------------------------------------------------------------------------------- /icons/TIdSASLList.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSASLList.bmp -------------------------------------------------------------------------------- /icons/TIdSASLLogin.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSASLLogin.bmp -------------------------------------------------------------------------------- /icons/TIdSASLPlain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSASLPlain.bmp -------------------------------------------------------------------------------- /icons/TIdSASLSKey.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSASLSKey.bmp -------------------------------------------------------------------------------- /icons/TIdSMTPRelay.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSMTPRelay.bmp -------------------------------------------------------------------------------- /icons/TIdSocksInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSocksInfo.bmp -------------------------------------------------------------------------------- /icons/TIdSystatUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSystatUDP.bmp -------------------------------------------------------------------------------- /icons/TIdUnixTime.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdUnixTime.bmp -------------------------------------------------------------------------------- /icons/Work/IdSASL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/IdSASL.bmp -------------------------------------------------------------------------------- /icons/Work/chain2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/chain2.gif -------------------------------------------------------------------------------- /icons/Work/sock 1.wmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/sock 1.wmf -------------------------------------------------------------------------------- /Bubbles/BubbleData/Hash/0-9x5+01234.dat: -------------------------------------------------------------------------------- 1 | 0123456789012345678901234567890123456789012345678901234 -------------------------------------------------------------------------------- /Builder/ClassParser.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/ClassParser.exe -------------------------------------------------------------------------------- /Builder/ClassRenamer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/ClassRenamer.exe -------------------------------------------------------------------------------- /Builder/DebChanglogUpdate/ExecutionLevelAsInvoker.rc: -------------------------------------------------------------------------------- 1 | 1 24 "ExecutionLevelAsInvoker.manifest" 2 | -------------------------------------------------------------------------------- /Builder/UnitAliaser.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/UnitAliaser.exe -------------------------------------------------------------------------------- /Builder/VersionMarker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/VersionMarker.exe -------------------------------------------------------------------------------- /Builder/VersionMarker.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/VersionMarker.ini -------------------------------------------------------------------------------- /Builder/uddu/DOS2UNIX.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/uddu/DOS2UNIX.EXE -------------------------------------------------------------------------------- /Builder/uddu/UNIX2DOS.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/uddu/UNIX2DOS.EXE -------------------------------------------------------------------------------- /Lib/Core/IdAboutVCL.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdAboutVCL.RES -------------------------------------------------------------------------------- /Lib/Core/IdUDPClient.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdUDPClient.pas -------------------------------------------------------------------------------- /Lib/Core/IndyCore100.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore100.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore100.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore100.res -------------------------------------------------------------------------------- /Lib/Core/IndyCore110.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore110.RES -------------------------------------------------------------------------------- /Lib/Core/IndyCore110.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore110.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore120.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore120.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore120.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore120.res -------------------------------------------------------------------------------- /Lib/Core/IndyCore130.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore130.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore130.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore130.res -------------------------------------------------------------------------------- /Lib/Core/IndyCore140.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore140.RES -------------------------------------------------------------------------------- /Lib/Core/IndyCore140.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore140.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore150.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore150.RES -------------------------------------------------------------------------------- /Lib/Core/IndyCore150.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore150.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore160.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore160.rc -------------------------------------------------------------------------------- /Lib/Core/IndyCore160.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore160.res -------------------------------------------------------------------------------- /Lib/Core/IndyCore40.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore40.RES -------------------------------------------------------------------------------- /Lib/Core/IndyCore50.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore50.RES -------------------------------------------------------------------------------- /Lib/Core/IndyCore60.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore60.RES -------------------------------------------------------------------------------- /Lib/Core/IndyCore70.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore70.RES -------------------------------------------------------------------------------- /Lib/Core/IndyCore90.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore90.RES -------------------------------------------------------------------------------- /Lib/Core/Res/sinkdr.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/Res/sinkdr.wav -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore40.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore40.rc -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore50.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore50.rc -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore60.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore60.rc -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore70.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore70.rc -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore90.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore90.rc -------------------------------------------------------------------------------- /Lib/FCL/Mono.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/FCL/Mono.Security.dll -------------------------------------------------------------------------------- /Lib/Protocols/IdFTP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdFTP.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdHTTP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdHTTP.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdSSL.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdSSL.pas -------------------------------------------------------------------------------- /Lib/Protocols/adler32.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/adler32.obj -------------------------------------------------------------------------------- /Lib/Protocols/crc32.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/crc32.obj -------------------------------------------------------------------------------- /Lib/Protocols/deflate.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/deflate.obj -------------------------------------------------------------------------------- /Lib/Protocols/example.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/example.obj -------------------------------------------------------------------------------- /Lib/Protocols/gzclose.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/gzclose.obj -------------------------------------------------------------------------------- /Lib/Protocols/gzlib.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/gzlib.obj -------------------------------------------------------------------------------- /Lib/Protocols/gzread.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/gzread.obj -------------------------------------------------------------------------------- /Lib/Protocols/gzwrite.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/gzwrite.obj -------------------------------------------------------------------------------- /Lib/Protocols/infback.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/infback.obj -------------------------------------------------------------------------------- /Lib/Protocols/inffast.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/inffast.obj -------------------------------------------------------------------------------- /Lib/Protocols/inflate.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/inflate.obj -------------------------------------------------------------------------------- /Lib/Protocols/trees.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/trees.obj -------------------------------------------------------------------------------- /Lib/Protocols/uncompr.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/uncompr.obj -------------------------------------------------------------------------------- /Lib/Protocols/zutil.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/zutil.obj -------------------------------------------------------------------------------- /icon16/TIDDAYTIMEUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDAYTIMEUDP.bmp -------------------------------------------------------------------------------- /icon16/TIDDICTSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDICTSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDDNSRESOLVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDNSRESOLVER.bmp -------------------------------------------------------------------------------- /icon16/TIDDNSServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDNSServer.bmp -------------------------------------------------------------------------------- /icon16/TIDECHOSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDECHOSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDHTTPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDHTTPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDICMPCLIENT.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDICMPCLIENT.bmp -------------------------------------------------------------------------------- /icon16/TIDIMAP4SERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDIMAP4SERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDIMFDECODER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDIMFDECODER.bmp -------------------------------------------------------------------------------- /icon16/TIDIPADDRMON.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDIPADDRMON.bmp -------------------------------------------------------------------------------- /icon16/TIDIRCSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDIRCSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDNNTPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDNNTPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDPOP3Server.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDPOP3Server.bmp -------------------------------------------------------------------------------- /icon16/TIDQOTDSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDQOTDSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDRAWCLIENT.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDRAWCLIENT.bmp -------------------------------------------------------------------------------- /icon16/TIDRLECOMPRESS.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDRLECOMPRESS.bmp -------------------------------------------------------------------------------- /icon16/TIDSMTPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDSMTPServer.bmp -------------------------------------------------------------------------------- /icon16/TIDTCPCLIENT.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTCPCLIENT.bmp -------------------------------------------------------------------------------- /icon16/TIDTCPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTCPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDTIMESERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTIMESERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDTRIVIALFTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTRIVIALFTP.bmp -------------------------------------------------------------------------------- /icon16/TIDUDPCLIENT.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDUDPCLIENT.bmp -------------------------------------------------------------------------------- /icon16/TIDUDPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDUDPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDUSERMANAGER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDUSERMANAGER.bmp -------------------------------------------------------------------------------- /icon16/TIDWHOISSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDWHOISSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIdChainEngine.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdChainEngine.bmp -------------------------------------------------------------------------------- /icon16/TIdDecoderMIME.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdDecoderMIME.BMP -------------------------------------------------------------------------------- /icon16/TIdDecoderXXE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdDecoderXXE.BMP -------------------------------------------------------------------------------- /icon16/TIdEncoderMIME.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdEncoderMIME.BMP -------------------------------------------------------------------------------- /icon16/TIdEncoderXXE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdEncoderXXE.BMP -------------------------------------------------------------------------------- /icon16/TIdFTPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdFTPServer.bmp -------------------------------------------------------------------------------- /icon16/TIdLogStream.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdLogStream.bmp -------------------------------------------------------------------------------- /icon16/TIdMappedFTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdMappedFTP.bmp -------------------------------------------------------------------------------- /icon16/TIdMappedPop3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdMappedPop3.bmp -------------------------------------------------------------------------------- /icon16/TIdRSHServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdRSHServer.bmp -------------------------------------------------------------------------------- /icon16/TIdRexecServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdRexecServer.bmp -------------------------------------------------------------------------------- /icon16/TIdSASLCRAMMD5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASLCRAMMD5.bmp -------------------------------------------------------------------------------- /icon16/TIdSASLDigest.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASLDigest.bmp -------------------------------------------------------------------------------- /icon16/TIdSASLLogin.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASLLogin.bmp -------------------------------------------------------------------------------- /icon16/TIdSASLPlain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASLPlain.bmp -------------------------------------------------------------------------------- /icon16/TIdSMTPRelay.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSMTPRelay.bmp -------------------------------------------------------------------------------- /icon16/TIdSocksInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSocksInfo.bmp -------------------------------------------------------------------------------- /icon16/TIdSocksServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSocksServer.bmp -------------------------------------------------------------------------------- /icon16/TIdSystatUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSystatUDP.bmp -------------------------------------------------------------------------------- /icon16/TIdTunnelSlave.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdTunnelSlave.bmp -------------------------------------------------------------------------------- /icon16/TIdUnixTimeUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdUnixTimeUDP.bmp -------------------------------------------------------------------------------- /icon16/tIdAntiFreeze.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/tIdAntiFreeze.bmp -------------------------------------------------------------------------------- /icon16/tIdDecoderUUE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/tIdDecoderUUE.bmp -------------------------------------------------------------------------------- /icon16/tIdEncoderUUE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/tIdEncoderUUE.bmp -------------------------------------------------------------------------------- /icon16/tIdIdentServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/tIdIdentServer.bmp -------------------------------------------------------------------------------- /icons/TIDDICTSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDDICTSERVER.BMP -------------------------------------------------------------------------------- /icons/TIDDNSRESOLVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDDNSRESOLVER.BMP -------------------------------------------------------------------------------- /icons/TIDECHOSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDECHOSERVER.BMP -------------------------------------------------------------------------------- /icons/TIDFINGERSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDFINGERSERVER.BMP -------------------------------------------------------------------------------- /icons/TIDGOPHERSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDGOPHERSERVER.bmp -------------------------------------------------------------------------------- /icons/TIDHTTPSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDHTTPSERVER.BMP -------------------------------------------------------------------------------- /icons/TIDICMPCLIENT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDICMPCLIENT.BMP -------------------------------------------------------------------------------- /icons/TIDIMAP4SERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDIMAP4SERVER.BMP -------------------------------------------------------------------------------- /icons/TIDIMFDECODER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDIMFDECODER.BMP -------------------------------------------------------------------------------- /icons/TIDIMFENCODER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDIMFENCODER.bmp -------------------------------------------------------------------------------- /icons/TIDMBCSENCODER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDMBCSENCODER.bmp -------------------------------------------------------------------------------- /icons/TIDNNTPSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDNNTPSERVER.BMP -------------------------------------------------------------------------------- /icons/TIDQOTDSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDQOTDSERVER.BMP -------------------------------------------------------------------------------- /icons/TIDRLECOMPRESS.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDRLECOMPRESS.BMP -------------------------------------------------------------------------------- /icons/TIDSIMPLESERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDSIMPLESERVER.BMP -------------------------------------------------------------------------------- /icons/TIDTIMESERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDTIMESERVER.BMP -------------------------------------------------------------------------------- /icons/TIDTRIVIALFTP.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDTRIVIALFTP.BMP -------------------------------------------------------------------------------- /icons/TIDUSERMANAGER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDUSERMANAGER.bmp -------------------------------------------------------------------------------- /icons/TIdChainEngine.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdChainEngine.bmp -------------------------------------------------------------------------------- /icons/TIdCmdTCPClient.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdCmdTCPClient.bmp -------------------------------------------------------------------------------- /icons/TIdCmdTCPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdCmdTCPServer.bmp -------------------------------------------------------------------------------- /icons/TIdDecoderMIME.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdDecoderMIME.bmp -------------------------------------------------------------------------------- /icons/TIdDecoderXXE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdDecoderXXE.bmp -------------------------------------------------------------------------------- /icons/TIdEncoderMIME.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdEncoderMIME.bmp -------------------------------------------------------------------------------- /icons/TIdEncoderXXE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdEncoderXXE.bmp -------------------------------------------------------------------------------- /icons/TIdIdentServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdIdentServer.bmp -------------------------------------------------------------------------------- /icons/TIdMBCSDecoder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMBCSDecoder.bmp -------------------------------------------------------------------------------- /icons/TIdMappedPop3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMappedPop3.bmp -------------------------------------------------------------------------------- /icons/TIdMappedTelnet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMappedTelnet.bmp -------------------------------------------------------------------------------- /icons/TIdPOP3Server.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdPOP3Server.bmp -------------------------------------------------------------------------------- /icons/TIdRexecServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdRexecServer.bmp -------------------------------------------------------------------------------- /icons/TIdSASLCRAMMD5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSASLCRAMMD5.bmp -------------------------------------------------------------------------------- /icons/TIdSASLCRAMSHA1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSASLCRAMSHA1.bmp -------------------------------------------------------------------------------- /icons/TIdSASLDigest.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSASLDigest.bmp -------------------------------------------------------------------------------- /icons/TIdSASLExternal.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSASLExternal.bmp -------------------------------------------------------------------------------- /icons/TIdSocksServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSocksServer.bmp -------------------------------------------------------------------------------- /icons/TIdSyslogServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSyslogServer.bmp -------------------------------------------------------------------------------- /icons/TIdSystatServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSystatServer.bmp -------------------------------------------------------------------------------- /icons/TIdTelnetServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdTelnetServer.bmp -------------------------------------------------------------------------------- /icons/TIdTunnelMaster.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdTunnelMaster.bmp -------------------------------------------------------------------------------- /icons/TIdTunnelSlave.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdTunnelSlave.bmp -------------------------------------------------------------------------------- /icons/TIdUnixTimeUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdUnixTimeUDP.bmp -------------------------------------------------------------------------------- /icons/TIdUserAccounts.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdUserAccounts.bmp -------------------------------------------------------------------------------- /icons/TIdWebDAVServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdWebDAVServer.bmp -------------------------------------------------------------------------------- /icons/TiddaytimeUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TiddaytimeUDP.bmp -------------------------------------------------------------------------------- /icons/Tidsmtpserver.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Tidsmtpserver.bmp -------------------------------------------------------------------------------- /icons/TidwhoisServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TidwhoisServer.bmp -------------------------------------------------------------------------------- /icons/Work/16_weave.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/16_weave.gif -------------------------------------------------------------------------------- /icons/Work/BlockBase.psp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/BlockBase.psp -------------------------------------------------------------------------------- /icons/Work/CoderMsg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/CoderMsg.bmp -------------------------------------------------------------------------------- /icons/Work/regsigns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/regsigns.gif -------------------------------------------------------------------------------- /icons/Work/speedlimit.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/speedlimit.bmp -------------------------------------------------------------------------------- /icons/Work/speedlimit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/speedlimit.gif -------------------------------------------------------------------------------- /icons/Work/speedlimit.psp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/speedlimit.psp -------------------------------------------------------------------------------- /icons/Work/userskey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/userskey.gif -------------------------------------------------------------------------------- /icons/Work/userskey2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/userskey2.gif -------------------------------------------------------------------------------- /icons/tIdAntiFreeze.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/tIdAntiFreeze.bmp -------------------------------------------------------------------------------- /icons/tIdDecoderUUE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/tIdDecoderUUE.bmp -------------------------------------------------------------------------------- /icons/tIdEncoderUUE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/tIdEncoderUUE.bmp -------------------------------------------------------------------------------- /Bubbles/BubbleData/Hash/A-Za-z0-9.dat: -------------------------------------------------------------------------------- 1 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 -------------------------------------------------------------------------------- /Lib/Core/IdAbout.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdAbout.resources -------------------------------------------------------------------------------- /Lib/Core/IdCore90ASM90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdCore90ASM90.inc -------------------------------------------------------------------------------- /Lib/Core/IdCoreRegister.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdCoreRegister.dcr -------------------------------------------------------------------------------- /Lib/Core/IdSocketHandle.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdSocketHandle.pas -------------------------------------------------------------------------------- /Lib/Core/IndyCore40.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore40.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/IndyCore50.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore50.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/IndyCore60.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore60.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/IndyCore70.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore70.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/IndyCore90.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore90.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore100.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore100.rc -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore100.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore100.res -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore110.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore110.RES -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore110.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore110.rc -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore120.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore120.RES -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore120.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore120.rc -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore130.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore130.res -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore140.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore140.RES -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore150.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore150.RES -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore160.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore160.res -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore40.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore40.RES -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore50.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore50.res -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore60.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore60.res -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore70.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore70.res -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore90.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore90.res -------------------------------------------------------------------------------- /Lib/Core/dclindycorek3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclindycorek3.res -------------------------------------------------------------------------------- /Lib/Protocols/IdHashCRC.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdHashCRC.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdHashElf.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdHashElf.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdHashSHA.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdHashSHA.pas -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/zlib.lib -------------------------------------------------------------------------------- /Lib/Protocols/compress.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/compress.obj -------------------------------------------------------------------------------- /Lib/Protocols/inftrees.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/inftrees.obj -------------------------------------------------------------------------------- /Lib/Protocols/minigzip.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/minigzip.obj -------------------------------------------------------------------------------- /Lib/System/IndySystem100.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem100.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem110.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem110.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem120.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem120.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem130.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem130.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem140.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem140.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem150.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem150.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem160.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem160.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem40.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem40.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem40.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem40.res -------------------------------------------------------------------------------- /Lib/System/IndySystem50.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem50.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem50.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem50.res -------------------------------------------------------------------------------- /Lib/System/IndySystem60.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem60.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem60.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem60.res -------------------------------------------------------------------------------- /Lib/System/IndySystem70.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem70.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem70.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem70.res -------------------------------------------------------------------------------- /Lib/System/IndySystem90.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem90.rc -------------------------------------------------------------------------------- /Lib/System/IndySystem90.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem90.res -------------------------------------------------------------------------------- /icon16/TIDCHARGENSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDCHARGENSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDDATETIMESTAMP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDATETIMESTAMP.bmp -------------------------------------------------------------------------------- /icon16/TIDDAYTIMESERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDAYTIMESERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDDISCARDSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDISCARDSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDECHOUDPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDECHOUDPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDFINGERSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDFINGERSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDGOPHERSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDGOPHERSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDMAPPEDPORTTCP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDMAPPEDPORTTCP.bmp -------------------------------------------------------------------------------- /icon16/TIDMAPPEDPORTUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDMAPPEDPORTUDP.bmp -------------------------------------------------------------------------------- /icon16/TIDQOTDUDPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDQOTDUDPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDRLEDECOMPRESS.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDRLEDECOMPRESS.bmp -------------------------------------------------------------------------------- /icon16/TIDSIMPLESERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDSIMPLESERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDTELNETSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTELNETSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDTIMEUDPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTIMEUDPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIdCmdTCPClient.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdCmdTCPClient.bmp -------------------------------------------------------------------------------- /icon16/TIdCmdTCPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdCmdTCPServer.bmp -------------------------------------------------------------------------------- /icon16/TIdCookieManager.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdCookieManager.bmp -------------------------------------------------------------------------------- /icon16/TIdFTPFileSystem.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdFTPFileSystem.BMP -------------------------------------------------------------------------------- /icon16/TIdIMPCastClient.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdIMPCastClient.bmp -------------------------------------------------------------------------------- /icon16/TIdIMPCastServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdIMPCastServer.bmp -------------------------------------------------------------------------------- /icon16/TIdMappedTelnet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdMappedTelnet.bmp -------------------------------------------------------------------------------- /icon16/TIdSASLAnonymous.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASLAnonymous.bmp -------------------------------------------------------------------------------- /icon16/TIdSASLCRAMSHA1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASLCRAMSHA1.bmp -------------------------------------------------------------------------------- /icon16/TIdSASLExternal.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSASLExternal.bmp -------------------------------------------------------------------------------- /icon16/TIdSysLogMessage.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSysLogMessage.bmp -------------------------------------------------------------------------------- /icon16/TIdSyslogServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSyslogServer.bmp -------------------------------------------------------------------------------- /icon16/TIdSystatServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSystatServer.bmp -------------------------------------------------------------------------------- /icon16/TIdThreadMgrPool.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdThreadMgrPool.bmp -------------------------------------------------------------------------------- /icon16/TIdTunnelMaster.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdTunnelMaster.bmp -------------------------------------------------------------------------------- /icon16/TIdWebDAVServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdWebDAVServer.bmp -------------------------------------------------------------------------------- /icons/TIDCHARGENSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDCHARGENSERVER.BMP -------------------------------------------------------------------------------- /icons/TIDDATETIMESTAMP.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDDATETIMESTAMP.BMP -------------------------------------------------------------------------------- /icons/TIDDAYTIMESERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDDAYTIMESERVER.BMP -------------------------------------------------------------------------------- /icons/TIDDISCARDSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDDISCARDSERVER.BMP -------------------------------------------------------------------------------- /icons/TIDHOSTNAMESERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDHOSTNAMESERVER.BMP -------------------------------------------------------------------------------- /icons/TIDMAPPEDPORTTCP.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDMAPPEDPORTTCP.BMP -------------------------------------------------------------------------------- /icons/TIDRLEDECOMPRESS.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDRLEDECOMPRESS.BMP -------------------------------------------------------------------------------- /icons/TIdCompressorZLib.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdCompressorZLib.bmp -------------------------------------------------------------------------------- /icons/TIdCookieManager.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdCookieManager.bmp -------------------------------------------------------------------------------- /icons/TIdDecoderBinHex4.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdDecoderBinHex4.BMP -------------------------------------------------------------------------------- /icons/TIdEncoderBinHex4.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdEncoderBinHex4.BMP -------------------------------------------------------------------------------- /icons/TIdFTPFileSystem.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdFTPFileSystem.BMP -------------------------------------------------------------------------------- /icons/TIdIMPCastClient.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdIMPCastClient.bmp -------------------------------------------------------------------------------- /icons/TIdIMPCastServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdIMPCastServer.bmp -------------------------------------------------------------------------------- /icons/TIdIOHandlerChain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdIOHandlerChain.bmp -------------------------------------------------------------------------------- /icons/TIdIOHandlerStack.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdIOHandlerStack.bmp -------------------------------------------------------------------------------- /icons/TIdMappedPortUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMappedPortUDP.bmp -------------------------------------------------------------------------------- /icons/TIdMessageDecoder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMessageDecoder.bmp -------------------------------------------------------------------------------- /icons/TIdMessageEncoder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMessageEncoder.bmp -------------------------------------------------------------------------------- /icons/TIdSASLAnonymous.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSASLAnonymous.bmp -------------------------------------------------------------------------------- /icons/TIdSysLogMessage.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSysLogMessage.bmp -------------------------------------------------------------------------------- /icons/TIdUnixTimeServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdUnixTimeServer.bmp -------------------------------------------------------------------------------- /icons/TidechoUDPserver.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TidechoUDPserver.bmp -------------------------------------------------------------------------------- /icons/TidqotdUDPserver.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TidqotdUDPserver.bmp -------------------------------------------------------------------------------- /icons/TidtimeUDPserver.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TidtimeUDPserver.bmp -------------------------------------------------------------------------------- /icons/Work/chain2White.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/chain2White.gif -------------------------------------------------------------------------------- /icons/Work/speedlimit2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/speedlimit2.gif -------------------------------------------------------------------------------- /icons/Work/yellow_weave.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/yellow_weave.gif -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/EPLF-ftp.ohse.de-2.txt: -------------------------------------------------------------------------------- 1 | +i1040.147841,m970495071,r,s1538, regeln.html 2 | -------------------------------------------------------------------------------- /Builder/IndyAliaser/files.cds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/IndyAliaser/files.cds -------------------------------------------------------------------------------- /Lib/Core/IdAboutNET.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdAboutNET.resources -------------------------------------------------------------------------------- /Lib/Core/IdCreditsBitmap.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdCreditsBitmap.res -------------------------------------------------------------------------------- /Lib/Core/IdCustomTCPServer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdCustomTCPServer.pas -------------------------------------------------------------------------------- /Lib/Core/IdThreadComponent.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdThreadComponent.pas -------------------------------------------------------------------------------- /Lib/Core/IddclCore90ASM90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IddclCore90ASM90.inc -------------------------------------------------------------------------------- /Lib/Core/IndyCore100.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore100.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/IndyCore110.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore110.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/IndyCore120.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore120.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/IndyCore130.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore130.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/IndyCore140.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore140.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/IndyCore150.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore150.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/IndyCore160.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IndyCore160.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/Res/Maint/1sink.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/Res/Maint/1sink.jpg -------------------------------------------------------------------------------- /Lib/Core/Res/Maint/sinkdr.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/Res/Maint/sinkdr.wav -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore40.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore40.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore50.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore50.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore60.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore60.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore70.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore70.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore90.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore90.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/DelphiZLib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/DelphiZLib.lib -------------------------------------------------------------------------------- /Lib/Protocols/IdDNSCommon.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdDNSCommon.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdDNSServer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdDNSServer.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdFTPCommon.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdFTPCommon.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdFTPServer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdFTPServer.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdHashSHA1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdHashSHA1.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdMappedFTP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdMappedFTP.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdRegister.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdRegister.dcr -------------------------------------------------------------------------------- /Lib/Protocols/IdReplySMTP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdReplySMTP.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdSSLDotNET.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdSSLDotNET.pas -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/adler32.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/adler32.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/crc32.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/crc32.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/deflate.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/deflate.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/example.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/example.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/gzclose.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/gzclose.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/gzlib.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/gzlib.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/gzread.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/gzread.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/gzwrite.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/gzwrite.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/infback.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/infback.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/inffast.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/inffast.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/inflate.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/inflate.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/trees.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/trees.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/uncompr.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/uncompr.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/zutil.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/zutil.obj -------------------------------------------------------------------------------- /Lib/System/IdAssemblyInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IdAssemblyInfo.pas -------------------------------------------------------------------------------- /Lib/System/IdBaseComponent.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IdBaseComponent.pas -------------------------------------------------------------------------------- /Lib/System/IdSystem90ASM90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IdSystem90ASM90.inc -------------------------------------------------------------------------------- /Lib/System/IndySystem100.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem100.res -------------------------------------------------------------------------------- /Lib/System/IndySystem110.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem110.RES -------------------------------------------------------------------------------- /Lib/System/IndySystem120.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem120.res -------------------------------------------------------------------------------- /Lib/System/IndySystem130.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem130.res -------------------------------------------------------------------------------- /Lib/System/IndySystem140.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem140.RES -------------------------------------------------------------------------------- /Lib/System/IndySystem150.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem150.RES -------------------------------------------------------------------------------- /Lib/System/IndySystem160.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem160.res -------------------------------------------------------------------------------- /Test/TestDUnit/IndyDUnit.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Test/TestDUnit/IndyDUnit.res -------------------------------------------------------------------------------- /icon16/TIDCHARGENUDPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDCHARGENUDPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDDAYTIMEUDPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDAYTIMEUDPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDDISCARDUDPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDDISCARDUDPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDHOSTNAMESERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDHOSTNAMESERVER.bmp -------------------------------------------------------------------------------- /icon16/TIDTHREADMGRDEFAULT.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTHREADMGRDEFAULT.bmp -------------------------------------------------------------------------------- /icon16/TIDTRIVIALFTPSERVER.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDTRIVIALFTPSERVER.bmp -------------------------------------------------------------------------------- /icon16/TIdCompressorZLib.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdCompressorZLib.bmp -------------------------------------------------------------------------------- /icon16/TIdDecoderBinHex4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdDecoderBinHex4.bmp -------------------------------------------------------------------------------- /icon16/TIdEncoderBinHex4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdEncoderBinHex4.bmp -------------------------------------------------------------------------------- /icon16/TIdHTTPProxyServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdHTTPProxyServer.bmp -------------------------------------------------------------------------------- /icon16/TIdIOHandlerChain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdIOHandlerChain.bmp -------------------------------------------------------------------------------- /icon16/TIdIOHandlerStack.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdIOHandlerStack.bmp -------------------------------------------------------------------------------- /icon16/TIdIOHandlerStream.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdIOHandlerStream.bmp -------------------------------------------------------------------------------- /icon16/TIdInterceptSimLog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdInterceptSimLog.bmp -------------------------------------------------------------------------------- /icon16/TIdMessageDecoder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdMessageDecoder.bmp -------------------------------------------------------------------------------- /icon16/TIdMessageEncoder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdMessageEncoder.bmp -------------------------------------------------------------------------------- /icon16/TIdSchedulerOfFiber.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSchedulerOfFiber.bmp -------------------------------------------------------------------------------- /icon16/TIdSystatUDPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSystatUDPServer.bmp -------------------------------------------------------------------------------- /icon16/TIdThreadComponent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdThreadComponent.bmp -------------------------------------------------------------------------------- /icon16/TIdUnixTimeServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdUnixTimeServer.bmp -------------------------------------------------------------------------------- /icon16/TIdUserPassProvider.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdUserPassProvider.bmp -------------------------------------------------------------------------------- /icons/Bitmaps/BlankPurple.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Bitmaps/BlankPurple.bmp -------------------------------------------------------------------------------- /icons/IdCompressorBorZLib.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/IdCompressorBorZLib.bmp -------------------------------------------------------------------------------- /icons/TIDNETWORKCALCULATOR.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDNETWORKCALCULATOR.BMP -------------------------------------------------------------------------------- /icons/TIDTRIVIALFTPSERVER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDTRIVIALFTPSERVER.BMP -------------------------------------------------------------------------------- /icons/TIdCompressorZLibEx.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdCompressorZLibEx.bmp -------------------------------------------------------------------------------- /icons/TIdFiberWeaverInline.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdFiberWeaverInline.bmp -------------------------------------------------------------------------------- /icons/TIdHTTPProxyServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdHTTPProxyServer.bmp -------------------------------------------------------------------------------- /icons/TIdIOHandlerStream.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdIOHandlerStream.bmp -------------------------------------------------------------------------------- /icons/TIdIOHandlerThrottle.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdIOHandlerThrottle.bmp -------------------------------------------------------------------------------- /icons/TIdInterceptSimLog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdInterceptSimLog.bmp -------------------------------------------------------------------------------- /icons/TIdSchedulerOfFiber.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSchedulerOfFiber.BMP -------------------------------------------------------------------------------- /icons/TIdSystatUDPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSystatUDPServer.bmp -------------------------------------------------------------------------------- /icons/TIdThreadComponent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdThreadComponent.bmp -------------------------------------------------------------------------------- /icons/TIdUnixTimeUDPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdUnixTimeUDPServer.bmp -------------------------------------------------------------------------------- /icons/TIdUserPassProvider.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdUserPassProvider.bmp -------------------------------------------------------------------------------- /icons/TidchargenUDPserver.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TidchargenUDPserver.bmp -------------------------------------------------------------------------------- /icons/TiddaytimeUDPserver.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TiddaytimeUDPserver.bmp -------------------------------------------------------------------------------- /icons/TiddiscardUDPserver.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TiddiscardUDPserver.bmp -------------------------------------------------------------------------------- /Bubbles/BubbleData/Hash/8x1-0.dat: -------------------------------------------------------------------------------- 1 | 12345678901234567890123456789012345678901234567890123456789012345678901234567890 -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/UnixTest.txt: -------------------------------------------------------------------------------- 1 | -rw-r--r-- 1 fwuser fwuser 198056 Dec 25 2001 TestFiel.txt -------------------------------------------------------------------------------- /Lib/Core/AboutIndyNET.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/AboutIndyNET.resources -------------------------------------------------------------------------------- /Lib/Core/IdAboutDotNET.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdAboutDotNET.resources -------------------------------------------------------------------------------- /Lib/Core/IdCoreRegisterCool.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdCoreRegisterCool.dcr -------------------------------------------------------------------------------- /Lib/Core/Res/IdCreditsBitmap.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/Res/IdCreditsBitmap.RES -------------------------------------------------------------------------------- /Lib/Core/Res/TIDABOUTPICTURE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/Res/TIDABOUTPICTURE.BMP -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore100.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore100.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore110.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore110.rc.tmpl -------------------------------------------------------------------------------- /Lib/Core/dclIndyCore120.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/dclIndyCore120.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IdDNSResolver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdDNSResolver.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdRegisterCool.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdRegisterCool.dcr -------------------------------------------------------------------------------- /Lib/Protocols/IdTunnelSlave.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdTunnelSlave.pas -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols40.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols40.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols50.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols50.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols60.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols60.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols70.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols70.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols90.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols90.rc -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/compress.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/compress.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/inftrees.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/inftrees.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/minigzip.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/minigzip.obj -------------------------------------------------------------------------------- /Lib/System/IndySystem100.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem100.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem110.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem110.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem120.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem120.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem130.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem130.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem140.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem140.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem150.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem150.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem160.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem160.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem40.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem40.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem50.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem50.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem60.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem60.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem70.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem70.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IndySystem90.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/System/IndySystem90.rc.tmpl -------------------------------------------------------------------------------- /icon16/TIDNETWORKCALCULATOR.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDNETWORKCALCULATOR.bmp -------------------------------------------------------------------------------- /icon16/TIDSERVERIOHANDLERSSL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIDSERVERIOHANDLERSSL.bmp -------------------------------------------------------------------------------- /icon16/TIdCompressorBorZLib.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdCompressorBorZLib.bmp -------------------------------------------------------------------------------- /icon16/TIdFiberWeaverInline.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdFiberWeaverInline.bmp -------------------------------------------------------------------------------- /icon16/TIdIOHandlerThrottle.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdIOHandlerThrottle.bmp -------------------------------------------------------------------------------- /icon16/TIdInterceptThrottler.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdInterceptThrottler.bmp -------------------------------------------------------------------------------- /icon16/TIdMessageDecoderMIME.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdMessageDecoderMIME.bmp -------------------------------------------------------------------------------- /icon16/TIdMessageDecoderYenc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdMessageDecoderYenc.bmp -------------------------------------------------------------------------------- /icon16/TIdMessageEncoderMIME.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdMessageEncoderMIME.bmp -------------------------------------------------------------------------------- /icon16/TIdMessageEncoderYenc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdMessageEncoderYenc.bmp -------------------------------------------------------------------------------- /icon16/TIdUnixTimeUDPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdUnixTimeUDPServer.bmp -------------------------------------------------------------------------------- /icons/TIDSERVERIOHANDLERSSL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIDSERVERIOHANDLERSSL.bmp -------------------------------------------------------------------------------- /icons/TIdConnectionIntercept.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdConnectionIntercept.bmp -------------------------------------------------------------------------------- /icons/TIdFiberWeaverThreaded.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdFiberWeaverThreaded.bmp -------------------------------------------------------------------------------- /icons/TIdInterceptThrottler.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdInterceptThrottler.bmp -------------------------------------------------------------------------------- /icons/TIdMessageDecoderMIME.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMessageDecoderMIME.bmp -------------------------------------------------------------------------------- /icons/TIdMessageDecoderYenc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMessageDecoderYenc.bmp -------------------------------------------------------------------------------- /icons/TIdMessageEncoderMIME.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMessageEncoderMIME.bmp -------------------------------------------------------------------------------- /icons/TIdMessageEncoderYenc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdMessageEncoderYenc.bmp -------------------------------------------------------------------------------- /icons/Work/BaseTIdIntercept.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/Work/BaseTIdIntercept.bmp -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/box.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/Playgrounds/FTPList/box.res -------------------------------------------------------------------------------- /Bubbles/boxtests/FTPListTests.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/boxtests/FTPListTests.pas -------------------------------------------------------------------------------- /Builder/IndyAliaser/IndyAliaser.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/IndyAliaser/IndyAliaser.exe -------------------------------------------------------------------------------- /Builder/IndyAliaser/directories.cds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/IndyAliaser/directories.cds -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdLogFile.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdLogFile.bmp -------------------------------------------------------------------------------- /Lib/Core/IdAbout.TWinForm.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdAbout.TWinForm.resources -------------------------------------------------------------------------------- /Lib/Core/IdCreditsBitmap.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdCreditsBitmap.resources -------------------------------------------------------------------------------- /Lib/Core/Res/Maint/1sinkCropped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/Res/Maint/1sinkCropped.jpg -------------------------------------------------------------------------------- /Lib/Protocols/IdDateTimeStamp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdDateTimeStamp.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdFTPListParseVM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdFTPListParseVM.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdGlobalProtocols.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdGlobalProtocols.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdHTTPHeaderInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdHTTPHeaderInfo.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdSecurity90ASM90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdSecurity90ASM90.inc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols100.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols100.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols100.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols100.res -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols110.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols110.RES -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols110.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols110.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols120.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols120.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols120.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols120.res -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols130.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols130.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols130.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols130.res -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols140.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols140.RES -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols140.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols140.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols150.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols150.RES -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols150.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols150.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols160.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols160.rc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols160.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols160.res -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols40.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols40.res -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols50.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols50.res -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols60.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols60.res -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols70.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols70.res -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols90.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols90.res -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols40.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols40.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols50.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols50.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols60.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols60.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols70.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols70.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols90.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols90.rc -------------------------------------------------------------------------------- /Lib/Security/IdSecurity90ASM90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Security/IdSecurity90ASM90.inc -------------------------------------------------------------------------------- /Lib/SuperCore/IndySuperCore70.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/SuperCore/IndySuperCore70.res -------------------------------------------------------------------------------- /Lib/debian/files: -------------------------------------------------------------------------------- 1 | indy-fpc_10.2.0.1-2_i386.deb devel optional 2 | indy-fpc-src_10.2.0.1-2_all.deb devel optional 3 | -------------------------------------------------------------------------------- /Lib/examples/elizaweb/HTML/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/examples/elizaweb/HTML/logo.jpg -------------------------------------------------------------------------------- /icon16/TIdBlockCipherIntercept.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdBlockCipherIntercept.bmp -------------------------------------------------------------------------------- /icon16/TIdCompressionIntercept.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdCompressionIntercept.bmp -------------------------------------------------------------------------------- /icon16/TIdConnectionIntercept.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdConnectionIntercept.bmp -------------------------------------------------------------------------------- /icon16/TIdFiberWeaverThreaded.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdFiberWeaverThreaded.bmp -------------------------------------------------------------------------------- /icon16/TIdSchedulerOfThreadPool.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSchedulerOfThreadPool.bmp -------------------------------------------------------------------------------- /icon16/TIdServerIOHandlerChain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdServerIOHandlerChain.bmp -------------------------------------------------------------------------------- /icon16/TIdServerIOHandlerStack.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdServerIOHandlerStack.bmp -------------------------------------------------------------------------------- /icon16/TIdServerIOHandlerStream.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdServerIOHandlerStream.bmp -------------------------------------------------------------------------------- /icons/TIdBlockCipherIntercept.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdBlockCipherIntercept.bmp -------------------------------------------------------------------------------- /icons/TIdCompressionIntercept.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdCompressionIntercept.bmp -------------------------------------------------------------------------------- /icons/TIdDecoderQuotedPrintable.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdDecoderQuotedPrintable.bmp -------------------------------------------------------------------------------- /icons/TIdEncoderQuotedPrintable.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdEncoderQuotedPrintable.bmp -------------------------------------------------------------------------------- /icons/TIdSSLIOHandlerSocketNET.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSSLIOHandlerSocketNET.bmp -------------------------------------------------------------------------------- /icons/TIdSchedulerOfThreadPool.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSchedulerOfThreadPool.bmp -------------------------------------------------------------------------------- /icons/TIdServerIOHandlerChain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdServerIOHandlerChain.bmp -------------------------------------------------------------------------------- /icons/TIdServerIOHandlerOpenSSL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdServerIOHandlerOpenSSL.bmp -------------------------------------------------------------------------------- /icons/TIdServerIOHandlerSSLNET.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdServerIOHandlerSSLNET.bmp -------------------------------------------------------------------------------- /icons/TIdServerIOHandlerStack.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdServerIOHandlerStack.bmp -------------------------------------------------------------------------------- /icons/TIdServerIOHandlerStream.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdServerIOHandlerStream.bmp -------------------------------------------------------------------------------- /icons/TIdServerInterceptLogFile.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdServerInterceptLogFile.bmp -------------------------------------------------------------------------------- /icons/TIdServerInterceptOpenSSL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdServerInterceptOpenSSL.bmp -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/MS-DOS-Unknown-6.txt: -------------------------------------------------------------------------------- 1 | 01-17-03 04:02AM 0 GTD_61_SETER_16012003_01.txt -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-Unknown-WINNT_Detected-9.txt: -------------------------------------------------------------------------------- 1 | drwx------ 1 user group 0 Sep 07 09:20 xxx -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-WFTP-Unknown.txt: -------------------------------------------------------------------------------- 1 | -rwxrwxrwx 1 noone nogroup 322 Aug 19 1996 message.ftp -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-eserver.org-1.txt: -------------------------------------------------------------------------------- 1 | drwxr-xr-x 1 owner group 0 Oct 03 22:13 Files 2 | -------------------------------------------------------------------------------- /Builder/Package Generator/PkgGen.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/Package Generator/PkgGen.res -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdLogDebug.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdLogDebug.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdLogEvent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdLogEvent.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdLogStream.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdLogStream.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdSocksInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdSocksInfo.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdTCPClient.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdTCPClient.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdTCPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdTCPServer.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdUDPClient.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdUDPClient.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdUDPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdUDPServer.bmp -------------------------------------------------------------------------------- /Lib/Core/IdAbout.TfrmAbout.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdAbout.TfrmAbout.resources -------------------------------------------------------------------------------- /Lib/Core/IdServerIOHandlerSocket.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdServerIOHandlerSocket.pas -------------------------------------------------------------------------------- /Lib/FCL/IdVers.inc: -------------------------------------------------------------------------------- 1 | gsIdVersion = '10.5.8.0'; {do not localize} 2 | gsIdProductName = 'Indy'; {do not localize} 3 | -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDICT.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDICT.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdEcho.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdEcho.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdFSP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdFSP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdFTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdFTP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdHTTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdHTTP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdIRC.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdIRC.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdLPR.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdLPR.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdNNTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdNNTP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdPOP3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdPOP3.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdQOTD.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdQOTD.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdRSH.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdRSH.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSASL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSASL.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSMTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSMTP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSNPP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSNPP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSNTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSNTP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdTime.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdTime.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IdCustomHTTPServer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdCustomHTTPServer.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdFTPListParseMPEiX.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdFTPListParseMPEiX.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdHashMessageDigest.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdHashMessageDigest.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdProtocols90ASM90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdProtocols90ASM90.inc -------------------------------------------------------------------------------- /Lib/Protocols/IdSSLOpenSSLHeaders.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdSSLOpenSSLHeaders.pas -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols40.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols40.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols50.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols50.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols60.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols60.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols70.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols70.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols90.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols90.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols100.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols100.RES -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols100.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols100.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols110.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols110.RES -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols110.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols110.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols120.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols120.RES -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols120.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols120.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols130.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols130.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols130.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols130.res -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols140.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols140.RES -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols140.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols140.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols150.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols150.RES -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols150.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols150.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols160.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols160.rc -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols160.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols160.res -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols40.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols40.RES -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols50.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols50.RES -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols60.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols60.RES -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols70.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols70.res -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols90.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols90.res -------------------------------------------------------------------------------- /Lib/Security/IddclSecurity90ASM90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Security/IddclSecurity90ASM90.inc -------------------------------------------------------------------------------- /Lib/SuperCore/IdSuperCoreRegister.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/SuperCore/IdSuperCoreRegister.dcr -------------------------------------------------------------------------------- /Lib/SuperCore/dclIndySuperCore70.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/SuperCore/dclIndySuperCore70.res -------------------------------------------------------------------------------- /Lib/examples/elizaweb/HTML/Eliza.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/examples/elizaweb/HTML/Eliza.jpg -------------------------------------------------------------------------------- /Test/Protocols/IdTestCoderHeader.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Test/Protocols/IdTestCoderHeader.pas -------------------------------------------------------------------------------- /icon16/TIdConnectThroughHttpProxy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdConnectThroughHttpProxy.bmp -------------------------------------------------------------------------------- /icon16/TIdDecoderQuotedPrintable.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdDecoderQuotedPrintable.BMP -------------------------------------------------------------------------------- /icon16/TIdEncoderQuotedPrintable.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdEncoderQuotedPrintable.BMP -------------------------------------------------------------------------------- /icon16/TIdServerIOHandlerOpenSSL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdServerIOHandlerOpenSSL.bmp -------------------------------------------------------------------------------- /icon16/TIdServerInterceptLogEvent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdServerInterceptLogEvent.bmp -------------------------------------------------------------------------------- /icon16/TIdServerInterceptLogFile.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdServerInterceptLogFile.bmp -------------------------------------------------------------------------------- /icon16/TIdServerInterceptOpenSSL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdServerInterceptOpenSSL.bmp -------------------------------------------------------------------------------- /icons/TIdConnectThroughHttpProxy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdConnectThroughHttpProxy.bmp -------------------------------------------------------------------------------- /icons/TIdSchedulerOfThreadDefault.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSchedulerOfThreadDefault.BMP -------------------------------------------------------------------------------- /icons/TIdServerInterceptLogEvent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdServerInterceptLogEvent.bmp -------------------------------------------------------------------------------- /Bubbles/BubbleData/ExtraHeaders/test.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/BubbleData/ExtraHeaders/test.bmp -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/boxMLSD.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/Playgrounds/FTPList/boxMLSD.res -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/capture.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/Playgrounds/FTPList/capture.res -------------------------------------------------------------------------------- /Bubbles/Playgrounds/QuotdCore/quotd.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/Playgrounds/QuotdCore/quotd.res -------------------------------------------------------------------------------- /Builder/Package Generator/Data/File.DB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/Package Generator/Data/File.DB -------------------------------------------------------------------------------- /Builder/Package Generator/Data/File.FAM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/Package Generator/Data/File.FAM -------------------------------------------------------------------------------- /Builder/Package Generator/Data/File.PX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/Package Generator/Data/File.PX -------------------------------------------------------------------------------- /Builder/Package Generator/Data/File.TV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/Package Generator/Data/File.TV -------------------------------------------------------------------------------- /Builder/Package Generator/Data/File.VAL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/Package Generator/Data/File.VAL -------------------------------------------------------------------------------- /Builder/Package Generator/LazPkgGen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/Package Generator/LazPkgGen.exe -------------------------------------------------------------------------------- /Builder/Package Generator/MgrPkgGen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/Package Generator/MgrPkgGen.exe -------------------------------------------------------------------------------- /Builder/VersionMarker/VersionMarker.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/VersionMarker/VersionMarker.dpr -------------------------------------------------------------------------------- /Builder/VersionMarker/VersionMarker.fblz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/VersionMarker/VersionMarker.fblz -------------------------------------------------------------------------------- /Builder/VersionMarker/VersionMarker.fbz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/VersionMarker/VersionMarker.fbz2 -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdAntiFreeze.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdAntiFreeze.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdCmdTCPClient.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdCmdTCPClient.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdCmdTCPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdCmdTCPServer.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdICMPClient.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdICMPClient.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdSimpleServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdSimpleServer.bmp -------------------------------------------------------------------------------- /Lib/Core/Res/Maint/1sinkPlainCropped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/Res/Maint/1sinkPlainCropped.jpg -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDayTime.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDayTime.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdEchoUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdEchoUDP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdFinger.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdFinger.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdGopher.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdGopher.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdIMAP4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdIMAP4.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdIPWatch.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdIPWatch.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdIdent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdIdent.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdMailBox.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdMailBox.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdMessage.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdMessage.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdQOTDUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdQOTDUDP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdRexec.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdRexec.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSASLOTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSASLOTP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSysLog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSysLog.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSystat.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSystat.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdTelnet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdTelnet.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdTimeUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdTimeUDP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdVCard.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdVCard.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdWebDAV.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdWebDAV.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdWhois.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdWhois.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IdAuthenticationSSPI.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdAuthenticationSSPI.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdCoderQuotedPrintable.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdCoderQuotedPrintable.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdSASLListEditorForm.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdSASLListEditorForm.RES -------------------------------------------------------------------------------- /Lib/Protocols/IddclProtocols90ASM90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IddclProtocols90ASM90.inc -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols100.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols100.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols110.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols110.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols120.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols120.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols130.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols130.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols140.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols140.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols150.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols150.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/IndyProtocols160.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IndyProtocols160.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols40.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols40.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols50.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols50.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols60.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols60.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols70.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols70.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols90.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols90.rc.tmpl -------------------------------------------------------------------------------- /Lib/System/IdVers.inc: -------------------------------------------------------------------------------- 1 | gsIdVersion = '10.5.8.0'; {do not localize} 2 | gsIdProductName = 'Indy'; {do not localize} 3 | -------------------------------------------------------------------------------- /icon16/TIdConnectionInterceptOpenSSL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdConnectionInterceptOpenSSL.bmp -------------------------------------------------------------------------------- /icon16/TIdSSLIOHandlerSocketOpenSSL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSSLIOHandlerSocketOpenSSL.bmp -------------------------------------------------------------------------------- /icon16/TIdSchedulerOfThreadDefault.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdSchedulerOfThreadDefault.bmp -------------------------------------------------------------------------------- /icon16/TIdServerCompressionIntercept.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icon16/TIdServerCompressionIntercept.bmp -------------------------------------------------------------------------------- /icons/TIdConnectionInterceptOpenSSL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdConnectionInterceptOpenSSL.bmp -------------------------------------------------------------------------------- /icons/TIdSSLIOHandlerSocketOpenSSL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdSSLIOHandlerSocketOpenSSL.bmp -------------------------------------------------------------------------------- /icons/TIdServerCompressionIntercept.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/icons/TIdServerCompressionIntercept.bmp -------------------------------------------------------------------------------- /Bubbles/BubbleData/HeaderCoder/headers.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/BubbleData/HeaderCoder/headers.ini -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/OS-9-Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/Playgrounds/FTPList/OS-9-Notes.txt -------------------------------------------------------------------------------- /Bubbles/Playgrounds/TCPServer/web/Jedi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/Playgrounds/TCPServer/web/Jedi.gif -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdIOHandlerStack.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdIOHandlerStack.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdIPMCastClient.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdIPMCastClient.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdIPMCastServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdIPMCastServer.bmp -------------------------------------------------------------------------------- /Lib/Core/IdAboutDotNET.TfrmAbout.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IdAboutDotNET.TfrmAbout.resources -------------------------------------------------------------------------------- /Lib/FCL/IdVers.inc.tmpl: -------------------------------------------------------------------------------- 1 | gsIdVersion = '10.5.8.$WCREV$'; {do not localize} 2 | gsIdProductName = 'Indy'; {do not localize} 3 | -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDNSServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDNSServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdFTPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdFTPServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdIPAddrMon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdIPAddrMon.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdIRCServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdIRCServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdMappedFTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdMappedFTP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdRSHServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdRSHServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdRawClient.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdRawClient.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSASLList.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSASLList.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSASLLogin.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSASLLogin.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSASLPlain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSASLPlain.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSASLSKey.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSASLSKey.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSMTPRelay.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSMTPRelay.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSystatUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSystatUDP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdUnixTime.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdUnixTime.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/Unref/TIdHL7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/Unref/TIdHL7.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IdFTPListParseStratusVOS.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdFTPListParseStratusVOS.pas -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols100.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols100.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols110.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols110.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols120.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols120.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols130.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols130.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols140.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols140.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols150.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols150.rc.tmpl -------------------------------------------------------------------------------- /Lib/Protocols/dclIndyProtocols160.rc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/dclIndyProtocols160.rc.tmpl -------------------------------------------------------------------------------- /Lib/SuperCore/IdSuperCoreRegisterCool.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/SuperCore/IdSuperCoreRegisterCool.dcr -------------------------------------------------------------------------------- /Bubbles/BubbleData/HTTPServer/99-BG-1518.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/BubbleData/HTTPServer/99-BG-1518.pdf -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/VM_CMS-ftp.marist.edu-7.txt: -------------------------------------------------------------------------------- 1 | NNTP VMARC F 80 5814 114 2002-08-27 1:14:37 - -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/VM_CMS-ksuvm.ksu.edu-1.txt: -------------------------------------------------------------------------------- 1 | $README $FIRST V 32 1 1 9/16/00 17:50:18 FTP301 -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/captureMLSD.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/Playgrounds/FTPList/captureMLSD.res -------------------------------------------------------------------------------- /Bubbles/Playgrounds/QuotdCore/quotdNoRF.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/Playgrounds/QuotdCore/quotdNoRF.res -------------------------------------------------------------------------------- /Bubbles/Playgrounds/TCPServer/web/OSLogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Bubbles/Playgrounds/TCPServer/web/OSLogo.gif -------------------------------------------------------------------------------- /Builder/Package Generator/DModule.dfm: -------------------------------------------------------------------------------- 1 | object DM: TDM 2 | OldCreateOrder = False 3 | Height = 333 4 | Width = 537 5 | end 6 | -------------------------------------------------------------------------------- /Builder/Package Generator/DistPasFileList.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/Package Generator/DistPasFileList.exe -------------------------------------------------------------------------------- /Builder/VersionMarker/Data/IndySuperCore70.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Builder/VersionMarker/Data/IndySuperCore70.rc -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdIOHandlerStream.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdIOHandlerStream.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdInterceptSimLog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdInterceptSimLog.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdThreadComponent.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdThreadComponent.bmp -------------------------------------------------------------------------------- /Lib/Core/Res/Maint/1sinkPlainCroppedRed.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/Res/Maint/1sinkPlainCroppedRed.bmp -------------------------------------------------------------------------------- /Lib/Core/Res/Maint/1sinkPlainCroppedRed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/Res/Maint/1sinkPlainCroppedRed.jpg -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDICTServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDICTServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDNSResolver.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDNSResolver.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDayTimeUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDayTimeUDP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDecoderMIME.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDecoderMIME.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDecoderUUE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDecoderUUE.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDecoderXXE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDecoderXXE.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdECHOServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdECHOServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdEncoderMIME.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdEncoderMIME.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdEncoderUUE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdEncoderUUE.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdEncoderXXE.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdEncoderXXE.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdFingerServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdFingerServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdGopherServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdGopherServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdHTTPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdHTTPServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdIMAP4Server.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdIMAP4Server.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdIdentServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdIdentServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdMBCSDecoder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdMBCSDecoder.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdMappedPOP3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdMappedPOP3.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdMappedTelnet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdMappedTelnet.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdNNTPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdNNTPServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdPOP3Server.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdPOP3Server.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdQOTDServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdQOTDServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdRexecServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdRexecServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSASLCRAMMD5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSASLCRAMMD5.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSASLDigest.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSASLDigest.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSASLExternal.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSASLExternal.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSMTPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSMTPServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSOCKSServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSOCKSServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSyslogServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSyslogServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdSystatServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdSystatServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdTelnetServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdTelnetServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdTimeServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdTimeServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdTrivialFTP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdTrivialFTP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdTunnelMaster.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdTunnelMaster.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdTunnelSlave.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdTunnelSlave.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdUnixTimeUDP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdUnixTimeUDP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdUserAccounts.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdUserAccounts.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdUserManager.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdUserManager.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdWhoIsServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdWhoIsServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/Unref/TIdSNMP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/Unref/TIdSNMP.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IdFTPListParseIEFTPGateway.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdFTPListParseIEFTPGateway.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdFTPListParseMicrowareOS9.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdFTPListParseMicrowareOS9.pas -------------------------------------------------------------------------------- /Lib/Protocols/IdSASLListEditorForm.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IdSASLListEditorForm.resources -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/i386-Win32-ZLib/crc32.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/i386-Win32-ZLib/crc32.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/i386-Win32-ZLib/gzlib.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/i386-Win32-ZLib/gzlib.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/i386-Win32-ZLib/gzread.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/i386-Win32-ZLib/gzread.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/i386-Win32-ZLib/trees.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/i386-Win32-ZLib/trees.obj -------------------------------------------------------------------------------- /Lib/Protocols/ZLib/i386-Win32-ZLib/zutil.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/ZLib/i386-Win32-ZLib/zutil.obj -------------------------------------------------------------------------------- /Lib/Security/IconsDotNet/TIdIOHandlerTls.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Security/IconsDotNet/TIdIOHandlerTls.bmp -------------------------------------------------------------------------------- /Lib/SuperCore/IconsDotNet/TIdChainEngine.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/SuperCore/IconsDotNet/TIdChainEngine.bmp -------------------------------------------------------------------------------- /Lib/System/IdVers.inc.tmpl: -------------------------------------------------------------------------------- 1 | gsIdVersion = '10.5.8.$WCREV$'; {do not localize} 2 | gsIdProductName = 'Indy'; {do not localize} 3 | -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/MVS_PDS-Unknown-1.txt: -------------------------------------------------------------------------------- 1 | Name VV.MM Created Changed Size Init Mod Id 2 | ISPSPROF 3 | ISRPROF -------------------------------------------------------------------------------- /Bubbles/Playgrounds/FTPList/Data/Unix-ftp.emea.ibm.com-6.txt: -------------------------------------------------------------------------------- 1 | total 16 2 | drwxr-xr-x 3 HEITZ DE#07949 8192 Oct 21 10:00 tools 3 | -------------------------------------------------------------------------------- /Bubbles/Playgrounds/TCPServer/web/index.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
-------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdConnectionIntercept.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdConnectionIntercept.bmp -------------------------------------------------------------------------------- /Lib/Core/IconsDotNet/TIdInterceptThrottler.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Core/IconsDotNet/TIdInterceptThrottler.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdChargenServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdChargenServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdCookieManager.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdCookieManager.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDISCARDServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDISCARDServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDateTimeStamp.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDateTimeStamp.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDayTimeServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDayTimeServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdDecoderBinHex4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdDecoderBinHex4.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdEchoUDPServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdEchoUDPServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdEncoderBinHex4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdEncoderBinHex4.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdHostnameServer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdHostnameServer.bmp -------------------------------------------------------------------------------- /Lib/Protocols/IconsDotNet/TIdIOHandlerChain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skelter/Indy/HEAD/Lib/Protocols/IconsDotNet/TIdIOHandlerChain.bmp --------------------------------------------------------------------------------