cs2-SimpleAdmin/CS2-SimpleAdmin
Dawid Bepierszcz eea700bfb4 Version bump and multi-account/IP ban fixes
Bump version to 1.7.9a and update package references (CounterStrikeSharp.API, Dapper, System.Linq.Async, ZLinq). Replace usages of PlayerConnectedState.PlayerConnected with PlayerConnectedState.Connected across commands, events, and helpers. Add DB method GetExpireOldPlayerIpsQuery (MySQL/SQLite) and call it to purge old player IP records during ban expiration. Improve CacheManager multi-account/ip ban detection (direct IP bans, cross-account IP checks) and adjust ban logic to respect expiration window. In PlayerManager: reduce semaphore, save player IP to DB before performing ban checks (add SavePlayerIpAddress), and always perform ban checks on connect. Simplify config upgrade logic in Helper.UpdateConfig to update the JSON file Version via JsonNode. Misc: adjust ban sound volume, minor exception catch cleanup, and add module folder to .gitignore.
2026-04-23 22:15:44 +02:00
..
3rd_party Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
Api Add per-player menu localization and refactor menus 2025-10-30 01:41:08 +01:00
Commands Version bump and multi-account/IP ban fixes 2026-04-23 22:15:44 +02:00
Database Version bump and multi-account/IP ban fixes 2026-04-23 22:15:44 +02:00
Extensions Refactor fun commands to external module 2025-10-19 03:12:58 +02:00
lang Add per-player menu localization and refactor menus 2025-10-30 01:41:08 +01:00
Managers Version bump and multi-account/IP ban fixes 2026-04-23 22:15:44 +02:00
Menus Fix closure issues in menus and update dependencies 2025-11-06 02:24:43 +01:00
Models Update ban logic and StatusBlocker plugin version 2025-12-13 16:54:33 +01:00
admin_help.txt 1.6.0a 2024-09-28 18:03:03 +02:00
Config.cs Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
CS2-SimpleAdmin.cs Version bump and multi-account/IP ban fixes 2026-04-23 22:15:44 +02:00
CS2-SimpleAdmin.csproj Version bump and multi-account/IP ban fixes 2026-04-23 22:15:44 +02:00
Events.cs Version bump and multi-account/IP ban fixes 2026-04-23 22:15:44 +02:00
Helper.cs Version bump and multi-account/IP ban fixes 2026-04-23 22:15:44 +02:00
Variables.cs Refactor player cache and ban checks, update version 2025-12-02 17:37:14 +01:00
VERSION Version bump and multi-account/IP ban fixes 2026-04-23 22:15:44 +02:00