1
0
forked from BRT/arc
arc/services
2026-05-26 19:34:16 +05:00
..
net Add transactionId support to EventHandler, EventDAO, and related components for improved event tracking and error handling. Update database queries, error reporting, and UI logic accordingly. 2026-05-26 19:34:16 +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 Remove outdated AppLogDAO, LogWindow, and related functionalities. Introduce NetworkErrorUtils for detailed error categorization and enhanced logging. Refactor EventHandler to support balance adjustments and optimize thread cleanup. Add retry and timeout mechanisms to network services with improved error handling. 2026-05-23 18:37:49 +05:00
DeviceScreener.h Integrate DeviceScreener with NetworkService for status synchronization, including debounce logic for online/offline transitions and periodic sync initiation. Refactor startDeviceScreener and startNetworkService to enable inter-component interaction. 2026-05-22 16:19:41 +05:00
EventHandler.cpp Add transactionId support to EventHandler, EventDAO, and related components for improved event tracking and error handling. Update database queries, error reporting, and UI logic accordingly. 2026-05-26 19:34:16 +05:00
EventHandler.h Refine transaction parsing and handling logic: 2026-04-11 16:37:14 +07:00
LogArchiveSender.cpp Add LogArchiveSender for automated log and database archiving with support for background processing and dispatching through NetworkService. 2026-05-21 13:52:42 +05:00
LogArchiveSender.h Add LogArchiveSender for automated log and database archiving with support for background processing and dispatching through NetworkService. 2026-05-21 13:52:42 +05:00