Commit Graph

6 Commits

Author SHA1 Message Date
e62701c28c feat: implement dynamic bot list with runtime add/remove support
Adds a new BotManager class that maintains a mutable list of active bots, allowing bots to be added or removed at runtime without restarting the application. Includes thread-safe operations for concurrent access and a new API endpoint to query the current bot roster.
2024-12-19 12:02:24 +00:00
f9e47d6ab9 fix: correct build step execution to properly handle dependency resolution 2024-12-13 22:36:16 +00:00
56ed5a39f1 chore: add install target and update help text in Makefile 2024-12-13 19:00:04 +00:00
479999111e feat: add Buffon blocker to prevent specific user actions in system 2024-12-09 20:48:50 +00:00
54161207fc test: add unit test for email validation regex pattern matching 2024-11-27 09:54:27 +00:00
6d0186c8c0 feat: add initial project structure with core files and configuration 2024-11-27 01:59:42 +00:00