Official eMule-Board: Neoloader Emule Compat Version Detection - Official eMule-Board

Jump to content


Page 1 of 1

Neoloader Emule Compat Version Detection

#1 User is offline   DavidXanatos 

  • Neo Dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1469
  • Joined: 23-April 04

Posted 20 January 2013 - 09:58 AM

enum EClientSoftware
	SO_NEOLOADER 	= 'N',	// 0-255 (N == 78)


void CUpDownClient::InitClientSoftwareVersion()
switch(m_byCompatibleClient)
			case SO_NEOLOADER:
				m_clientSoft = SO_NEOLOADER;
				pszSoftware = _T("NeoLoader");
				break;


if (m_clientSoft == SO_EMULE)
iLen = _sntprintf(szSoftware, ARRSIZE(szSoftware), _T("%s v%u.%u%c"), pszSoftware, nClientMajVersion, nClientMinVersion, _T('a') + nClientUpVersion);
			else if (m_clientSoft == SO_NEOLOADER)
			{
				if (nClientMinVersion < 10)
					iLen = _sntprintf(szSoftware, ARRSIZE(szSoftware), _T("%s v%u.0%u"), pszSoftware, nClientMajVersion, nClientMinVersion);
				else
					iLen = _sntprintf(szSoftware, ARRSIZE(szSoftware), _T("%s v%u.%u"), pszSoftware, nClientMajVersion, nClientMinVersion);
				if(nClientUpVersion != 0)
					iLen += _sntprintf(szSoftware + iLen, ARRSIZE(szSoftware) - iLen, _T("%c"), _T('a') + nClientUpVersion - 1);
			}
else if (m_clientSoft == SO_AMULE || nClientUpVersion != 0)
NeoLoader is a new file sharing client, supporting ed2k/eMule, Bittorent and one click hosters,
it is the first client to be able to download form multiple networks the same file.
NL provides the first fully decentralized scalable torrent and DDL keyword search,
it implements an own novel anonymous file sharing network, providing anonymity and deniability to its users,
as well as many other new features.
It is written in C++ with Qt and is available for Windows, Linux and MacOS.
1

#2 User is offline   Neoo26 

  • Splendid Member
  • PipPipPipPip
  • Group: Members
  • Posts: 126
  • Joined: 30-September 12

Posted 20 January 2013 - 01:03 PM

I hope it will be implemented in newest mods and maybe in next offi emule :flowers:
1

#3 User is offline   morph4u 

  • Splendid Member
  • PipPipPipPip
  • Group: Members
  • Posts: 147
  • Joined: 10-October 08

Posted 20 January 2013 - 01:15 PM

Done in newest eMule -LPE- https://www.facebook.com/morph4u :flowers:

This post has been edited by morph4u: 20 January 2013 - 01:43 PM

1

#4 User is offline   ]Axl[ 

  • Splendid Member
  • PipPipPipPip
  • Group: Members
  • Posts: 125
  • Joined: 31-January 05

Posted 20 January 2013 - 01:27 PM

View Postmorph4u, on 20 January 2013 - 01:15 PM, said:

Done in newest eMule -LPE- https://www.facebook.com/morph4u :flowers:

Where I can find a complete features list of emule LPE?
0

#5 User is offline   morph4u 

  • Splendid Member
  • PipPipPipPip
  • Group: Members
  • Posts: 147
  • Joined: 10-October 08

Posted 20 January 2013 - 01:43 PM

Quote

Where I can find a complete features list of emule LPE?


Full changelog is inside the bin package :)
0

#6 User is offline   Neoo26 

  • Splendid Member
  • PipPipPipPip
  • Group: Members
  • Posts: 126
  • Joined: 30-September 12

Posted 09 August 2013 - 10:44 AM

Il will be implemented in eMule 0.50b ?
3

#7 User is offline   Neoo26 

  • Splendid Member
  • PipPipPipPip
  • Group: Members
  • Posts: 126
  • Joined: 30-September 12

Posted 12 January 2015 - 09:40 AM

Bump^^
0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users