Commit Graph

124 Commits

Author SHA1 Message Date
Vladless 2d580db31f actual commit for admin-menu 2025-05-28 22:14:07 +03:00
Capybara-z 03487342f7 fix: key management in admin menu / fixed synchronization 2025-05-28 00:44:26 +03:00
Vladless 5571652a9a ORM update and lots of improvements 2025-05-24 19:30:23 +03:00
Vladless 73830f448e minor improvements 2025-05-19 11:08:51 +03:00
Vladless 516d02dcc7 bot version 2025-05-19 06:03:36 +03:00
Vladless f6a2d05b93 add tariffs stats 2025-05-16 08:51:43 +03:00
Vladless 197a7a836c 4.3-beta 2025-05-11 19:23:27 +03:00
Vladislav Lisitsyn b3c770e94a Merge branch 'main' into dev 2025-05-11 00:12:33 +03:00
Vladless 4dd7b7c551 4.2.1 patch 2025-05-08 00:51:51 +03:00
Oleg Kraev ac715622ba Bump bot version to 4.2 2025-05-02 02:39:30 +03:00
Vladless 3ffac1269f update version 2025-04-26 23:30:24 +03:00
Vladless 644d7cc812 cancel for utm/disable servers for change location/remnawave traffic 2025-04-23 22:27:53 +03:00
Vladless 9a174051c2 update version 2025-04-21 22:04:07 +03:00
Vladless adb8e56303 beta version 2025-04-18 05:01:47 +03:00
Vladless dcbf121157 remove table connections/token and cookies 3x-ui/bug fixes 2025-04-18 00:10:51 +03:00
Vladless e0212866b4 remnawave in country_mode/save shortid/bug fixes 2025-04-16 22:50:19 +03:00
Vladless 1246511af3 add create_key in country_mode/fix traffic in remnawave 2025-04-15 00:12:56 +03:00
Vladless 5e72f9d416 gb_count/fix coupons 2025-04-11 22:40:38 +03:00
Vladless 7a27c942d8 add support for RemnaWave 2025-04-10 14:51:01 +03:00
Vladless 2fe0de2a26 refactor: reorganize keys logic into modular files 2025-04-09 17:38:19 +03:00
Vladless 305c3576e3 cli-interface 2025-04-06 21:15:59 +03:00
Capybara-z 0aee5000ee Смена версии
- Смена бета версии
2025-04-02 02:50:41 +03:00
Vladless b2b5a57b57 ruff, button file, castomize ping and backup 2025-03-28 20:39:06 +03:00
hteppl 6195dfd08d Optimize and fix imports 2025-03-25 17:42:53 +03:00
Vladless 30738a6a00 frozen_subs/restore_all_trial and more 2025-03-12 18:12:29 +03:00
izzzzzi 2d937d13d7 Рефакторинг и оптимизация кода: улучшение импортов, форматирования и обработки уведомлений 2025-03-07 06:16:24 +05:00
Vladless e81992ccb3 up bot version 2025-02-28 22:44:39 +03:00
Vladless ec5f96c375 up bot version 2025-02-25 20:10:26 +03:00
Vladless 5ccdc7f68b refactoring and minor improvements 2025-02-25 19:56:42 +03:00
izzzzzi 0657136ae5 Рефакторинг и оптимизация импортов в модулях проекта
- Упорядочивание и группировка импортов в соответствии с PEP 8
- Удаление неиспользуемых импортов
- Перемещение локальных импортов в начало списка
- Добавление пустых строк для улучшения читаемости
- Систематизация порядка импортов в различных модулях проекта
2025-02-25 04:14:58 +05:00
Vladless 02dd042599 minor improvements 2025-02-21 22:36:03 +03:00
Vladless 0236b08c31 add_change_domain/bug_fixes_16 2025-02-18 02:05:14 +03:00
Vladless 469d2c9afe edit_text/lots of improvements 2025-02-16 07:17:35 +03:00
Zakhar Izmaylov fa8c644520 Add client toggle functionality for 3x-ui servers 2025-02-14 23:06:45 +03:00
Vladless 0da8771a52 NOTIFICATIONS 2.0/bug fixes and improvments 2025-02-14 00:30:06 +03:00
Vladless 13325fab43 ruff formatting 2025-02-06 13:53:02 +03:00
Vladless 9d4cd6ccb5 Major bug fixes 2025-02-06 02:03:12 +03:00
Vladless aa3a8096de fixes: float_stats/delete_user/message_errors 2025-02-05 05:58:03 +03:00
Vladless 1b17f0fd71 change_location/CASHBACK/logging/bug_fixes 2025-02-02 02:11:57 +03:00
Zakhar Izmaylov dcb534b9c4 Merge branch 'main' of https://github.com/izzzzzi/Solo_bot 2025-02-01 11:34:33 +03:00
Zakhar Izmaylov 01ed329e2d Enhance error handling with start menu fallback
- Add fallback mechanism to display start menu after error occurs
- Attempt to show start command or start callback query in error handler
- Log any additional errors during start menu display
2025-02-01 11:28:02 +03:00
Zakhar Izmaylov a757852598 Merge branch 'main' of https://github.com/izzzzzi/Solo_bot 2025-01-29 07:01:01 +03:00
Zakhar Izmaylov acb73101c0 Refactor and clean up code formatting across multiple files
- Consolidated and simplified code formatting by removing unnecessary line breaks and improving readability in various functions.
- Updated the handling of backup file sending in backup.py for better clarity.
- Streamlined error handling and logging messages in several handlers to enhance consistency.
- Adjusted the Makefile to exclude specific files during Ruff checks and formatting.
- Made minor adjustments to function signatures and parameter handling for improved clarity and consistency.

This commit enhances code maintainability and readability without altering functionality.
2025-01-21 08:57:12 +03:00
Zakhar Izmaylov ffc18f4056 Refactor private message filter in bot.py
- Renamed IsPrivate to IsPrivateFilter for clarity and consistency.
- Updated message and callback query filters to use the new IsPrivateFilter class.
2025-01-20 22:38:52 +03:00
Zakhar Izmaylov f07b46ac75 Fix errors_handler 2025-01-19 09:16:56 +03:00
Zakhar Izmaylov 82a2e63461 Fix and update Middleware 2025-01-19 09:15:42 +03:00
Zakhar Izmaylov dc9c33c1f5 Update errors_handler 2025-01-19 08:59:43 +03:00
Zakhar Izmaylov cbf53f0a50 Small fix 2025-01-19 08:49:46 +03:00
Zakhar Izmaylov c4eec4572e Add filter and middleware 2025-01-19 08:29:10 +03:00
hteppl 661ed8895b Implement bot version in admin main menu 2025-01-16 09:08:35 +03:00