Jixun Wu
3884158f06
fix: only pass over config settings
2021-12-21 22:17:43 +00:00
Jixun Wu
36d616398e
feat(storage): Pass over config to worker thread on decryption call
2021-12-20 22:22:35 +00:00
Jixun Wu
ed84a4732d
refactor: storage factory + singleton
...
- Make storage easier.
2021-12-20 22:19:44 +00:00
Jixun
bae9a7fec0
fix: storage read/write in chrome extension
2021-12-20 19:13:27 +00:00
Jixun
3fb0e1eb0f
fix: add missing permission for chrome storage
2021-12-20 19:13:17 +00:00
Jixun
2da37f984a
chore: bump to 0.0.1-R4
2021-12-20 17:42:09 +00:00
Jixun
53a2073cb4
fix: crash due to chrome been undefined
2021-12-19 23:43:38 +00:00
Jixun
b46d9fa720
chore: bump joox-crypto dependency
2021-12-19 23:07:46 +00:00
Jixun
699333ca06
feat: add basic joox support
2021-12-19 23:03:46 +00:00
MengYX
0e06549e04
Merge pull request #213 from unlock-music/prettier
...
Add: Prettier
2021-12-18 22:44:34 +08:00
MengYX
edc4e4864b
pretty: ignore matrix
2021-12-18 22:42:13 +08:00
MengYX
3727f67e40
chore: remove unused api
2021-12-18 22:33:43 +08:00
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