assetguard.js 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670
  1. /**
  2. * AssetGuard
  3. *
  4. * This module aims to provide a comprehensive and stable method for processing
  5. * and downloading game assets for the WesterosCraft server. Download meta is
  6. * for several identifiers (categories) is stored inside of an AssetGuard object.
  7. * This meta data is initially empty until one of the module's processing functions
  8. * are called. That function will process the corresponding asset index and validate
  9. * any exisitng local files. If a file is missing or fails validation, it will be
  10. * placed into a download queue (array). This queue is wrapped in a download tracker object
  11. * so that essential information can be cached. The download tracker object is then
  12. * assigned as the value of the identifier in the AssetGuard object. These download
  13. * trackers will remain idle until an async process is started to process them.
  14. *
  15. * Once the async process is started, any enqueued assets will be downloaded. The AssetGuard
  16. * object will emit events throughout the download whose name correspond to the identifier
  17. * being processed. For example, if the 'assets' identifier was being processed, whenever
  18. * the download stream recieves data, the event 'assetsdlprogress' will be emitted off of
  19. * the AssetGuard instance. This can be listened to by external modules allowing for
  20. * categorical tracking of the downloading process.
  21. *
  22. * @module assetguard
  23. */
  24. // Requirements
  25. const AdmZip = require('adm-zip')
  26. const async = require('async')
  27. const child_process = require('child_process')
  28. const crypto = require('crypto')
  29. const EventEmitter = require('events')
  30. const fs = require('fs')
  31. const isDev = require('electron-is-dev')
  32. const mkpath = require('mkdirp');
  33. const path = require('path')
  34. const Registry = require('winreg')
  35. const request = require('request')
  36. const tar = require('tar-fs')
  37. const zlib = require('zlib')
  38. // Constants
  39. const PLATFORM_MAP = {
  40. win32: '-windows-x64.tar.gz',
  41. darwin: '-macosx-x64.tar.gz',
  42. linux: '-linux-x64.tar.gz'
  43. }
  44. // Classes
  45. /** Class representing a base asset. */
  46. class Asset {
  47. /**
  48. * Create an asset.
  49. *
  50. * @param {any} id The id of the asset.
  51. * @param {string} hash The hash value of the asset.
  52. * @param {number} size The size in bytes of the asset.
  53. * @param {string} from The url where the asset can be found.
  54. * @param {string} to The absolute local file path of the asset.
  55. */
  56. constructor(id, hash, size, from, to){
  57. this.id = id
  58. this.hash = hash
  59. this.size = size
  60. this.from = from
  61. this.to = to
  62. }
  63. }
  64. /** Class representing a mojang library. */
  65. class Library extends Asset {
  66. /**
  67. * Converts the process.platform OS names to match mojang's OS names.
  68. */
  69. static mojangFriendlyOS(){
  70. const opSys = process.platform
  71. if (opSys === 'darwin') {
  72. return 'osx';
  73. } else if (opSys === 'win32'){
  74. return 'windows';
  75. } else if (opSys === 'linux'){
  76. return 'linux';
  77. } else {
  78. return 'unknown_os';
  79. }
  80. }
  81. /**
  82. * Checks whether or not a library is valid for download on a particular OS, following
  83. * the rule format specified in the mojang version data index. If the allow property has
  84. * an OS specified, then the library can ONLY be downloaded on that OS. If the disallow
  85. * property has instead specified an OS, the library can be downloaded on any OS EXCLUDING
  86. * the one specified.
  87. *
  88. * @param {Object} rules The Library's download rules.
  89. * @returns {boolean} True if the Library follows the specified rules, otherwise false.
  90. */
  91. static validateRules(rules){
  92. if(rules == null) return true
  93. let result = true
  94. rules.forEach((rule) => {
  95. const action = rule['action']
  96. const osProp = rule['os']
  97. if(action != null){
  98. if(osProp != null){
  99. const osName = osProp['name']
  100. const osMoj = Library.mojangFriendlyOS()
  101. if(action === 'allow'){
  102. result = osName === osMoj
  103. return
  104. } else if(action === 'disallow'){
  105. result = osName !== osMoj
  106. return
  107. }
  108. }
  109. }
  110. })
  111. return result
  112. }
  113. }
  114. class DistroModule extends Asset {
  115. /**
  116. * Create a DistroModule. This is for processing,
  117. * not equivalent to the module objects in the
  118. * distro index.
  119. *
  120. * @param {any} id The id of the asset.
  121. * @param {string} hash The hash value of the asset.
  122. * @param {number} size The size in bytes of the asset.
  123. * @param {string} from The url where the asset can be found.
  124. * @param {string} to The absolute local file path of the asset.
  125. * @param {string} type The the module type.
  126. */
  127. constructor(id, hash, size, from, to, type){
  128. super(id, hash, size, from, to)
  129. this.type = type
  130. }
  131. }
  132. /**
  133. * Class representing a download tracker. This is used to store meta data
  134. * about a download queue, including the queue itself.
  135. */
  136. class DLTracker {
  137. /**
  138. * Create a DLTracker
  139. *
  140. * @param {Array.<Asset>} dlqueue An array containing assets queued for download.
  141. * @param {number} dlsize The combined size of each asset in the download queue array.
  142. * @param {function(Asset)} callback Optional callback which is called when an asset finishes downloading.
  143. */
  144. constructor(dlqueue, dlsize, callback = null){
  145. this.dlqueue = dlqueue
  146. this.dlsize = dlsize
  147. this.callback = callback
  148. }
  149. }
  150. let distributionData = null
  151. let launchWithLocal = false
  152. /**
  153. * Central object class used for control flow. This object stores data about
  154. * categories of downloads. Each category is assigned an identifier with a
  155. * DLTracker object as its value. Combined information is also stored, such as
  156. * the total size of all the queued files in each category. This event is used
  157. * to emit events so that external modules can listen into processing done in
  158. * this module.
  159. */
  160. class AssetGuard extends EventEmitter {
  161. /**
  162. * Create an instance of AssetGuard.
  163. * On creation the object's properties are never-null default
  164. * values. Each identifier is resolved to an empty DLTracker.
  165. *
  166. * @param {string} basePath The base path for asset validation (game root).
  167. * @param {string} launcherPath The root launcher directory.
  168. * @param {string} javaexec The path to a java executable which will be used
  169. * to finalize installation.
  170. */
  171. constructor(basePath, launcherPath, javaexec){
  172. super()
  173. this.totaldlsize = 0
  174. this.progress = 0
  175. this.assets = new DLTracker([], 0)
  176. this.libraries = new DLTracker([], 0)
  177. this.files = new DLTracker([], 0)
  178. this.forge = new DLTracker([], 0)
  179. this.java = new DLTracker([], 0)
  180. this.extractQueue = []
  181. this.basePath = basePath
  182. this.launcherPath = launcherPath
  183. this.javaexec = javaexec
  184. }
  185. // Static Utility Functions
  186. // #region
  187. // Static General Resolve Functions
  188. // #region
  189. /**
  190. * Resolve an artifact id into a path. For example, on windows
  191. * 'net.minecraftforge:forge:1.11.2-13.20.0.2282', '.jar' becomes
  192. * net\minecraftforge\forge\1.11.2-13.20.0.2282\forge-1.11.2-13.20.0.2282.jar
  193. *
  194. * @param {string} artifactid The artifact id string.
  195. * @param {string} extension The extension of the file at the resolved path.
  196. * @returns {string} The resolved relative path from the artifact id.
  197. */
  198. static _resolvePath(artifactid, extension){
  199. let ps = artifactid.split(':')
  200. let cs = ps[0].split('.')
  201. cs.push(ps[1])
  202. cs.push(ps[2])
  203. cs.push(ps[1].concat('-').concat(ps[2]).concat(extension))
  204. return path.join.apply(path, cs)
  205. }
  206. /**
  207. * Resolve an artifact id into a URL. For example,
  208. * 'net.minecraftforge:forge:1.11.2-13.20.0.2282', '.jar' becomes
  209. * net/minecraftforge/forge/1.11.2-13.20.0.2282/forge-1.11.2-13.20.0.2282.jar
  210. *
  211. * @param {string} artifactid The artifact id string.
  212. * @param {string} extension The extension of the file at the resolved url.
  213. * @returns {string} The resolved relative URL from the artifact id.
  214. */
  215. static _resolveURL(artifactid, extension){
  216. let ps = artifactid.split(':')
  217. let cs = ps[0].split('.')
  218. cs.push(ps[1])
  219. cs.push(ps[2])
  220. cs.push(ps[1].concat('-').concat(ps[2]).concat(extension))
  221. return cs.join('/')
  222. }
  223. // #endregion
  224. // Static Hash Validation Functions
  225. // #region
  226. /**
  227. * Calculates the hash for a file using the specified algorithm.
  228. *
  229. * @param {Buffer} buf The buffer containing file data.
  230. * @param {string} algo The hash algorithm.
  231. * @returns {string} The calculated hash in hex.
  232. */
  233. static _calculateHash(buf, algo){
  234. return crypto.createHash(algo).update(buf).digest('hex')
  235. }
  236. /**
  237. * Used to parse a checksums file. This is specifically designed for
  238. * the checksums.sha1 files found inside the forge scala dependencies.
  239. *
  240. * @param {string} content The string content of the checksums file.
  241. * @returns {Object} An object with keys being the file names, and values being the hashes.
  242. */
  243. static _parseChecksumsFile(content){
  244. let finalContent = {}
  245. let lines = content.split('\n')
  246. for(let i=0; i<lines.length; i++){
  247. let bits = lines[i].split(' ')
  248. if(bits[1] == null) {
  249. continue
  250. }
  251. finalContent[bits[1]] = bits[0]
  252. }
  253. return finalContent
  254. }
  255. /**
  256. * Validate that a file exists and matches a given hash value.
  257. *
  258. * @param {string} filePath The path of the file to validate.
  259. * @param {string} algo The hash algorithm to check against.
  260. * @param {string} hash The existing hash to check against.
  261. * @returns {boolean} True if the file exists and calculated hash matches the given hash, otherwise false.
  262. */
  263. static _validateLocal(filePath, algo, hash){
  264. if(fs.existsSync(filePath)){
  265. //No hash provided, have to assume it's good.
  266. if(hash == null){
  267. return true
  268. }
  269. let fileName = path.basename(filePath)
  270. let buf = fs.readFileSync(filePath)
  271. let calcdhash = AssetGuard._calculateHash(buf, algo)
  272. return calcdhash === hash
  273. }
  274. return false;
  275. }
  276. /**
  277. * Validates a file in the style used by forge's version index.
  278. *
  279. * @param {string} filePath The path of the file to validate.
  280. * @param {Array.<string>} checksums The checksums listed in the forge version index.
  281. * @returns {boolean} True if the file exists and the hashes match, otherwise false.
  282. */
  283. static _validateForgeChecksum(filePath, checksums){
  284. if(fs.existsSync(filePath)){
  285. if(checksums == null || checksums.length === 0){
  286. return true
  287. }
  288. let buf = fs.readFileSync(filePath)
  289. let calcdhash = AssetGuard._calculateHash(buf, 'sha1')
  290. let valid = checksums.includes(calcdhash)
  291. if(!valid && filePath.endsWith('.jar')){
  292. valid = AssetGuard._validateForgeJar(filePath, checksums)
  293. }
  294. return valid
  295. }
  296. return false
  297. }
  298. /**
  299. * Validates a forge jar file dependency who declares a checksums.sha1 file.
  300. * This can be an expensive task as it usually requires that we calculate thousands
  301. * of hashes.
  302. *
  303. * @param {Buffer} buf The buffer of the jar file.
  304. * @param {Array.<string>} checksums The checksums listed in the forge version index.
  305. * @returns {boolean} True if all hashes declared in the checksums.sha1 file match the actual hashes.
  306. */
  307. static _validateForgeJar(buf, checksums){
  308. // Double pass method was the quickest I found. I tried a version where we store data
  309. // to only require a single pass, plus some quick cleanup but that seemed to take slightly more time.
  310. const hashes = {}
  311. let expected = {}
  312. const zip = new AdmZip(buf)
  313. const zipEntries = zip.getEntries()
  314. //First pass
  315. for(let i=0; i<zipEntries.length; i++){
  316. let entry = zipEntries[i]
  317. if(entry.entryName === 'checksums.sha1'){
  318. expected = AssetGuard._parseChecksumsFile(zip.readAsText(entry))
  319. }
  320. hashes[entry.entryName] = AssetGuard._calculateHash(entry.getData(), 'sha1')
  321. }
  322. if(!checksums.includes(hashes['checksums.sha1'])){
  323. return false
  324. }
  325. //Check against expected
  326. const expectedEntries = Object.keys(expected)
  327. for(let i=0; i<expectedEntries.length; i++){
  328. if(expected[expectedEntries[i]] !== hashes[expectedEntries[i]]){
  329. return false
  330. }
  331. }
  332. return true
  333. }
  334. // #endregion
  335. // Static Distribution Index Functions
  336. // #region
  337. /**
  338. * Retrieve a new copy of the distribution index from our servers.
  339. *
  340. * @param {string} launcherPath The root launcher directory.
  341. * @returns {Promise.<Object>} A promise which resolves to the distribution data object.
  342. */
  343. static refreshDistributionDataRemote(launcherPath){
  344. return new Promise((resolve, reject) => {
  345. const distroURL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/westeroscraft.json'
  346. const distroDest = path.join(launcherPath, 'westeroscraft.json')
  347. request(distroURL, (error, resp, body) => {
  348. if(!error){
  349. distributionData = JSON.parse(body)
  350. fs.writeFile(distroDest, body, 'utf-8', (err) => {
  351. if(!err){
  352. resolve(distributionData)
  353. } else {
  354. reject(err)
  355. }
  356. })
  357. } else {
  358. reject(error)
  359. }
  360. })
  361. })
  362. }
  363. /**
  364. * Retrieve a local copy of the distribution index asynchronously.
  365. *
  366. * @param {string} launcherPath The root launcher directory.
  367. * @returns {Promise.<Object>} A promise which resolves to the distribution data object.
  368. */
  369. static refreshDistributionDataLocal(launcherPath){
  370. return new Promise((resolve, reject) => {
  371. fs.readFile(path.join(launcherPath, 'westeroscraft.json'), 'utf-8', (err, data) => {
  372. if(!err){
  373. distributionData = JSON.parse(data)
  374. resolve(distributionData)
  375. } else {
  376. reject(err)
  377. }
  378. })
  379. })
  380. }
  381. /**
  382. * Retrieve a local copy of the distribution index synchronously.
  383. *
  384. * @param {string} launcherPath The root launcher directory.
  385. * @returns {Object} The distribution data object.
  386. */
  387. static refreshDistributionDataLocalSync(launcherPath){
  388. distributionData = JSON.parse(fs.readFileSync(path.join(launcherPath, 'westeroscraft.json'), 'utf-8'))
  389. return distributionData
  390. }
  391. /**
  392. * Get a cached copy of the distribution index.
  393. */
  394. static getDistributionData(){
  395. return distributionData
  396. }
  397. /**
  398. * Resolve the default selected server from the distribution index.
  399. *
  400. * @returns {Object} An object resolving to the default selected server.
  401. */
  402. static resolveSelectedServer(){
  403. const distro = AssetGuard.getDistributionData()
  404. const servers = distro.servers
  405. for(let i=0; i<servers.length; i++){
  406. if(servers[i].default_selected){
  407. return servers[i]
  408. }
  409. }
  410. // If no server declares default_selected, default to the first one declared.
  411. return (servers.length > 0) ? servers[0] : null
  412. }
  413. /**
  414. * Gets a server from the distro index which maches the provided ID.
  415. * Returns null if the ID could not be found or the distro index has
  416. * not yet been loaded.
  417. *
  418. * @param {string} serverID The id of the server to retrieve.
  419. * @returns {Object} The server object whose id matches the parameter.
  420. */
  421. static getServerById(serverID){
  422. const distro = AssetGuard.getDistributionData()
  423. const servers = distro.servers
  424. let serv = null
  425. for(let i=0; i<servers.length; i++){
  426. if(servers[i].id === serverID){
  427. serv = servers[i]
  428. }
  429. }
  430. return serv
  431. }
  432. /**
  433. * Set whether or not we should launch with a local copy of the distribution
  434. * index. This is useful for testing experimental changes to the distribution index.
  435. *
  436. * @param {boolean} value True if we should launch with a local copy. Otherwise false.
  437. */
  438. static launchWithLocal(value, silent = false){
  439. if(!silent){
  440. if(value){
  441. console.log('%c[AssetGuard]', 'color: #a02d2a; font-weight: bold', 'Will now launch using a local copy of the distribution index.')
  442. console.log('%c[AssetGuard]', 'color: #a02d2a; font-weight: bold', 'Unless you are a developer, revert this change immediately.')
  443. } else {
  444. console.log('%c[AssetGuard]', 'color: #a02d2a; font-weight: bold', 'Will now retrieve a fresh copy of the distribution index on launch.')
  445. }
  446. }
  447. launchWithLocal = value
  448. }
  449. /**
  450. * Check if AssetGuard is configured to launch with a local copy
  451. * of the distribution index.
  452. *
  453. * @returns {boolean} True if launching with local, otherwise false.
  454. */
  455. static isLocalLaunch(){
  456. return launchWithLocal
  457. }
  458. // #endregion
  459. // Miscellaneous Static Functions
  460. // #region
  461. /**
  462. * Extracts and unpacks a file from .pack.xz format.
  463. *
  464. * @param {Array.<string>} filePaths The paths of the files to be extracted and unpacked.
  465. * @returns {Promise.<void>} An empty promise to indicate the extraction has completed.
  466. */
  467. static _extractPackXZ(filePaths, javaExecutable){
  468. console.log('[PackXZExtract] Starting')
  469. return new Promise((resolve, reject) => {
  470. let libPath
  471. if(isDev){
  472. libPath = path.join(process.cwd(), 'libraries', 'java', 'PackXZExtract.jar')
  473. } else {
  474. if(process.platform === 'darwin'){
  475. libPath = path.join(process.cwd(),'Contents', 'Resources', 'libraries', 'java', 'PackXZExtract.jar')
  476. } else {
  477. libPath = path.join(process.cwd(), 'resources', 'libraries', 'java', 'PackXZExtract.jar')
  478. }
  479. }
  480. const filePath = filePaths.join(',')
  481. const child = child_process.spawn(javaExecutable, ['-jar', libPath, '-packxz', filePath])
  482. child.stdout.on('data', (data) => {
  483. console.log('[PackXZExtract]', data.toString('utf8'))
  484. })
  485. child.stderr.on('data', (data) => {
  486. console.log('[PackXZExtract]', data.toString('utf8'))
  487. })
  488. child.on('close', (code, signal) => {
  489. console.log('[PackXZExtract]', 'Exited with code', code)
  490. resolve()
  491. })
  492. })
  493. }
  494. /**
  495. * Function which finalizes the forge installation process. This creates a 'version'
  496. * instance for forge and saves its version.json file into that instance. If that
  497. * instance already exists, the contents of the version.json file are read and returned
  498. * in a promise.
  499. *
  500. * @param {Asset} asset The Asset object representing Forge.
  501. * @param {string} basePath Base path for asset validation (game root).
  502. * @returns {Promise.<Object>} A promise which resolves to the contents of forge's version.json.
  503. */
  504. static _finalizeForgeAsset(asset, basePath){
  505. return new Promise((resolve, reject) => {
  506. fs.readFile(asset.to, (err, data) => {
  507. const zip = new AdmZip(data)
  508. const zipEntries = zip.getEntries()
  509. for(let i=0; i<zipEntries.length; i++){
  510. if(zipEntries[i].entryName === 'version.json'){
  511. const forgeVersion = JSON.parse(zip.readAsText(zipEntries[i]))
  512. const versionPath = path.join(basePath, 'versions', forgeVersion.id)
  513. const versionFile = path.join(versionPath, forgeVersion.id + '.json')
  514. if(!fs.existsSync(versionFile)){
  515. mkpath.sync(versionPath)
  516. fs.writeFileSync(path.join(versionPath, forgeVersion.id + '.json'), zipEntries[i].getData())
  517. resolve(forgeVersion)
  518. } else {
  519. //Read the saved file to allow for user modifications.
  520. resolve(JSON.parse(fs.readFileSync(versionFile, 'utf-8')))
  521. }
  522. return
  523. }
  524. }
  525. //We didn't find forge's version.json.
  526. reject('Unable to finalize Forge processing, version.json not found! Has forge changed their format?')
  527. })
  528. })
  529. }
  530. // #endregion
  531. // Static Java Utility
  532. // #region
  533. /**
  534. * @typedef OracleJREData
  535. * @property {string} uri The base uri of the JRE.
  536. * @property {{major: string, update: string, build: string}} version Object containing version information.
  537. */
  538. /**
  539. * Resolves the latest version of Oracle's JRE and parses its download link.
  540. *
  541. * @returns {Promise.<OracleJREData>} Promise which resolved to an object containing the JRE download data.
  542. */
  543. static _latestJREOracle(){
  544. const url = 'http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html'
  545. const regex = /http:\/\/.+?(?=\/java)\/java\/jdk\/([0-9]+u[0-9]+)-(b[0-9]+)\/([a-f0-9]{32})?\/jre-\1/
  546. return new Promise((resolve, reject) => {
  547. request(url, (err, resp, body) => {
  548. if(!err){
  549. const arr = body.match(regex)
  550. const verSplit = arr[1].split('u')
  551. resolve({
  552. uri: arr[0],
  553. version: {
  554. major: verSplit[0],
  555. update: verSplit[1],
  556. build: arr[2]
  557. }
  558. })
  559. } else {
  560. resolve(null)
  561. }
  562. })
  563. })
  564. }
  565. /**
  566. * Returns the path of the OS-specific executable for the given Java
  567. * installation. Supported OS's are win32, darwin, linux.
  568. *
  569. * @param {string} rootDir The root directory of the Java installation.
  570. * @returns {string} The path to the Java executable.
  571. */
  572. static javaExecFromRoot(rootDir){
  573. if(process.platform === 'win32'){
  574. return path.join(rootDir, 'bin', 'javaw.exe')
  575. } else if(process.platform === 'darwin'){
  576. return path.join(rootDir, 'Contents', 'Home', 'bin', 'java')
  577. } else if(process.platform === 'linux'){
  578. return path.join(rootDir, 'bin', 'java')
  579. }
  580. return rootDir
  581. }
  582. /**
  583. * Check to see if the given path points to a Java executable.
  584. *
  585. * @param {string} pth The path to check against.
  586. * @returns {boolean} True if the path points to a Java executable, otherwise false.
  587. */
  588. static isJavaExecPath(pth){
  589. if(process.platform === 'win32'){
  590. return pth.endsWith(path.join('bin', 'javaw.exe'))
  591. } else if(process.platform === 'darwin'){
  592. return pth.endsWith(path.join('bin', 'java'))
  593. } else if(process.platform === 'linux'){
  594. return pth.endsWith(path.join('bin', 'java'))
  595. }
  596. return false
  597. }
  598. /**
  599. * Load Mojang's launcher.json file.
  600. *
  601. * @returns {Promise.<Object>} Promise which resolves to Mojang's launcher.json object.
  602. */
  603. static loadMojangLauncherData(){
  604. return new Promise((resolve, reject) => {
  605. request.get('https://launchermeta.mojang.com/mc/launcher.json', (err, resp, body) => {
  606. if(err){
  607. resolve(null)
  608. } else {
  609. resolve(JSON.parse(body))
  610. }
  611. })
  612. })
  613. }
  614. /**
  615. * Parses a **full** Java Runtime version string and resolves
  616. * the version information. Uses Java 8 formatting.
  617. *
  618. * @param {string} verString Full version string to parse.
  619. * @returns Object containing the version information.
  620. */
  621. static parseJavaRuntimeVersion(verString){
  622. // 1.{major}.0_{update}-b{build}
  623. // ex. 1.8.0_152-b16
  624. const ret = {}
  625. let pts = verString.split('-')
  626. ret.build = parseInt(pts[1].substring(1))
  627. pts = pts[0].split('_')
  628. ret.update = parseInt(pts[1])
  629. ret.major = parseInt(pts[0].split('.')[1])
  630. return ret
  631. }
  632. /**
  633. * Validates the output of a JVM's properties. Currently validates that a JRE is x64
  634. * and that the major = 8, update > 52.
  635. *
  636. * @param {string} stderr The output to validate.
  637. *
  638. * @returns {Promise.<boolean>} A promise which resolves to true if the properties are valid.
  639. * Otherwise false.
  640. */
  641. static _validateJVMProperties(stderr){
  642. const res = stderr
  643. const props = res.split('\n')
  644. const goal = 2
  645. let checksum = 0
  646. for(let i=0; i<props.length; i++){
  647. if(props[i].indexOf('sun.arch.data.model') > -1){
  648. let arch = props[i].split('=')[1].trim()
  649. console.log(props[i].trim())
  650. if(parseInt(arch) === 64){
  651. ++checksum
  652. if(checksum === goal){
  653. return true
  654. }
  655. }
  656. } else if(props[i].indexOf('java.runtime.version') > -1){
  657. let verString = props[i].split('=')[1].trim()
  658. console.log(props[i].trim())
  659. const verOb = AssetGuard.parseJavaRuntimeVersion(verString)
  660. if(verOb.major === 8 && verOb.update > 52){
  661. ++checksum
  662. if(checksum === goal){
  663. return true
  664. }
  665. }
  666. }
  667. }
  668. return checksum === goal
  669. }
  670. /**
  671. * Validates that a Java binary is at least 64 bit. This makes use of the non-standard
  672. * command line option -XshowSettings:properties. The output of this contains a property,
  673. * sun.arch.data.model = ARCH, in which ARCH is either 32 or 64. This option is supported
  674. * in Java 8 and 9. Since this is a non-standard option. This will resolve to true if
  675. * the function's code throws errors. That would indicate that the option is changed or
  676. * removed.
  677. *
  678. * @param {string} binaryExecPath Path to the java executable we wish to validate.
  679. *
  680. * @returns {Promise.<boolean>} Resolves to false only if the test is successful and the result
  681. * is less than 64.
  682. */
  683. static _validateJavaBinary(binaryExecPath){
  684. return new Promise((resolve, reject) => {
  685. if(fs.existsSync(binaryExecPath)){
  686. child_process.exec('"' + binaryExecPath + '" -XshowSettings:properties', (err, stdout, stderr) => {
  687. try {
  688. // Output is stored in stderr?
  689. resolve(this._validateJVMProperties(stderr))
  690. } catch (err){
  691. // Output format might have changed, validation cannot be completed.
  692. resolve(false)
  693. }
  694. })
  695. } else {
  696. resolve(false)
  697. }
  698. })
  699. }
  700. /*static _validateJavaBinaryDarwin(binaryPath){
  701. return new Promise((resolve, reject) => {
  702. if(fs.existsSync(binaryExecPath)){
  703. child_process.exec('export JAVA_HOME="' + binaryPath + '"; java -XshowSettings:properties', (err, stdout, stderr) => {
  704. try {
  705. // Output is stored in stderr?
  706. resolve(this._validateJVMProperties(stderr))
  707. } catch (err){
  708. // Output format might have changed, validation cannot be completed.
  709. resolve(false)
  710. }
  711. })
  712. } else {
  713. resolve(false)
  714. }
  715. })
  716. }*/
  717. /**
  718. * Checks for the presence of the environment variable JAVA_HOME. If it exits, we will check
  719. * to see if the value points to a path which exists. If the path exits, the path is returned.
  720. *
  721. * @returns {string} The path defined by JAVA_HOME, if it exists. Otherwise null.
  722. */
  723. static _scanJavaHome(){
  724. const jHome = process.env.JAVA_HOME
  725. try {
  726. let res = fs.existsSync(jHome)
  727. return res ? jHome : null
  728. } catch (err) {
  729. // Malformed JAVA_HOME property.
  730. return null
  731. }
  732. }
  733. /**
  734. * Scans the data folder's runtime directory for suitable JRE candidates.
  735. *
  736. * @param {string} dataDir The base launcher directory.
  737. * @returns {Promise.<Set.<string>>} A set containing suitable JRE candidates found
  738. * in the runtime directory.
  739. */
  740. static _scanDataFolder(dataDir){
  741. return new Promise((resolve, reject) => {
  742. const x64RuntimeDir = path.join(dataDir, 'runtime', 'x64')
  743. fs.exists(x64RuntimeDir, (e) => {
  744. let res = new Set()
  745. if(e){
  746. fs.readdir(x64RuntimeDir, (err, files) => {
  747. if(err){
  748. resolve(res)
  749. console.log(err)
  750. } else {
  751. for(let i=0; i<files.length; i++){
  752. res.add(path.join(x64RuntimeDir, files[i]))
  753. }
  754. resolve(res)
  755. }
  756. })
  757. } else {
  758. resolve(res)
  759. }
  760. })
  761. })
  762. }
  763. /**
  764. * Scans the registry for 64-bit Java entries. The paths of each entry are added to
  765. * a set and returned. Currently, only Java 8 (1.8) is supported.
  766. *
  767. * @returns {Promise.<Set.<string>>} A promise which resolves to a set of 64-bit Java root
  768. * paths found in the registry.
  769. */
  770. static _scanRegistry(){
  771. return new Promise((resolve, reject) => {
  772. // Keys for Java v9.0.0 and later:
  773. // 'SOFTWARE\\JavaSoft\\JRE'
  774. // 'SOFTWARE\\JavaSoft\\JDK'
  775. // Forge does not yet support Java 9, therefore we do not.
  776. let cbTracker = 0
  777. let cbAcc = 0
  778. // Keys for Java 1.8 and prior:
  779. const regKeys = [
  780. '\\SOFTWARE\\JavaSoft\\Java Runtime Environment',
  781. '\\SOFTWARE\\JavaSoft\\Java Development Kit'
  782. ]
  783. const candidates = new Set()
  784. for(let i=0; i<regKeys.length; i++){
  785. const key = new Registry({
  786. hive: Registry.HKLM,
  787. key: regKeys[i],
  788. arch: 'x64'
  789. })
  790. key.keyExists((err, exists) => {
  791. if(exists) {
  792. key.keys((err, javaVers) => {
  793. if(err){
  794. console.error(err)
  795. if(i === regKeys.length-1 && cbAcc === cbTracker){
  796. resolve(candidates)
  797. }
  798. } else {
  799. cbTracker += javaVers.length
  800. if(i === regKeys.length-1 && cbTracker === cbAcc){
  801. resolve(candidates)
  802. } else {
  803. for(let j=0; j<javaVers.length; j++){
  804. const javaVer = javaVers[j]
  805. const vKey = javaVer.key.substring(javaVer.key.lastIndexOf('\\')+1)
  806. // Only Java 8 is supported currently.
  807. if(parseFloat(vKey) === 1.8){
  808. javaVer.get('JavaHome', (err, res) => {
  809. const jHome = res.value
  810. if(jHome.indexOf('(x86)') === -1){
  811. candidates.add(jHome)
  812. }
  813. cbAcc++
  814. if(i === regKeys.length-1 && cbAcc === cbTracker){
  815. resolve(candidates)
  816. }
  817. })
  818. } else {
  819. cbAcc++
  820. if(i === regKeys.length-1 && cbAcc === cbTracker){
  821. resolve(candidates)
  822. }
  823. }
  824. }
  825. }
  826. }
  827. })
  828. } else {
  829. if(i === regKeys.length-1 && cbAcc === cbTracker){
  830. resolve(candidates)
  831. }
  832. }
  833. })
  834. }
  835. })
  836. }
  837. /**
  838. * Attempts to find a valid x64 installation of Java on Windows machines.
  839. * Possible paths will be pulled from the registry and the JAVA_HOME environment
  840. * variable. The paths will be sorted with higher versions preceeding lower, and
  841. * JREs preceeding JDKs. The binaries at the sorted paths will then be validated.
  842. * The first validated is returned.
  843. *
  844. * Higher versions > Lower versions
  845. * If versions are equal, JRE > JDK.
  846. *
  847. * @param {string} dataDir The base launcher directory.
  848. * @returns {Promise.<string>} A Promise which resolves to the executable path of a valid
  849. * x64 Java installation. If none are found, null is returned.
  850. */
  851. static async _win32JavaValidate(dataDir){
  852. // Get possible paths from the registry.
  853. const pathSet = await AssetGuard._scanRegistry()
  854. //console.log(Array.from(pathSet)) // DEBUGGING
  855. // Get possible paths from the data directory.
  856. const pathSet2 = await AssetGuard._scanDataFolder(dataDir)
  857. // Validate JAVA_HOME
  858. const jHome = AssetGuard._scanJavaHome()
  859. if(jHome != null && jHome.indexOf('(x86)') === -1){
  860. pathSet.add(jHome)
  861. }
  862. const mergedSet = new Set([...pathSet, ...pathSet2])
  863. // Convert path set to an array for processing.
  864. let pathArr = Array.from(mergedSet)
  865. //console.log(pathArr) // DEBUGGING
  866. // Sorts array. Higher version numbers preceed lower. JRE preceeds JDK.
  867. pathArr = pathArr.sort((a, b) => {
  868. // Note that Java 9+ uses semver and that will need to be accounted for in
  869. // the future.
  870. const aVer = parseInt(a.split('_')[1])
  871. const bVer = parseInt(b.split('_')[1])
  872. if(bVer === aVer){
  873. return a.indexOf('jdk') > -1 ? 1 : 0
  874. } else {
  875. return bVer - aVer
  876. }
  877. })
  878. //console.log(pathArr) // DEBUGGING
  879. // Validate that the binary is actually x64.
  880. for(let i=0; i<pathArr.length; i++) {
  881. const execPath = AssetGuard.javaExecFromRoot(pathArr[i])
  882. let res = await AssetGuard._validateJavaBinary(execPath)
  883. if(res){
  884. return execPath
  885. }
  886. }
  887. // No suitable candidates found.
  888. return null;
  889. }
  890. /**
  891. * See if JRE exists in the Internet Plug-Ins folder.
  892. *
  893. * @returns {string} The path of the JRE if found, otherwise null.
  894. */
  895. static _scanInternetPlugins(){
  896. // /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
  897. const pth = '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin'
  898. const res = fs.existsSync(AssetGuard.javaExecFromRoot(pth))
  899. return res ? pth : null
  900. }
  901. /**
  902. * WIP -> get a valid x64 Java path on macOS.
  903. */
  904. static async _darwinJavaValidate(dataDir){
  905. const pathSet = new Set()
  906. // Check Internet Plugins folder.
  907. const iPPath = AssetGuard._scanInternetPlugins()
  908. if(iPPath != null){
  909. pathSet.add(iPPath)
  910. }
  911. // Check the JAVA_HOME environment variable.
  912. const jHome = AssetGuard._scanJavaHome()
  913. if(jHome != null){
  914. // Ensure we are at the absolute root.
  915. if(jHome.contains('/Contents/Home')){
  916. jHome = jHome.substring(0, jHome.indexOf('/Contents/Home'))
  917. }
  918. pathSet.add(jHome)
  919. }
  920. // Get possible paths from the data directory.
  921. const pathSet2 = await AssetGuard._scanDataFolder(dataDir)
  922. // TODO Sort by highest version.
  923. let pathArr = Array.from(pathSet2).concat(Array.from(pathSet))
  924. for(let i=0; i<pathArr.length; i++) {
  925. const execPath = AssetGuard.javaExecFromRoot(pathArr[i])
  926. let res = await AssetGuard._validateJavaBinary(execPath)
  927. if(res){
  928. return execPath
  929. }
  930. }
  931. return null
  932. }
  933. /**
  934. * WIP -> get a valid x64 Java path on linux.
  935. */
  936. static async _linuxJavaValidate(dataDir){
  937. return null
  938. }
  939. /**
  940. * Retrieve the path of a valid x64 Java installation.
  941. *
  942. * @param {string} dataDir The base launcher directory.
  943. * @returns {string} A path to a valid x64 Java installation, null if none found.
  944. */
  945. static async validateJava(dataDir){
  946. return await AssetGuard['_' + process.platform + 'JavaValidate'](dataDir)
  947. }
  948. // #endregion
  949. // #endregion
  950. // Validation Functions
  951. // #region
  952. /**
  953. * Loads the version data for a given minecraft version.
  954. *
  955. * @param {string} version The game version for which to load the index data.
  956. * @param {boolean} force Optional. If true, the version index will be downloaded even if it exists locally. Defaults to false.
  957. * @returns {Promise.<Object>} Promise which resolves to the version data object.
  958. */
  959. loadVersionData(version, force = false){
  960. const self = this
  961. return new Promise((resolve, reject) => {
  962. const name = version + '.json'
  963. const url = 'https://s3.amazonaws.com/Minecraft.Download/versions/' + version + '/' + name
  964. const versionPath = path.join(self.basePath, 'versions', version)
  965. const versionFile = path.join(versionPath, name)
  966. if(!fs.existsSync(versionFile) || force){
  967. //This download will never be tracked as it's essential and trivial.
  968. console.log('Preparing download of ' + version + ' assets.')
  969. mkpath.sync(versionPath)
  970. const stream = request(url).pipe(fs.createWriteStream(versionFile))
  971. stream.on('finish', () => {
  972. resolve(JSON.parse(fs.readFileSync(versionFile)))
  973. })
  974. } else {
  975. resolve(JSON.parse(fs.readFileSync(versionFile)))
  976. }
  977. })
  978. }
  979. // Asset (Category=''') Validation Functions
  980. // #region
  981. /**
  982. * Public asset validation function. This function will handle the validation of assets.
  983. * It will parse the asset index specified in the version data, analyzing each
  984. * asset entry. In this analysis it will check to see if the local file exists and is valid.
  985. * If not, it will be added to the download queue for the 'assets' identifier.
  986. *
  987. * @param {Object} versionData The version data for the assets.
  988. * @param {boolean} force Optional. If true, the asset index will be downloaded even if it exists locally. Defaults to false.
  989. * @returns {Promise.<void>} An empty promise to indicate the async processing has completed.
  990. */
  991. validateAssets(versionData, force = false){
  992. const self = this
  993. return new Promise((resolve, reject) => {
  994. self._assetChainIndexData(versionData, force).then(() => {
  995. resolve()
  996. })
  997. })
  998. }
  999. //Chain the asset tasks to provide full async. The below functions are private.
  1000. /**
  1001. * Private function used to chain the asset validation process. This function retrieves
  1002. * the index data.
  1003. * @param {Object} versionData
  1004. * @param {boolean} force
  1005. * @returns {Promise.<void>} An empty promise to indicate the async processing has completed.
  1006. */
  1007. _assetChainIndexData(versionData, force = false){
  1008. const self = this
  1009. return new Promise((resolve, reject) => {
  1010. //Asset index constants.
  1011. const assetIndex = versionData.assetIndex
  1012. const name = assetIndex.id + '.json'
  1013. const indexPath = path.join(self.basePath, 'assets', 'indexes')
  1014. const assetIndexLoc = path.join(indexPath, name)
  1015. let data = null
  1016. if(!fs.existsSync(assetIndexLoc) || force){
  1017. console.log('Downloading ' + versionData.id + ' asset index.')
  1018. mkpath.sync(indexPath)
  1019. const stream = request(assetIndex.url).pipe(fs.createWriteStream(assetIndexLoc))
  1020. stream.on('finish', () => {
  1021. data = JSON.parse(fs.readFileSync(assetIndexLoc, 'utf-8'))
  1022. self._assetChainValidateAssets(versionData, data).then(() => {
  1023. resolve()
  1024. })
  1025. })
  1026. } else {
  1027. data = JSON.parse(fs.readFileSync(assetIndexLoc, 'utf-8'))
  1028. self._assetChainValidateAssets(versionData, data).then(() => {
  1029. resolve()
  1030. })
  1031. }
  1032. })
  1033. }
  1034. /**
  1035. * Private function used to chain the asset validation process. This function processes
  1036. * the assets and enqueues missing or invalid files.
  1037. * @param {Object} versionData
  1038. * @param {boolean} force
  1039. * @returns {Promise.<void>} An empty promise to indicate the async processing has completed.
  1040. */
  1041. _assetChainValidateAssets(versionData, indexData){
  1042. const self = this
  1043. return new Promise((resolve, reject) => {
  1044. //Asset constants
  1045. const resourceURL = 'http://resources.download.minecraft.net/'
  1046. const localPath = path.join(self.basePath, 'assets')
  1047. const indexPath = path.join(localPath, 'indexes')
  1048. const objectPath = path.join(localPath, 'objects')
  1049. const assetDlQueue = []
  1050. let dlSize = 0
  1051. let acc = 0
  1052. const total = Object.keys(indexData.objects).length
  1053. //const objKeys = Object.keys(data.objects)
  1054. async.forEachOfLimit(indexData.objects, 10, (value, key, cb) => {
  1055. acc++
  1056. self.emit('assetVal', {acc, total})
  1057. const hash = value.hash
  1058. const assetName = path.join(hash.substring(0, 2), hash)
  1059. const urlName = hash.substring(0, 2) + "/" + hash
  1060. const ast = new Asset(key, hash, String(value.size), resourceURL + urlName, path.join(objectPath, assetName))
  1061. if(!AssetGuard._validateLocal(ast.to, 'sha1', ast.hash)){
  1062. dlSize += (ast.size*1)
  1063. assetDlQueue.push(ast)
  1064. }
  1065. cb()
  1066. }, (err) => {
  1067. self.assets = new DLTracker(assetDlQueue, dlSize)
  1068. resolve()
  1069. })
  1070. })
  1071. }
  1072. // #endregion
  1073. // Library (Category=''') Validation Functions
  1074. // #region
  1075. /**
  1076. * Public library validation function. This function will handle the validation of libraries.
  1077. * It will parse the version data, analyzing each library entry. In this analysis, it will
  1078. * check to see if the local file exists and is valid. If not, it will be added to the download
  1079. * queue for the 'libraries' identifier.
  1080. *
  1081. * @param {Object} versionData The version data for the assets.
  1082. * @returns {Promise.<void>} An empty promise to indicate the async processing has completed.
  1083. */
  1084. validateLibraries(versionData){
  1085. const self = this
  1086. return new Promise((resolve, reject) => {
  1087. const libArr = versionData.libraries
  1088. const libPath = path.join(self.basePath, 'libraries')
  1089. const libDlQueue = []
  1090. let dlSize = 0
  1091. //Check validity of each library. If the hashs don't match, download the library.
  1092. async.eachLimit(libArr, 5, (lib, cb) => {
  1093. if(Library.validateRules(lib.rules)){
  1094. let artifact = (lib.natives == null) ? lib.downloads.artifact : lib.downloads.classifiers[lib.natives[Library.mojangFriendlyOS()]]
  1095. const libItm = new Library(lib.name, artifact.sha1, artifact.size, artifact.url, path.join(libPath, artifact.path))
  1096. if(!AssetGuard._validateLocal(libItm.to, 'sha1', libItm.hash)){
  1097. dlSize += (libItm.size*1)
  1098. libDlQueue.push(libItm)
  1099. }
  1100. }
  1101. cb()
  1102. }, (err) => {
  1103. self.libraries = new DLTracker(libDlQueue, dlSize)
  1104. resolve()
  1105. })
  1106. })
  1107. }
  1108. // #endregion
  1109. // Miscellaneous (Category=files) Validation Functions
  1110. // #region
  1111. /**
  1112. * Public miscellaneous mojang file validation function. These files will be enqueued under
  1113. * the 'files' identifier.
  1114. *
  1115. * @param {Object} versionData The version data for the assets.
  1116. * @returns {Promise.<void>} An empty promise to indicate the async processing has completed.
  1117. */
  1118. validateMiscellaneous(versionData){
  1119. const self = this
  1120. return new Promise(async (resolve, reject) => {
  1121. await self.validateClient(versionData)
  1122. await self.validateLogConfig(versionData)
  1123. resolve()
  1124. })
  1125. }
  1126. /**
  1127. * Validate client file - artifact renamed from client.jar to '{version}'.jar.
  1128. *
  1129. * @param {Object} versionData The version data for the assets.
  1130. * @param {boolean} force Optional. If true, the asset index will be downloaded even if it exists locally. Defaults to false.
  1131. * @returns {Promise.<void>} An empty promise to indicate the async processing has completed.
  1132. */
  1133. validateClient(versionData, force = false){
  1134. const self = this
  1135. return new Promise((resolve, reject) => {
  1136. const clientData = versionData.downloads.client
  1137. const version = versionData.id
  1138. const targetPath = path.join(self.basePath, 'versions', version)
  1139. const targetFile = version + '.jar'
  1140. let client = new Asset(version + ' client', clientData.sha1, clientData.size, clientData.url, path.join(targetPath, targetFile))
  1141. if(!AssetGuard._validateLocal(client.to, 'sha1', client.hash) || force){
  1142. self.files.dlqueue.push(client)
  1143. self.files.dlsize += client.size*1
  1144. resolve()
  1145. } else {
  1146. resolve()
  1147. }
  1148. })
  1149. }
  1150. /**
  1151. * Validate log config.
  1152. *
  1153. * @param {Object} versionData The version data for the assets.
  1154. * @param {boolean} force Optional. If true, the asset index will be downloaded even if it exists locally. Defaults to false.
  1155. * @returns {Promise.<void>} An empty promise to indicate the async processing has completed.
  1156. */
  1157. validateLogConfig(versionData){
  1158. const self = this
  1159. return new Promise((resolve, reject) => {
  1160. const client = versionData.logging.client
  1161. const file = client.file
  1162. const targetPath = path.join(self.basePath, 'assets', 'log_configs')
  1163. let logConfig = new Asset(file.id, file.sha1, file.size, file.url, path.join(targetPath, file.id))
  1164. if(!AssetGuard._validateLocal(logConfig.to, 'sha1', logConfig.hash)){
  1165. self.files.dlqueue.push(logConfig)
  1166. self.files.dlsize += logConfig.size*1
  1167. resolve()
  1168. } else {
  1169. resolve()
  1170. }
  1171. })
  1172. }
  1173. // #endregion
  1174. // Distribution (Category=forge) Validation Functions
  1175. // #region
  1176. /**
  1177. * Validate the distribution.
  1178. *
  1179. * @param {string} serverpackid The id of the server to validate.
  1180. * @returns {Promise.<Object>} A promise which resolves to the server distribution object.
  1181. */
  1182. validateDistribution(serverpackid){
  1183. const self = this
  1184. return new Promise((resolve, reject) => {
  1185. AssetGuard.refreshDistributionDataLocal(self.launcherPath).then((v) => {
  1186. const serv = AssetGuard.getServerById(serverpackid)
  1187. if(serv == null) {
  1188. console.error('Invalid server pack id:', serverpackid)
  1189. }
  1190. self.forge = self._parseDistroModules(serv.modules, serv.mc_version)
  1191. // Correct our workaround here.
  1192. let decompressqueue = self.forge.callback
  1193. self.extractQueue = decompressqueue
  1194. self.forge.callback = (asset, self) => {
  1195. if(asset.type === 'forge-hosted' || asset.type === 'forge'){
  1196. AssetGuard._finalizeForgeAsset(asset, self.basePath)
  1197. }
  1198. }
  1199. resolve(serv)
  1200. })
  1201. })
  1202. }
  1203. _parseDistroModules(modules, version){
  1204. let alist = []
  1205. let asize = 0;
  1206. let decompressqueue = []
  1207. for(let i=0; i<modules.length; i++){
  1208. let ob = modules[i]
  1209. let obType = ob.type
  1210. let obArtifact = ob.artifact
  1211. let obPath = obArtifact.path == null ? AssetGuard._resolvePath(ob.id, obArtifact.extension) : obArtifact.path
  1212. switch(obType){
  1213. case 'forge-hosted':
  1214. case 'forge':
  1215. case 'library':
  1216. obPath = path.join(this.basePath, 'libraries', obPath)
  1217. break
  1218. case 'forgemod':
  1219. //obPath = path.join(this.basePath, 'mods', obPath)
  1220. obPath = path.join(this.basePath, 'modstore', obPath)
  1221. break
  1222. case 'litemod':
  1223. //obPath = path.join(this.basePath, 'mods', version, obPath)
  1224. obPath = path.join(this.basePath, 'modstore', obPath)
  1225. break
  1226. case 'file':
  1227. default:
  1228. obPath = path.join(this.basePath, obPath)
  1229. }
  1230. let artifact = new DistroModule(ob.id, obArtifact.MD5, obArtifact.size, obArtifact.url, obPath, obType)
  1231. const validationPath = obPath.toLowerCase().endsWith('.pack.xz') ? obPath.substring(0, obPath.toLowerCase().lastIndexOf('.pack.xz')) : obPath
  1232. if(!AssetGuard._validateLocal(validationPath, 'MD5', artifact.hash)){
  1233. asize += artifact.size*1
  1234. alist.push(artifact)
  1235. if(validationPath !== obPath) decompressqueue.push(obPath)
  1236. }
  1237. //Recursively process the submodules then combine the results.
  1238. if(ob.sub_modules != null){
  1239. let dltrack = this._parseDistroModules(ob.sub_modules, version)
  1240. asize += dltrack.dlsize*1
  1241. alist = alist.concat(dltrack.dlqueue)
  1242. decompressqueue = decompressqueue.concat(dltrack.callback)
  1243. }
  1244. }
  1245. //Since we have no callback at this point, we use this value to store the decompressqueue.
  1246. return new DLTracker(alist, asize, decompressqueue)
  1247. }
  1248. /**
  1249. * Loads Forge's version.json data into memory for the specified server id.
  1250. *
  1251. * @param {string} serverpack The id of the server to load Forge data for.
  1252. * @returns {Promise.<Object>} A promise which resolves to Forge's version.json data.
  1253. */
  1254. loadForgeData(serverpack){
  1255. const self = this
  1256. return new Promise(async (resolve, reject) => {
  1257. let distro = AssetGuard.getDistributionData()
  1258. const servers = distro.servers
  1259. let serv = null
  1260. for(let i=0; i<servers.length; i++){
  1261. if(servers[i].id === serverpack){
  1262. serv = servers[i]
  1263. break
  1264. }
  1265. }
  1266. const modules = serv.modules
  1267. for(let i=0; i<modules.length; i++){
  1268. const ob = modules[i]
  1269. if(ob.type === 'forge-hosted' || ob.type === 'forge'){
  1270. let obArtifact = ob.artifact
  1271. let obPath = obArtifact.path == null ? path.join(self.basePath, 'libraries', AssetGuard._resolvePath(ob.id, obArtifact.extension)) : obArtifact.path
  1272. let asset = new DistroModule(ob.id, obArtifact.MD5, obArtifact.size, obArtifact.url, obPath, ob.type)
  1273. let forgeData = await AssetGuard._finalizeForgeAsset(asset, self.basePath)
  1274. resolve(forgeData)
  1275. return
  1276. }
  1277. }
  1278. reject('No forge module found!')
  1279. })
  1280. }
  1281. _parseForgeLibraries(){
  1282. /* TODO
  1283. * Forge asset validations are already implemented. When there's nothing much
  1284. * to work on, implement forge downloads using forge's version.json. This is to
  1285. * have the code on standby if we ever need it (since it's half implemented already).
  1286. */
  1287. }
  1288. // #endregion
  1289. // Java (Category=''') Validation (download) Functions
  1290. // #region
  1291. _enqueueOracleJRE(dataDir){
  1292. return new Promise((resolve, reject) => {
  1293. AssetGuard._latestJREOracle().then(verData => {
  1294. if(verData != null){
  1295. const combined = verData.uri + PLATFORM_MAP[process.platform]
  1296. const opts = {
  1297. url: combined,
  1298. headers: {
  1299. 'Cookie': 'oraclelicense=accept-securebackup-cookie'
  1300. }
  1301. }
  1302. request.head(opts, (err, resp, body) => {
  1303. if(err){
  1304. resolve(false)
  1305. } else {
  1306. dataDir = path.join(dataDir, 'runtime', 'x64')
  1307. const name = combined.substring(combined.lastIndexOf('/')+1)
  1308. const fDir = path.join(dataDir, name)
  1309. const jre = new Asset(name, null, resp.headers['content-length'], opts, fDir)
  1310. this.java = new DLTracker([jre], jre.size, (a, self) => {
  1311. let h = null
  1312. fs.createReadStream(a.to)
  1313. .on('error', err => console.log(err))
  1314. .pipe(zlib.createGunzip())
  1315. .on('error', err => console.log(err))
  1316. .pipe(tar.extract(dataDir, {
  1317. map: (header) => {
  1318. if(h == null){
  1319. h = header.name
  1320. }
  1321. }
  1322. }))
  1323. .on('error', err => console.log(err))
  1324. .on('finish', () => {
  1325. fs.unlink(a.to, err => {
  1326. if(err){
  1327. console.log(err)
  1328. }
  1329. if(h.indexOf('/') > -1){
  1330. h = h.substring(0, h.indexOf('/'))
  1331. }
  1332. const pos = path.join(dataDir, h)
  1333. self.emit('jExtracted', AssetGuard.javaExecFromRoot(pos))
  1334. })
  1335. })
  1336. })
  1337. resolve(true)
  1338. }
  1339. })
  1340. } else {
  1341. resolve(false)
  1342. }
  1343. })
  1344. })
  1345. }
  1346. /*_enqueueMojangJRE(dir){
  1347. return new Promise((resolve, reject) => {
  1348. // Mojang does not host the JRE for linux.
  1349. if(process.platform === 'linux'){
  1350. resolve(false)
  1351. }
  1352. AssetGuard.loadMojangLauncherData().then(data => {
  1353. if(data != null) {
  1354. try {
  1355. const mJRE = data[Library.mojangFriendlyOS()]['64'].jre
  1356. const url = mJRE.url
  1357. request.head(url, (err, resp, body) => {
  1358. if(err){
  1359. resolve(false)
  1360. } else {
  1361. const name = url.substring(url.lastIndexOf('/')+1)
  1362. const fDir = path.join(dir, name)
  1363. const jre = new Asset('jre' + mJRE.version, mJRE.sha1, resp.headers['content-length'], url, fDir)
  1364. this.java = new DLTracker([jre], jre.size, a => {
  1365. fs.readFile(a.to, (err, data) => {
  1366. // Data buffer needs to be decompressed from lzma,
  1367. // not really possible using node.js
  1368. })
  1369. })
  1370. }
  1371. })
  1372. } catch (err){
  1373. resolve(false)
  1374. }
  1375. }
  1376. })
  1377. })
  1378. }*/
  1379. // #endregion
  1380. // #endregion
  1381. // Control Flow Functions
  1382. // #region
  1383. /**
  1384. * Initiate an async download process for an AssetGuard DLTracker.
  1385. *
  1386. * @param {string} identifier The identifier of the AssetGuard DLTracker.
  1387. * @param {number} limit Optional. The number of async processes to run in parallel.
  1388. * @returns {boolean} True if the process began, otherwise false.
  1389. */
  1390. startAsyncProcess(identifier, limit = 5){
  1391. const self = this
  1392. let acc = 0
  1393. const concurrentDlTracker = this[identifier]
  1394. const concurrentDlQueue = concurrentDlTracker.dlqueue.slice(0)
  1395. if(concurrentDlQueue.length === 0){
  1396. return false
  1397. } else {
  1398. console.log('DLQueue', concurrentDlQueue)
  1399. async.eachLimit(concurrentDlQueue, limit, (asset, cb) => {
  1400. let count = 0;
  1401. mkpath.sync(path.join(asset.to, ".."))
  1402. let req = request(asset.from)
  1403. req.pause()
  1404. req.on('response', (resp) => {
  1405. if(resp.statusCode === 200){
  1406. let writeStream = fs.createWriteStream(asset.to)
  1407. writeStream.on('close', () => {
  1408. //console.log('DLResults ' + asset.size + ' ' + count + ' ', asset.size === count)
  1409. if(concurrentDlTracker.callback != null){
  1410. concurrentDlTracker.callback.apply(concurrentDlTracker, [asset, self])
  1411. }
  1412. cb()
  1413. })
  1414. req.pipe(writeStream)
  1415. req.resume()
  1416. } else {
  1417. req.abort()
  1418. const realFrom = typeof asset.from === 'object' ? asset.from.url : asset.from
  1419. console.log('Failed to download ' + realFrom + '. Response code', resp.statusCode)
  1420. self.progress += asset.size*1
  1421. self.emit('totaldlprogress', {acc: self.progress, total: self.totaldlsize})
  1422. cb()
  1423. }
  1424. })
  1425. req.on('error', (err) => {
  1426. self.emit('dlerror', err)
  1427. })
  1428. req.on('data', (chunk) => {
  1429. count += chunk.length
  1430. self.progress += chunk.length
  1431. acc += chunk.length
  1432. self.emit(identifier + 'dlprogress', acc)
  1433. self.emit('totaldlprogress', {acc: self.progress, total: self.totaldlsize})
  1434. })
  1435. }, (err) => {
  1436. if(err){
  1437. self.emit(identifier + 'dlerror')
  1438. console.log('An item in ' + identifier + ' failed to process');
  1439. } else {
  1440. self.emit(identifier + 'dlcomplete')
  1441. console.log('All ' + identifier + ' have been processed successfully')
  1442. }
  1443. self.totaldlsize -= self[identifier].dlsize
  1444. self.progress -= self[identifier].dlsize
  1445. self[identifier] = new DLTracker([], 0)
  1446. if(self.totaldlsize === 0) {
  1447. if(self.extractQueue.length > 0){
  1448. self.emit('extracting')
  1449. AssetGuard._extractPackXZ(self.extractQueue, self.javaexec).then(() => {
  1450. self.extractQueue = []
  1451. self.emit('dlcomplete')
  1452. })
  1453. } else {
  1454. self.emit('dlcomplete')
  1455. }
  1456. }
  1457. })
  1458. return true
  1459. }
  1460. }
  1461. /**
  1462. * This function will initiate the download processed for the specified identifiers. If no argument is
  1463. * given, all identifiers will be initiated. Note that in order for files to be processed you need to run
  1464. * the processing function corresponding to that identifier. If you run this function without processing
  1465. * the files, it is likely nothing will be enqueued in the object and processing will complete
  1466. * immediately. Once all downloads are complete, this function will fire the 'dlcomplete' event on the
  1467. * global object instance.
  1468. *
  1469. * @param {Array.<{id: string, limit: number}>} identifiers Optional. The identifiers to process and corresponding parallel async task limit.
  1470. */
  1471. processDlQueues(identifiers = [{id:'assets', limit:20}, {id:'libraries', limit:5}, {id:'files', limit:5}, {id:'forge', limit:5}]){
  1472. this.progress = 0;
  1473. let shouldFire = true
  1474. // Assign dltracking variables.
  1475. this.totaldlsize = 0
  1476. this.progress = 0
  1477. for(let i=0; i<identifiers.length; i++){
  1478. this.totaldlsize += this[identifiers[i].id].dlsize
  1479. }
  1480. for(let i=0; i<identifiers.length; i++){
  1481. let iden = identifiers[i]
  1482. let r = this.startAsyncProcess(iden.id, iden.limit)
  1483. if(r) shouldFire = false
  1484. }
  1485. if(shouldFire){
  1486. this.emit('dlcomplete')
  1487. }
  1488. }
  1489. // #endregion
  1490. }
  1491. module.exports = {
  1492. AssetGuard,
  1493. Asset,
  1494. Library
  1495. }