├── Cleanup.bat ├── Data ├── AGPLv3.png ├── DefaultAvatar.png ├── DefaultFilter.txt ├── DefaultSecurity.dat ├── DefaultServers.dat ├── DefaultServices.dat ├── Emoticons.png ├── Emoticons.xml ├── Flags.24.bak.png ├── Flags.png ├── GeoIP.dat ├── Interests.dat ├── MessageFilter.dat ├── Splash.HiRes.png ├── Splash.png ├── Vendors.xml ├── WorldGPS.dat └── WorldGPS.xml ├── Envy ├── AGPL-License.txt ├── AlbumFolder.cpp ├── AlbumFolder.h ├── AntiVirus.cpp ├── AntiVirus.h ├── Application.cpp ├── Application.h ├── Augment │ ├── Augment.hpp │ ├── IUnknownImplementation.hpp │ ├── auto_array.hpp │ └── auto_ptr.hpp ├── AutocompleteEdit.cpp ├── AutocompleteEdit.h ├── BENode.cpp ├── BENode.h ├── BTClient.cpp ├── BTClient.h ├── BTClients.cpp ├── BTClients.h ├── BTInfo.cpp ├── BTInfo.h ├── BTPacket.cpp ├── BTPacket.h ├── BTTrackerRequest.cpp ├── BTTrackerRequest.h ├── BitTorrentDHT │ ├── License.txt │ ├── ReadMe.txt │ ├── Version.txt │ ├── dht.bootstrap.c │ ├── dht.c │ ├── dht.h │ └── dht.sample.c ├── BitprintsDownloader.cpp ├── BitprintsDownloader.h ├── Buffer.cpp ├── Buffer.h ├── ChatCore.cpp ├── ChatCore.h ├── ChatSession.cpp ├── ChatSession.h ├── ChatWindows.cpp ├── ChatWindows.h ├── CollectionFile.cpp ├── CollectionFile.h ├── Colors.cpp ├── Colors.h ├── ComMenu.cpp ├── ComMenu.h ├── ComObject.cpp ├── ComObject.h ├── ComToolbar.cpp ├── ComToolbar.h ├── ComboListCtrl.cpp ├── ComboListCtrl.h ├── Connection.cpp ├── Connection.h ├── CoolInterface.cpp ├── CoolInterface.h ├── CoolMenu.cpp ├── CoolMenu.h ├── CrawlSession.cpp ├── CrawlSession.h ├── CtrlBrowseFrame.cpp ├── CtrlBrowseFrame.h ├── CtrlBrowseHeader.cpp ├── CtrlBrowseHeader.h ├── CtrlBrowseProfile.cpp ├── CtrlBrowseProfile.h ├── CtrlBrowseTree.cpp ├── CtrlBrowseTree.h ├── CtrlCoolBar.cpp ├── CtrlCoolBar.h ├── CtrlCoolMenuBar.cpp ├── CtrlCoolMenuBar.h ├── CtrlCoolTip.cpp ├── CtrlCoolTip.h ├── CtrlDownloadTabBar.cpp ├── CtrlDownloadTabBar.h ├── CtrlDownloadTip.cpp ├── CtrlDownloadTip.h ├── CtrlDownloads.cpp ├── CtrlDownloads.h ├── CtrlDragList.cpp ├── CtrlDragList.h ├── CtrlFontCombo.cpp ├── CtrlFontCombo.h ├── CtrlHomePanel.cpp ├── CtrlHomePanel.h ├── CtrlHomeSearch.cpp ├── CtrlHomeSearch.h ├── CtrlHomeView.cpp ├── CtrlHomeView.h ├── CtrlIRCFrame.cpp ├── CtrlIRCFrame.h ├── CtrlIRCPanel.cpp ├── CtrlIRCPanel.h ├── CtrlIconButton.cpp ├── CtrlIconButton.h ├── CtrlLibraryAlbumView.cpp ├── CtrlLibraryAlbumView.h ├── CtrlLibraryCollectionView.cpp ├── CtrlLibraryCollectionView.h ├── CtrlLibraryDetailView.cpp ├── CtrlLibraryDetailView.h ├── CtrlLibraryFileView.cpp ├── CtrlLibraryFileView.h ├── CtrlLibraryFrame.cpp ├── CtrlLibraryFrame.h ├── CtrlLibraryHeaderBar.cpp ├── CtrlLibraryHeaderBar.h ├── CtrlLibraryHeaderPanel.cpp ├── CtrlLibraryHeaderPanel.h ├── CtrlLibraryHistoryPanel.cpp ├── CtrlLibraryHistoryPanel.h ├── CtrlLibraryMetaPanel.cpp ├── CtrlLibraryMetaPanel.h ├── CtrlLibraryThumbView.cpp ├── CtrlLibraryThumbView.h ├── CtrlLibraryTileView.cpp ├── CtrlLibraryTileView.h ├── CtrlLibraryTip.cpp ├── CtrlLibraryTip.h ├── CtrlLibraryTreeView.cpp ├── CtrlLibraryTreeView.h ├── CtrlLibraryView.cpp ├── CtrlLibraryView.h ├── CtrlMainTabBar.cpp ├── CtrlMainTabBar.h ├── CtrlMatch.cpp ├── CtrlMatch.h ├── CtrlMatchTip.cpp ├── CtrlMatchTip.h ├── CtrlMediaFrame.cpp ├── CtrlMediaFrame.h ├── CtrlMediaList.cpp ├── CtrlMediaList.h ├── CtrlMonitorBar.cpp ├── CtrlMonitorBar.h ├── CtrlNeighbourTip.cpp ├── CtrlNeighbourTip.h ├── CtrlPanel.cpp ├── CtrlPanel.h ├── CtrlPrivateChatFrame.cpp ├── CtrlPrivateChatFrame.h ├── CtrlRichTaskBox.cpp ├── CtrlRichTaskBox.h ├── CtrlSchema.cpp ├── CtrlSchema.h ├── CtrlSchemaCombo.cpp ├── CtrlSchemaCombo.h ├── CtrlSearchDetailPanel.cpp ├── CtrlSearchDetailPanel.h ├── CtrlSearchPanel.cpp ├── CtrlSearchPanel.h ├── CtrlSharedFolder.cpp ├── CtrlSharedFolder.h ├── CtrlTaskPanel.cpp ├── CtrlTaskPanel.h ├── CtrlText.cpp ├── CtrlText.h ├── CtrlTipAlbum.cpp ├── CtrlTipAlbum.h ├── CtrlTipFolder.cpp ├── CtrlTipFolder.h ├── CtrlTipList.cpp ├── CtrlTipList.h ├── CtrlUploadTip.cpp ├── CtrlUploadTip.h ├── CtrlUploads.cpp ├── CtrlUploads.h ├── CtrlWeb.cpp ├── CtrlWeb.h ├── CtrlWizard.cpp ├── CtrlWizard.h ├── CtrlWndTabBar.cpp ├── CtrlWndTabBar.h ├── DCClient.cpp ├── DCClient.h ├── DCClients.cpp ├── DCClients.h ├── DCNeighbour.cpp ├── DCNeighbour.h ├── DCPacket.cpp ├── DCPacket.h ├── DDEServer.cpp ├── DDEServer.h ├── Datagram.cpp ├── Datagram.h ├── DatagramPart.cpp ├── DatagramPart.h ├── Datagrams.cpp ├── Datagrams.h ├── DiscoveryServices.cpp ├── DiscoveryServices.h ├── DisplayData.cpp ├── DisplayData.h ├── DlgAbout.cpp ├── DlgAbout.h ├── DlgBitprintsDownload.cpp ├── DlgBitprintsDownload.h ├── DlgCloseMode.cpp ├── DlgCloseMode.h ├── DlgCollectionExport.cpp ├── DlgCollectionExport.h ├── DlgConnectTo.cpp ├── DlgConnectTo.h ├── DlgDecodeMetadata.cpp ├── DlgDecodeMetadata.h ├── DlgDeleteFile.cpp ├── DlgDeleteFile.h ├── DlgDiscoveryService.cpp ├── DlgDiscoveryService.h ├── DlgDonkeyImport.cpp ├── DlgDonkeyImport.h ├── DlgDownload.cpp ├── DlgDownload.h ├── DlgDownloadGroup.cpp ├── DlgDownloadGroup.h ├── DlgDownloadMonitor.cpp ├── DlgDownloadMonitor.h ├── DlgDownloadReviews.cpp ├── DlgDownloadReviews.h ├── DlgDownloadSheet.cpp ├── DlgDownloadSheet.h ├── DlgExistingFile.cpp ├── DlgExistingFile.h ├── DlgFileCopy.cpp ├── DlgFileCopy.h ├── DlgFilePreview.cpp ├── DlgFilePreview.h ├── DlgFilePropertiesPage.cpp ├── DlgFilePropertiesPage.h ├── DlgFilePropertiesSheet.cpp ├── DlgFilePropertiesSheet.h ├── DlgFilterSearch.cpp ├── DlgFilterSearch.h ├── DlgFolderProperties.cpp ├── DlgFolderProperties.h ├── DlgFolderScan.cpp ├── DlgFolderScan.h ├── DlgGraphItem.cpp ├── DlgGraphItem.h ├── DlgGraphList.cpp ├── DlgGraphList.h ├── DlgHelp.cpp ├── DlgHelp.h ├── DlgHex.cpp ├── DlgHex.h ├── DlgHitColumns.cpp ├── DlgHitColumns.h ├── DlgIrcInput.cpp ├── DlgIrcInput.h ├── DlgLanguage.cpp ├── DlgLanguage.h ├── DlgMediaVis.cpp ├── DlgMediaVis.h ├── DlgMessage.cpp ├── DlgMessage.h ├── DlgNewSearch.cpp ├── DlgNewSearch.h ├── DlgPluginExtSetup.cpp ├── DlgPluginExtSetup.h ├── DlgProfileManager.cpp ├── DlgProfileManager.h ├── DlgProgressBar.cpp ├── DlgProgressBar.h ├── DlgPromote.cpp ├── DlgPromote.h ├── DlgQueueProperties.cpp ├── DlgQueueProperties.h ├── DlgSaveFilterAs.cpp ├── DlgSaveFilterAs.h ├── DlgScheduleTask.cpp ├── DlgScheduleTask.h ├── DlgSecureRule.cpp ├── DlgSecureRule.h ├── DlgSelect.cpp ├── DlgSelect.h ├── DlgSettingsManager.cpp ├── DlgSettingsManager.h ├── DlgShareManager.cpp ├── DlgShareManager.h ├── DlgSkinDialog.cpp ├── DlgSkinDialog.h ├── DlgSplash.cpp ├── DlgSplash.h ├── DlgTorrentSeed.cpp ├── DlgTorrentSeed.h ├── DlgURLAction.cpp ├── DlgURLAction.h ├── DlgURLCopy.cpp ├── DlgURLCopy.h ├── DlgURLExport.cpp ├── DlgURLExport.h ├── DlgUpdateServers.cpp ├── DlgUpdateServers.h ├── DlgUpgrade.cpp ├── DlgUpgrade.h ├── DlgWarnings.cpp ├── DlgWarnings.h ├── Download.cpp ├── Download.h ├── DownloadBase.cpp ├── DownloadBase.h ├── DownloadGroup.cpp ├── DownloadGroup.h ├── DownloadGroups.cpp ├── DownloadGroups.h ├── DownloadSource.cpp ├── DownloadSource.h ├── DownloadTask.cpp ├── DownloadTask.h ├── DownloadTransfer.cpp ├── DownloadTransfer.h ├── DownloadTransferBT.cpp ├── DownloadTransferBT.h ├── DownloadTransferDC.cpp ├── DownloadTransferDC.h ├── DownloadTransferED2K.cpp ├── DownloadTransferED2K.h ├── DownloadTransferFTP.cpp ├── DownloadTransferFTP.h ├── DownloadTransferHTTP.cpp ├── DownloadTransferHTTP.h ├── DownloadWithExtras.cpp ├── DownloadWithExtras.h ├── DownloadWithFile.cpp ├── DownloadWithFile.h ├── DownloadWithSearch.cpp ├── DownloadWithSearch.h ├── DownloadWithSources.cpp ├── DownloadWithSources.h ├── DownloadWithTiger.cpp ├── DownloadWithTiger.h ├── DownloadWithTorrent.cpp ├── DownloadWithTorrent.h ├── DownloadWithTransfers.cpp ├── DownloadWithTransfers.h ├── Downloads.cpp ├── Downloads.h ├── EDClient.cpp ├── EDClient.h ├── EDClients.cpp ├── EDClients.h ├── EDNeighbour.cpp ├── EDNeighbour.h ├── EDPacket.cpp ├── EDPacket.h ├── EDPartImporter.cpp ├── EDPartImporter.h ├── Emoticons.cpp ├── Emoticons.h ├── Envy.Intel.icproj ├── Envy.cpp ├── Envy.h ├── Envy.idl ├── Envy.rc ├── Envy.snk ├── Envy.vcproj ├── Envy.vcxproj ├── Envy.vcxproj.filters ├── EnvyDataSource.cpp ├── EnvyDataSource.h ├── EnvyFile.cpp ├── EnvyFile.h ├── EnvyThread.cpp ├── EnvyThread.h ├── EnvyURL.cpp ├── EnvyURL.h ├── FileExecutor.cpp ├── FileExecutor.h ├── FileFragments.hpp ├── FileFragments │ ├── Compatibility.hpp │ ├── Exception.hpp │ ├── List.hpp │ ├── Queue.hpp │ └── Range.hpp ├── Firewall.cpp ├── Firewall.h ├── Flags.cpp ├── Flags.h ├── FontManager.cpp ├── FontManager.h ├── FragmentBar.cpp ├── FragmentBar.h ├── FragmentedFile.cpp ├── FragmentedFile.h ├── G1Neighbour.cpp ├── G1Neighbour.h ├── G1Packet.cpp ├── G1Packet.h ├── G2Neighbour.cpp ├── G2Neighbour.h ├── G2Packet.cpp ├── G2Packet.h ├── GGEP.cpp ├── GGEP.h ├── GProfile.cpp ├── GProfile.h ├── GraphBase.cpp ├── GraphBase.h ├── GraphItem.cpp ├── GraphItem.h ├── GraphLine.cpp ├── GraphLine.h ├── HGlobal.h ├── Handshake.cpp ├── Handshake.h ├── Handshakes.cpp ├── Handshakes.h ├── HashDatabase.cpp ├── HashDatabase.h ├── Hashes.hpp ├── Hashes │ ├── CheckingPolicies.hpp │ ├── Compatibility.hpp │ ├── Hash.hpp │ ├── HashDescriptors.cpp │ ├── HashDescriptors.hpp │ ├── HashStringConversion.cpp │ ├── HashStringConversion.hpp │ ├── StoragePolicies.hpp │ └── ValidationPolicies.hpp ├── HostBrowser.cpp ├── HostBrowser.h ├── HostCache.cpp ├── HostCache.h ├── HttpRequest.cpp ├── HttpRequest.h ├── HubHorizon.cpp ├── HubHorizon.h ├── ID3.h ├── IEProtocol.cpp ├── IEProtocol.h ├── ImageFile.cpp ├── ImageFile.h ├── ImageServices.cpp ├── ImageServices.h ├── Images.cpp ├── Images.h ├── Kademlia.cpp ├── Kademlia.h ├── Library.cpp ├── Library.h ├── LibraryBuilder.cpp ├── LibraryBuilder.h ├── LibraryBuilderInternals.cpp ├── LibraryBuilderInternals.h ├── LibraryBuilderPlugins.cpp ├── LibraryBuilderPlugins.h ├── LibraryDictionary.cpp ├── LibraryDictionary.h ├── LibraryFolders.cpp ├── LibraryFolders.h ├── LibraryHistory.cpp ├── LibraryHistory.h ├── LibraryList.cpp ├── LibraryList.h ├── LibraryMaps.cpp ├── LibraryMaps.h ├── LiveList.cpp ├── LiveList.h ├── LiveListSizer.cpp ├── LiveListSizer.h ├── LocalSearch.cpp ├── LocalSearch.h ├── ManagedSearch.cpp ├── ManagedSearch.h ├── MatchListView.cpp ├── MatchListView.h ├── MatchObjects.cpp ├── MatchObjects.h ├── MetaList.cpp ├── MetaList.h ├── MetaPanel.cpp ├── MetaPanel.h ├── MinMax.h ├── MiniUPnP.cpp ├── MiniUPnP.h ├── Neighbour.cpp ├── Neighbour.h ├── Neighbours.cpp ├── Neighbours.h ├── NeighboursBase.cpp ├── NeighboursBase.h ├── NeighboursWithConnect.cpp ├── NeighboursWithConnect.h ├── NeighboursWithED2K.cpp ├── NeighboursWithED2K.h ├── NeighboursWithG1.cpp ├── NeighboursWithG1.h ├── NeighboursWithG2.cpp ├── NeighboursWithG2.h ├── NeighboursWithRouting.cpp ├── NeighboursWithRouting.h ├── Network.cpp ├── Network.h ├── Packet.cpp ├── Packet.h ├── PacketBuffer.cpp ├── PacketBuffer.h ├── PageDownloadActions.cpp ├── PageDownloadActions.h ├── PageDownloadEdit.cpp ├── PageDownloadEdit.h ├── PageFileComments.cpp ├── PageFileComments.h ├── PageFileGeneral.cpp ├── PageFileGeneral.h ├── PageFileMetadata.cpp ├── PageFileMetadata.h ├── PageFileSharing.cpp ├── PageFileSharing.h ├── PageFileSources.cpp ├── PageFileSources.h ├── PageProfileAvatar.cpp ├── PageProfileAvatar.h ├── PageProfileBio.cpp ├── PageProfileBio.h ├── PageProfileCertificate.cpp ├── PageProfileCertificate.h ├── PageProfileContact.cpp ├── PageProfileContact.h ├── PageProfileFavorites.cpp ├── PageProfileFavorites.h ├── PageProfileFiles.cpp ├── PageProfileFiles.h ├── PageProfileIdentity.cpp ├── PageProfileIdentity.h ├── PageProfileProfile.cpp ├── PageProfileProfile.h ├── PagePropertyAdv.cpp ├── PagePropertyAdv.h ├── PageSettingsAdvanced.cpp ├── PageSettingsAdvanced.h ├── PageSettingsBitTorrent.cpp ├── PageSettingsBitTorrent.h ├── PageSettingsCommunity.cpp ├── PageSettingsCommunity.h ├── PageSettingsConnection.cpp ├── PageSettingsConnection.h ├── PageSettingsDC.cpp ├── PageSettingsDC.h ├── PageSettingsDonkey.cpp ├── PageSettingsDonkey.h ├── PageSettingsDownloads.cpp ├── PageSettingsDownloads.h ├── PageSettingsGeneral.cpp ├── PageSettingsGeneral.h ├── PageSettingsGnutella.cpp ├── PageSettingsGnutella.h ├── PageSettingsIRC.cpp ├── PageSettingsIRC.h ├── PageSettingsLibrary.cpp ├── PageSettingsLibrary.h ├── PageSettingsMedia.cpp ├── PageSettingsMedia.h ├── PageSettingsNetworks.cpp ├── PageSettingsNetworks.h ├── PageSettingsPlugins.cpp ├── PageSettingsPlugins.h ├── PageSettingsProtocols.cpp ├── PageSettingsProtocols.h ├── PageSettingsRemote.cpp ├── PageSettingsRemote.h ├── PageSettingsRich.cpp ├── PageSettingsRich.h ├── PageSettingsSkins.cpp ├── PageSettingsSkins.h ├── PageSettingsUploads.cpp ├── PageSettingsUploads.h ├── PageSettingsWeb.cpp ├── PageSettingsWeb.h ├── PageTorrentFiles.cpp ├── PageTorrentFiles.h ├── PageTorrentGeneral.cpp ├── PageTorrentGeneral.h ├── PageTorrentTrackers.cpp ├── PageTorrentTrackers.h ├── Plugins.cpp ├── Plugins.h ├── PongCache.cpp ├── PongCache.h ├── PreBuild.cmd ├── QRCode.cpp ├── QRCode.h ├── QueryHashGroup.cpp ├── QueryHashGroup.h ├── QueryHashMaster.cpp ├── QueryHashMaster.h ├── QueryHashTable.cpp ├── QueryHashTable.h ├── QueryHit.cpp ├── QueryHit.h ├── QueryKeys.cpp ├── QueryKeys.h ├── QuerySearch.cpp ├── QuerySearch.h ├── RegExp.cpp ├── RegExp.h ├── Registry.cpp ├── Registry.h ├── RelatedSearch.cpp ├── RelatedSearch.h ├── Remote.cpp ├── Remote.h ├── Res │ ├── About.htm │ ├── About.htm.gz │ ├── BadRange.htm │ ├── Banner.bmp │ ├── BannerMark.bmp │ ├── BitTorrent.ico │ ├── BoxMark.bmp │ ├── Browse.ico │ ├── Browser.htm │ ├── Browser.htm.gz │ ├── Busy.htm │ ├── Busy.ico │ ├── Channel.ico │ ├── Chat.ico │ ├── CheckTick.ico │ ├── Checkmark.ico │ ├── Chevron.ico │ ├── ChildFrame.bmp │ ├── Collection.ico │ ├── CollectionMask.ico │ ├── ColorDot.bmp │ ├── Colors.ico │ ├── CommandIRC.24.png │ ├── CommandIRC.png │ ├── CommandImages.24.png │ ├── CommandImages.png │ ├── Commercial.ico │ ├── Computer.ico │ ├── Copy.cur │ ├── CopyXP.cur │ ├── Creative Commons by-nc-sa.txt │ ├── Default.xml │ ├── Default.xml.gz │ ├── Definitions.xml │ ├── Definitions.xml.gz │ ├── Disabled.htm │ ├── Discovery.ico │ ├── DiscoveryBlue.ico │ ├── DiscoveryGray.ico │ ├── DownloadMonitor.ico │ ├── Downloads.ico │ ├── Envy.ico │ ├── Envy.rc2 │ ├── Executable.ico │ ├── Fake.ico │ ├── File.ico │ ├── FileNotFound.htm │ ├── Firewalled.ico │ ├── FlagEnglish.ico │ ├── FolderClosed.ico │ ├── FolderOpen.ico │ ├── FontSymbols.bmp │ ├── Hand.cur │ ├── Hash.ico │ ├── HashMismatch.htm │ ├── Help.ico │ ├── HitMonitor.ico │ ├── Home.ico │ ├── HomeHeader.png │ ├── HomeHeaderRepeat.png │ ├── HostCache.ico │ ├── IRC.ico │ ├── LargeLogo.png │ ├── Library.ico │ ├── Locked.ico │ ├── Logo.png │ ├── Mail.ico │ ├── Manifest.xml │ ├── Media.ico │ ├── MediaStates.bmp │ ├── Move.cur │ ├── MoveXP.cur │ ├── MusicBrainz.bmp │ ├── Navbar.bmp │ ├── NavbarAlpha.bmp │ ├── NavbarAlphaRTL.bmp │ ├── NavbarRTL.bmp │ ├── Network.ico │ ├── Open.ico │ ├── PacketIn.ico │ ├── PacketOut.ico │ ├── Packets.ico │ ├── PanelMark.alt.bmp │ ├── PanelMark.bmp │ ├── Partial.ico │ ├── PointerArrowIn.ico │ ├── PointerArrowOut.ico │ ├── Preview.ico │ ├── Properties.ico │ ├── Protocols.24.png │ ├── Protocols.png │ ├── QRCode.png │ ├── RatingAverage.ico │ ├── RatingFake.ico │ ├── RatingGood.ico │ ├── RemoteWnd.bmp │ ├── Scheduler.ico │ ├── SchemaMappings.xml.gz │ ├── Search.ico │ ├── SearchArtist.ico │ ├── SearchFolder.ico │ ├── Security.ico │ ├── Skin.ico │ ├── SmallStar.bmp │ ├── Smiley.ico │ ├── Social.24.png │ ├── Social.png │ ├── SortAsc.bmp │ ├── SortDesc.bmp │ ├── Star.ico │ ├── Style.css │ ├── System.ico │ ├── TaskBoxCaption.bmp │ ├── TaskPanelFooter.bmp │ ├── TickClosed.ico │ ├── TickClosedHover.ico │ ├── TickOpened.ico │ ├── TickOpenedHover.ico │ ├── Traffic.ico │ ├── Unstable.ico │ ├── UpDownArrow.ico │ ├── Uploads.ico │ ├── Users.ico │ ├── WebURL.ico │ ├── WizardDot.ico │ ├── World.ico │ ├── favicon.ico │ └── gzip.exe ├── Resource.h ├── ResourceList.bat ├── ResultFilters.cpp ├── ResultFilters.h ├── Revision.h ├── Revision.js ├── RichDocument.cpp ├── RichDocument.h ├── RichElement.cpp ├── RichElement.h ├── RichFragment.cpp ├── RichFragment.h ├── RichViewCtrl.cpp ├── RichViewCtrl.h ├── RouteCache.cpp ├── RouteCache.h ├── SQLite.cpp ├── SQLite.h ├── Scheduler.cpp ├── Scheduler.h ├── Schema.cpp ├── Schema.h ├── SchemaCache.cpp ├── SchemaCache.h ├── SchemaChild.cpp ├── SchemaChild.h ├── SchemaMember.cpp ├── SchemaMember.h ├── SearchManager.cpp ├── SearchManager.h ├── SecureRule.cpp ├── SecureRule.h ├── Security.cpp ├── Security.h ├── Settings.cpp ├── Settings.h ├── ShakeNeighbour.cpp ├── ShakeNeighbour.h ├── ShareMonkeyData.cpp ├── ShareMonkeyData.h ├── SharedFile.cpp ├── SharedFile.h ├── SharedFolder.cpp ├── SharedFolder.h ├── Shell.h ├── ShellIcons.cpp ├── ShellIcons.h ├── Skin.cpp ├── Skin.h ├── SkinWindow.cpp ├── SkinWindow.h ├── Statistics.cpp ├── Statistics.h ├── StdAfx.cpp ├── StdAfx.h ├── StreamArchive.h ├── Strings.cpp ├── Strings.h ├── ThreadImpl.h ├── ThumbCache.cpp ├── ThumbCache.h ├── Transfer.cpp ├── Transfer.h ├── TransferFile.cpp ├── TransferFile.h ├── Transfers.cpp ├── Transfers.h ├── UPnP.h ├── UPnPFinder.cpp ├── UPnPFinder.h ├── UPnPNAT.cpp ├── UPnPNAT.h ├── UploadFile.cpp ├── UploadFile.h ├── UploadFiles.cpp ├── UploadFiles.h ├── UploadQueue.cpp ├── UploadQueue.h ├── UploadQueues.cpp ├── UploadQueues.h ├── UploadTransfer.cpp ├── UploadTransfer.h ├── UploadTransferBT.cpp ├── UploadTransferBT.h ├── UploadTransferDC.cpp ├── UploadTransferDC.h ├── UploadTransferED2K.cpp ├── UploadTransferED2K.h ├── UploadTransferHTTP.cpp ├── UploadTransferHTTP.h ├── Uploads.cpp ├── Uploads.h ├── VendorCache.cpp ├── VendorCache.h ├── VersionChecker.cpp ├── VersionChecker.h ├── WebServices.cpp ├── WebServices.h ├── WindowManager.cpp ├── WindowManager.h ├── WizardConnectionPage.cpp ├── WizardConnectionPage.h ├── WizardFinishedPage.cpp ├── WizardFinishedPage.h ├── WizardFoldersPage.cpp ├── WizardFoldersPage.h ├── WizardInterfacePage.cpp ├── WizardInterfacePage.h ├── WizardNetworksPage.cpp ├── WizardNetworksPage.h ├── WizardProfilePage.cpp ├── WizardProfilePage.h ├── WizardSharePage.cpp ├── WizardSharePage.h ├── WizardSheet.cpp ├── WizardSheet.h ├── WizardWelcomePage.cpp ├── WizardWelcomePage.h ├── WndBaseMatch.cpp ├── WndBaseMatch.h ├── WndBrowseHost.cpp ├── WndBrowseHost.h ├── WndChat.cpp ├── WndChat.h ├── WndChild.cpp ├── WndChild.h ├── WndDiscovery.cpp ├── WndDiscovery.h ├── WndDownloads.cpp ├── WndDownloads.h ├── WndHashProgressBar.cpp ├── WndHashProgressBar.h ├── WndHitMonitor.cpp ├── WndHitMonitor.h ├── WndHome.cpp ├── WndHome.h ├── WndHostCache.cpp ├── WndHostCache.h ├── WndIRC.cpp ├── WndIRC.h ├── WndLibrary.cpp ├── WndLibrary.h ├── WndMain.cpp ├── WndMain.h ├── WndMedia.cpp ├── WndMedia.h ├── WndMonitor.cpp ├── WndMonitor.h ├── WndNeighbours.cpp ├── WndNeighbours.h ├── WndPacket.cpp ├── WndPacket.h ├── WndPanel.cpp ├── WndPanel.h ├── WndPlugin.cpp ├── WndPlugin.h ├── WndPrivateChat.cpp ├── WndPrivateChat.h ├── WndScheduler.cpp ├── WndScheduler.h ├── WndSearch.cpp ├── WndSearch.h ├── WndSearchMonitor.cpp ├── WndSearchMonitor.h ├── WndSecurity.cpp ├── WndSecurity.h ├── WndSettingsPage.cpp ├── WndSettingsPage.h ├── WndSettingsSheet.cpp ├── WndSettingsSheet.h ├── WndSystem.cpp ├── WndSystem.h ├── WndTraffic.cpp ├── WndTraffic.h ├── WndUploads.cpp ├── WndUploads.h ├── WorldGPS.cpp ├── WorldGPS.h ├── XML.cpp ├── XML.h ├── XML.inl ├── XMLCOM.cpp ├── XMLCOM.h ├── ZIPFile.cpp ├── ZIPFile.h ├── ZLib.cpp ├── ZLib.h ├── qrencode.c └── qrencode.h ├── HashLib ├── ED2K.cpp ├── ED2K.h ├── HashLib.Intel.icproj ├── HashLib.cpp ├── HashLib.h ├── HashLib.rc ├── HashLib.vcproj ├── HashLib.vcxproj ├── HashLib.vcxproj.filters ├── HashTest │ ├── HashTest.Intel.icproj │ ├── HashTest.cpp │ ├── HashTest.sln │ ├── HashTest.vcproj │ ├── HashTest.vcxproj │ ├── HashTest.vcxproj.filters │ ├── stdafx.cpp │ └── stdafx.h ├── MD4.32.asm ├── MD4.cpp ├── MD4.h ├── MD5.32.asm ├── MD5.cpp ├── MD5.h ├── Resource.h ├── SHA.32.asm ├── SHA.cpp ├── SHA.h ├── Tiger.32.asm ├── TigerTree.cpp ├── TigerTree.h ├── Utility.hpp ├── stdafx.cpp └── stdafx.h ├── Installer ├── Filter │ ├── AdultFilter.dat │ ├── Albanian.dat │ ├── Catalan.dat │ ├── Chinese.dat │ ├── Dutch.dat │ ├── French.dat │ ├── German.dat │ ├── Greek.dat │ ├── Hebrew.dat │ ├── Italian.dat │ ├── Lithuanian.dat │ ├── Portuguese.dat │ ├── Russian.dat │ ├── Slovenian.dat │ ├── Spanish.dat │ └── Swedish.dat ├── InnoSetup │ ├── Default.isl │ ├── ISCC.exe │ ├── ISCmplr.dll │ ├── ISPP.dll │ ├── ISPPBuiltins.iss │ ├── License.txt │ ├── Setup.e32 │ ├── SetupLdr.e32 │ ├── Version.txt │ └── islzma.dll ├── Installer.vcproj ├── Installer.vcxproj ├── Languages │ ├── Afrikaans.isl │ ├── Albanian.isl │ ├── Arabic.isl │ ├── Catalan.isl │ ├── Chinese-Simple.isl │ ├── Chinese-Traditional.isl │ ├── Croatian.isl │ ├── Czech.isl │ ├── Danish.isl │ ├── Dutch.isl │ ├── English-UK.isl │ ├── Estonian.isl │ ├── Finnish.isl │ ├── French.isl │ ├── German.isl │ ├── Greek.isl │ ├── Hebrew.isl │ ├── Hungarian.isl │ ├── Italian.isl │ ├── Japanese.isl │ ├── Korean.isl │ ├── Lithuanian.isl │ ├── Norwegian.isl │ ├── Polish.isl │ ├── Portuguese-Brazil.isl │ ├── Portuguese.isl │ ├── Romanian.isl │ ├── Russian.isl │ ├── Serbian.isl │ ├── Slovenian.isl │ ├── Spanish-Mexican.isl │ ├── Spanish.isl │ ├── Swedish.isl │ ├── Turkish.isl │ └── Ukrainian.isl ├── License │ ├── AGPLv3.png │ ├── Afrikaans.rtf │ ├── Albanian.rtf │ ├── Arabic.rtf │ ├── Catalan.rtf │ ├── Chinese-Simple.rtf │ ├── Chinese-Traditional.rtf │ ├── Czech.rtf │ ├── Danish.rtf │ ├── Default.rtf │ ├── Dutch.rtf │ ├── Estonian.rtf │ ├── Finnish.rtf │ ├── French.rtf │ ├── GNU Affero General Public License (AGPL 3.0).url │ ├── German.rtf │ ├── Greek.rtf │ ├── Hebrew.rtf │ ├── Hungarian.rtf │ ├── Italian.rtf │ ├── Japanese.rtf │ ├── Korean.rtf │ ├── License (AGPLv3).html │ ├── Lithuanian.rtf │ ├── Norwegian.rtf │ ├── PPD.txt │ ├── Polish.rtf │ ├── Portuguese.rtf │ ├── Russian.rtf │ ├── Serbian.rtf │ ├── Spanish.rtf │ ├── Swedish.rtf │ ├── Turkish.rtf │ └── Unofficial Translations of the GPL v3.0.url ├── Res │ ├── CornerLogo.125.bmp │ ├── CornerLogo.150.bmp │ ├── CornerLogo.200.bmp │ ├── CornerLogo.bmp │ ├── Install.ico │ ├── Sidebar.125.bmp │ ├── Sidebar.150.bmp │ ├── Sidebar.200.bmp │ ├── Sidebar.bmp │ └── Uninstall.ico └── Scripts │ ├── CommandLine.txt │ ├── Languages.iss │ ├── Main.iss │ ├── Pages.iss │ └── Settings.iss ├── Languages ├── Poedit │ ├── af.po │ ├── alt.po │ ├── ar.po │ ├── ca.po │ ├── cz.po │ ├── de.po │ ├── ee.po │ ├── en.po │ ├── en.pot │ ├── es.po │ ├── fi.po │ ├── fr.po │ ├── gr.po │ ├── he.po │ ├── hr.po │ ├── hu.po │ ├── it.po │ ├── ja.po │ ├── ko.po │ ├── lt.po │ ├── nl.po │ ├── no.po │ ├── pl.po │ ├── pt.po │ ├── ru.po │ ├── sl.po │ ├── sq.po │ ├── sr.po │ ├── sv.po │ ├── tr.po │ ├── zhs.po │ └── zht.po ├── Tools │ ├── ReadMe.txt │ ├── SkinExtract.exe │ ├── SkinExtract │ │ ├── ReadMe.txt │ │ ├── SkinExtract.cpp │ │ ├── SkinExtract.sln │ │ ├── SkinExtract.vcproj │ │ ├── SkinExtract.vcxproj │ │ ├── SkinExtract.vcxproj.filters │ │ ├── StdAfx.cpp │ │ └── StdAfx.h │ ├── SkinTranslate.exe │ ├── SkinTranslate │ │ ├── ReadMe.txt │ │ ├── Resource.h │ │ ├── SkinTranslate.cpp │ │ ├── SkinTranslate.h │ │ ├── SkinTranslate.rc │ │ ├── SkinTranslate.sln │ │ ├── SkinTranslate.vcproj │ │ ├── SkinTranslate.vcxproj │ │ ├── SkinTranslate.vcxproj.filters │ │ ├── StdAfx.cpp │ │ ├── StdAfx.h │ │ ├── make po.cmd │ │ ├── make pot.cmd │ │ └── make xml.cmd │ ├── SkinUpdater.Common.dll │ ├── SkinUpdater.exe │ ├── SkinUpdater │ │ ├── Common │ │ │ ├── AbstractGenericPageView.Designer.cs │ │ │ ├── AbstractGenericPageView.cs │ │ │ ├── AbstractGenericPageView.resx │ │ │ ├── CommandTipPageViewImpl.Designer.cs │ │ │ ├── CommandTipPageViewImpl.cs │ │ │ ├── ControlTipPageViewImpl.Designer.cs │ │ │ ├── ControlTipPageViewImpl.cs │ │ │ ├── DialogPageViewImpl.Designer.cs │ │ │ ├── DialogPageViewImpl.cs │ │ │ ├── EditorTabControl.Designer.cs │ │ │ ├── EditorTabControl.cs │ │ │ ├── EditorTabControl.resx │ │ │ ├── EnvySkin.cs │ │ │ ├── EnvySkin.xsd │ │ │ ├── EventArgs.cs │ │ │ ├── IPageView.cs │ │ │ ├── ImplementedViews.cs │ │ │ ├── LanguageSelection.Designer.cs │ │ │ ├── LanguageSelection.cs │ │ │ ├── LanguageSelection.resx │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Settings.Designer.cs │ │ │ ├── Settings.settings │ │ │ ├── StringPageViewImpl.Designer.cs │ │ │ ├── StringPageViewImpl.cs │ │ │ ├── UpdaterCommon.csproj │ │ │ ├── XmlSerializerBase.cs │ │ │ ├── XmlViewBox.Designer.cs │ │ │ ├── XmlViewBox.cs │ │ │ ├── XmlViewBox.resx │ │ │ └── app.config │ │ ├── MainForm.Designer.cs │ │ ├── MainForm.cs │ │ ├── MainForm.resx │ │ ├── Program.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── SkinUpdater.csproj │ │ └── SkinUpdater.sln │ ├── extract.bat │ ├── make po pause.bat │ ├── make po.bat │ ├── make pot.bat │ ├── make xml.bat │ └── update.bat ├── af.ico ├── af.xml ├── alt.ico ├── alt.xml ├── ar.ico ├── ar.xml ├── ca.ico ├── ca.xml ├── cz.ico ├── cz.xml ├── de.ico ├── de.xml ├── ee.ico ├── ee.xml ├── en.ico ├── en.xml ├── es.ico ├── es.xml ├── fi.ico ├── fi.xml ├── fr.ico ├── fr.xml ├── gr.ico ├── gr.xml ├── he.ico ├── he.xml ├── hr.ico ├── hr.xml ├── hu.ico ├── hu.xml ├── it.ico ├── it.xml ├── ja.ico ├── ja.xml ├── ko.ico ├── ko.xml ├── lt.ico ├── lt.xml ├── nl.ico ├── nl.xml ├── no.ico ├── no.xml ├── pl.ico ├── pl.xml ├── pt.ico ├── pt.xml ├── ru.ico ├── ru.xml ├── sl.ico ├── sl.xml ├── sq.ico ├── sq.xml ├── sr.ico ├── sr.xml ├── sv.ico ├── sv.xml ├── tr.ico ├── tr.xml ├── zhs.ico ├── zhs.xml ├── zht.ico └── zht.xml ├── Plugins ├── 7ZipBuilder │ ├── 7ZipBuilder.cpp │ ├── 7ZipBuilder.def │ ├── 7ZipBuilder.idl │ ├── 7ZipBuilder.rc │ ├── 7ZipBuilder.rgs │ ├── 7ZipBuilder.vcproj │ ├── 7ZipBuilder.vcxproj │ ├── 7ZipBuilder.vcxproj.filters │ ├── 7zip │ │ ├── 7zTypes.h │ │ ├── IArchive.h │ │ ├── IDecl.h │ │ ├── IProgress.h │ │ ├── IStream.h │ │ ├── MyTypes.h │ │ ├── MyWindows.h │ │ └── PropID.h │ ├── 7zxa.64.dll │ ├── 7zxa.dll │ ├── Class.cpp │ ├── Class.h │ ├── Class.rgs │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ └── Version.txt ├── Common │ └── Envy.idl ├── DocumentReader │ ├── CoreUtils.cpp │ ├── DocProperties.cpp │ ├── DocReader.cpp │ ├── DocReader.h │ ├── DocReader.rgs │ ├── DocumentReader.cpp │ ├── DocumentReader.def │ ├── DocumentReader.idl │ ├── DocumentReader.rc │ ├── DocumentReader.rgs │ ├── DocumentReader.vcproj │ ├── DocumentReader.vcxproj │ ├── DocumentReader.vcxproj.filters │ ├── Globals.h │ ├── Palette.h │ ├── PropItem.cpp │ ├── Resource.h │ ├── StdAfx.cpp │ └── StdAfx.h ├── FictionBookReader │ ├── AssemblyInfo.cs │ ├── EnvyBook.cs │ ├── FictionBook.cs │ ├── FictionBookImage.cs │ ├── FictionBookReader.cs │ ├── FictionBookReader.csproj │ ├── FictionBookReader.sln │ ├── GenreMap.cs │ ├── Hresults.cs │ ├── Readme.txt │ ├── reg.bat │ └── tlbimport.bat ├── GFLImageServices │ ├── GFLImageServices.cpp │ ├── GFLImageServices.def │ ├── GFLImageServices.idl │ ├── GFLImageServices.rc │ ├── GFLImageServices.rgs │ ├── GFLImageServices.vcproj │ ├── GFLImageServices.vcxproj │ ├── GFLImageServices.vcxproj.filters │ ├── GFLReader.cpp │ ├── GFLReader.h │ ├── GFLReader.rgs │ ├── Resource.h │ ├── StdAfx.cpp │ └── StdAfx.h ├── GFLLibraryBuilder │ ├── Builder.cpp │ ├── Builder.h │ ├── Builder.rgs │ ├── GFLLibraryBuilder.cpp │ ├── GFLLibraryBuilder.def │ ├── GFLLibraryBuilder.idl │ ├── GFLLibraryBuilder.rc │ ├── GFLLibraryBuilder.rgs │ ├── GFLLibraryBuilder.vcproj │ ├── GFLLibraryBuilder.vcxproj │ ├── GFLLibraryBuilder.vcxproj.filters │ ├── Resource.h │ ├── StdAfx.cpp │ └── StdAfx.h ├── ImageViewer │ ├── CommandImages.png │ ├── GrabMove.cur │ ├── Image.cpp │ ├── Image.h │ ├── Image.ico │ ├── ImageViewer.cpp │ ├── ImageViewer.def │ ├── ImageViewer.h │ ├── ImageViewer.idl │ ├── ImageViewer.rc │ ├── ImageViewer.rgs │ ├── ImageViewer.vcproj │ ├── ImageViewer.vcxproj │ ├── ImageViewer.vcxproj.filters │ ├── ImageViewerPlugin.cpp │ ├── ImageViewerPlugin.h │ ├── ImageViewerps.def │ ├── ImageWindow.cpp │ ├── ImageWindow.h │ ├── Resource.h │ ├── Skin.xml │ ├── StdAfx.cpp │ └── StdAfx.h ├── MediaImageServices │ ├── MediaImageServices.cpp │ ├── MediaImageServices.def │ ├── MediaImageServices.idl │ ├── MediaImageServices.rc │ ├── MediaImageServices.rgs │ ├── MediaImageServices.vcproj │ ├── MediaImageServices.vcxproj │ ├── MediaImageServices.vcxproj.filters │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── VideoReader.cpp │ ├── VideoReader.h │ ├── VideoReader.rgs │ └── qedit.h ├── MediaLibraryBuilder │ ├── Builder.cpp │ ├── Builder.h │ ├── Builder.rgs │ ├── MediaLibraryBuilder.cpp │ ├── MediaLibraryBuilder.def │ ├── MediaLibraryBuilder.idl │ ├── MediaLibraryBuilder.rc │ ├── MediaLibraryBuilder.rgs │ ├── MediaLibraryBuilder.vcproj │ ├── MediaLibraryBuilder.vcxproj │ ├── MediaLibraryBuilder.vcxproj.filters │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ └── qedit.h ├── MediaPlayer │ ├── Envy.h │ ├── Filter.rgs │ ├── MediaPlayer.cpp │ ├── MediaPlayer.def │ ├── MediaPlayer.idl │ ├── MediaPlayer.rc │ ├── MediaPlayer.rgs │ ├── MediaPlayer.vcproj │ ├── MediaPlayer.vcxproj │ ├── MediaPlayer.vcxproj.filters │ ├── Player.cpp │ ├── Player.h │ ├── Player.rgs │ ├── Resource.h │ ├── StdAfx.cpp │ └── StdAfx.h ├── NETInterop │ ├── Envy.Interop.dll │ ├── Envy.snk │ ├── Envy.tlb │ ├── FictionBookReader.dll │ └── FictionBookReader │ │ ├── AssemblyInfo.cs │ │ ├── EnvyBook.cs │ │ ├── FictionBook.cs │ │ ├── FictionBookImage.cs │ │ ├── FictionBookInstaller.vdproj │ │ ├── FictionBookReader.VS2008.sln │ │ ├── FictionBookReader.cs │ │ ├── FictionBookReader.csproj │ │ ├── GenreMap.cs │ │ ├── Hresults.cs │ │ ├── Install.ico │ │ ├── Readme.txt │ │ ├── reg.bat │ │ └── tlbimport.bat ├── PluginWizard │ ├── Image Service Plugin Template │ │ ├── #PROJECT#.cpp │ │ ├── #PROJECT#.def │ │ ├── #PROJECT#.idl │ │ ├── #PROJECT#.rc │ │ ├── #PROJECT#.rgs │ │ ├── #PROJECT#.vcproj │ │ ├── #PROJECT#.vcxproj │ │ ├── #PROJECT#.vcxproj.filters │ │ ├── Class.cpp │ │ ├── Class.h │ │ ├── Class.rgs │ │ ├── Resource.h │ │ ├── StdAfx.cpp │ │ └── StdAfx.h │ ├── Library Builder Plugin Template │ │ ├── #PROJECT#.cpp │ │ ├── #PROJECT#.def │ │ ├── #PROJECT#.idl │ │ ├── #PROJECT#.rc │ │ ├── #PROJECT#.rgs │ │ ├── #PROJECT#.vcproj │ │ ├── #PROJECT#.vcxproj │ │ ├── #PROJECT#.vcxproj.filters │ │ ├── Class.cpp │ │ ├── Class.h │ │ ├── Class.rgs │ │ ├── Resource.h │ │ ├── StdAfx.cpp │ │ └── StdAfx.h │ └── PluginBuilder.exe ├── Preview │ ├── ConfigDlg.cpp │ ├── ConfigDlg.h │ ├── Icon.ico │ ├── Preview.cpp │ ├── Preview.def │ ├── Preview.idl │ ├── Preview.rc │ ├── Preview.rgs │ ├── Preview.sln │ ├── Preview.vcproj │ ├── Preview.vcxproj │ ├── Preview.vcxproj.filters │ ├── PreviewPlugin.cpp │ ├── PreviewPlugin.h │ ├── PreviewPlugin.rgs │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── dllmain.cpp │ └── dllmain.h ├── RARBuilder │ ├── Class.cpp │ ├── Class.h │ ├── Class.rgs │ ├── RARBuilder.cpp │ ├── RARBuilder.def │ ├── RARBuilder.idl │ ├── RARBuilder.rc │ ├── RARBuilder.rgs │ ├── RARBuilder.vcproj │ ├── RARBuilder.vcxproj │ ├── RARBuilder.vcxproj.filters │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── Unrar License.txt │ ├── Unrar.dll │ ├── Unrar.h │ ├── Unrar64.dll │ └── Version.txt ├── RatDVDPlugin │ ├── ClassFactory.cpp │ ├── CoreUtils.cpp │ ├── Globals.h │ ├── RatDVD.ico │ ├── RatDVDPlugin.cpp │ ├── RatDVDPlugin.h │ ├── RatDVDPlugin.rgs │ ├── RatDVDReader.cpp │ ├── RatDVDReader.def │ ├── RatDVDReader.idl │ ├── RatDVDReader.rc │ ├── RatDVDReader.rgs │ ├── RatDVDReader.vcproj │ ├── RatDVDReader.vcxproj │ ├── RatDVDReader.vcxproj.filters │ ├── Resource.h │ ├── StdAfx.cpp │ └── StdAfx.h ├── SWFPlugin │ ├── Resource.h │ ├── SWFBuilder.cpp │ ├── SWFBuilder.h │ ├── SWFBuilder.rgs │ ├── SWFPlugin.cpp │ ├── SWFPlugin.def │ ├── SWFPlugin.idl │ ├── SWFPlugin.rc │ ├── SWFPlugin.rgs │ ├── SWFPlugin.vcproj │ ├── SWFPlugin.vcxproj │ ├── SWFPlugin.vcxproj.filters │ ├── SWFReader.cpp │ ├── SWFReader.h │ ├── SWFReader.rgs │ ├── StdAfx.cpp │ └── StdAfx.h ├── SearchExport │ ├── Icon.ico │ ├── Plugin.cpp │ ├── Plugin.h │ ├── Plugin.rgs │ ├── Resource.h │ ├── SearchExport.cpp │ ├── SearchExport.def │ ├── SearchExport.idl │ ├── SearchExport.rc │ ├── SearchExport.rgs │ ├── SearchExport.vcproj │ ├── SearchExport.vcxproj │ ├── SearchExport.vcxproj.filters │ ├── SearchExport_32.nsi │ ├── SearchExport_64.nsi │ ├── StdAfx.cpp │ └── StdAfx.h ├── ShortURL │ ├── Add.ico │ ├── CommandImages.png │ ├── Delete.ico │ ├── Down.ico │ ├── OptionsDlg.cpp │ ├── OptionsDlg.h │ ├── Plugin.cpp │ ├── Plugin.h │ ├── Plugin.rgs │ ├── Resource.h │ ├── ShortURL.cpp │ ├── ShortURL.def │ ├── ShortURL.ico │ ├── ShortURL.idl │ ├── ShortURL.rc │ ├── ShortURL.rgs │ ├── ShortURL.vcproj │ ├── ShortURL.vcxproj │ ├── ShortURL.vcxproj.filters │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── Test.ico │ └── Up.ico ├── SkinScan │ ├── Class.cpp │ ├── Class.h │ ├── Class.rgs │ ├── Resource.h │ ├── SkinScan.cpp │ ├── SkinScan.def │ ├── SkinScan.idl │ ├── SkinScan.rc │ ├── SkinScan.rgs │ ├── SkinScan.vcproj │ ├── SkinScan.vcxproj │ ├── SkinScan.vcxproj.filters │ ├── StdAfx.cpp │ └── StdAfx.h ├── TextViewer │ ├── Commands.bmp │ ├── PPD.txt │ ├── Resource.h │ ├── Select.cur │ ├── Skin.xml │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── Text.cpp │ ├── Text.h │ ├── Text.ico │ ├── TextViewer.cpp │ ├── TextViewer.def │ ├── TextViewer.idl │ ├── TextViewer.rc │ ├── TextViewer.rgs │ ├── TextViewer.vcproj │ ├── TextViewer.vcxproj │ ├── TextViewer.vcxproj.filters │ ├── TextViewerPlugin.cpp │ ├── TextViewerPlugin.h │ ├── TextViewerps.def │ ├── TextWindow.cpp │ └── TextWindow.h ├── VirusTotal │ ├── Plugin.cpp │ ├── Plugin.h │ ├── Plugin.rgs │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── VirusTotal.cpp │ ├── VirusTotal.def │ ├── VirusTotal.ico │ ├── VirusTotal.idl │ ├── VirusTotal.rc │ ├── VirusTotal.rgs │ ├── VirusTotal.vcproj │ ├── VirusTotal.vcxproj │ └── VirusTotal.vcxproj.filters ├── WebHook │ ├── 3000.html │ ├── Object.cpp │ ├── Object.h │ ├── Object.rgs │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── WebHook.cpp │ ├── WebHook.def │ ├── WebHook.idl │ ├── WebHook.rc │ ├── WebHook.rgs │ ├── WebHook32.vcproj │ ├── WebHook32.vcxproj │ ├── WebHook32.vcxproj.filters │ ├── WebHook64.vcproj │ ├── WebHook64.vcxproj │ └── WebHook64.vcxproj.filters ├── WindowsThumbnail │ ├── Icon.ico │ ├── ImageService.cpp │ ├── ImageService.h │ ├── ImageService.rgs │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── WindowsThumbnail.cpp │ ├── WindowsThumbnail.idl │ ├── WindowsThumbnail.rc │ ├── WindowsThumbnail.rgs │ ├── WindowsThumbnail.vcproj │ ├── WindowsThumbnail.vcxproj │ └── WindowsThumbnail.vcxproj.filters └── ZIPBuilder │ ├── Class.cpp │ ├── Class.h │ ├── Class.rgs │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── ZIPBuilder.cpp │ ├── ZIPBuilder.def │ ├── ZIPBuilder.idl │ ├── ZIPBuilder.rc │ ├── ZIPBuilder.rgs │ ├── ZIPBuilder.vcproj │ ├── ZIPBuilder.vcxproj │ └── ZIPBuilder.vcxproj.filters ├── ReadMe.txt ├── Remote ├── Envy.css ├── Readme.txt ├── Remote.xlsx ├── Resources │ └── Envy.css ├── Translations.txt ├── downloadsBottom.html ├── downloadsDownload.html ├── downloadsFooter.html ├── downloadsHeader.html ├── downloadsSource.html ├── downloadsTab.html ├── downloadsTop.html ├── head.html ├── home.html ├── login.html ├── networkFooter.html ├── networkHeader.html ├── networkNetEnd.html ├── networkNetStart.html ├── networkRow.html ├── searchBottom.html ├── searchColumn.html ├── searchFooter.html ├── searchHeader.html ├── searchMiddle.html ├── searchNew.html ├── searchRowColumn.html ├── searchRowEnd.html ├── searchRowStart.html ├── searchTab.html ├── searchTop.html ├── tail.html ├── uploadsFile.html ├── uploadsFooter.html ├── uploadsHeader.html ├── uploadsQueueEnd.html └── uploadsQueueStart.html ├── Repository ├── Archives │ ├── DlgFileProperties.cpp │ ├── DlgFileProperties.h │ └── MinMax.hpp ├── Documents │ ├── Hashes.txt │ └── ShareazaCommits.txt ├── Icons │ └── Icons.xml ├── Images │ ├── Envy.ico │ ├── Envy.svg │ ├── Envy100.png │ ├── Envy12.png │ ├── Envy120.png │ ├── Envy16.png │ ├── Envy160.png │ ├── Envy170.png │ ├── Envy18.png │ ├── Envy20.Skew.png │ ├── Envy20.png │ ├── Envy24.png │ ├── Envy24Sq.png │ ├── Envy256.min.png │ ├── Envy256.png │ ├── Envy32.png │ ├── Envy48.clean.min.png │ ├── Envy48.clean.png │ ├── Envy48.min.png │ ├── Envy48.png │ ├── Envy48.pre.png │ ├── Envy64.min.png │ ├── Envy64.png │ ├── Envy9.png │ ├── Envy90.min.png │ ├── Envy90.png │ ├── EnvyLove.ico │ ├── EnvyLove16.png │ ├── EnvyLove20.png │ ├── EnvyLove24.png │ ├── EnvyLove256.min.png │ ├── EnvyLove256.png │ ├── EnvyLove32.png │ ├── EnvyLove48.min.png │ ├── EnvyLove48.png │ ├── EnvyRaw256.png │ ├── EnvyRaw256Love.png │ ├── EnvyRaw48.png │ ├── EnvyT16.png │ ├── EnvyT20.png │ ├── EnvyT24.png │ ├── EnvyT256.min.png │ ├── EnvyT256.png │ ├── EnvyT32.png │ ├── EnvyT48.Alt.min.png │ ├── EnvyT48.Alt.png │ ├── EnvyT48.min.png │ ├── EnvyT48.png │ ├── EnvyText120.min.png │ ├── EnvyText120.png │ ├── EnvyText200.min.png │ ├── EnvyText200.png │ ├── EnvyText24.min.png │ ├── EnvyText24.png │ ├── EnvyText32.min.png │ ├── EnvyText32.png │ ├── EnvyText400.min.png │ ├── EnvyText400.png │ ├── EnvyText48.min.png │ ├── EnvyText48.png │ ├── EnvyText60.min.png │ ├── EnvyText60.png │ ├── EnvyText64.min.png │ ├── EnvyText64.png │ ├── EnvyText800.min.png │ ├── EnvyText800.png │ ├── EnvyText800.var.png │ ├── EnvyText96.min.png │ ├── EnvyText96.png │ ├── EnvyTorrent.ico │ ├── Flags.Flat.18x12.png │ ├── Flags.Flat.21x15.png │ ├── Flags.Flat.24x18.png │ ├── Flags.Flat.30x21.png │ ├── HomeHeader.min.png │ ├── HomeHeader.png │ ├── Legacy │ │ ├── EnvyLogo.svg │ │ ├── EnvyLogoT.svg │ │ ├── Fade48.png │ │ ├── Logo100.sqr.png │ │ ├── Logo120.png │ │ ├── Logo160.png │ │ ├── Logo180.png │ │ ├── Logo240.png │ │ ├── Logo256.png │ │ ├── Logo32.png │ │ ├── Logo48.fade.png │ │ ├── Logo48.png │ │ ├── Logo64.png │ │ ├── Logo70.png │ │ ├── Logo80.png │ │ ├── Logo86.png │ │ ├── Logo90.png │ │ ├── Logo94.png │ │ ├── LogoCorner.png │ │ ├── LogoH256.png │ │ ├── LogoH48.png │ │ ├── LogoT256.png │ │ ├── LogoT48.png │ │ ├── SplashCover.png │ │ ├── e12.png │ │ ├── e126.png │ │ ├── e16.heavy.png │ │ ├── e16.png │ │ ├── e180.png │ │ ├── e20.png │ │ ├── e24.png │ │ ├── e32.png │ │ ├── e324.png │ │ ├── e48.png │ │ ├── e60.png │ │ ├── e8.png │ │ ├── eh16.png │ │ ├── eh180.png │ │ ├── eh24.png │ │ ├── eh32.png │ │ ├── eh48.png │ │ ├── et12.png │ │ ├── et16.heavy.png │ │ ├── et16.png │ │ ├── et180.png │ │ ├── et20.png │ │ ├── et24.png │ │ ├── et32.png │ │ ├── et42.png │ │ ├── et42pad.png │ │ ├── et48.png │ │ └── et60.png │ ├── LoveRaw256T.png │ ├── SkinVista.png │ ├── Splash.HiRes.min.png │ ├── Splash.HiRes.png │ ├── Splash.min.png │ ├── Splash.png │ └── shareaza.gif ├── NavBar │ └── NavBar.xml ├── Plugins │ ├── GeoIP.xml │ └── MediaVis │ │ ├── VisPluginSample.zip │ │ ├── license.txt │ │ ├── phase.svp │ │ └── pulse.svp ├── Schemas │ ├── Comments.xsd │ ├── DCFiles.xsd │ ├── Metalink.xsd │ ├── Organizer │ │ ├── ApplicationAll.xml │ │ ├── ApplicationAll.xsd │ │ ├── ApplicationRoot.xml │ │ ├── ApplicationRoot.xsd │ │ ├── ArchiveAll.xml │ │ ├── ArchiveAll.xsd │ │ ├── ArchiveRoot.xml │ │ ├── ArchiveRoot.xsd │ │ ├── BookAll.xml │ │ ├── BookAll.xsd │ │ ├── BookFolder.Alt.ico │ │ ├── BookFolder.Safe.ico │ │ ├── BookFolder.ico │ │ ├── BookRoot.xml │ │ ├── BookRoot.xsd │ │ ├── DocumentAll.xml │ │ ├── DocumentAll.xsd │ │ ├── DocumentRoot.xml │ │ ├── DocumentRoot.xsd │ │ ├── ImageAlbum.xml │ │ ├── ImageAlbum.xsd │ │ ├── ImageAll.xml │ │ ├── ImageAll.xsd │ │ ├── ImageRoot.xml │ │ ├── ImageRoot.xsd │ │ ├── MusicAlbum.xml │ │ ├── MusicAlbum.xsd │ │ ├── MusicAlbumCollection.xml │ │ ├── MusicAlbumCollection.xsd │ │ ├── MusicAll.xml │ │ ├── MusicAll.xsd │ │ ├── MusicArtist.xml │ │ ├── MusicArtist.xsd │ │ ├── MusicArtistCollection.xml │ │ ├── MusicArtistCollection.xsd │ │ ├── MusicDisk.Safe.ico │ │ ├── MusicDisk.ico │ │ ├── MusicGenre.xml │ │ ├── MusicGenre.xsd │ │ ├── MusicGenreCollection.xml │ │ ├── MusicGenreCollection.xsd │ │ ├── MusicRoot.xml │ │ ├── MusicRoot.xsd │ │ ├── VideoAll.xml │ │ ├── VideoAll.xsd │ │ ├── VideoFilm.xml │ │ ├── VideoFilm.xsd │ │ ├── VideoFilmCollection.xml │ │ ├── VideoFilmCollection.xsd │ │ ├── VideoMusicCollection.xml │ │ ├── VideoMusicCollection.xsd │ │ ├── VideoRoot.xml │ │ ├── VideoRoot.xsd │ │ ├── VideoSeries.xml │ │ ├── VideoSeries.xsd │ │ ├── VideoSeriesCollection.xml │ │ └── VideoSeriesCollection.xsd │ ├── Profile.xsd │ ├── Scheduler.xsd │ ├── SchemaDescriptor.xsd │ ├── Security.xsd │ ├── ShareTag.xsd │ └── VendorCache.xsd ├── Scripts │ └── ResourceList.bat └── Tools │ ├── Bittorrent Tempfile Chopper.exe │ ├── KeywordTest │ ├── KeywordTest.cpp │ ├── KeywordTest.h │ ├── KeywordTest.rc │ ├── KeywordTest.vcproj │ ├── KeywordTest.vcxproj │ ├── KeywordTest.vcxproj.filters │ ├── KeywordTestDlg.cpp │ ├── KeywordTestDlg.h │ ├── Resource.h │ ├── StdAfx.cpp │ └── StdAfx.h │ ├── Pilo Torrent Tempfile Splitter.exe │ ├── RTFCompact.exe │ └── RTFCompact │ ├── RTFCompact.VS2005.vcproj │ ├── RTFCompact.VS2008.vcproj │ ├── RTFCompact.cpp │ ├── RTFCompact.h │ ├── RTFCompact.rc │ ├── RTFCompact.vcxproj │ ├── RTFCompact.vcxproj.filters │ ├── RTFCompactDlg.cpp │ ├── RTFCompactDlg.h │ ├── Res │ ├── RTFCompact.ico │ ├── RTFCompact.manifest │ └── RTFCompact.rc2 │ ├── Resource.h │ ├── stdafx.cpp │ └── stdafx.h ├── Schemas ├── AllFiles.xml ├── AllFiles.xsd ├── AllFilesFolder.Alt.ico ├── AllFilesFolder.Safe.ico ├── AllFilesFolder.ico ├── Application.Safe.ico ├── Application.ico ├── Application.xml ├── Application.xsd ├── ApplicationFolder.Alt.ico ├── ApplicationFolder.Safe.ico ├── ApplicationFolder.ico ├── ApplicationFolder.xml ├── ApplicationFolder.xsd ├── Archive.Safe.ico ├── Archive.ico ├── Archive.xml ├── Archive.xsd ├── ArchiveFolder.Alt.ico ├── ArchiveFolder.Safe.ico ├── ArchiveFolder.ico ├── ArchiveFolder.xml ├── ArchiveFolder.xsd ├── Audio.Safe.ico ├── Audio.ico ├── Audio.xml ├── Audio.xsd ├── AudioFolder.Alt.ico ├── AudioFolder.Safe.ico ├── AudioFolder.ico ├── AudioFolder.xml ├── AudioFolder.xsd ├── BitTorrent.Safe.ico ├── BitTorrent.ico ├── BitTorrent.xml ├── BitTorrent.xsd ├── BitTorrentFolder.Alt.ico ├── BitTorrentFolder.ico ├── BitTorrentFolder.xml ├── BitTorrentFolder.xsd ├── Book.Safe.ico ├── Book.ico ├── Book.xml ├── Book.xsd ├── Collection.xml ├── Collection.xsd ├── CollectionFolder.xml ├── CollectionFolder.xsd ├── Collections.Alt.ico ├── Collections.Safe.ico ├── Collections.ico ├── Database │ ├── Readme.txt │ ├── Schemas.mdb.zip │ └── Schemas.xls ├── Document.Safe.ico ├── Document.ico ├── Document.xml ├── Document.xsd ├── DocumentFolder.Alt.ico ├── DocumentFolder.Safe.ico ├── DocumentFolder.ico ├── DocumentFolder.xml ├── DocumentFolder.xsd ├── Favorites.Alt.ico ├── Favorites.Safe.ico ├── Favorites.ico ├── FavoritesFolder.xml ├── FavoritesFolder.xsd ├── Folder.Alt.ico ├── Folder.Safe.ico ├── Folder.ico ├── Folder.xml ├── Folder.xsd ├── GhostFolder.Alt.ico ├── GhostFolder.Safe.ico ├── GhostFolder.ico ├── GhostFolder.xml ├── GhostFolder.xsd ├── Image.Safe.ico ├── Image.ico ├── Image.xml ├── Image.xsd ├── ImageFolder.Alt.ico ├── ImageFolder.Safe.ico ├── ImageFolder.ico ├── ImageFolder.xml ├── ImageFolder.xsd ├── LibraryRoot.Alt.ico ├── LibraryRoot.Safe.ico ├── LibraryRoot.ico ├── LibraryRoot.xml ├── LibraryRoot.xsd ├── Love.ico ├── Presentation.Safe.ico ├── Presentation.ico ├── Presentation.xml ├── Presentation.xsd ├── ROM.Safe.ico ├── ROM.ico ├── ROM.xml ├── ROM.xsd ├── ReadMe.txt ├── SchemaDescriptor.xsd ├── SchemaMappings.xml ├── SearchFolder.Alt.ico ├── SearchFolder.Safe.ico ├── SearchFolder.ico ├── SearchFolder.xml ├── SearchFolder.xsd ├── Skin.Safe.ico ├── Skin.ico ├── Skin.xml ├── Skin.xsd ├── SourceCode.Safe.ico ├── SourceCode.ico ├── SourceCode.xml ├── SourceCode.xsd ├── Spreadsheet.Safe.ico ├── Spreadsheet.ico ├── Spreadsheet.xml ├── Spreadsheet.xsd ├── Subtitle.Safe.ico ├── Subtitle.ico ├── Subtitle.xml ├── Subtitle.xsd ├── Unsorted.ico ├── Unsorted.xml ├── Unsorted.xsd ├── UnsortedFolder.Alt.ico ├── UnsortedFolder.ico ├── UnsortedFolder.xml ├── UnsortedFolder.xsd ├── Video.Safe.ico ├── Video.ico ├── Video.xml ├── Video.xsd ├── VideoFolder.Alt.ico ├── VideoFolder.Safe.ico ├── VideoFolder.ico ├── VideoFolder.xml ├── VideoFolder.xsd ├── WindowsFolder.Alt.ico ├── WindowsFolder.Safe.ico ├── WindowsFolder.ico └── WindowsLibrary.ico ├── Services ├── BugTrap │ ├── AboutDlg.cpp │ ├── AboutDlg.h │ ├── AnimProgressBar.cpp │ ├── AnimProgressBar.h │ ├── Array.h │ ├── BTAtlWindow.h │ ├── BTMfcWindow.h │ ├── BTTrace.h │ ├── BaseStream.h │ ├── Buffer.h │ ├── BugTrap.cpp │ ├── BugTrap.def │ ├── BugTrap.h │ ├── BugTrap.rc │ ├── BugTrap.vcproj │ ├── BugTrap.vcxproj │ ├── BugTrap.vcxproj.filters │ ├── BugTrapLib │ │ ├── BTAtlWindow.h │ │ ├── BTMfcWindow.h │ │ ├── BTTrace.h │ │ ├── BugTrap.h │ │ ├── BugTrapU-x64.dll │ │ ├── BugTrapU-x64.lib │ │ ├── BugTrapU.dll │ │ └── BugTrapU.lib │ ├── BugTrapSort │ │ ├── BugTrapSort.cpp │ │ ├── BugTrapSort.ini │ │ ├── BugTrapSort.vcproj │ │ ├── BugTrapSort.vcxproj │ │ ├── BugTrapSort.vcxproj.filters │ │ ├── StdAfx.cpp │ │ ├── StdAfx.h │ │ └── TargetVer.h │ ├── BugTrapUI.cpp │ ├── BugTrapUI.h │ ├── BugTrapUtils.cpp │ ├── BugTrapUtils.h │ ├── CMapi.cpp │ ├── CMapi.h │ ├── ColHelper.cpp │ ├── ColHelper.h │ ├── CrashExplorer │ │ ├── AboutDlg.cpp │ │ ├── AboutDlg.h │ │ ├── BaseFileInfo.h │ │ ├── BaseFnInfo.h │ │ ├── BaseLineInfo.h │ │ ├── BaseProcessor.cpp │ │ ├── BaseProcessor.h │ │ ├── BaseTabItem.cpp │ │ ├── BaseTabItem.h │ │ ├── ComError.cpp │ │ ├── ComError.h │ │ ├── CrashExplorer.cpp │ │ ├── CrashExplorer.rc │ │ ├── CrashExplorer.sln │ │ ├── CrashExplorer.vcproj │ │ ├── CrashExplorer.vcxproj │ │ ├── CrashExplorer.vcxproj.filters │ │ ├── CustomDialogs.h │ │ ├── ExpressModeDlg.cpp │ │ ├── ExpressModeDlg.h │ │ ├── LayoutManager.h │ │ ├── LeakWatcher.h │ │ ├── MainDlg.cpp │ │ ├── MainDlg.h │ │ ├── ManualModeDlg.cpp │ │ ├── ManualModeDlg.h │ │ ├── MapFileData.cpp │ │ ├── MapFileData.h │ │ ├── MapFileInfo.cpp │ │ ├── MapFileInfo.h │ │ ├── MapFnInfo.cpp │ │ ├── MapFnInfo.h │ │ ├── MapLineInfo.cpp │ │ ├── MapLineInfo.h │ │ ├── MapProcessor.cpp │ │ ├── MapProcessor.h │ │ ├── MessageTip.cpp │ │ ├── MessageTip.h │ │ ├── NumEdit.cpp │ │ ├── NumEdit.h │ │ ├── PdbFileInfo.h │ │ ├── PdbFnInfo.h │ │ ├── PdbLineInfo.cpp │ │ ├── PdbLineInfo.h │ │ ├── PdbProcessor.cpp │ │ ├── PdbProcessor.h │ │ ├── RadixEdit.cpp │ │ ├── RadixEdit.h │ │ ├── RadixMenu.cpp │ │ ├── RadixMenu.h │ │ ├── RegSettings.cpp │ │ ├── RegSettings.h │ │ ├── Res │ │ │ └── Bug.ico │ │ ├── Resource.h │ │ ├── RuntimeClass.cpp │ │ ├── RuntimeClass.h │ │ ├── StdAfx.cpp │ │ ├── StdAfx.h │ │ ├── TextObject.cpp │ │ ├── TextObject.h │ │ ├── ThemeXP.cpp │ │ ├── ThemeXP.h │ │ ├── VersionInfo.h │ │ ├── WaitDlg.h │ │ ├── WinVersion.cpp │ │ └── WinVersion.h │ ├── DescribeErrorDlg.cpp │ ├── DescribeErrorDlg.h │ ├── Encoding.cpp │ ├── Encoding.h │ ├── EnumProcess.cpp │ ├── EnumProcess.h │ ├── FileStream.cpp │ ├── FileStream.h │ ├── Globals.cpp │ ├── Globals.h │ ├── Hash.h │ ├── HexView.cpp │ ├── HexView.h │ ├── HyperLink.cpp │ ├── HyperLink.h │ ├── ImageView.cpp │ ├── ImageView.h │ ├── InMemLogFile.cpp │ ├── InMemLogFile.h │ ├── InputStream.cpp │ ├── InputStream.h │ ├── InterfacePtr.h │ ├── LayoutManager.cpp │ ├── LayoutManager.h │ ├── LeakWatcher.h │ ├── List.h │ ├── LogFile.cpp │ ├── LogFile.h │ ├── LogLink.h │ ├── LogStream.cpp │ ├── LogStream.h │ ├── MachineInfoDlg.cpp │ ├── MachineInfoDlg.h │ ├── MachineStateDlg.cpp │ ├── MachineStateDlg.h │ ├── MainDlg.cpp │ ├── MainDlg.h │ ├── MemStream.cpp │ ├── MemStream.h │ ├── ModuleImportTable.cpp │ ├── ModuleImportTable.h │ ├── OutputStream.cpp │ ├── OutputStream.h │ ├── PreviewDlg.cpp │ ├── PreviewDlg.h │ ├── ReadMe.txt │ ├── Res │ │ ├── Bug.ico │ │ ├── Checkmark.bmp │ │ ├── ImageToolbar.bmp │ │ ├── KeyPair.snk │ │ ├── SortArrows.bmp │ │ └── Upload.avi │ ├── ResManager.cpp │ ├── ResManager.h │ ├── Resource.h │ ├── SendMailDlg.cpp │ ├── SendMailDlg.h │ ├── SimpleDlg.cpp │ ├── SimpleDlg.h │ ├── SmartPtr.h │ ├── Splitter.cpp │ ├── Splitter.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── StrHolder.cpp │ ├── StrHolder.h │ ├── StrStream.cpp │ ├── StrStream.h │ ├── Stream.h │ ├── SymEngine.cpp │ ├── SymEngine.h │ ├── TextFormat.cpp │ ├── TextFormat.h │ ├── TextLogFile.cpp │ ├── TextLogFile.h │ ├── TextView.cpp │ ├── TextView.h │ ├── ThemeXP.cpp │ ├── ThemeXP.h │ ├── TransferProgressDlg.cpp │ ├── TransferProgressDlg.h │ ├── VersionInfo.h │ ├── WaitCursor.cpp │ ├── WaitCursor.h │ ├── WaitDlg.cpp │ ├── WaitDlg.h │ ├── XmlLogFile.cpp │ ├── XmlLogFile.h │ ├── XmlReader.cpp │ ├── XmlReader.h │ ├── XmlWriter.cpp │ ├── XmlWriter.h │ ├── dbghelp.64.dll │ └── dbghelp.dll ├── Bzlib │ ├── Blocksort.c │ ├── Bzlib.c │ ├── Bzlib.def │ ├── Bzlib.h │ ├── Bzlib.rc │ ├── Bzlib.vcproj │ ├── Bzlib.vcxproj │ ├── Bzlib.vcxproj.filters │ ├── Bzlib_private.h │ ├── Compress.c │ ├── Crctable.c │ ├── Decompress.c │ ├── Huffman.c │ ├── License.txt │ ├── Randtable.c │ └── Resource.h ├── GeoIP │ ├── GeoIP.c │ ├── GeoIP.h │ ├── GeoIP.txt │ ├── GeoIP.vcproj │ ├── GeoIP.vcxproj │ ├── GeoIP.vcxproj.filters │ └── csv2dat │ │ ├── GeoIP.csv2dat.cpp │ │ ├── GeoIP.csv2dat.vcproj │ │ ├── GeoIP.csv2dat.vcxproj │ │ ├── GeoIP.csv2dat.vcxproj.filters │ │ ├── GetOpt.cpp │ │ └── GetOpt.h ├── LibGFL │ ├── LibGFL.h │ ├── Win32 │ │ ├── LibGFL.lib │ │ └── LibGFL340.dll │ └── x64 │ │ ├── LibGFL.lib │ │ └── LibGFL340.dll ├── LibUTP │ ├── LICENSE │ ├── README.txt │ ├── Version.txt │ ├── libutp.vcxproj │ ├── libutp.vcxproj.filters │ ├── libutp_inet_ntop.cpp │ ├── libutp_inet_ntop.h │ ├── parse_log.py │ ├── prop_sheets │ │ ├── debug.props │ │ ├── release.props │ │ ├── win32.props │ │ └── x64.props │ ├── ucat.c │ ├── utp.h │ ├── utp_api.cpp │ ├── utp_callbacks.cpp │ ├── utp_callbacks.h │ ├── utp_hash.cpp │ ├── utp_hash.h │ ├── utp_internal.cpp │ ├── utp_internal.h │ ├── utp_packedsockaddr.cpp │ ├── utp_packedsockaddr.h │ ├── utp_templates.h │ ├── utp_types.h │ ├── utp_utils.cpp │ └── utp_utils.h ├── MiniUPnP │ ├── License.txt │ ├── MiniUPnPc.rc │ ├── MiniUPnPc.vcproj │ ├── MiniUPnPc.vcxproj │ ├── MiniUPnPc.vcxproj.filters │ ├── Resource.h │ ├── Version.txt │ ├── connecthostport.c │ ├── connecthostport.h │ ├── dlldata.c │ ├── igd_desc_parse.c │ ├── igd_desc_parse.h │ ├── minisoap.c │ ├── minisoap.h │ ├── minissdpc.c │ ├── minissdpc.h │ ├── miniupnpc.c │ ├── miniupnpc.def │ ├── miniupnpc.h │ ├── miniupnpc_declspec.h │ ├── miniupnpcmodule.c │ ├── miniupnpcstrings.h │ ├── miniupnpctypes.h │ ├── miniwget.c │ ├── miniwget.h │ ├── minixml.c │ ├── minixml.h │ ├── portlistingparse.c │ ├── portlistingparse.h │ ├── receivedata.c │ ├── receivedata.h │ ├── upnpcommands.c │ ├── upnpcommands.h │ ├── upnpdev.c │ ├── upnpdev.h │ ├── upnperrors.c │ ├── upnperrors.h │ ├── upnpreplyparse.c │ └── upnpreplyparse.h ├── RestoreSettings.bat ├── SQLite │ ├── CleanupSQLite.ps1 │ ├── Readme.txt │ ├── resource.h │ ├── sqlite3.c │ ├── sqlite3.h │ ├── sqlite3.rc │ ├── sqlite3.vcproj │ ├── sqlite3.vcxproj │ └── sqlite3.vcxproj.filters ├── SaveSettings.bat ├── UnRAR │ ├── License.txt │ ├── ReadMe.txt │ ├── UnRARDLL.sln │ ├── UnRARDLL.vcproj │ ├── UnRARDLL.vcxproj │ ├── UnRARDLL.vcxproj.filters │ ├── Version.txt │ ├── arccmt.cpp │ ├── archive.cpp │ ├── archive.hpp │ ├── arcread.cpp │ ├── array.hpp │ ├── blake2s.cpp │ ├── blake2s.hpp │ ├── blake2s_sse.cpp │ ├── blake2sp.cpp │ ├── cmddata.cpp │ ├── cmddata.hpp │ ├── coder.cpp │ ├── coder.hpp │ ├── compress.hpp │ ├── consio.cpp │ ├── consio.hpp │ ├── crc.cpp │ ├── crc.hpp │ ├── crypt.cpp │ ├── crypt.hpp │ ├── crypt1.cpp │ ├── crypt2.cpp │ ├── crypt3.cpp │ ├── crypt5.cpp │ ├── dll.cpp │ ├── dll.def │ ├── dll.hpp │ ├── dll.rc │ ├── encname.cpp │ ├── encname.hpp │ ├── errhnd.cpp │ ├── errhnd.hpp │ ├── extinfo.cpp │ ├── extinfo.hpp │ ├── extract.cpp │ ├── extract.hpp │ ├── filcreat.cpp │ ├── filcreat.hpp │ ├── file.cpp │ ├── file.hpp │ ├── filefn.cpp │ ├── filefn.hpp │ ├── filestr.cpp │ ├── filestr.hpp │ ├── find.cpp │ ├── find.hpp │ ├── getbits.cpp │ ├── getbits.hpp │ ├── global.cpp │ ├── global.hpp │ ├── hardlinks.cpp │ ├── hash.cpp │ ├── hash.hpp │ ├── headers.cpp │ ├── headers.hpp │ ├── headers5.hpp │ ├── isnt.cpp │ ├── isnt.hpp │ ├── list.cpp │ ├── list.hpp │ ├── log.cpp │ ├── log.hpp │ ├── match.cpp │ ├── match.hpp │ ├── model.cpp │ ├── model.hpp │ ├── options.cpp │ ├── options.hpp │ ├── os.hpp │ ├── pathfn.cpp │ ├── pathfn.hpp │ ├── qopen.cpp │ ├── qopen.hpp │ ├── rar.cpp │ ├── rar.hpp │ ├── rardefs.hpp │ ├── raros.hpp │ ├── rarpch.cpp │ ├── rartypes.hpp │ ├── rarvm.cpp │ ├── rarvm.hpp │ ├── rarvmtbl.cpp │ ├── rawread.cpp │ ├── rawread.hpp │ ├── rdwrfn.cpp │ ├── rdwrfn.hpp │ ├── recvol.cpp │ ├── recvol.hpp │ ├── recvol3.cpp │ ├── recvol5.cpp │ ├── resource.hpp │ ├── rijndael.cpp │ ├── rijndael.hpp │ ├── rs.cpp │ ├── rs.hpp │ ├── rs16.cpp │ ├── rs16.hpp │ ├── savepos.hpp │ ├── scantree.cpp │ ├── scantree.hpp │ ├── secpassword.cpp │ ├── secpassword.hpp │ ├── sha1.cpp │ ├── sha1.hpp │ ├── sha256.cpp │ ├── sha256.hpp │ ├── smallfn.cpp │ ├── smallfn.hpp │ ├── strfn.cpp │ ├── strfn.hpp │ ├── strlist.cpp │ ├── strlist.hpp │ ├── suballoc.cpp │ ├── suballoc.hpp │ ├── system.cpp │ ├── system.hpp │ ├── threadmisc.cpp │ ├── threadpool.cpp │ ├── threadpool.hpp │ ├── timefn.cpp │ ├── timefn.hpp │ ├── ui.cpp │ ├── ui.hpp │ ├── uicommon.cpp │ ├── uiconsole.cpp │ ├── uisilent.cpp │ ├── ulinks.cpp │ ├── ulinks.hpp │ ├── unicode.cpp │ ├── unicode.hpp │ ├── unpack.cpp │ ├── unpack.hpp │ ├── unpack15.cpp │ ├── unpack20.cpp │ ├── unpack30.cpp │ ├── unpack50.cpp │ ├── unpack50frag.cpp │ ├── unpack50mt.cpp │ ├── unpackinline.cpp │ ├── version.hpp │ ├── volume.cpp │ ├── volume.hpp │ ├── win32acl.cpp │ ├── win32lnk.cpp │ └── win32stm.cpp ├── zlib │ ├── Version.txt │ ├── adler32.c │ ├── compress.c │ ├── crc32.c │ ├── crc32.h │ ├── deflate.c │ ├── deflate.h │ ├── gvmat32.asm │ ├── gvmat32c.c │ ├── gvmat64.asm │ ├── gzclose.c │ ├── gzguts.h │ ├── gzlib.c │ ├── gzread.c │ ├── gzwrite.c │ ├── infback.c │ ├── inffas32.asm │ ├── inffas8664.c │ ├── inffast.c │ ├── inffast.h │ ├── inffasx64.asm │ ├── inffixed.h │ ├── inflate.c │ ├── inflate.h │ ├── inftrees.c │ ├── inftrees.h │ ├── ioapi.c │ ├── ioapi.h │ ├── iowin32.c │ ├── iowin32.h │ ├── trees.c │ ├── trees.h │ ├── uncompr.c │ ├── unzip.c │ ├── unzip.h │ ├── zconf.h │ ├── zip.c │ ├── zip.h │ ├── zlib.def │ ├── zlib.h │ ├── zlib.rc │ ├── zlibwapi.lib │ ├── zlibwapi.txt │ ├── zlibwapi.vcproj │ ├── zlibwapi.vcxproj │ ├── zlibwapi.vcxproj.filters │ ├── zutil.c │ └── zutil.h ├── zlibwapi.64.dll └── zlibwapi.dll ├── SkinBuilder ├── AboutDlg.h ├── Includes │ ├── MS-PL.txt │ ├── Version.txt │ ├── atlapp.h │ ├── atlcrack.h │ ├── atlctrls.h │ ├── atlctrlw.h │ ├── atlctrlx.h │ ├── atlddx.h │ ├── atldlgs.h │ ├── atlframe.h │ ├── atlgdi.h │ ├── atlmisc.h │ ├── atlprint.h │ ├── atlres.h │ ├── atltheme.h │ ├── atluser.h │ └── atlwinx.h ├── MainDlg.h ├── PPD.txt ├── PageColorFont.cpp ├── PageColorFont.h ├── PageColorLocal.cpp ├── PageColorLocal.h ├── PageColorSystem.cpp ├── PageColorSystem.h ├── PageFinishCreate.cpp ├── PageFinishCreate.h ├── PageFinishOptimize.cpp ├── PageFinishOptimize.h ├── PageFinishViewXML.cpp ├── PageFinishViewXML.h ├── PageFrameChild.cpp ├── PageFrameChild.h ├── PageFrameDialog.cpp ├── PageFrameDialog.h ├── PageFrameHeader.cpp ├── PageFrameHeader.h ├── PageFrameMain.cpp ├── PageFrameMain.h ├── PageIconCommandstrip.cpp ├── PageIconCommandstrip.h ├── PageIconCustomMenu.cpp ├── PageIconCustomMenu.h ├── PageIconIndividual.cpp ├── PageIconIndividual.h ├── PageImageNavbar.cpp ├── PageImageNavbar.h ├── PageImageSidebar.cpp ├── PageImageSidebar.h ├── PageImageToolbar.cpp ├── PageImageToolbar.h ├── PageImageWatermark.cpp ├── PageImageWatermark.h ├── PageStartAbout.cpp ├── PageStartAbout.h ├── PageStartHelp.cpp ├── PageStartHelp.h ├── PageStartMetadata.cpp ├── PageStartMetadata.h ├── PageStartSetup.cpp ├── PageStartSetup.h ├── Res │ ├── Banner.bmp │ ├── Paint.ico │ ├── SkinBuilder.ico │ └── Star.ico ├── Resource.h ├── RibbonTabs.h ├── SkinBuilder.cpp ├── SkinBuilder.rc ├── SkinBuilder.vcproj ├── SkinBuilder.vcxproj ├── SkinBuilder.vcxproj.filters ├── StdAfx.cpp ├── StdAfx.h ├── Values.cpp ├── Values.h ├── XML.cpp └── XML.h ├── Skins ├── Resize │ ├── Banner.Hi.png │ ├── Banner.Slim.png │ ├── Flags.21x15.png │ ├── Flags.30x21.png │ ├── Flags.xml │ ├── HiRes.xml │ ├── Remote.HiRes.png │ └── Slim.xml ├── ShareazaOS │ ├── DownloadMonitor.ico │ ├── HomeHeader.1.png │ ├── HomeHeader.2.png │ ├── PointerArrowIn.ico │ ├── PointerArrowOut.ico │ ├── RemoteWnd.png │ ├── Shareaza.ico │ ├── ShareazaOS.Remote.xml │ ├── ShareazaOS.xml │ ├── UpDownArrow.ico │ ├── sos_area.png │ ├── sos_box.png │ ├── sos_main.png │ ├── sos_menuwm.png │ ├── sos_navbar_af.png │ ├── sos_navbar_ar.png │ ├── sos_navbar_chs.png │ ├── sos_navbar_cz.png │ ├── sos_navbar_de.png │ ├── sos_navbar_en.png │ ├── sos_navbar_es.png │ ├── sos_navbar_fi.png │ ├── sos_navbar_fr.png │ ├── sos_navbar_gr.png │ ├── sos_navbar_heb.png │ ├── sos_navbar_hr.png │ ├── sos_navbar_hu.png │ ├── sos_navbar_it.png │ ├── sos_navbar_ja.png │ ├── sos_navbar_kr.png │ ├── sos_navbar_lt.png │ ├── sos_navbar_nl.png │ ├── sos_navbar_no.png │ ├── sos_navbar_pl.png │ ├── sos_navbar_pt-br.png │ ├── sos_navbar_ru.png │ ├── sos_navbar_sv.png │ ├── sos_navbar_tr.png │ ├── sos_navbarbg.png │ └── sos_sidebg.png ├── SkinTest.envy ├── Windows 10 │ ├── BrowseBanner.png │ ├── ButtonmapIconbox.png │ ├── ButtonmapMenuSelect.png │ ├── ButtonmapMenuText.png │ ├── ButtonmapRichdoc.png │ ├── ButtonmapToolbar.png │ ├── ChildFrame.png │ ├── Dark │ │ ├── BrowseBanner.png │ │ ├── ButtonmapIconbox.png │ │ ├── ButtonmapMenuSelect.png │ │ ├── ButtonmapMenuText.png │ │ ├── ButtonmapRichdoc.png │ │ ├── ButtonmapToolbar.png │ │ ├── ChildFrame.png │ │ ├── HashWnd.png │ │ ├── Header.png │ │ ├── Highlight.png │ │ ├── HighlightGrey.png │ │ ├── Icons.png │ │ ├── IconsMedia.png │ │ ├── MenuBkg.png │ │ ├── Sidebar.png │ │ ├── Tabs.png │ │ ├── TabsBkg.png │ │ ├── TaskBar.png │ │ ├── Ticks.png │ │ ├── ToolTip.png │ │ ├── Toolbar.png │ │ └── ToolbarSeparator.png │ ├── Envy.ico │ ├── EnvyDark.ico │ ├── HashWnd.png │ ├── Header.png │ ├── Highlight.png │ ├── HighlightGrey.png │ ├── Icons.png │ ├── IconsMedia.png │ ├── MediaSlider10.png │ ├── Mediabar10.png │ ├── MenuBkg.png │ ├── Sidebar.png │ ├── Tabs.png │ ├── TabsBkg.png │ ├── TaskBar.png │ ├── Ticks.png │ ├── ToolTip.png │ ├── Toolbar.png │ ├── ToolbarSeparator.png │ ├── Windows10.Dark.HiRes.png │ ├── Windows10.Dark.png │ ├── Windows10.Dark.xml │ ├── Windows10.DarkFrames.xml │ ├── Windows10.Frames.xml │ ├── Windows10.HiRes.png │ ├── Windows10.png │ └── Windows10.xml └── Windows Collection │ ├── BrowseBanner.png │ ├── ButtonmapGroupsbar.png │ ├── ButtonmapIconbox.png │ ├── ButtonmapMenuBar.png │ ├── ButtonmapMenuSelect.png │ ├── ButtonmapMenuText.png │ ├── ButtonmapRichdoc.png │ ├── ButtonmapTaskbar.png │ ├── ButtonmapToolbar.png │ ├── Creative Commons (by-nc-sa).url │ ├── Dialog.png │ ├── DialogPanel.png │ ├── DownloadgroupsHover.png │ ├── DownloadgroupsTab.png │ ├── DownloadgroupsToolbar.png │ ├── Envy.ico │ ├── EnvyDark.ico │ ├── Frame8.png │ ├── Frame8Alt.png │ ├── FrameVista.png │ ├── Highlight.png │ ├── HighlightGrey.png │ ├── IconConnection.ico │ ├── IconsMedia.png │ ├── IconsWin7.xml │ ├── IconsWin7 │ ├── Channel.ico │ ├── ChildFrame.bmp │ ├── CommandImages.png │ ├── Discovery.ico │ ├── DiscoveryBlue.ico │ ├── DiscoveryGray.ico │ ├── Downloads.ico │ ├── File.ico │ ├── Firewalled.ico │ ├── Help.ico │ ├── HitMonitor.ico │ ├── Home.ico │ ├── HostCache.ico │ ├── IRC.ico │ ├── Library.ico │ ├── Locked.ico │ ├── Mail.ico │ ├── MediaStates.bmp │ ├── Network.ico │ ├── Packets.ico │ ├── PointerArrowIn.ico │ ├── PointerArrowOut.ico │ ├── Properties.ico │ ├── RatingAverage.ico │ ├── RatingFake.ico │ ├── RatingGood.ico │ ├── Search.ico │ ├── SearchArtist.ico │ ├── Security.ico │ ├── SmallStar.bmp │ ├── Star.ico │ ├── TickClosed.ico │ ├── TickClosedHover.ico │ ├── TickOpened.ico │ ├── TickOpenedHover.ico │ ├── Uploads.ico │ ├── Users.ico │ ├── WebURL.ico │ └── World.ico │ ├── IconsXP.xml │ ├── IconsXP │ ├── Browse.ico │ ├── ChildFrame.bmp │ ├── ClipboardXP.ico │ ├── CollectionXP.ico │ ├── ConnectXP.ico │ ├── DownloadsXP.ico │ ├── FirewalledXP.ico │ ├── HelpXP.ico │ ├── LibraryXP.ico │ ├── MenuBar.png │ ├── Minus.ico │ ├── MinusHover.ico │ ├── Plus.ico │ ├── PlusHover.ico │ ├── SearchXP.ico │ ├── ShellBaseXP.png │ ├── UploadsXP.ico │ └── ircXP.ico │ ├── MediaSlider.png │ ├── Mediabar.png │ ├── PPD.txt │ ├── Playlist.png │ ├── PlaylistHeader.png │ ├── Progress.png │ ├── ProgressEdge.png │ ├── ProgressNone.png │ ├── RemoteVista.png │ ├── Skin7.xml │ ├── Skin7 │ ├── HashWnd.png │ ├── Header.png │ ├── MenuBkg.png │ ├── MenuButtonState.png │ ├── RibbonMenubar.png │ ├── RibbonMonitorBkg.png │ ├── RibbonTabs.png │ ├── RibbonTabsBkg.png │ ├── RibbonTabsBlank.png │ ├── RibbonTabs_af.png │ ├── RibbonTabs_ch.png │ ├── RibbonTabs_cz.png │ ├── RibbonTabs_de.png │ ├── RibbonTabs_ee.png │ ├── RibbonTabs_es.png │ ├── RibbonTabs_fi.png │ ├── RibbonTabs_fr.png │ ├── RibbonTabs_gr.png │ ├── RibbonTabs_hr.png │ ├── RibbonTabs_hu.png │ ├── RibbonTabs_it.png │ ├── RibbonTabs_ja.png │ ├── RibbonTabs_ko.png │ ├── RibbonTabs_lt.png │ ├── RibbonTabs_nl.png │ ├── RibbonTabs_no.png │ ├── RibbonTabs_pl.png │ ├── RibbonTabs_pt.png │ ├── RibbonTabs_ru.png │ ├── RibbonTabs_sl.png │ ├── RibbonTabs_sq.png │ ├── RibbonTabs_sr.png │ ├── RibbonTabs_tr.png │ ├── RibbonTaskbar.png │ ├── SideBlock.png │ ├── SidebarCaption.png │ ├── SidebarFooter.jpg │ └── SidebarRepeat.png │ ├── Skin8.xml │ ├── Skin8 │ ├── ButtonmapIconbox.png │ ├── ButtonmapMenuSelect.png │ ├── ButtonmapRichdoc.png │ ├── ButtonmapToolbar.png │ ├── Checked.png │ ├── HashWnd.png │ ├── Header.png │ ├── Highlight.png │ ├── HighlightGrey.png │ ├── MenuBkg.png │ ├── ToolTip.png │ ├── Toolbar.png │ └── ToolbarSeparator.png │ ├── Skin8Alt.xml │ ├── Skin8Alt │ ├── ButtonmapTaskbar.png │ ├── HashWnd.png │ ├── RibbonMenubar.png │ ├── RibbonMonitorBkg.png │ ├── RibbonTabsBkg.png │ ├── RibbonTabsBlank.png │ ├── RibbonTaskbar.png │ ├── Sidebar.png │ └── SidebarCaption.png │ ├── Skin8AltFrames.xml │ ├── Skin8Frames.xml │ ├── SkinDark.xml │ ├── SkinDark │ ├── BrowseBanner.png │ ├── ButtonmapGroupsbar.png │ ├── ButtonmapIconbox.png │ ├── ButtonmapMenuSelect.png │ ├── ButtonmapMenuText.png │ ├── ButtonmapRichdoc.png │ ├── ButtonmapTaskbar.png │ ├── ButtonmapToolbar.png │ ├── Dialog.png │ ├── DialogPanel.png │ ├── DownloadGroupsBar.png │ ├── Hash.ico │ ├── HashWnd.png │ ├── Header.png │ ├── Highlight.png │ ├── HighlightGrey.png │ ├── IconsMedia.png │ ├── MediaSlider.png │ ├── Mediabar.png │ ├── MenuBkg.png │ ├── Playlist.png │ ├── PlaylistHeader.png │ ├── Progress.png │ ├── ProgressEdge.png │ ├── ProgressNone.png │ ├── RibbonMenubar.png │ ├── RibbonMonitorBkg.png │ ├── RibbonTabsBkg.png │ ├── RibbonTabsBlank.png │ ├── RibbonTaskbar.png │ ├── Sidebar.png │ ├── SidebarCaption.png │ ├── Ticks.png │ ├── ToolTip.png │ ├── Toolbar.png │ └── ToolbarSeparator.png │ ├── SkinMenu.xml │ ├── SkinSlim.xml │ ├── SkinVista.png │ ├── SkinVista.xml │ ├── SkinVista │ ├── CoolMenuBarDown.png │ ├── CoolMenuBarHover.png │ ├── HashWnd.png │ ├── Header.png │ ├── MenuBkg.png │ ├── MenuHover.png │ ├── RibbonBaseline.png │ ├── RibbonBaselineTabActive.png │ ├── RibbonBaselineTabAlt.png │ ├── RibbonMenubar.png │ ├── RibbonMonitorBkg.png │ ├── RibbonTabs.png │ ├── RibbonTabsBkg.png │ ├── RibbonTabs_af.png │ ├── RibbonTabs_ca.png │ ├── RibbonTabs_cz.png │ ├── RibbonTabs_de.png │ ├── RibbonTabs_ee.png │ ├── RibbonTabs_es.png │ ├── RibbonTabs_fi.png │ ├── RibbonTabs_fr.png │ ├── RibbonTabs_gr.png │ ├── RibbonTabs_hr.png │ ├── RibbonTabs_hu.png │ ├── RibbonTabs_it.png │ ├── RibbonTabs_ja.png │ ├── RibbonTabs_ko.png │ ├── RibbonTabs_lt.png │ ├── RibbonTabs_nl.png │ ├── RibbonTabs_no.png │ ├── RibbonTabs_pl.png │ ├── RibbonTabs_pt.png │ ├── RibbonTabs_ru.png │ ├── RibbonTabs_sl.png │ ├── RibbonTabs_sr.png │ ├── RibbonTabs_tr.png │ ├── RibbonTabs_zhs.png │ ├── RibbonTabs_zht.png │ ├── SidebarBkg.png │ ├── SidebarCaption.png │ ├── SidebarCaptionAlt.png │ ├── SidebarFooter.jpg │ ├── SidebarHeader.png │ ├── ToolbarButtonDown.png │ └── ToolbarButtonHover.png │ ├── SkinVistaFrames.xml │ ├── SkinVistaRemote.xml │ ├── Slim.png │ ├── ToolTip.png │ ├── Toolbar.png │ ├── ToolbarLt.png │ └── ToolbarSeparator.png ├── Templates ├── Audio Collection │ ├── audio.ico │ ├── audio.tpl │ ├── audioCollection.xml │ ├── audioEven.tpl │ ├── audioOdd.tpl │ ├── bar_off.gif │ └── bar_on.gif ├── Basic Collection │ ├── basic.tpl │ ├── basicCollection.xml │ └── basicRow.tpl ├── CSV Collection │ ├── csv.row.tpl │ ├── csv.tpl │ └── csv.xml ├── General Purple Collection │ ├── GeneralPurpleCollection.tpl │ ├── GeneralPurpleCollection.xml │ ├── GeneralPurpleCollectionRow.tpl │ ├── Icon.png │ ├── bar_off.gif │ └── bar_on.gif ├── Plain Text Collection │ ├── plaintext.row.tpl │ ├── plaintext.tpl │ └── plaintext.xml ├── SearchExport.css ├── SearchExport.png └── Video Collection │ ├── EvenFile.tpl │ ├── Images │ ├── ScreenshotArea.png │ ├── Top.png │ ├── TopRepeat.png │ ├── bar_off.gif │ ├── bar_on.gif │ ├── bg.png │ └── res.gif │ ├── OddFile.tpl │ ├── Video.ico │ ├── VideoCollection.tpl │ └── VideoCollection.xml ├── TorrentEnvy ├── BENode.cpp ├── BENode.h ├── Buffer.cpp ├── Buffer.h ├── CmdLine.cpp ├── CmdLine.h ├── PageComment.cpp ├── PageComment.h ├── PageExpert.cpp ├── PageExpert.h ├── PageFinished.cpp ├── PageFinished.h ├── PageOutput.cpp ├── PageOutput.h ├── PagePackage.cpp ├── PagePackage.h ├── PageSingle.cpp ├── PageSingle.h ├── PageTracker.cpp ├── PageTracker.h ├── PageWelcome.cpp ├── PageWelcome.h ├── Portable │ ├── ED2K.cpp │ ├── ED2K.h │ ├── MD4.32.asm │ ├── MD4.cpp │ ├── MD4.h │ ├── SHA.32.asm │ ├── SHA1.cpp │ └── SHA1.h ├── Res │ ├── Banner.bmp │ ├── Hand.cur │ ├── TorrentEnvy.ico │ └── TorrentEnvy.rc2 ├── Resource.h ├── StdAfx.cpp ├── StdAfx.h ├── TorrentBuilder.cpp ├── TorrentBuilder.h ├── TorrentEnvy.cpp ├── TorrentEnvy.h ├── TorrentEnvy.rc ├── TorrentEnvy.vcproj ├── TorrentEnvy.vcxproj ├── TorrentEnvy.vcxproj.filters ├── TorrentEnvyPortable.vcproj ├── TorrentEnvyPortable.vcxproj ├── TorrentEnvyPortable.vcxproj.filters ├── WizardSheet.cpp └── WizardSheet.h ├── Unpacker ├── Extract.c ├── Readme.txt ├── Registry.c ├── Res │ ├── Banner.bmp │ ├── Envy.ico │ ├── Manifest.xml │ └── Unpacker.ico ├── Resource.h ├── Resource.rc ├── Unpacker.c ├── Unpacker.h ├── Unpacker.snk ├── Unpacker.vcproj ├── Unpacker.vcxproj ├── Unpacker.vcxproj.filters ├── Utils.c └── Window.c ├── Visual Studio ├── Envy.sln ├── Legacy │ ├── Envy.VS2008.sln │ ├── SetVS2010.bat │ ├── SetVS2012.bat │ ├── SetVS2013.bat │ └── SetVS2015.bat ├── ReadMe.txt ├── SetReleaseVersion.bat ├── SetVS2017.bat ├── SetVS2019.bat └── SetVS2019xp.bat └── release /Cleanup.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Cleanup.bat -------------------------------------------------------------------------------- /Data/AGPLv3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/AGPLv3.png -------------------------------------------------------------------------------- /Data/DefaultAvatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/DefaultAvatar.png -------------------------------------------------------------------------------- /Data/DefaultFilter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/DefaultFilter.txt -------------------------------------------------------------------------------- /Data/DefaultSecurity.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/DefaultSecurity.dat -------------------------------------------------------------------------------- /Data/DefaultServers.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/DefaultServers.dat -------------------------------------------------------------------------------- /Data/DefaultServices.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/DefaultServices.dat -------------------------------------------------------------------------------- /Data/Emoticons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/Emoticons.png -------------------------------------------------------------------------------- /Data/Emoticons.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/Emoticons.xml -------------------------------------------------------------------------------- /Data/Flags.24.bak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/Flags.24.bak.png -------------------------------------------------------------------------------- /Data/Flags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/Flags.png -------------------------------------------------------------------------------- /Data/GeoIP.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/GeoIP.dat -------------------------------------------------------------------------------- /Data/Interests.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/Interests.dat -------------------------------------------------------------------------------- /Data/MessageFilter.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/MessageFilter.dat -------------------------------------------------------------------------------- /Data/Splash.HiRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/Splash.HiRes.png -------------------------------------------------------------------------------- /Data/Splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/Splash.png -------------------------------------------------------------------------------- /Data/Vendors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/Vendors.xml -------------------------------------------------------------------------------- /Data/WorldGPS.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/WorldGPS.dat -------------------------------------------------------------------------------- /Data/WorldGPS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Data/WorldGPS.xml -------------------------------------------------------------------------------- /Envy/AGPL-License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/AGPL-License.txt -------------------------------------------------------------------------------- /Envy/AlbumFolder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/AlbumFolder.cpp -------------------------------------------------------------------------------- /Envy/AlbumFolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/AlbumFolder.h -------------------------------------------------------------------------------- /Envy/AntiVirus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/AntiVirus.cpp -------------------------------------------------------------------------------- /Envy/AntiVirus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/AntiVirus.h -------------------------------------------------------------------------------- /Envy/Application.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Application.cpp -------------------------------------------------------------------------------- /Envy/Application.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Application.h -------------------------------------------------------------------------------- /Envy/Augment/Augment.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Augment/Augment.hpp -------------------------------------------------------------------------------- /Envy/Augment/auto_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Augment/auto_ptr.hpp -------------------------------------------------------------------------------- /Envy/AutocompleteEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/AutocompleteEdit.cpp -------------------------------------------------------------------------------- /Envy/AutocompleteEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/AutocompleteEdit.h -------------------------------------------------------------------------------- /Envy/BENode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BENode.cpp -------------------------------------------------------------------------------- /Envy/BENode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BENode.h -------------------------------------------------------------------------------- /Envy/BTClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BTClient.cpp -------------------------------------------------------------------------------- /Envy/BTClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BTClient.h -------------------------------------------------------------------------------- /Envy/BTClients.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BTClients.cpp -------------------------------------------------------------------------------- /Envy/BTClients.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BTClients.h -------------------------------------------------------------------------------- /Envy/BTInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BTInfo.cpp -------------------------------------------------------------------------------- /Envy/BTInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BTInfo.h -------------------------------------------------------------------------------- /Envy/BTPacket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BTPacket.cpp -------------------------------------------------------------------------------- /Envy/BTPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BTPacket.h -------------------------------------------------------------------------------- /Envy/BTTrackerRequest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BTTrackerRequest.cpp -------------------------------------------------------------------------------- /Envy/BTTrackerRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BTTrackerRequest.h -------------------------------------------------------------------------------- /Envy/BitTorrentDHT/dht.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BitTorrentDHT/dht.c -------------------------------------------------------------------------------- /Envy/BitTorrentDHT/dht.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/BitTorrentDHT/dht.h -------------------------------------------------------------------------------- /Envy/Buffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Buffer.cpp -------------------------------------------------------------------------------- /Envy/Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Buffer.h -------------------------------------------------------------------------------- /Envy/ChatCore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ChatCore.cpp -------------------------------------------------------------------------------- /Envy/ChatCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ChatCore.h -------------------------------------------------------------------------------- /Envy/ChatSession.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ChatSession.cpp -------------------------------------------------------------------------------- /Envy/ChatSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ChatSession.h -------------------------------------------------------------------------------- /Envy/ChatWindows.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ChatWindows.cpp -------------------------------------------------------------------------------- /Envy/ChatWindows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ChatWindows.h -------------------------------------------------------------------------------- /Envy/CollectionFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CollectionFile.cpp -------------------------------------------------------------------------------- /Envy/CollectionFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CollectionFile.h -------------------------------------------------------------------------------- /Envy/Colors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Colors.cpp -------------------------------------------------------------------------------- /Envy/Colors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Colors.h -------------------------------------------------------------------------------- /Envy/ComMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ComMenu.cpp -------------------------------------------------------------------------------- /Envy/ComMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ComMenu.h -------------------------------------------------------------------------------- /Envy/ComObject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ComObject.cpp -------------------------------------------------------------------------------- /Envy/ComObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ComObject.h -------------------------------------------------------------------------------- /Envy/ComToolbar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ComToolbar.cpp -------------------------------------------------------------------------------- /Envy/ComToolbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ComToolbar.h -------------------------------------------------------------------------------- /Envy/ComboListCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ComboListCtrl.cpp -------------------------------------------------------------------------------- /Envy/ComboListCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ComboListCtrl.h -------------------------------------------------------------------------------- /Envy/Connection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Connection.cpp -------------------------------------------------------------------------------- /Envy/Connection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Connection.h -------------------------------------------------------------------------------- /Envy/CoolInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CoolInterface.cpp -------------------------------------------------------------------------------- /Envy/CoolInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CoolInterface.h -------------------------------------------------------------------------------- /Envy/CoolMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CoolMenu.cpp -------------------------------------------------------------------------------- /Envy/CoolMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CoolMenu.h -------------------------------------------------------------------------------- /Envy/CrawlSession.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CrawlSession.cpp -------------------------------------------------------------------------------- /Envy/CrawlSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CrawlSession.h -------------------------------------------------------------------------------- /Envy/CtrlBrowseFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlBrowseFrame.cpp -------------------------------------------------------------------------------- /Envy/CtrlBrowseFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlBrowseFrame.h -------------------------------------------------------------------------------- /Envy/CtrlBrowseHeader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlBrowseHeader.cpp -------------------------------------------------------------------------------- /Envy/CtrlBrowseHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlBrowseHeader.h -------------------------------------------------------------------------------- /Envy/CtrlBrowseProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlBrowseProfile.h -------------------------------------------------------------------------------- /Envy/CtrlBrowseTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlBrowseTree.cpp -------------------------------------------------------------------------------- /Envy/CtrlBrowseTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlBrowseTree.h -------------------------------------------------------------------------------- /Envy/CtrlCoolBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlCoolBar.cpp -------------------------------------------------------------------------------- /Envy/CtrlCoolBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlCoolBar.h -------------------------------------------------------------------------------- /Envy/CtrlCoolMenuBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlCoolMenuBar.cpp -------------------------------------------------------------------------------- /Envy/CtrlCoolMenuBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlCoolMenuBar.h -------------------------------------------------------------------------------- /Envy/CtrlCoolTip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlCoolTip.cpp -------------------------------------------------------------------------------- /Envy/CtrlCoolTip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlCoolTip.h -------------------------------------------------------------------------------- /Envy/CtrlDownloadTabBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlDownloadTabBar.h -------------------------------------------------------------------------------- /Envy/CtrlDownloadTip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlDownloadTip.cpp -------------------------------------------------------------------------------- /Envy/CtrlDownloadTip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlDownloadTip.h -------------------------------------------------------------------------------- /Envy/CtrlDownloads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlDownloads.cpp -------------------------------------------------------------------------------- /Envy/CtrlDownloads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlDownloads.h -------------------------------------------------------------------------------- /Envy/CtrlDragList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlDragList.cpp -------------------------------------------------------------------------------- /Envy/CtrlDragList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlDragList.h -------------------------------------------------------------------------------- /Envy/CtrlFontCombo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlFontCombo.cpp -------------------------------------------------------------------------------- /Envy/CtrlFontCombo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlFontCombo.h -------------------------------------------------------------------------------- /Envy/CtrlHomePanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlHomePanel.cpp -------------------------------------------------------------------------------- /Envy/CtrlHomePanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlHomePanel.h -------------------------------------------------------------------------------- /Envy/CtrlHomeSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlHomeSearch.cpp -------------------------------------------------------------------------------- /Envy/CtrlHomeSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlHomeSearch.h -------------------------------------------------------------------------------- /Envy/CtrlHomeView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlHomeView.cpp -------------------------------------------------------------------------------- /Envy/CtrlHomeView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlHomeView.h -------------------------------------------------------------------------------- /Envy/CtrlIRCFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlIRCFrame.cpp -------------------------------------------------------------------------------- /Envy/CtrlIRCFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlIRCFrame.h -------------------------------------------------------------------------------- /Envy/CtrlIRCPanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlIRCPanel.cpp -------------------------------------------------------------------------------- /Envy/CtrlIRCPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlIRCPanel.h -------------------------------------------------------------------------------- /Envy/CtrlIconButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlIconButton.cpp -------------------------------------------------------------------------------- /Envy/CtrlIconButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlIconButton.h -------------------------------------------------------------------------------- /Envy/CtrlLibraryFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlLibraryFrame.cpp -------------------------------------------------------------------------------- /Envy/CtrlLibraryFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlLibraryFrame.h -------------------------------------------------------------------------------- /Envy/CtrlLibraryTip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlLibraryTip.cpp -------------------------------------------------------------------------------- /Envy/CtrlLibraryTip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlLibraryTip.h -------------------------------------------------------------------------------- /Envy/CtrlLibraryView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlLibraryView.cpp -------------------------------------------------------------------------------- /Envy/CtrlLibraryView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlLibraryView.h -------------------------------------------------------------------------------- /Envy/CtrlMainTabBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMainTabBar.cpp -------------------------------------------------------------------------------- /Envy/CtrlMainTabBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMainTabBar.h -------------------------------------------------------------------------------- /Envy/CtrlMatch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMatch.cpp -------------------------------------------------------------------------------- /Envy/CtrlMatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMatch.h -------------------------------------------------------------------------------- /Envy/CtrlMatchTip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMatchTip.cpp -------------------------------------------------------------------------------- /Envy/CtrlMatchTip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMatchTip.h -------------------------------------------------------------------------------- /Envy/CtrlMediaFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMediaFrame.cpp -------------------------------------------------------------------------------- /Envy/CtrlMediaFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMediaFrame.h -------------------------------------------------------------------------------- /Envy/CtrlMediaList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMediaList.cpp -------------------------------------------------------------------------------- /Envy/CtrlMediaList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMediaList.h -------------------------------------------------------------------------------- /Envy/CtrlMonitorBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMonitorBar.cpp -------------------------------------------------------------------------------- /Envy/CtrlMonitorBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlMonitorBar.h -------------------------------------------------------------------------------- /Envy/CtrlNeighbourTip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlNeighbourTip.cpp -------------------------------------------------------------------------------- /Envy/CtrlNeighbourTip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlNeighbourTip.h -------------------------------------------------------------------------------- /Envy/CtrlPanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlPanel.cpp -------------------------------------------------------------------------------- /Envy/CtrlPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlPanel.h -------------------------------------------------------------------------------- /Envy/CtrlRichTaskBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlRichTaskBox.cpp -------------------------------------------------------------------------------- /Envy/CtrlRichTaskBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlRichTaskBox.h -------------------------------------------------------------------------------- /Envy/CtrlSchema.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlSchema.cpp -------------------------------------------------------------------------------- /Envy/CtrlSchema.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlSchema.h -------------------------------------------------------------------------------- /Envy/CtrlSchemaCombo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlSchemaCombo.cpp -------------------------------------------------------------------------------- /Envy/CtrlSchemaCombo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlSchemaCombo.h -------------------------------------------------------------------------------- /Envy/CtrlSearchPanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlSearchPanel.cpp -------------------------------------------------------------------------------- /Envy/CtrlSearchPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlSearchPanel.h -------------------------------------------------------------------------------- /Envy/CtrlSharedFolder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlSharedFolder.cpp -------------------------------------------------------------------------------- /Envy/CtrlSharedFolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlSharedFolder.h -------------------------------------------------------------------------------- /Envy/CtrlTaskPanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlTaskPanel.cpp -------------------------------------------------------------------------------- /Envy/CtrlTaskPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlTaskPanel.h -------------------------------------------------------------------------------- /Envy/CtrlText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlText.cpp -------------------------------------------------------------------------------- /Envy/CtrlText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlText.h -------------------------------------------------------------------------------- /Envy/CtrlTipAlbum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlTipAlbum.cpp -------------------------------------------------------------------------------- /Envy/CtrlTipAlbum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlTipAlbum.h -------------------------------------------------------------------------------- /Envy/CtrlTipFolder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlTipFolder.cpp -------------------------------------------------------------------------------- /Envy/CtrlTipFolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlTipFolder.h -------------------------------------------------------------------------------- /Envy/CtrlTipList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlTipList.cpp -------------------------------------------------------------------------------- /Envy/CtrlTipList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlTipList.h -------------------------------------------------------------------------------- /Envy/CtrlUploadTip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlUploadTip.cpp -------------------------------------------------------------------------------- /Envy/CtrlUploadTip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlUploadTip.h -------------------------------------------------------------------------------- /Envy/CtrlUploads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlUploads.cpp -------------------------------------------------------------------------------- /Envy/CtrlUploads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlUploads.h -------------------------------------------------------------------------------- /Envy/CtrlWeb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlWeb.cpp -------------------------------------------------------------------------------- /Envy/CtrlWeb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlWeb.h -------------------------------------------------------------------------------- /Envy/CtrlWizard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlWizard.cpp -------------------------------------------------------------------------------- /Envy/CtrlWizard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlWizard.h -------------------------------------------------------------------------------- /Envy/CtrlWndTabBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlWndTabBar.cpp -------------------------------------------------------------------------------- /Envy/CtrlWndTabBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/CtrlWndTabBar.h -------------------------------------------------------------------------------- /Envy/DCClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DCClient.cpp -------------------------------------------------------------------------------- /Envy/DCClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DCClient.h -------------------------------------------------------------------------------- /Envy/DCClients.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DCClients.cpp -------------------------------------------------------------------------------- /Envy/DCClients.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DCClients.h -------------------------------------------------------------------------------- /Envy/DCNeighbour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DCNeighbour.cpp -------------------------------------------------------------------------------- /Envy/DCNeighbour.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DCNeighbour.h -------------------------------------------------------------------------------- /Envy/DCPacket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DCPacket.cpp -------------------------------------------------------------------------------- /Envy/DCPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DCPacket.h -------------------------------------------------------------------------------- /Envy/DDEServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DDEServer.cpp -------------------------------------------------------------------------------- /Envy/DDEServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DDEServer.h -------------------------------------------------------------------------------- /Envy/Datagram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Datagram.cpp -------------------------------------------------------------------------------- /Envy/Datagram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Datagram.h -------------------------------------------------------------------------------- /Envy/DatagramPart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DatagramPart.cpp -------------------------------------------------------------------------------- /Envy/DatagramPart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DatagramPart.h -------------------------------------------------------------------------------- /Envy/Datagrams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Datagrams.cpp -------------------------------------------------------------------------------- /Envy/Datagrams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Datagrams.h -------------------------------------------------------------------------------- /Envy/DiscoveryServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DiscoveryServices.h -------------------------------------------------------------------------------- /Envy/DisplayData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DisplayData.cpp -------------------------------------------------------------------------------- /Envy/DisplayData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DisplayData.h -------------------------------------------------------------------------------- /Envy/DlgAbout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgAbout.cpp -------------------------------------------------------------------------------- /Envy/DlgAbout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgAbout.h -------------------------------------------------------------------------------- /Envy/DlgCloseMode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgCloseMode.cpp -------------------------------------------------------------------------------- /Envy/DlgCloseMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgCloseMode.h -------------------------------------------------------------------------------- /Envy/DlgConnectTo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgConnectTo.cpp -------------------------------------------------------------------------------- /Envy/DlgConnectTo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgConnectTo.h -------------------------------------------------------------------------------- /Envy/DlgDecodeMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDecodeMetadata.h -------------------------------------------------------------------------------- /Envy/DlgDeleteFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDeleteFile.cpp -------------------------------------------------------------------------------- /Envy/DlgDeleteFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDeleteFile.h -------------------------------------------------------------------------------- /Envy/DlgDonkeyImport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDonkeyImport.cpp -------------------------------------------------------------------------------- /Envy/DlgDonkeyImport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDonkeyImport.h -------------------------------------------------------------------------------- /Envy/DlgDownload.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDownload.cpp -------------------------------------------------------------------------------- /Envy/DlgDownload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDownload.h -------------------------------------------------------------------------------- /Envy/DlgDownloadGroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDownloadGroup.cpp -------------------------------------------------------------------------------- /Envy/DlgDownloadGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDownloadGroup.h -------------------------------------------------------------------------------- /Envy/DlgDownloadMonitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDownloadMonitor.h -------------------------------------------------------------------------------- /Envy/DlgDownloadReviews.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDownloadReviews.h -------------------------------------------------------------------------------- /Envy/DlgDownloadSheet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDownloadSheet.cpp -------------------------------------------------------------------------------- /Envy/DlgDownloadSheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgDownloadSheet.h -------------------------------------------------------------------------------- /Envy/DlgExistingFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgExistingFile.cpp -------------------------------------------------------------------------------- /Envy/DlgExistingFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgExistingFile.h -------------------------------------------------------------------------------- /Envy/DlgFileCopy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgFileCopy.cpp -------------------------------------------------------------------------------- /Envy/DlgFileCopy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgFileCopy.h -------------------------------------------------------------------------------- /Envy/DlgFilePreview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgFilePreview.cpp -------------------------------------------------------------------------------- /Envy/DlgFilePreview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgFilePreview.h -------------------------------------------------------------------------------- /Envy/DlgFilterSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgFilterSearch.cpp -------------------------------------------------------------------------------- /Envy/DlgFilterSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgFilterSearch.h -------------------------------------------------------------------------------- /Envy/DlgFolderScan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgFolderScan.cpp -------------------------------------------------------------------------------- /Envy/DlgFolderScan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgFolderScan.h -------------------------------------------------------------------------------- /Envy/DlgGraphItem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgGraphItem.cpp -------------------------------------------------------------------------------- /Envy/DlgGraphItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgGraphItem.h -------------------------------------------------------------------------------- /Envy/DlgGraphList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgGraphList.cpp -------------------------------------------------------------------------------- /Envy/DlgGraphList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgGraphList.h -------------------------------------------------------------------------------- /Envy/DlgHelp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgHelp.cpp -------------------------------------------------------------------------------- /Envy/DlgHelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgHelp.h -------------------------------------------------------------------------------- /Envy/DlgHex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgHex.cpp -------------------------------------------------------------------------------- /Envy/DlgHex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgHex.h -------------------------------------------------------------------------------- /Envy/DlgHitColumns.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgHitColumns.cpp -------------------------------------------------------------------------------- /Envy/DlgHitColumns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgHitColumns.h -------------------------------------------------------------------------------- /Envy/DlgIrcInput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgIrcInput.cpp -------------------------------------------------------------------------------- /Envy/DlgIrcInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgIrcInput.h -------------------------------------------------------------------------------- /Envy/DlgLanguage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgLanguage.cpp -------------------------------------------------------------------------------- /Envy/DlgLanguage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgLanguage.h -------------------------------------------------------------------------------- /Envy/DlgMediaVis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgMediaVis.cpp -------------------------------------------------------------------------------- /Envy/DlgMediaVis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgMediaVis.h -------------------------------------------------------------------------------- /Envy/DlgMessage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgMessage.cpp -------------------------------------------------------------------------------- /Envy/DlgMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgMessage.h -------------------------------------------------------------------------------- /Envy/DlgNewSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgNewSearch.cpp -------------------------------------------------------------------------------- /Envy/DlgNewSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgNewSearch.h -------------------------------------------------------------------------------- /Envy/DlgPluginExtSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgPluginExtSetup.h -------------------------------------------------------------------------------- /Envy/DlgProfileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgProfileManager.h -------------------------------------------------------------------------------- /Envy/DlgProgressBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgProgressBar.cpp -------------------------------------------------------------------------------- /Envy/DlgProgressBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgProgressBar.h -------------------------------------------------------------------------------- /Envy/DlgPromote.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgPromote.cpp -------------------------------------------------------------------------------- /Envy/DlgPromote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgPromote.h -------------------------------------------------------------------------------- /Envy/DlgQueueProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgQueueProperties.h -------------------------------------------------------------------------------- /Envy/DlgSaveFilterAs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSaveFilterAs.cpp -------------------------------------------------------------------------------- /Envy/DlgSaveFilterAs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSaveFilterAs.h -------------------------------------------------------------------------------- /Envy/DlgScheduleTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgScheduleTask.cpp -------------------------------------------------------------------------------- /Envy/DlgScheduleTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgScheduleTask.h -------------------------------------------------------------------------------- /Envy/DlgSecureRule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSecureRule.cpp -------------------------------------------------------------------------------- /Envy/DlgSecureRule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSecureRule.h -------------------------------------------------------------------------------- /Envy/DlgSelect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSelect.cpp -------------------------------------------------------------------------------- /Envy/DlgSelect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSelect.h -------------------------------------------------------------------------------- /Envy/DlgSettingsManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSettingsManager.h -------------------------------------------------------------------------------- /Envy/DlgShareManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgShareManager.cpp -------------------------------------------------------------------------------- /Envy/DlgShareManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgShareManager.h -------------------------------------------------------------------------------- /Envy/DlgSkinDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSkinDialog.cpp -------------------------------------------------------------------------------- /Envy/DlgSkinDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSkinDialog.h -------------------------------------------------------------------------------- /Envy/DlgSplash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSplash.cpp -------------------------------------------------------------------------------- /Envy/DlgSplash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgSplash.h -------------------------------------------------------------------------------- /Envy/DlgTorrentSeed.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgTorrentSeed.cpp -------------------------------------------------------------------------------- /Envy/DlgTorrentSeed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgTorrentSeed.h -------------------------------------------------------------------------------- /Envy/DlgURLAction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgURLAction.cpp -------------------------------------------------------------------------------- /Envy/DlgURLAction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgURLAction.h -------------------------------------------------------------------------------- /Envy/DlgURLCopy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgURLCopy.cpp -------------------------------------------------------------------------------- /Envy/DlgURLCopy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgURLCopy.h -------------------------------------------------------------------------------- /Envy/DlgURLExport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgURLExport.cpp -------------------------------------------------------------------------------- /Envy/DlgURLExport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgURLExport.h -------------------------------------------------------------------------------- /Envy/DlgUpdateServers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgUpdateServers.cpp -------------------------------------------------------------------------------- /Envy/DlgUpdateServers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgUpdateServers.h -------------------------------------------------------------------------------- /Envy/DlgUpgrade.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgUpgrade.cpp -------------------------------------------------------------------------------- /Envy/DlgUpgrade.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgUpgrade.h -------------------------------------------------------------------------------- /Envy/DlgWarnings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgWarnings.cpp -------------------------------------------------------------------------------- /Envy/DlgWarnings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DlgWarnings.h -------------------------------------------------------------------------------- /Envy/Download.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Download.cpp -------------------------------------------------------------------------------- /Envy/Download.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Download.h -------------------------------------------------------------------------------- /Envy/DownloadBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadBase.cpp -------------------------------------------------------------------------------- /Envy/DownloadBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadBase.h -------------------------------------------------------------------------------- /Envy/DownloadGroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadGroup.cpp -------------------------------------------------------------------------------- /Envy/DownloadGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadGroup.h -------------------------------------------------------------------------------- /Envy/DownloadGroups.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadGroups.cpp -------------------------------------------------------------------------------- /Envy/DownloadGroups.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadGroups.h -------------------------------------------------------------------------------- /Envy/DownloadSource.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadSource.cpp -------------------------------------------------------------------------------- /Envy/DownloadSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadSource.h -------------------------------------------------------------------------------- /Envy/DownloadTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadTask.cpp -------------------------------------------------------------------------------- /Envy/DownloadTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadTask.h -------------------------------------------------------------------------------- /Envy/DownloadTransfer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadTransfer.cpp -------------------------------------------------------------------------------- /Envy/DownloadTransfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadTransfer.h -------------------------------------------------------------------------------- /Envy/DownloadTransferBT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadTransferBT.h -------------------------------------------------------------------------------- /Envy/DownloadTransferDC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadTransferDC.h -------------------------------------------------------------------------------- /Envy/DownloadWithExtras.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadWithExtras.h -------------------------------------------------------------------------------- /Envy/DownloadWithFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadWithFile.cpp -------------------------------------------------------------------------------- /Envy/DownloadWithFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadWithFile.h -------------------------------------------------------------------------------- /Envy/DownloadWithSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadWithSearch.h -------------------------------------------------------------------------------- /Envy/DownloadWithTiger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/DownloadWithTiger.h -------------------------------------------------------------------------------- /Envy/Downloads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Downloads.cpp -------------------------------------------------------------------------------- /Envy/Downloads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Downloads.h -------------------------------------------------------------------------------- /Envy/EDClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EDClient.cpp -------------------------------------------------------------------------------- /Envy/EDClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EDClient.h -------------------------------------------------------------------------------- /Envy/EDClients.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EDClients.cpp -------------------------------------------------------------------------------- /Envy/EDClients.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EDClients.h -------------------------------------------------------------------------------- /Envy/EDNeighbour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EDNeighbour.cpp -------------------------------------------------------------------------------- /Envy/EDNeighbour.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EDNeighbour.h -------------------------------------------------------------------------------- /Envy/EDPacket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EDPacket.cpp -------------------------------------------------------------------------------- /Envy/EDPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EDPacket.h -------------------------------------------------------------------------------- /Envy/EDPartImporter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EDPartImporter.cpp -------------------------------------------------------------------------------- /Envy/EDPartImporter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EDPartImporter.h -------------------------------------------------------------------------------- /Envy/Emoticons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Emoticons.cpp -------------------------------------------------------------------------------- /Envy/Emoticons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Emoticons.h -------------------------------------------------------------------------------- /Envy/Envy.Intel.icproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Envy.Intel.icproj -------------------------------------------------------------------------------- /Envy/Envy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Envy.cpp -------------------------------------------------------------------------------- /Envy/Envy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Envy.h -------------------------------------------------------------------------------- /Envy/Envy.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Envy.idl -------------------------------------------------------------------------------- /Envy/Envy.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Envy.rc -------------------------------------------------------------------------------- /Envy/Envy.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Envy.snk -------------------------------------------------------------------------------- /Envy/Envy.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Envy.vcproj -------------------------------------------------------------------------------- /Envy/Envy.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Envy.vcxproj -------------------------------------------------------------------------------- /Envy/Envy.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Envy.vcxproj.filters -------------------------------------------------------------------------------- /Envy/EnvyDataSource.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EnvyDataSource.cpp -------------------------------------------------------------------------------- /Envy/EnvyDataSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EnvyDataSource.h -------------------------------------------------------------------------------- /Envy/EnvyFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EnvyFile.cpp -------------------------------------------------------------------------------- /Envy/EnvyFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EnvyFile.h -------------------------------------------------------------------------------- /Envy/EnvyThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EnvyThread.cpp -------------------------------------------------------------------------------- /Envy/EnvyThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EnvyThread.h -------------------------------------------------------------------------------- /Envy/EnvyURL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EnvyURL.cpp -------------------------------------------------------------------------------- /Envy/EnvyURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/EnvyURL.h -------------------------------------------------------------------------------- /Envy/FileExecutor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/FileExecutor.cpp -------------------------------------------------------------------------------- /Envy/FileExecutor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/FileExecutor.h -------------------------------------------------------------------------------- /Envy/FileFragments.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/FileFragments.hpp -------------------------------------------------------------------------------- /Envy/Firewall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Firewall.cpp -------------------------------------------------------------------------------- /Envy/Firewall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Firewall.h -------------------------------------------------------------------------------- /Envy/Flags.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Flags.cpp -------------------------------------------------------------------------------- /Envy/Flags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Flags.h -------------------------------------------------------------------------------- /Envy/FontManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/FontManager.cpp -------------------------------------------------------------------------------- /Envy/FontManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/FontManager.h -------------------------------------------------------------------------------- /Envy/FragmentBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/FragmentBar.cpp -------------------------------------------------------------------------------- /Envy/FragmentBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/FragmentBar.h -------------------------------------------------------------------------------- /Envy/FragmentedFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/FragmentedFile.cpp -------------------------------------------------------------------------------- /Envy/FragmentedFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/FragmentedFile.h -------------------------------------------------------------------------------- /Envy/G1Neighbour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/G1Neighbour.cpp -------------------------------------------------------------------------------- /Envy/G1Neighbour.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/G1Neighbour.h -------------------------------------------------------------------------------- /Envy/G1Packet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/G1Packet.cpp -------------------------------------------------------------------------------- /Envy/G1Packet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/G1Packet.h -------------------------------------------------------------------------------- /Envy/G2Neighbour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/G2Neighbour.cpp -------------------------------------------------------------------------------- /Envy/G2Neighbour.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/G2Neighbour.h -------------------------------------------------------------------------------- /Envy/G2Packet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/G2Packet.cpp -------------------------------------------------------------------------------- /Envy/G2Packet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/G2Packet.h -------------------------------------------------------------------------------- /Envy/GGEP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/GGEP.cpp -------------------------------------------------------------------------------- /Envy/GGEP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/GGEP.h -------------------------------------------------------------------------------- /Envy/GProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/GProfile.cpp -------------------------------------------------------------------------------- /Envy/GProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/GProfile.h -------------------------------------------------------------------------------- /Envy/GraphBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/GraphBase.cpp -------------------------------------------------------------------------------- /Envy/GraphBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/GraphBase.h -------------------------------------------------------------------------------- /Envy/GraphItem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/GraphItem.cpp -------------------------------------------------------------------------------- /Envy/GraphItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/GraphItem.h -------------------------------------------------------------------------------- /Envy/GraphLine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/GraphLine.cpp -------------------------------------------------------------------------------- /Envy/GraphLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/GraphLine.h -------------------------------------------------------------------------------- /Envy/HGlobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HGlobal.h -------------------------------------------------------------------------------- /Envy/Handshake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Handshake.cpp -------------------------------------------------------------------------------- /Envy/Handshake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Handshake.h -------------------------------------------------------------------------------- /Envy/Handshakes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Handshakes.cpp -------------------------------------------------------------------------------- /Envy/Handshakes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Handshakes.h -------------------------------------------------------------------------------- /Envy/HashDatabase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HashDatabase.cpp -------------------------------------------------------------------------------- /Envy/HashDatabase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HashDatabase.h -------------------------------------------------------------------------------- /Envy/Hashes.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Hashes.hpp -------------------------------------------------------------------------------- /Envy/Hashes/Hash.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Hashes/Hash.hpp -------------------------------------------------------------------------------- /Envy/HostBrowser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HostBrowser.cpp -------------------------------------------------------------------------------- /Envy/HostBrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HostBrowser.h -------------------------------------------------------------------------------- /Envy/HostCache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HostCache.cpp -------------------------------------------------------------------------------- /Envy/HostCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HostCache.h -------------------------------------------------------------------------------- /Envy/HttpRequest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HttpRequest.cpp -------------------------------------------------------------------------------- /Envy/HttpRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HttpRequest.h -------------------------------------------------------------------------------- /Envy/HubHorizon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HubHorizon.cpp -------------------------------------------------------------------------------- /Envy/HubHorizon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/HubHorizon.h -------------------------------------------------------------------------------- /Envy/ID3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ID3.h -------------------------------------------------------------------------------- /Envy/IEProtocol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/IEProtocol.cpp -------------------------------------------------------------------------------- /Envy/IEProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/IEProtocol.h -------------------------------------------------------------------------------- /Envy/ImageFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ImageFile.cpp -------------------------------------------------------------------------------- /Envy/ImageFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ImageFile.h -------------------------------------------------------------------------------- /Envy/ImageServices.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ImageServices.cpp -------------------------------------------------------------------------------- /Envy/ImageServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ImageServices.h -------------------------------------------------------------------------------- /Envy/Images.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Images.cpp -------------------------------------------------------------------------------- /Envy/Images.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Images.h -------------------------------------------------------------------------------- /Envy/Kademlia.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Kademlia.cpp -------------------------------------------------------------------------------- /Envy/Kademlia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Kademlia.h -------------------------------------------------------------------------------- /Envy/Library.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Library.cpp -------------------------------------------------------------------------------- /Envy/Library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Library.h -------------------------------------------------------------------------------- /Envy/LibraryBuilder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryBuilder.cpp -------------------------------------------------------------------------------- /Envy/LibraryBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryBuilder.h -------------------------------------------------------------------------------- /Envy/LibraryDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryDictionary.h -------------------------------------------------------------------------------- /Envy/LibraryFolders.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryFolders.cpp -------------------------------------------------------------------------------- /Envy/LibraryFolders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryFolders.h -------------------------------------------------------------------------------- /Envy/LibraryHistory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryHistory.cpp -------------------------------------------------------------------------------- /Envy/LibraryHistory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryHistory.h -------------------------------------------------------------------------------- /Envy/LibraryList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryList.cpp -------------------------------------------------------------------------------- /Envy/LibraryList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryList.h -------------------------------------------------------------------------------- /Envy/LibraryMaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryMaps.cpp -------------------------------------------------------------------------------- /Envy/LibraryMaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LibraryMaps.h -------------------------------------------------------------------------------- /Envy/LiveList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LiveList.cpp -------------------------------------------------------------------------------- /Envy/LiveList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LiveList.h -------------------------------------------------------------------------------- /Envy/LiveListSizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LiveListSizer.cpp -------------------------------------------------------------------------------- /Envy/LiveListSizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LiveListSizer.h -------------------------------------------------------------------------------- /Envy/LocalSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LocalSearch.cpp -------------------------------------------------------------------------------- /Envy/LocalSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/LocalSearch.h -------------------------------------------------------------------------------- /Envy/ManagedSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ManagedSearch.cpp -------------------------------------------------------------------------------- /Envy/ManagedSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ManagedSearch.h -------------------------------------------------------------------------------- /Envy/MatchListView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MatchListView.cpp -------------------------------------------------------------------------------- /Envy/MatchListView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MatchListView.h -------------------------------------------------------------------------------- /Envy/MatchObjects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MatchObjects.cpp -------------------------------------------------------------------------------- /Envy/MatchObjects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MatchObjects.h -------------------------------------------------------------------------------- /Envy/MetaList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MetaList.cpp -------------------------------------------------------------------------------- /Envy/MetaList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MetaList.h -------------------------------------------------------------------------------- /Envy/MetaPanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MetaPanel.cpp -------------------------------------------------------------------------------- /Envy/MetaPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MetaPanel.h -------------------------------------------------------------------------------- /Envy/MinMax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MinMax.h -------------------------------------------------------------------------------- /Envy/MiniUPnP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MiniUPnP.cpp -------------------------------------------------------------------------------- /Envy/MiniUPnP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/MiniUPnP.h -------------------------------------------------------------------------------- /Envy/Neighbour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Neighbour.cpp -------------------------------------------------------------------------------- /Envy/Neighbour.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Neighbour.h -------------------------------------------------------------------------------- /Envy/Neighbours.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Neighbours.cpp -------------------------------------------------------------------------------- /Envy/Neighbours.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Neighbours.h -------------------------------------------------------------------------------- /Envy/NeighboursBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/NeighboursBase.cpp -------------------------------------------------------------------------------- /Envy/NeighboursBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/NeighboursBase.h -------------------------------------------------------------------------------- /Envy/NeighboursWithED2K.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/NeighboursWithED2K.h -------------------------------------------------------------------------------- /Envy/NeighboursWithG1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/NeighboursWithG1.cpp -------------------------------------------------------------------------------- /Envy/NeighboursWithG1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/NeighboursWithG1.h -------------------------------------------------------------------------------- /Envy/NeighboursWithG2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/NeighboursWithG2.cpp -------------------------------------------------------------------------------- /Envy/NeighboursWithG2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/NeighboursWithG2.h -------------------------------------------------------------------------------- /Envy/Network.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Network.cpp -------------------------------------------------------------------------------- /Envy/Network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Network.h -------------------------------------------------------------------------------- /Envy/Packet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Packet.cpp -------------------------------------------------------------------------------- /Envy/Packet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Packet.h -------------------------------------------------------------------------------- /Envy/PacketBuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PacketBuffer.cpp -------------------------------------------------------------------------------- /Envy/PacketBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PacketBuffer.h -------------------------------------------------------------------------------- /Envy/PageDownloadEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageDownloadEdit.cpp -------------------------------------------------------------------------------- /Envy/PageDownloadEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageDownloadEdit.h -------------------------------------------------------------------------------- /Envy/PageFileComments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageFileComments.cpp -------------------------------------------------------------------------------- /Envy/PageFileComments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageFileComments.h -------------------------------------------------------------------------------- /Envy/PageFileGeneral.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageFileGeneral.cpp -------------------------------------------------------------------------------- /Envy/PageFileGeneral.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageFileGeneral.h -------------------------------------------------------------------------------- /Envy/PageFileMetadata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageFileMetadata.cpp -------------------------------------------------------------------------------- /Envy/PageFileMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageFileMetadata.h -------------------------------------------------------------------------------- /Envy/PageFileSharing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageFileSharing.cpp -------------------------------------------------------------------------------- /Envy/PageFileSharing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageFileSharing.h -------------------------------------------------------------------------------- /Envy/PageFileSources.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageFileSources.cpp -------------------------------------------------------------------------------- /Envy/PageFileSources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageFileSources.h -------------------------------------------------------------------------------- /Envy/PageProfileAvatar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageProfileAvatar.h -------------------------------------------------------------------------------- /Envy/PageProfileBio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageProfileBio.cpp -------------------------------------------------------------------------------- /Envy/PageProfileBio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageProfileBio.h -------------------------------------------------------------------------------- /Envy/PageProfileContact.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageProfileContact.h -------------------------------------------------------------------------------- /Envy/PageProfileFiles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageProfileFiles.cpp -------------------------------------------------------------------------------- /Envy/PageProfileFiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageProfileFiles.h -------------------------------------------------------------------------------- /Envy/PageProfileProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageProfileProfile.h -------------------------------------------------------------------------------- /Envy/PagePropertyAdv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PagePropertyAdv.cpp -------------------------------------------------------------------------------- /Envy/PagePropertyAdv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PagePropertyAdv.h -------------------------------------------------------------------------------- /Envy/PageSettingsDC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageSettingsDC.cpp -------------------------------------------------------------------------------- /Envy/PageSettingsDC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageSettingsDC.h -------------------------------------------------------------------------------- /Envy/PageSettingsDonkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageSettingsDonkey.h -------------------------------------------------------------------------------- /Envy/PageSettingsIRC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageSettingsIRC.h -------------------------------------------------------------------------------- /Envy/PageSettingsWeb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PageSettingsWeb.h -------------------------------------------------------------------------------- /Envy/Plugins.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Plugins.cpp -------------------------------------------------------------------------------- /Envy/Plugins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Plugins.h -------------------------------------------------------------------------------- /Envy/PongCache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PongCache.cpp -------------------------------------------------------------------------------- /Envy/PongCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PongCache.h -------------------------------------------------------------------------------- /Envy/PreBuild.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/PreBuild.cmd -------------------------------------------------------------------------------- /Envy/QRCode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QRCode.cpp -------------------------------------------------------------------------------- /Envy/QRCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QRCode.h -------------------------------------------------------------------------------- /Envy/QueryHashGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QueryHashGroup.h -------------------------------------------------------------------------------- /Envy/QueryHashMaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QueryHashMaster.h -------------------------------------------------------------------------------- /Envy/QueryHashTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QueryHashTable.h -------------------------------------------------------------------------------- /Envy/QueryHit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QueryHit.cpp -------------------------------------------------------------------------------- /Envy/QueryHit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QueryHit.h -------------------------------------------------------------------------------- /Envy/QueryKeys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QueryKeys.cpp -------------------------------------------------------------------------------- /Envy/QueryKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QueryKeys.h -------------------------------------------------------------------------------- /Envy/QuerySearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QuerySearch.cpp -------------------------------------------------------------------------------- /Envy/QuerySearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/QuerySearch.h -------------------------------------------------------------------------------- /Envy/RegExp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RegExp.cpp -------------------------------------------------------------------------------- /Envy/RegExp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RegExp.h -------------------------------------------------------------------------------- /Envy/Registry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Registry.cpp -------------------------------------------------------------------------------- /Envy/Registry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Registry.h -------------------------------------------------------------------------------- /Envy/RelatedSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RelatedSearch.cpp -------------------------------------------------------------------------------- /Envy/RelatedSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RelatedSearch.h -------------------------------------------------------------------------------- /Envy/Remote.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Remote.cpp -------------------------------------------------------------------------------- /Envy/Remote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Remote.h -------------------------------------------------------------------------------- /Envy/Res/About.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/About.htm -------------------------------------------------------------------------------- /Envy/Res/About.htm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/About.htm.gz -------------------------------------------------------------------------------- /Envy/Res/BadRange.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/BadRange.htm -------------------------------------------------------------------------------- /Envy/Res/Banner.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Banner.bmp -------------------------------------------------------------------------------- /Envy/Res/BoxMark.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/BoxMark.bmp -------------------------------------------------------------------------------- /Envy/Res/Browse.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Browse.ico -------------------------------------------------------------------------------- /Envy/Res/Browser.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Browser.htm -------------------------------------------------------------------------------- /Envy/Res/Busy.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Busy.htm -------------------------------------------------------------------------------- /Envy/Res/Busy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Busy.ico -------------------------------------------------------------------------------- /Envy/Res/Channel.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Channel.ico -------------------------------------------------------------------------------- /Envy/Res/Chat.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Chat.ico -------------------------------------------------------------------------------- /Envy/Res/CheckTick.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/CheckTick.ico -------------------------------------------------------------------------------- /Envy/Res/Checkmark.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Checkmark.ico -------------------------------------------------------------------------------- /Envy/Res/Chevron.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Chevron.ico -------------------------------------------------------------------------------- /Envy/Res/ColorDot.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/ColorDot.bmp -------------------------------------------------------------------------------- /Envy/Res/Colors.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Colors.ico -------------------------------------------------------------------------------- /Envy/Res/Computer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Computer.ico -------------------------------------------------------------------------------- /Envy/Res/Copy.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Copy.cur -------------------------------------------------------------------------------- /Envy/Res/CopyXP.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/CopyXP.cur -------------------------------------------------------------------------------- /Envy/Res/Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Default.xml -------------------------------------------------------------------------------- /Envy/Res/Disabled.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Disabled.htm -------------------------------------------------------------------------------- /Envy/Res/Discovery.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Discovery.ico -------------------------------------------------------------------------------- /Envy/Res/Downloads.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Downloads.ico -------------------------------------------------------------------------------- /Envy/Res/Envy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Envy.ico -------------------------------------------------------------------------------- /Envy/Res/Envy.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Envy.rc2 -------------------------------------------------------------------------------- /Envy/Res/Fake.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Fake.ico -------------------------------------------------------------------------------- /Envy/Res/File.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/File.ico -------------------------------------------------------------------------------- /Envy/Res/Hand.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Hand.cur -------------------------------------------------------------------------------- /Envy/Res/Hash.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Hash.ico -------------------------------------------------------------------------------- /Envy/Res/Help.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Help.ico -------------------------------------------------------------------------------- /Envy/Res/Home.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Home.ico -------------------------------------------------------------------------------- /Envy/Res/HostCache.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/HostCache.ico -------------------------------------------------------------------------------- /Envy/Res/IRC.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/IRC.ico -------------------------------------------------------------------------------- /Envy/Res/LargeLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/LargeLogo.png -------------------------------------------------------------------------------- /Envy/Res/Library.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Library.ico -------------------------------------------------------------------------------- /Envy/Res/Locked.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Locked.ico -------------------------------------------------------------------------------- /Envy/Res/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Logo.png -------------------------------------------------------------------------------- /Envy/Res/Mail.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Mail.ico -------------------------------------------------------------------------------- /Envy/Res/Manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Manifest.xml -------------------------------------------------------------------------------- /Envy/Res/Media.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Media.ico -------------------------------------------------------------------------------- /Envy/Res/Move.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Move.cur -------------------------------------------------------------------------------- /Envy/Res/MoveXP.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/MoveXP.cur -------------------------------------------------------------------------------- /Envy/Res/Navbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Navbar.bmp -------------------------------------------------------------------------------- /Envy/Res/NavbarRTL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/NavbarRTL.bmp -------------------------------------------------------------------------------- /Envy/Res/Network.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Network.ico -------------------------------------------------------------------------------- /Envy/Res/Open.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Open.ico -------------------------------------------------------------------------------- /Envy/Res/PacketIn.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/PacketIn.ico -------------------------------------------------------------------------------- /Envy/Res/PacketOut.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/PacketOut.ico -------------------------------------------------------------------------------- /Envy/Res/Packets.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Packets.ico -------------------------------------------------------------------------------- /Envy/Res/PanelMark.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/PanelMark.bmp -------------------------------------------------------------------------------- /Envy/Res/Partial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Partial.ico -------------------------------------------------------------------------------- /Envy/Res/Preview.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Preview.ico -------------------------------------------------------------------------------- /Envy/Res/Protocols.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Protocols.png -------------------------------------------------------------------------------- /Envy/Res/QRCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/QRCode.png -------------------------------------------------------------------------------- /Envy/Res/RemoteWnd.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/RemoteWnd.bmp -------------------------------------------------------------------------------- /Envy/Res/Scheduler.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Scheduler.ico -------------------------------------------------------------------------------- /Envy/Res/Search.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Search.ico -------------------------------------------------------------------------------- /Envy/Res/Security.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Security.ico -------------------------------------------------------------------------------- /Envy/Res/Skin.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Skin.ico -------------------------------------------------------------------------------- /Envy/Res/SmallStar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/SmallStar.bmp -------------------------------------------------------------------------------- /Envy/Res/Smiley.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Smiley.ico -------------------------------------------------------------------------------- /Envy/Res/Social.24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Social.24.png -------------------------------------------------------------------------------- /Envy/Res/Social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Social.png -------------------------------------------------------------------------------- /Envy/Res/SortAsc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/SortAsc.bmp -------------------------------------------------------------------------------- /Envy/Res/SortDesc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/SortDesc.bmp -------------------------------------------------------------------------------- /Envy/Res/Star.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Star.ico -------------------------------------------------------------------------------- /Envy/Res/Style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Style.css -------------------------------------------------------------------------------- /Envy/Res/System.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/System.ico -------------------------------------------------------------------------------- /Envy/Res/Traffic.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Traffic.ico -------------------------------------------------------------------------------- /Envy/Res/Unstable.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Unstable.ico -------------------------------------------------------------------------------- /Envy/Res/Uploads.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Uploads.ico -------------------------------------------------------------------------------- /Envy/Res/Users.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/Users.ico -------------------------------------------------------------------------------- /Envy/Res/WebURL.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/WebURL.ico -------------------------------------------------------------------------------- /Envy/Res/WizardDot.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/WizardDot.ico -------------------------------------------------------------------------------- /Envy/Res/World.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/World.ico -------------------------------------------------------------------------------- /Envy/Res/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/favicon.ico -------------------------------------------------------------------------------- /Envy/Res/gzip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Res/gzip.exe -------------------------------------------------------------------------------- /Envy/Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Resource.h -------------------------------------------------------------------------------- /Envy/ResourceList.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ResourceList.bat -------------------------------------------------------------------------------- /Envy/ResultFilters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ResultFilters.cpp -------------------------------------------------------------------------------- /Envy/ResultFilters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ResultFilters.h -------------------------------------------------------------------------------- /Envy/Revision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Revision.h -------------------------------------------------------------------------------- /Envy/Revision.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Revision.js -------------------------------------------------------------------------------- /Envy/RichDocument.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RichDocument.cpp -------------------------------------------------------------------------------- /Envy/RichDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RichDocument.h -------------------------------------------------------------------------------- /Envy/RichElement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RichElement.cpp -------------------------------------------------------------------------------- /Envy/RichElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RichElement.h -------------------------------------------------------------------------------- /Envy/RichFragment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RichFragment.cpp -------------------------------------------------------------------------------- /Envy/RichFragment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RichFragment.h -------------------------------------------------------------------------------- /Envy/RichViewCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RichViewCtrl.cpp -------------------------------------------------------------------------------- /Envy/RichViewCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RichViewCtrl.h -------------------------------------------------------------------------------- /Envy/RouteCache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RouteCache.cpp -------------------------------------------------------------------------------- /Envy/RouteCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/RouteCache.h -------------------------------------------------------------------------------- /Envy/SQLite.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SQLite.cpp -------------------------------------------------------------------------------- /Envy/SQLite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SQLite.h -------------------------------------------------------------------------------- /Envy/Scheduler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Scheduler.cpp -------------------------------------------------------------------------------- /Envy/Scheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Scheduler.h -------------------------------------------------------------------------------- /Envy/Schema.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Schema.cpp -------------------------------------------------------------------------------- /Envy/Schema.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Schema.h -------------------------------------------------------------------------------- /Envy/SchemaCache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SchemaCache.cpp -------------------------------------------------------------------------------- /Envy/SchemaCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SchemaCache.h -------------------------------------------------------------------------------- /Envy/SchemaChild.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SchemaChild.cpp -------------------------------------------------------------------------------- /Envy/SchemaChild.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SchemaChild.h -------------------------------------------------------------------------------- /Envy/SchemaMember.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SchemaMember.cpp -------------------------------------------------------------------------------- /Envy/SchemaMember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SchemaMember.h -------------------------------------------------------------------------------- /Envy/SearchManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SearchManager.cpp -------------------------------------------------------------------------------- /Envy/SearchManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SearchManager.h -------------------------------------------------------------------------------- /Envy/SecureRule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SecureRule.cpp -------------------------------------------------------------------------------- /Envy/SecureRule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SecureRule.h -------------------------------------------------------------------------------- /Envy/Security.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Security.cpp -------------------------------------------------------------------------------- /Envy/Security.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Security.h -------------------------------------------------------------------------------- /Envy/Settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Settings.cpp -------------------------------------------------------------------------------- /Envy/Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Settings.h -------------------------------------------------------------------------------- /Envy/ShakeNeighbour.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ShakeNeighbour.h -------------------------------------------------------------------------------- /Envy/ShareMonkeyData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ShareMonkeyData.h -------------------------------------------------------------------------------- /Envy/SharedFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SharedFile.cpp -------------------------------------------------------------------------------- /Envy/SharedFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SharedFile.h -------------------------------------------------------------------------------- /Envy/SharedFolder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SharedFolder.cpp -------------------------------------------------------------------------------- /Envy/SharedFolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SharedFolder.h -------------------------------------------------------------------------------- /Envy/Shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Shell.h -------------------------------------------------------------------------------- /Envy/ShellIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ShellIcons.cpp -------------------------------------------------------------------------------- /Envy/ShellIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ShellIcons.h -------------------------------------------------------------------------------- /Envy/Skin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Skin.cpp -------------------------------------------------------------------------------- /Envy/Skin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Skin.h -------------------------------------------------------------------------------- /Envy/SkinWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SkinWindow.cpp -------------------------------------------------------------------------------- /Envy/SkinWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/SkinWindow.h -------------------------------------------------------------------------------- /Envy/Statistics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Statistics.cpp -------------------------------------------------------------------------------- /Envy/Statistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Statistics.h -------------------------------------------------------------------------------- /Envy/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/StdAfx.cpp -------------------------------------------------------------------------------- /Envy/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/StdAfx.h -------------------------------------------------------------------------------- /Envy/StreamArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/StreamArchive.h -------------------------------------------------------------------------------- /Envy/Strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Strings.cpp -------------------------------------------------------------------------------- /Envy/Strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Strings.h -------------------------------------------------------------------------------- /Envy/ThreadImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ThreadImpl.h -------------------------------------------------------------------------------- /Envy/ThumbCache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ThumbCache.cpp -------------------------------------------------------------------------------- /Envy/ThumbCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ThumbCache.h -------------------------------------------------------------------------------- /Envy/Transfer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Transfer.cpp -------------------------------------------------------------------------------- /Envy/Transfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Transfer.h -------------------------------------------------------------------------------- /Envy/TransferFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/TransferFile.cpp -------------------------------------------------------------------------------- /Envy/TransferFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/TransferFile.h -------------------------------------------------------------------------------- /Envy/Transfers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Transfers.cpp -------------------------------------------------------------------------------- /Envy/Transfers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Transfers.h -------------------------------------------------------------------------------- /Envy/UPnP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UPnP.h -------------------------------------------------------------------------------- /Envy/UPnPFinder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UPnPFinder.cpp -------------------------------------------------------------------------------- /Envy/UPnPFinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UPnPFinder.h -------------------------------------------------------------------------------- /Envy/UPnPNAT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UPnPNAT.cpp -------------------------------------------------------------------------------- /Envy/UPnPNAT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UPnPNAT.h -------------------------------------------------------------------------------- /Envy/UploadFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UploadFile.cpp -------------------------------------------------------------------------------- /Envy/UploadFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UploadFile.h -------------------------------------------------------------------------------- /Envy/UploadFiles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UploadFiles.cpp -------------------------------------------------------------------------------- /Envy/UploadFiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UploadFiles.h -------------------------------------------------------------------------------- /Envy/UploadQueue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UploadQueue.cpp -------------------------------------------------------------------------------- /Envy/UploadQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UploadQueue.h -------------------------------------------------------------------------------- /Envy/UploadQueues.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UploadQueues.cpp -------------------------------------------------------------------------------- /Envy/UploadQueues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UploadQueues.h -------------------------------------------------------------------------------- /Envy/UploadTransfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/UploadTransfer.h -------------------------------------------------------------------------------- /Envy/Uploads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Uploads.cpp -------------------------------------------------------------------------------- /Envy/Uploads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/Uploads.h -------------------------------------------------------------------------------- /Envy/VendorCache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/VendorCache.cpp -------------------------------------------------------------------------------- /Envy/VendorCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/VendorCache.h -------------------------------------------------------------------------------- /Envy/VersionChecker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/VersionChecker.h -------------------------------------------------------------------------------- /Envy/WebServices.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WebServices.cpp -------------------------------------------------------------------------------- /Envy/WebServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WebServices.h -------------------------------------------------------------------------------- /Envy/WindowManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WindowManager.cpp -------------------------------------------------------------------------------- /Envy/WindowManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WindowManager.h -------------------------------------------------------------------------------- /Envy/WizardSharePage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WizardSharePage.h -------------------------------------------------------------------------------- /Envy/WizardSheet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WizardSheet.cpp -------------------------------------------------------------------------------- /Envy/WizardSheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WizardSheet.h -------------------------------------------------------------------------------- /Envy/WndBaseMatch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndBaseMatch.cpp -------------------------------------------------------------------------------- /Envy/WndBaseMatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndBaseMatch.h -------------------------------------------------------------------------------- /Envy/WndBrowseHost.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndBrowseHost.cpp -------------------------------------------------------------------------------- /Envy/WndBrowseHost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndBrowseHost.h -------------------------------------------------------------------------------- /Envy/WndChat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndChat.cpp -------------------------------------------------------------------------------- /Envy/WndChat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndChat.h -------------------------------------------------------------------------------- /Envy/WndChild.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndChild.cpp -------------------------------------------------------------------------------- /Envy/WndChild.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndChild.h -------------------------------------------------------------------------------- /Envy/WndDiscovery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndDiscovery.cpp -------------------------------------------------------------------------------- /Envy/WndDiscovery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndDiscovery.h -------------------------------------------------------------------------------- /Envy/WndDownloads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndDownloads.cpp -------------------------------------------------------------------------------- /Envy/WndDownloads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndDownloads.h -------------------------------------------------------------------------------- /Envy/WndHitMonitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndHitMonitor.cpp -------------------------------------------------------------------------------- /Envy/WndHitMonitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndHitMonitor.h -------------------------------------------------------------------------------- /Envy/WndHome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndHome.cpp -------------------------------------------------------------------------------- /Envy/WndHome.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndHome.h -------------------------------------------------------------------------------- /Envy/WndHostCache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndHostCache.cpp -------------------------------------------------------------------------------- /Envy/WndHostCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndHostCache.h -------------------------------------------------------------------------------- /Envy/WndIRC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndIRC.cpp -------------------------------------------------------------------------------- /Envy/WndIRC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndIRC.h -------------------------------------------------------------------------------- /Envy/WndLibrary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndLibrary.cpp -------------------------------------------------------------------------------- /Envy/WndLibrary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndLibrary.h -------------------------------------------------------------------------------- /Envy/WndMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndMain.cpp -------------------------------------------------------------------------------- /Envy/WndMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndMain.h -------------------------------------------------------------------------------- /Envy/WndMedia.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndMedia.cpp -------------------------------------------------------------------------------- /Envy/WndMedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndMedia.h -------------------------------------------------------------------------------- /Envy/WndMonitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndMonitor.cpp -------------------------------------------------------------------------------- /Envy/WndMonitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndMonitor.h -------------------------------------------------------------------------------- /Envy/WndNeighbours.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndNeighbours.cpp -------------------------------------------------------------------------------- /Envy/WndNeighbours.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndNeighbours.h -------------------------------------------------------------------------------- /Envy/WndPacket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndPacket.cpp -------------------------------------------------------------------------------- /Envy/WndPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndPacket.h -------------------------------------------------------------------------------- /Envy/WndPanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndPanel.cpp -------------------------------------------------------------------------------- /Envy/WndPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndPanel.h -------------------------------------------------------------------------------- /Envy/WndPlugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndPlugin.cpp -------------------------------------------------------------------------------- /Envy/WndPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndPlugin.h -------------------------------------------------------------------------------- /Envy/WndPrivateChat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndPrivateChat.h -------------------------------------------------------------------------------- /Envy/WndScheduler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndScheduler.cpp -------------------------------------------------------------------------------- /Envy/WndScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndScheduler.h -------------------------------------------------------------------------------- /Envy/WndSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndSearch.cpp -------------------------------------------------------------------------------- /Envy/WndSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndSearch.h -------------------------------------------------------------------------------- /Envy/WndSecurity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndSecurity.cpp -------------------------------------------------------------------------------- /Envy/WndSecurity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndSecurity.h -------------------------------------------------------------------------------- /Envy/WndSettingsPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndSettingsPage.h -------------------------------------------------------------------------------- /Envy/WndSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndSystem.cpp -------------------------------------------------------------------------------- /Envy/WndSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndSystem.h -------------------------------------------------------------------------------- /Envy/WndTraffic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndTraffic.cpp -------------------------------------------------------------------------------- /Envy/WndTraffic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndTraffic.h -------------------------------------------------------------------------------- /Envy/WndUploads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndUploads.cpp -------------------------------------------------------------------------------- /Envy/WndUploads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WndUploads.h -------------------------------------------------------------------------------- /Envy/WorldGPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WorldGPS.cpp -------------------------------------------------------------------------------- /Envy/WorldGPS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/WorldGPS.h -------------------------------------------------------------------------------- /Envy/XML.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/XML.cpp -------------------------------------------------------------------------------- /Envy/XML.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/XML.h -------------------------------------------------------------------------------- /Envy/XML.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/XML.inl -------------------------------------------------------------------------------- /Envy/XMLCOM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/XMLCOM.cpp -------------------------------------------------------------------------------- /Envy/XMLCOM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/XMLCOM.h -------------------------------------------------------------------------------- /Envy/ZIPFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ZIPFile.cpp -------------------------------------------------------------------------------- /Envy/ZIPFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ZIPFile.h -------------------------------------------------------------------------------- /Envy/ZLib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ZLib.cpp -------------------------------------------------------------------------------- /Envy/ZLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/ZLib.h -------------------------------------------------------------------------------- /Envy/qrencode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/qrencode.c -------------------------------------------------------------------------------- /Envy/qrencode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Envy/qrencode.h -------------------------------------------------------------------------------- /HashLib/ED2K.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/ED2K.cpp -------------------------------------------------------------------------------- /HashLib/ED2K.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/ED2K.h -------------------------------------------------------------------------------- /HashLib/HashLib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/HashLib.cpp -------------------------------------------------------------------------------- /HashLib/HashLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/HashLib.h -------------------------------------------------------------------------------- /HashLib/HashLib.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/HashLib.rc -------------------------------------------------------------------------------- /HashLib/HashLib.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/HashLib.vcproj -------------------------------------------------------------------------------- /HashLib/MD4.32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/MD4.32.asm -------------------------------------------------------------------------------- /HashLib/MD4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/MD4.cpp -------------------------------------------------------------------------------- /HashLib/MD4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/MD4.h -------------------------------------------------------------------------------- /HashLib/MD5.32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/MD5.32.asm -------------------------------------------------------------------------------- /HashLib/MD5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/MD5.cpp -------------------------------------------------------------------------------- /HashLib/MD5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/MD5.h -------------------------------------------------------------------------------- /HashLib/Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/Resource.h -------------------------------------------------------------------------------- /HashLib/SHA.32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/SHA.32.asm -------------------------------------------------------------------------------- /HashLib/SHA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/SHA.cpp -------------------------------------------------------------------------------- /HashLib/SHA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/SHA.h -------------------------------------------------------------------------------- /HashLib/Tiger.32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/Tiger.32.asm -------------------------------------------------------------------------------- /HashLib/TigerTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/TigerTree.cpp -------------------------------------------------------------------------------- /HashLib/TigerTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/TigerTree.h -------------------------------------------------------------------------------- /HashLib/Utility.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/Utility.hpp -------------------------------------------------------------------------------- /HashLib/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/stdafx.cpp -------------------------------------------------------------------------------- /HashLib/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/HashLib/stdafx.h -------------------------------------------------------------------------------- /Languages/Poedit/af.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/af.po -------------------------------------------------------------------------------- /Languages/Poedit/ar.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/ar.po -------------------------------------------------------------------------------- /Languages/Poedit/ca.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/ca.po -------------------------------------------------------------------------------- /Languages/Poedit/cz.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/cz.po -------------------------------------------------------------------------------- /Languages/Poedit/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/de.po -------------------------------------------------------------------------------- /Languages/Poedit/ee.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/ee.po -------------------------------------------------------------------------------- /Languages/Poedit/en.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/en.po -------------------------------------------------------------------------------- /Languages/Poedit/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/es.po -------------------------------------------------------------------------------- /Languages/Poedit/fi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/fi.po -------------------------------------------------------------------------------- /Languages/Poedit/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/fr.po -------------------------------------------------------------------------------- /Languages/Poedit/gr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/gr.po -------------------------------------------------------------------------------- /Languages/Poedit/he.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/he.po -------------------------------------------------------------------------------- /Languages/Poedit/hr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/hr.po -------------------------------------------------------------------------------- /Languages/Poedit/hu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/hu.po -------------------------------------------------------------------------------- /Languages/Poedit/it.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/it.po -------------------------------------------------------------------------------- /Languages/Poedit/ja.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/ja.po -------------------------------------------------------------------------------- /Languages/Poedit/ko.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/ko.po -------------------------------------------------------------------------------- /Languages/Poedit/lt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/lt.po -------------------------------------------------------------------------------- /Languages/Poedit/nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/nl.po -------------------------------------------------------------------------------- /Languages/Poedit/no.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/no.po -------------------------------------------------------------------------------- /Languages/Poedit/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/pl.po -------------------------------------------------------------------------------- /Languages/Poedit/pt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/pt.po -------------------------------------------------------------------------------- /Languages/Poedit/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/ru.po -------------------------------------------------------------------------------- /Languages/Poedit/sl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/sl.po -------------------------------------------------------------------------------- /Languages/Poedit/sq.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/sq.po -------------------------------------------------------------------------------- /Languages/Poedit/sr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/sr.po -------------------------------------------------------------------------------- /Languages/Poedit/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/sv.po -------------------------------------------------------------------------------- /Languages/Poedit/tr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/Poedit/tr.po -------------------------------------------------------------------------------- /Languages/Tools/SkinTranslate/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | #include "stdafx.h" 2 | -------------------------------------------------------------------------------- /Languages/af.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/af.ico -------------------------------------------------------------------------------- /Languages/af.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/af.xml -------------------------------------------------------------------------------- /Languages/alt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/alt.ico -------------------------------------------------------------------------------- /Languages/alt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/alt.xml -------------------------------------------------------------------------------- /Languages/ar.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ar.ico -------------------------------------------------------------------------------- /Languages/ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ar.xml -------------------------------------------------------------------------------- /Languages/ca.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ca.ico -------------------------------------------------------------------------------- /Languages/ca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ca.xml -------------------------------------------------------------------------------- /Languages/cz.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/cz.ico -------------------------------------------------------------------------------- /Languages/cz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/cz.xml -------------------------------------------------------------------------------- /Languages/de.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/de.ico -------------------------------------------------------------------------------- /Languages/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/de.xml -------------------------------------------------------------------------------- /Languages/ee.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ee.ico -------------------------------------------------------------------------------- /Languages/ee.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ee.xml -------------------------------------------------------------------------------- /Languages/en.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/en.ico -------------------------------------------------------------------------------- /Languages/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/en.xml -------------------------------------------------------------------------------- /Languages/es.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/es.ico -------------------------------------------------------------------------------- /Languages/es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/es.xml -------------------------------------------------------------------------------- /Languages/fi.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/fi.ico -------------------------------------------------------------------------------- /Languages/fi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/fi.xml -------------------------------------------------------------------------------- /Languages/fr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/fr.ico -------------------------------------------------------------------------------- /Languages/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/fr.xml -------------------------------------------------------------------------------- /Languages/gr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/gr.ico -------------------------------------------------------------------------------- /Languages/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/gr.xml -------------------------------------------------------------------------------- /Languages/he.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/he.ico -------------------------------------------------------------------------------- /Languages/he.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/he.xml -------------------------------------------------------------------------------- /Languages/hr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/hr.ico -------------------------------------------------------------------------------- /Languages/hr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/hr.xml -------------------------------------------------------------------------------- /Languages/hu.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/hu.ico -------------------------------------------------------------------------------- /Languages/hu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/hu.xml -------------------------------------------------------------------------------- /Languages/it.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/it.ico -------------------------------------------------------------------------------- /Languages/it.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/it.xml -------------------------------------------------------------------------------- /Languages/ja.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ja.ico -------------------------------------------------------------------------------- /Languages/ja.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ja.xml -------------------------------------------------------------------------------- /Languages/ko.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ko.ico -------------------------------------------------------------------------------- /Languages/ko.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ko.xml -------------------------------------------------------------------------------- /Languages/lt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/lt.ico -------------------------------------------------------------------------------- /Languages/lt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/lt.xml -------------------------------------------------------------------------------- /Languages/nl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/nl.ico -------------------------------------------------------------------------------- /Languages/nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/nl.xml -------------------------------------------------------------------------------- /Languages/no.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/no.ico -------------------------------------------------------------------------------- /Languages/no.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/no.xml -------------------------------------------------------------------------------- /Languages/pl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/pl.ico -------------------------------------------------------------------------------- /Languages/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/pl.xml -------------------------------------------------------------------------------- /Languages/pt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/pt.ico -------------------------------------------------------------------------------- /Languages/pt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/pt.xml -------------------------------------------------------------------------------- /Languages/ru.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ru.ico -------------------------------------------------------------------------------- /Languages/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/ru.xml -------------------------------------------------------------------------------- /Languages/sl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/sl.ico -------------------------------------------------------------------------------- /Languages/sl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/sl.xml -------------------------------------------------------------------------------- /Languages/sq.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/sq.ico -------------------------------------------------------------------------------- /Languages/sq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/sq.xml -------------------------------------------------------------------------------- /Languages/sr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/sr.ico -------------------------------------------------------------------------------- /Languages/sr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/sr.xml -------------------------------------------------------------------------------- /Languages/sv.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/sv.ico -------------------------------------------------------------------------------- /Languages/sv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/sv.xml -------------------------------------------------------------------------------- /Languages/tr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/tr.ico -------------------------------------------------------------------------------- /Languages/tr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/tr.xml -------------------------------------------------------------------------------- /Languages/zhs.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/zhs.ico -------------------------------------------------------------------------------- /Languages/zhs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/zhs.xml -------------------------------------------------------------------------------- /Languages/zht.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/zht.ico -------------------------------------------------------------------------------- /Languages/zht.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Languages/zht.xml -------------------------------------------------------------------------------- /ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/ReadMe.txt -------------------------------------------------------------------------------- /Remote/Envy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Remote/Envy.css -------------------------------------------------------------------------------- /Remote/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Remote/Readme.txt -------------------------------------------------------------------------------- /Remote/Remote.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Remote/Remote.xlsx -------------------------------------------------------------------------------- /Remote/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Remote/head.html -------------------------------------------------------------------------------- /Remote/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Remote/home.html -------------------------------------------------------------------------------- /Remote/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Remote/login.html -------------------------------------------------------------------------------- /Remote/networkFooter.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Remote/networkRow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Remote/networkRow.html -------------------------------------------------------------------------------- /Remote/searchNew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Remote/searchNew.html -------------------------------------------------------------------------------- /Remote/searchTab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Remote/searchTab.html -------------------------------------------------------------------------------- /Remote/searchTop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Remote/searchTop.html -------------------------------------------------------------------------------- /Remote/tail.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Remote/uploadsFooter.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Schemas/AllFiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/AllFiles.xml -------------------------------------------------------------------------------- /Schemas/AllFiles.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/AllFiles.xsd -------------------------------------------------------------------------------- /Schemas/Archive.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Archive.ico -------------------------------------------------------------------------------- /Schemas/Archive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Archive.xml -------------------------------------------------------------------------------- /Schemas/Archive.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Archive.xsd -------------------------------------------------------------------------------- /Schemas/Audio.Safe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Audio.Safe.ico -------------------------------------------------------------------------------- /Schemas/Audio.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Audio.ico -------------------------------------------------------------------------------- /Schemas/Audio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Audio.xml -------------------------------------------------------------------------------- /Schemas/Audio.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Audio.xsd -------------------------------------------------------------------------------- /Schemas/BitTorrent.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/BitTorrent.ico -------------------------------------------------------------------------------- /Schemas/BitTorrent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/BitTorrent.xml -------------------------------------------------------------------------------- /Schemas/BitTorrent.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/BitTorrent.xsd -------------------------------------------------------------------------------- /Schemas/Book.Safe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Book.Safe.ico -------------------------------------------------------------------------------- /Schemas/Book.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Book.ico -------------------------------------------------------------------------------- /Schemas/Book.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Book.xml -------------------------------------------------------------------------------- /Schemas/Book.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Book.xsd -------------------------------------------------------------------------------- /Schemas/Collection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Collection.xml -------------------------------------------------------------------------------- /Schemas/Collection.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Collection.xsd -------------------------------------------------------------------------------- /Schemas/Document.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Document.ico -------------------------------------------------------------------------------- /Schemas/Document.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Document.xml -------------------------------------------------------------------------------- /Schemas/Document.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Document.xsd -------------------------------------------------------------------------------- /Schemas/Favorites.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Favorites.ico -------------------------------------------------------------------------------- /Schemas/Folder.Alt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Folder.Alt.ico -------------------------------------------------------------------------------- /Schemas/Folder.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Folder.ico -------------------------------------------------------------------------------- /Schemas/Folder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Folder.xml -------------------------------------------------------------------------------- /Schemas/Folder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Folder.xsd -------------------------------------------------------------------------------- /Schemas/Image.Safe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Image.Safe.ico -------------------------------------------------------------------------------- /Schemas/Image.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Image.ico -------------------------------------------------------------------------------- /Schemas/Image.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Image.xml -------------------------------------------------------------------------------- /Schemas/Image.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Image.xsd -------------------------------------------------------------------------------- /Schemas/Love.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Love.ico -------------------------------------------------------------------------------- /Schemas/ROM.Safe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/ROM.Safe.ico -------------------------------------------------------------------------------- /Schemas/ROM.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/ROM.ico -------------------------------------------------------------------------------- /Schemas/ROM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/ROM.xml -------------------------------------------------------------------------------- /Schemas/ROM.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/ROM.xsd -------------------------------------------------------------------------------- /Schemas/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/ReadMe.txt -------------------------------------------------------------------------------- /Schemas/Skin.Safe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Skin.Safe.ico -------------------------------------------------------------------------------- /Schemas/Skin.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Skin.ico -------------------------------------------------------------------------------- /Schemas/Skin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Skin.xml -------------------------------------------------------------------------------- /Schemas/Skin.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Skin.xsd -------------------------------------------------------------------------------- /Schemas/SourceCode.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/SourceCode.ico -------------------------------------------------------------------------------- /Schemas/SourceCode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/SourceCode.xml -------------------------------------------------------------------------------- /Schemas/SourceCode.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/SourceCode.xsd -------------------------------------------------------------------------------- /Schemas/Subtitle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Subtitle.ico -------------------------------------------------------------------------------- /Schemas/Subtitle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Subtitle.xml -------------------------------------------------------------------------------- /Schemas/Subtitle.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Subtitle.xsd -------------------------------------------------------------------------------- /Schemas/Unsorted.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Unsorted.ico -------------------------------------------------------------------------------- /Schemas/Unsorted.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Unsorted.xml -------------------------------------------------------------------------------- /Schemas/Unsorted.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Unsorted.xsd -------------------------------------------------------------------------------- /Schemas/Video.Safe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Video.Safe.ico -------------------------------------------------------------------------------- /Schemas/Video.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Video.ico -------------------------------------------------------------------------------- /Schemas/Video.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Video.xml -------------------------------------------------------------------------------- /Schemas/Video.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Schemas/Video.xsd -------------------------------------------------------------------------------- /Services/Bzlib/Bzlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/Bzlib/Bzlib.c -------------------------------------------------------------------------------- /Services/Bzlib/Bzlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/Bzlib/Bzlib.h -------------------------------------------------------------------------------- /Services/GeoIP/GeoIP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/GeoIP/GeoIP.c -------------------------------------------------------------------------------- /Services/GeoIP/GeoIP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/GeoIP/GeoIP.h -------------------------------------------------------------------------------- /Services/LibUTP/Version.txt: -------------------------------------------------------------------------------- 1 | June 2014 2 | 3 | http://github.com/bittorrent/libutp -------------------------------------------------------------------------------- /Services/LibUTP/ucat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/LibUTP/ucat.c -------------------------------------------------------------------------------- /Services/LibUTP/utp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/LibUTP/utp.h -------------------------------------------------------------------------------- /Services/UnRAR/crc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/crc.cpp -------------------------------------------------------------------------------- /Services/UnRAR/crc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/crc.hpp -------------------------------------------------------------------------------- /Services/UnRAR/dll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/dll.cpp -------------------------------------------------------------------------------- /Services/UnRAR/dll.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/dll.def -------------------------------------------------------------------------------- /Services/UnRAR/dll.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/dll.hpp -------------------------------------------------------------------------------- /Services/UnRAR/dll.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/dll.rc -------------------------------------------------------------------------------- /Services/UnRAR/log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/log.cpp -------------------------------------------------------------------------------- /Services/UnRAR/log.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/log.hpp -------------------------------------------------------------------------------- /Services/UnRAR/os.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/os.hpp -------------------------------------------------------------------------------- /Services/UnRAR/rar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/rar.cpp -------------------------------------------------------------------------------- /Services/UnRAR/rar.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/rar.hpp -------------------------------------------------------------------------------- /Services/UnRAR/rs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/rs.cpp -------------------------------------------------------------------------------- /Services/UnRAR/rs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/rs.hpp -------------------------------------------------------------------------------- /Services/UnRAR/ui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/ui.cpp -------------------------------------------------------------------------------- /Services/UnRAR/ui.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/UnRAR/ui.hpp -------------------------------------------------------------------------------- /Services/zlib/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/crc32.c -------------------------------------------------------------------------------- /Services/zlib/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/crc32.h -------------------------------------------------------------------------------- /Services/zlib/gzguts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/gzguts.h -------------------------------------------------------------------------------- /Services/zlib/gzlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/gzlib.c -------------------------------------------------------------------------------- /Services/zlib/gzread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/gzread.c -------------------------------------------------------------------------------- /Services/zlib/ioapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/ioapi.c -------------------------------------------------------------------------------- /Services/zlib/ioapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/ioapi.h -------------------------------------------------------------------------------- /Services/zlib/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/trees.c -------------------------------------------------------------------------------- /Services/zlib/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/trees.h -------------------------------------------------------------------------------- /Services/zlib/unzip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/unzip.c -------------------------------------------------------------------------------- /Services/zlib/unzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/unzip.h -------------------------------------------------------------------------------- /Services/zlib/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/zconf.h -------------------------------------------------------------------------------- /Services/zlib/zip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/zip.c -------------------------------------------------------------------------------- /Services/zlib/zip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/zip.h -------------------------------------------------------------------------------- /Services/zlib/zlib.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/zlib.def -------------------------------------------------------------------------------- /Services/zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/zlib.h -------------------------------------------------------------------------------- /Services/zlib/zlib.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/zlib.rc -------------------------------------------------------------------------------- /Services/zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/zutil.c -------------------------------------------------------------------------------- /Services/zlib/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlib/zutil.h -------------------------------------------------------------------------------- /Services/zlibwapi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Services/zlibwapi.dll -------------------------------------------------------------------------------- /SkinBuilder/AboutDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/SkinBuilder/AboutDlg.h -------------------------------------------------------------------------------- /SkinBuilder/MainDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/SkinBuilder/MainDlg.h -------------------------------------------------------------------------------- /SkinBuilder/PPD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/SkinBuilder/PPD.txt -------------------------------------------------------------------------------- /SkinBuilder/Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/SkinBuilder/Resource.h -------------------------------------------------------------------------------- /SkinBuilder/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/SkinBuilder/StdAfx.cpp -------------------------------------------------------------------------------- /SkinBuilder/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/SkinBuilder/StdAfx.h -------------------------------------------------------------------------------- /SkinBuilder/Values.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/SkinBuilder/Values.cpp -------------------------------------------------------------------------------- /SkinBuilder/Values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/SkinBuilder/Values.h -------------------------------------------------------------------------------- /SkinBuilder/XML.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/SkinBuilder/XML.cpp -------------------------------------------------------------------------------- /SkinBuilder/XML.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/SkinBuilder/XML.h -------------------------------------------------------------------------------- /Skins/Resize/Flags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Skins/Resize/Flags.xml -------------------------------------------------------------------------------- /Skins/Resize/HiRes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Skins/Resize/HiRes.xml -------------------------------------------------------------------------------- /Skins/Resize/Slim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Skins/Resize/Slim.xml -------------------------------------------------------------------------------- /Skins/SkinTest.envy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Skins/SkinTest.envy -------------------------------------------------------------------------------- /Templates/CSV Collection/csv.tpl: -------------------------------------------------------------------------------- 1 | Filename,Size,Bytes,SHA1 2 | $data$ -------------------------------------------------------------------------------- /Templates/Plain Text Collection/plaintext.tpl: -------------------------------------------------------------------------------- 1 | $title$ 2 | 3 | $data$ -------------------------------------------------------------------------------- /TorrentEnvy/BENode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/TorrentEnvy/BENode.cpp -------------------------------------------------------------------------------- /TorrentEnvy/BENode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/TorrentEnvy/BENode.h -------------------------------------------------------------------------------- /TorrentEnvy/Buffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/TorrentEnvy/Buffer.cpp -------------------------------------------------------------------------------- /TorrentEnvy/Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/TorrentEnvy/Buffer.h -------------------------------------------------------------------------------- /TorrentEnvy/CmdLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/TorrentEnvy/CmdLine.h -------------------------------------------------------------------------------- /TorrentEnvy/Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/TorrentEnvy/Resource.h -------------------------------------------------------------------------------- /TorrentEnvy/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/TorrentEnvy/StdAfx.cpp -------------------------------------------------------------------------------- /TorrentEnvy/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/TorrentEnvy/StdAfx.h -------------------------------------------------------------------------------- /Unpacker/Extract.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Extract.c -------------------------------------------------------------------------------- /Unpacker/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Readme.txt -------------------------------------------------------------------------------- /Unpacker/Registry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Registry.c -------------------------------------------------------------------------------- /Unpacker/Res/Envy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Res/Envy.ico -------------------------------------------------------------------------------- /Unpacker/Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Resource.h -------------------------------------------------------------------------------- /Unpacker/Resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Resource.rc -------------------------------------------------------------------------------- /Unpacker/Unpacker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Unpacker.c -------------------------------------------------------------------------------- /Unpacker/Unpacker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Unpacker.h -------------------------------------------------------------------------------- /Unpacker/Unpacker.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Unpacker.snk -------------------------------------------------------------------------------- /Unpacker/Utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Utils.c -------------------------------------------------------------------------------- /Unpacker/Window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Unpacker/Window.c -------------------------------------------------------------------------------- /Visual Studio/Envy.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/Visual Studio/Envy.sln -------------------------------------------------------------------------------- /release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GetEnvy/Envy/HEAD/release --------------------------------------------------------------------------------