assetguard.js 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669
  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. async.eachLimit(concurrentDlQueue, limit, (asset, cb) => {
  1399. let count = 0;
  1400. mkpath.sync(path.join(asset.to, ".."))
  1401. let req = request(asset.from)
  1402. req.pause()
  1403. req.on('response', (resp) => {
  1404. if(resp.statusCode === 200){
  1405. let writeStream = fs.createWriteStream(asset.to)
  1406. writeStream.on('close', () => {
  1407. //console.log('DLResults ' + asset.size + ' ' + count + ' ', asset.size === count)
  1408. if(concurrentDlTracker.callback != null){
  1409. concurrentDlTracker.callback.apply(concurrentDlTracker, [asset, self])
  1410. }
  1411. cb()
  1412. })
  1413. req.pipe(writeStream)
  1414. req.resume()
  1415. } else {
  1416. req.abort()
  1417. const realFrom = typeof asset.from === 'object' ? asset.from.url : asset.from
  1418. console.log('Failed to download ' + realFrom + '. Response code', resp.statusCode)
  1419. self.progress += asset.size*1
  1420. self.emit('totaldlprogress', {acc: self.progress, total: self.totaldlsize})
  1421. cb()
  1422. }
  1423. })
  1424. req.on('error', (err) => {
  1425. self.emit('dlerror', err)
  1426. })
  1427. req.on('data', (chunk) => {
  1428. count += chunk.length
  1429. self.progress += chunk.length
  1430. acc += chunk.length
  1431. self.emit(identifier + 'dlprogress', acc)
  1432. self.emit('totaldlprogress', {acc: self.progress, total: self.totaldlsize})
  1433. })
  1434. }, (err) => {
  1435. if(err){
  1436. self.emit(identifier + 'dlerror')
  1437. console.log('An item in ' + identifier + ' failed to process');
  1438. } else {
  1439. self.emit(identifier + 'dlcomplete')
  1440. console.log('All ' + identifier + ' have been processed successfully')
  1441. }
  1442. self.totaldlsize -= self[identifier].dlsize
  1443. self.progress -= self[identifier].dlsize
  1444. self[identifier] = new DLTracker([], 0)
  1445. if(self.totaldlsize === 0) {
  1446. if(self.extractQueue.length > 0){
  1447. self.emit('extracting')
  1448. AssetGuard._extractPackXZ(self.extractQueue, self.javaexec).then(() => {
  1449. self.extractQueue = []
  1450. self.emit('dlcomplete')
  1451. })
  1452. } else {
  1453. self.emit('dlcomplete')
  1454. }
  1455. }
  1456. })
  1457. return true
  1458. }
  1459. }
  1460. /**
  1461. * This function will initiate the download processed for the specified identifiers. If no argument is
  1462. * given, all identifiers will be initiated. Note that in order for files to be processed you need to run
  1463. * the processing function corresponding to that identifier. If you run this function without processing
  1464. * the files, it is likely nothing will be enqueued in the object and processing will complete
  1465. * immediately. Once all downloads are complete, this function will fire the 'dlcomplete' event on the
  1466. * global object instance.
  1467. *
  1468. * @param {Array.<{id: string, limit: number}>} identifiers Optional. The identifiers to process and corresponding parallel async task limit.
  1469. */
  1470. processDlQueues(identifiers = [{id:'assets', limit:20}, {id:'libraries', limit:5}, {id:'files', limit:5}, {id:'forge', limit:5}]){
  1471. this.progress = 0;
  1472. let shouldFire = true
  1473. // Assign dltracking variables.
  1474. this.totaldlsize = 0
  1475. this.progress = 0
  1476. for(let i=0; i<identifiers.length; i++){
  1477. this.totaldlsize += this[identifiers[i].id].dlsize
  1478. }
  1479. for(let i=0; i<identifiers.length; i++){
  1480. let iden = identifiers[i]
  1481. let r = this.startAsyncProcess(iden.id, iden.limit)
  1482. if(r) shouldFire = false
  1483. }
  1484. if(shouldFire){
  1485. this.emit('dlcomplete')
  1486. }
  1487. }
  1488. // #endregion
  1489. }
  1490. module.exports = {
  1491. AssetGuard,
  1492. Asset,
  1493. Library
  1494. }