8 Commits

Author SHA1 Message Date
24c5debffc feat: implement AFK Bot Control UI and server functionality
- Updated index.html to reflect new title and layout for AFK Bot Control.
- Enhanced styling for better user experience with new color scheme and responsive design.
- Added WebSocket server in server.js to handle communication between browser clients and the parent process.
- Implemented bot management features including start, stop, and chat functionalities.
- Introduced logging mechanism to relay server and bot logs to the UI.
- Exported functions from hashed_profiles.js for better modularity.
- Added ws package to package.json for WebSocket support.
2026-04-02 15:28:41 +02:00
d26de80759 feat: enhance AFK retry mechanism with GUI interaction and window handling 2026-04-01 19:37:10 +02:00
922ca38511 fix: adjust AFK retry delay handling and improve scheduling logic 2026-04-01 18:54:09 +02:00
f3380220d8 fix: increase AFK retry delay from 5000ms to 7500ms 2026-04-01 18:46:50 +02:00
68cb80b0de fix: reset teleport detection and clear AFK retry timer on bot login 2026-04-01 18:46:03 +02:00
f8acfa684e feat: implement AFK retry mechanism with teleport detection and logging 2026-04-01 18:43:54 +02:00
d28a55cfcd feat: enhance AFK bot with dynamic username configuration and logging improvements 2026-03-27 02:30:52 +01:00
b347e0a984 update: add AFK bot implementation with logging and teleport detection 2026-03-17 00:15:58 +01:00