mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-04-11 15:39:04 +00:00
- Replaced instances of `Database` with `DatabaseHandler` in `playlist.php` and `xplugin.php` for improved database handling. - Updated logging calls from `StreamingUtilities::clientLog` to `DatabaseLogger::clientLog` in various stream handling files (`auth.php`, `live.php`, `vod.php`, `timeshift.php`, `rtmp.php`) to centralize logging functionality. - Refactored bruteforce checking methods to utilize `BruteforceGuard` instead of `CoreUtilities` for consistency and better encapsulation. - Enhanced error handling by ensuring all relevant error logs are captured through the new logging structure.
7 lines
54 B
Plaintext
7 lines
54 B
Plaintext
.vscode/
|
|
CLAUDE.md
|
|
dist/
|
|
.DS_Store
|
|
__pycache__/
|
|
*.pyc
|