mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-09-16 21:02:35 +00:00
- Introduced a thread-safe InternetStatusCache class to manage internet connectivity status with caching. - Refactored internet connectivity checks to utilize the new cache, reducing redundant checks. - Added a unified method for handling message send results, improving error logging and response management. - Enhanced rate limit checks to streamline command execution and prevent spam. - Improved plugin loading error handling and validation, ensuring robust plugin management.