1
0
forked from BRT/arc
Commit Graph

2 Commits

Author SHA1 Message Date
slava
f8c5a6656f Port Ozon card and payment scripts to JavaScript, mirroring C++ logic for card info fetching and phone-based payments. 2026-05-20 14:52:08 +05:00
slava
cae345cf61 Implement JS-based remote scripting framework for dynamic script updates:
- Add Proof of Concept (PoC) for executing JavaScript scripts fetched remotely.
- Integrate `Black::GetProfileInfoScript` logic into a JS version with fallback to C++ on errors.
- Extend `ScreenXmlParser` with additional JS-to-C++ bridge methods.
- Update `config.ini` for scripting configuration.
- Ensure scripts are securely fetched with SHA-256 validation and use an atomic caching mechanism.
- Add developer tools for debugging JS scripts and enable easier script updates without app re-deployment.
2026-05-13 15:42:10 +07:00