318 Commits

Author SHA1 Message Date
MengYX
cad5b4d7de
all: format with prettier 2021-12-18 22:33:43 +08:00
MengYX
559be402c9
maintenance: add prettier 2021-12-18 22:33:42 +08:00
MengYX
4be8a749f4
Merge pull request #214 from unlock-music/fix/qmc-cipher
fix(QMCv2): cipher should determine by key size
2021-12-18 22:32:29 +08:00
MengYX
dba63f212c
fix(QMCv2): cipher should determine by key size 2021-12-18 21:35:22 +08:00
MengYX
bd66016cb5
Merge pull request #211 from unlock-music/feature/qmc-v2
Feature: QMC v2 (JS Decoder)
2021-12-17 17:58:47 +08:00
MengYX
8713871854
chore(QMCv2): fix code style 2021-12-17 08:41:44 +08:00
MengYX
c24e5d2973
feat(QMCv2): use js decoder 2021-12-17 06:24:21 +08:00
MengYX
29ac94d1fe
feat(QMCv2): add decoder 2021-12-17 06:07:43 +08:00
MengYX
6b5b4d3bf5
feat(QMCv2): add rc4 cipher 2021-12-17 03:53:12 +08:00
MengYX
a9aaa40ec4
feat(QMCv2): add key decrypt 2021-12-17 01:28:48 +08:00
MengYX
7306bf031f
feat(QMCv2): add map cipher 2021-12-16 23:07:59 +08:00
MengYX
c2c89a423f
test(QMCv2): coverage standard TEA cipher 2021-12-16 23:07:13 +08:00
MengYX
24422b216a
feat(QMCv2): add standard TEA cipher 2021-12-16 23:07:08 +08:00
MengYX
3fd35b5d30
fix(extension): version string must be numbers and dots 2021-12-16 10:45:32 +08:00
MengYX
f9f5e32b44
fix: ci 2021-12-16 08:52:22 +08:00
MengYX
525ddfae31
maintenance: update ci 2021-12-16 08:19:23 +08:00
MengYX
10e35c5d3e
maintenance: update ci v1.10.0-beta.1 2021-12-16 08:16:04 +08:00
MengYX
12e3f91a1e
chore: bump version 2021-12-16 08:03:08 +08:00
MengYX
cb92eed9b1
maintenance: update ci 2021-12-16 07:59:09 +08:00
MengYX
3960ea7d59
maintenance: update ci 2021-12-16 07:25:10 +08:00
MengYX
af20e8a697
maintenance: remove fix-compatibility.js 2021-12-16 07:24:42 +08:00
MengYX
112f2200d7
Merge pull request #208 from unlock-music/feature/refactor-qmc-v1
feat(QMC): use static cipher instead of mask
2021-12-16 07:13:59 +08:00
MengYX
cd6b84ad7e
feat: use static cipher instead of mask 2021-12-16 07:07:51 +08:00
MengYX
a14434b956
Merge pull request #207 from jixunmoe/feature/qmcv2-wasm
WIP: 实验 qmc2-crypto 包
2021-12-16 06:35:06 +08:00
Jixun Wu
9470f2ca87 chore: add eol at the end of qmcv2.ts. 2021-12-15 22:20:53 +00:00
Jixun Wu
bdd60bc502 chore: (redone) upgrade qmc2-crypto to 0.0.5-R4
- Remove the use of `new Function` in emscripten generated code.
- This commit is a clean commit that does the same thing as 3b88d168b660f780824016e4d23241d1fc766e39
2021-12-15 22:19:24 +00:00
Jixun Wu
0f3cd9b67f Revert "chore: upgrade qmc2-crypto to 0.0.5-R4"
This reverts commit 3b88d168b660f780824016e4d23241d1fc766e39.

It generates unexpected large diff in package-lock.json.
2021-12-15 22:16:15 +00:00
Jixun Wu
3b88d168b6 chore: upgrade qmc2-crypto to 0.0.5-R4
- Remove the use of `new Function` in emscripten generated code.
2021-12-15 22:08:25 +00:00
Jixun Wu
41e588e986 fix: treat qmcflac/qmcogg as QMCv2 and fallback to QMCv1 2021-12-15 22:07:05 +00:00
Jixun Wu
5d48b28a94 refactor: remove suppressed qmc mask methods / constants 2021-12-15 20:11:18 +00:00
Jixun Wu
19239f182d refactor: restore support for QMCv1. 2021-12-15 19:59:06 +00:00
Jixun Wu
bdab51bde3 chore: update supported ext list 2021-12-15 19:58:43 +00:00
Jixun Wu
9448b497ed chore: Use QMC2-Crypto with embedded WASM build from 0.0.5-R3 2021-12-15 18:22:05 +00:00
Jixun Wu
4da56bb0fe fix: patch threads to work with production build 2021-12-15 14:02:43 +00:00
Jixun Wu
c8eb1bc481 feat(qmcv2): Experiment with qmc2-crypto 2021-12-15 13:54:35 +00:00
MengYX
1986c1ee41
maintenance: add jest as unit test
(cherry picked from commit ada078df19da90dff701768a3a93f2c8adbc2923)
2021-12-14 15:40:36 +08:00
MengYX
1d510a7afd
chore: update deps
(cherry picked from commit 8facd658346c0394216a560696df4bdd9f24fd85)
2021-12-14 15:02:14 +08:00
MengYX
b06b73f43e remove netease: requested by DCMA 2021-10-06 05:07:14 +08:00
MengYX
061392c682 Merge pull request #184 from lvzx123/patch-1
Now it is 2021!
2021-09-25 15:27:57 +08:00
lvzx123
64b51560af Now it is 2021!
大人,时代变了
2021-09-25 08:56:07 +08:00
MengYX
f6d71dc6a2 bump version 2021-08-27 10:01:05 +08:00
MengYX
19b56d1893 fix #169 2021-08-25 01:04:46 +08:00
MengYX
c7181b264f fix #179 2021-08-24 23:55:44 +08:00
MengYX
262c8fa234 fix #179 2021-08-24 23:13:19 +08:00
Emmm Monster
caec454d3b fix(extension): compute version name 2021-08-11 23:04:01 +08:00
Emmm Monster
7cc143d04c chore: bump version & update deps 2021-08-08 08:08:56 +08:00
MengYX
84fd8d2305 change ixarea api endpoint 2021-08-08 07:56:28 +08:00
MengYX
86b543840d optimize: .kgm mask loading 2021-08-08 07:47:28 +08:00
sunhao03
bab5a577da fetch mask file fix on production 2021-08-07 22:13:00 +08:00
Emmm Monster
cffadee581 chore: update deps & fix audit 2021-07-01 01:33:28 +08:00