Capybara-z
3592eccea9
Фикс подпсиок
...
- Убираем профиль
- Отказ от SUB_MESSAGE
- Перадача подпсики и времени работы вместо SUB_MESSAGE
- Отдельная итеграция для Happ по хукам.
2025-02-18 09:21:10 +03:00
Vladless
4afd1668c9
add_change_domain/bug_fixes_16
2025-02-18 02:05:14 +03:00
Capybara-z
254c489010
Апдейт подписок.
...
- Добавление профиля.
- Выводит имейл и время подписки
- Страны становятся чистыми
- Профиль всегда на 1 месте
- Перемашка стран.
2025-02-17 02:50:21 +03:00
Boris Kovalskii
b48cb94b12
small fix for show error
2025-02-16 17:27:52 +10:00
Boris Kovalskii
770f40f4ff
Opimize and fix coupons and refferals
2025-02-16 17:09:16 +10:00
Vladless
4b503ce31a
edit_text/lots of improvements
2025-02-16 07:17:35 +03:00
Zakhar Izmaylov
55811aff56
Add inline referral query handler with customizable offers
2025-02-14 23:20:40 +03:00
Zakhar Izmaylov
310aa9bce6
Add client toggle functionality for 3x-ui servers
2025-02-14 23:06:45 +03:00
Vladless
bfefdef304
optimization notifications and get_traffic
2025-02-14 04:36:37 +03:00
Vladless
3de049e436
NOTIFICATIONS 2.0/bug fixes and improvments
2025-02-14 00:30:06 +03:00
Zakhar Izmaylov
d4187149b8
Add notification tracking to prevent duplicate notifications for key expiry and renewal
2025-02-08 11:10:11 +03:00
GitHub Actions
aef1973720
Auto-format code with Ruff using pyproject.toml
2025-02-08 07:46:14 +00:00
Vladless
5a77f29bd5
add traffic statistic/share refferal link and more
2025-02-07 21:38:46 +03:00
Vladless
0789b3fe9d
Improve stability and minor fixes
2025-02-06 19:01:20 +03:00
Vladless
7623f339bc
ruff formatting
2025-02-06 13:53:02 +03:00
Vladless
3de1635efa
Major bug fixes
2025-02-06 02:03:12 +03:00
Vladless
eb824162d2
fixes: float_stats/delete_user/message_errors
2025-02-05 05:58:03 +03:00
Vladless
54d5df72af
minor_fixes
2025-02-03 00:08:55 +03:00
Vladless
74c991cf85
limit_coupon_usage
2025-02-02 23:15:55 +03:00
Vladless
46e6102412
minor fixes
2025-02-02 19:40:17 +03:00
Vladless
698b8a9484
minor fixes
2025-02-02 19:00:22 +03:00
Vladless
630cf61f84
change_location/CASHBACK/logging/bug_fixes
2025-02-02 05:50:14 +03:00
Vladless
d3b384aa61
change_location/CASHBACK/logging/bug_fixes
2025-02-02 02:42:28 +03:00
Vladislav Lisitsyn
d209cf11c7
Merge pull request #147 from Capybara-z/patch-5
...
reorganizing notifications
2025-02-02 02:14:08 +03:00
Vladless
49eb0e68a1
change_location/CASHBACK/logging/bug_fixes
2025-02-02 02:11:57 +03:00
Capybara-z
3e7bebf189
Корректировка уведомлений.
...
- Исправлена работа оповещений 10/24 часа.
- Восстановлена и переработана работа истекших подписок.
- Переработана работа уведомлений при их удалении.
2025-02-02 00:58:07 +03:00
Vladless
73fbc22324
fix coupons error
2025-02-01 19:15:47 +03:00
Vladless
9774db74e5
Merge remote-tracking branch 'origin/fix/admin-actions'
2025-02-01 18:32:38 +03:00
Zakhar Izmaylov
cc42900142
Update server name input handler with session parameter
...
- Add session parameter to server name input handler
- Modify server name uniqueness check to use session and cluster name
- Improve data retrieval and validation in server creation flow
2025-01-31 10:54:42 +03:00
hteppl
1009bb4001
Temporary fix for key expiry change
2025-01-31 06:46:53 +03:00
hteppl
1634588be9
Delete admin_user_editor.py
2025-01-31 06:45:24 +03:00
Zakhar Izmaylov
c379011fd2
Fix key renewal and expiry update function signatures
...
- Update `change_expiry_time` to pass session to `update_key_expiry`
- Adjust `complete_key_renewal` connection closing order
- Minor code structure improvements in key handling functions
2025-01-31 06:44:36 +03:00
hteppl
8483ef1df0
Fix cluster selection
2025-01-31 06:10:37 +03:00
hteppl
6871f2d15e
Get back cluster sync option
2025-01-31 05:14:40 +03:00
hteppl
60c9a4f1e6
Get back cluster sender option
2025-01-31 05:03:07 +03:00
Zakhar Izmaylov
3741e4f3bf
Standardize import order in handler modules
...
- Reorder imports in multiple handler files to follow a consistent pattern
- Move type-specific imports like Message and CallbackQuery to be more organized
- Ensure clean and uniform import statements across admin and handler modules
2025-01-31 03:01:46 +03:00
Zakhar Izmaylov
28e7c78601
Update type hints in admin and handler modules
...
- Replace types.Message and types.CallbackQuery with explicit Message and CallbackQuery imports
- Improve type annotations in multiple handler files
- Ensure consistent type hinting across admin and handler modules
2025-01-31 02:59:57 +03:00
Zakhar Izmaylov
37fbd35e8f
Add trailing comma in handlers router inclusion
...
- Minor formatting adjustment in router configuration
- Ensure consistent code style with trailing comma
2025-01-31 02:44:48 +03:00
Zakhar Izmaylov
c41b77d365
Update database query and key handling in admin user editor
...
- Modify get_keys function to return all columns in keys table
- Update admin user editor to handle full key record instead of just email
- Cast tg_id to integer in user record processing
- Adjust key display and callback data generation to use full key record
2025-01-31 02:41:40 +03:00
GitHub Actions
1d19d8b744
Auto-format code with Ruff using pyproject.toml
2025-01-30 21:15:14 +00:00
Zakhar Izmaylov
b04bc4dca5
Remove user router and related blocking/unblocking logic
...
- Deleted handlers/user.py file
- Removed user_router from main handlers router
- Eliminated user blocking/unblocking event handlers
2025-01-31 00:14:56 +03:00
Zakhar Izmaylov
bf35156455
Remove check_online_users function and minor import reorganization
...
- Removed unused check_online_users function from notifications handler
- Reorganized imports in notifications.py and utils.py
- Fixed TimeoutError import in subscriptions.py
2025-01-31 00:08:31 +03:00
Zakhar Izmaylov
e6a1b55045
Merge branch 'main' of https://github.com/izzzzzi/Solo_bot
2025-01-30 23:37:28 +03:00
Zakhar Izmaylov
455ab76c8a
Minor text formatting in captcha generation message
2025-01-30 23:36:56 +03:00
GitHub Actions
720c145aa3
Auto-format code with Ruff using pyproject.toml
2025-01-30 20:36:20 +00:00
Zakhar Izmaylov
580ce90442
Remove unused is_bot_blocked function from notifications handler
2025-01-30 23:36:02 +03:00
Zakhar Izmaylov
239426f6d5
Merge branch 'main' of https://github.com/izzzzzi/Solo_bot
2025-01-30 23:35:50 +03:00
Zakhar Izmaylov
899da825cb
Refactor and improve security with cryptographically secure random generation
...
- Replace `random` module with `secrets` for cryptographically secure random choices
- Update type hints for async API methods in client.py
- Optimize file reading with aiofiles in multiple handlers
- Improve error handling and logging in various modules
- Update Python target version to 3.12 in pyproject.toml
- Remove unused imports and improve code quality
2025-01-30 22:35:09 +03:00
Vladislav Lisitsyn
59e0d965da
Merge pull request #138 from Capybara-z/patch-2
...
Расчет времени для исекших уведомлений для DELETE_KEYS_DELAY
2025-01-30 21:58:33 +03:00
Capybara-z
69dcef073e
Расчет времени для исекших уведомлений для DELETE_KEYS_DELAY
...
Добавлена format_time_until_deletion для расчета времени при уведомлении когда подписка истекала.
2025-01-30 21:50:29 +03:00