Skip to content

GroupModerBot v1.1.0

Choose a tag to compare

@TiptevDmitry TiptevDmitry released this 12 Jun 11:52

What's Changed

  • 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.
  • Reduced code duplication.