This website requires JavaScript.
Explore
Help
Register
Sign In
houseassassin
/
Solo_bot
Watch
1
Star
0
Fork
0
You've already forked Solo_bot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4addb772a0044268155c2d54d4f8e2a1cd4738c3
Solo_bot
/
handlers
/
admin
T
History
Zakhar Izmaylov
4addb772a0
Add server management functionality by introducing
add_server_to_db
function for streamlined database interactions. Refactor server addition logic in
sync_servers_with_db
and admin handlers to utilize the new function, enhancing code clarity and session management.
2025-01-23 08:03:58 +03:00
..
__init__.py
Migrate to ruff
2024-12-13 12:09:20 +03:00
admin_coupons.py
Refactor and clean up code formatting across multiple files
2025-01-21 08:57:12 +03:00
admin_panel.py
Refactor code to utilize aiofiles for asynchronous file handling across multiple modules. Added a new function to remove blocked users from the database and updated user blocking/unblocking logic to use this new function. Improved database interaction in admin panel handlers by passing session objects instead of creating new connections. This enhances performance and maintains consistency in file operations.
2025-01-23 06:34:45 +03:00
admin_servers.py
Add server management functionality by introducing
add_server_to_db
function for streamlined database interactions. Refactor server addition logic in
sync_servers_with_db
and admin handlers to utilize the new function, enhancing code clarity and session management.
2025-01-23 08:03:58 +03:00
admin_user_editor.py
Refactor key management functions to improve database interactions by consolidating key deletion logic into a single function. Introduce timezone-aware expiry date calculations for keys and enhance key retrieval processes across various handlers. Update the start command to utilize a dedicated function for adding connections, ensuring cleaner code and better session management.
2025-01-23 07:49:21 +03:00