mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-05-20 14:11:57 +00:00
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.
14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
bin/
|
|
obj/
|
|
.vs/
|
|
.git
|
|
.vscode/
|
|
.idea/
|
|
Modules/CS2-SimpleAdmin_PlayTimeModule
|
|
CS2-SimpleAdmin.sln.DotSettings.user
|
|
Modules/CS2-SimpleAdmin_ExampleModule/CS2-SimpleAdmin_ExampleModule.sln.DotSettings.user
|
|
CS2-SimpleAdmin_BanSoundModule — kopia
|
|
*.user
|
|
CLAUDE.md
|
|
/Modules/CS2-SimpleAdmin_BanSoundModule
|