You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bot now supports Linux (GLIBC 2.35 or higher).
Added the /disable_bot command, allowing you to turn off the bot completely from Telegram.
All command names have been rewritten in snake_case (e.g., /add_admin instead of /addAdmin).
Commands and their short descriptions are now natively integrated into the Telegram UI menu.
Added the ProcessPendingUpdates feature. If ProcessPendingUpdates is enabled, the bot will ignore all commands and events sent to it while it was offline that are not directly related to the bot.
Console logs now contain more details and include precise timestamps.
Logs are now visually aligned for easier monitoring.
The project has switched to a CMake build.
SQL queries have been optimized for better security and faster execution.
Improved overall code security by fixing several potential overflows and incorrect behaviors in multithreaded environments.