cs2-SimpleAdmin/CS2-SimpleAdmin/Commands
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
..
basebans.cs Version bump and multi-account/IP ban fixes 2026-04-23 22:15:44 +02:00
basechat.cs Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
basecommands.cs Update basecommands.cs 2026-01-27 12:20:29 +01:00
basecomms.cs Refactor fun commands to external module 2025-10-19 03:12:58 +02:00
basevotes.cs Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
funcommands.cs Refactor fun commands to external module 2025-10-19 03:12:58 +02:00
playercommands.cs Version bump and multi-account/IP ban fixes 2026-04-23 22:15:44 +02:00
RegisterCommands.cs Refactor fun commands to external module 2025-10-19 03:12:58 +02:00