This website requires JavaScript.
Explore
Help
Sign In
git_user
/
arc
Watch
1
Star
0
Fork
0
You've already forked arc
forked from
BRT/arc
Code
Pull Requests
Activity
f8c5a6656f
arc
/
services
History
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
..
net
Delete all synced bank profiles from server when removing a device.
2026-05-13 02:17:17 +07:00
scripting
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
AppLogger.cpp
- Remove
app_logs
table and related logic, transitioning to
general_logs
.
2026-03-31 14:07:23 +07:00
AppLogger.h
Add EventWindow, database migrations, and enhanced DAO methods
2026-03-04 22:56:47 +07:00
DeviceScreener.cpp
Add timeout handling and process kill logic for ADB operations. Refine date and time validation in transaction fetching. Adjust
EventHandler
to handle "ozon" bank accounts separately. Use blocking queued connection for stopping
EventHandler
.
2026-04-10 15:44:55 +07:00
DeviceScreener.h
Remove
AccountDAO
,
ApplicationDAO
, and related models, replacing them with
BankProfileDAO
and
BankProfileInfo
.
2026-03-31 00:11:50 +07:00
EventHandler.cpp
Handle declined transactions and enhance payment scripts:
2026-04-30 23:41:06 +07:00
EventHandler.h
Refine transaction parsing and handling logic:
2026-04-11 16:37:14 +07:00