Commit Graph
21 Commits
Author SHA1 Message Date
Jixun Wu b6497e2bd3 refactor(qmc): extract qm meta code to utils 2021-12-21 22:34:18 +00:00
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
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 3b88d168b6
2021-12-15 22:19:24 +00:00
Jixun Wu 0f3cd9b67f Revert "chore: upgrade qmc2-crypto to 0.0.5-R4"
This reverts commit 3b88d168b6.

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