mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-06-06 23:51:39 +00:00
e5f98d69e6
- 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.