Commit Graph

11 Commits

Author SHA1 Message Date
06e68870cd 🚑 hotfix(traffic): stabilize online tracking and refactor core logic 2025-11-06 15:47:18 +00:00
4ffa6befc1 fix(traffic): prevent incorrect offline status in multi-node setup 2025-11-02 19:44:11 +00:00
80c21ccd07 feat: migrate user management from json to mongodb 2025-09-06 22:38:32 +03:30
28062074bf refactor(core): centralize on-hold user logic in traffic.py 2025-08-26 00:14:25 +03:30
dc49f5d74f feat: Merge traffic collection and user kicking 2025-05-10 14:06:55 +03:30
94c485bdba Add no-gui flag and improve traffic status output control
- Added --no-gui flag to traffic-status command
- Modified traffic.py to accept no_gui parameter
- Updated cli_api.traffic_status() to control output display
- Ensured silent operation when called from remove-user command
- Improved function return values for programmatic use
- Added proper parameter handling throughout the call chain
2025-04-14 11:29:09 +03:30
5fc25aa296 Add: API package 2025-04-10 16:52:56 +03:30
14c3c49799 Fix: online status 2025-04-02 21:00:30 +03:30
4ce5b626f6 Refactor users.json 2024-08-23 11:55:13 +03:30
ba9ff87b8c Refactor paths 2024-07-22 15:46:16 +03:30
3ec0966df7 Move traffic.py to core/ & make it as a module 2024-07-20 21:22:20 +03:30