Commit graph

379 commits

Author SHA1 Message Date
Sachin
de00331fb8 update: Added 2 missing queries from migration file 2025-03-21 01:46:53 +05:30
Sachin
1baccc9404 fix: DefaultServerIP functionality
fix: compile error for example plugin
2025-02-21 23:19:55 +05:30
Sachin
c4ef3eb550 Merge remote-tracking branch 'upstream/main'
upstream
2025-02-20 15:38:41 +05:30
Dawid Bepierszcz
5d62c743dd AntiDLL Module Fix
Fixed banning when detecting a forbidden event
2025-02-20 01:28:28 +01:00
Sachin
7acf246049 Merge remote-tracking branch 'upstream/main'
update to 62b1987fde
2025-02-19 19:53:20 +05:30
Dawid Bepierszcz
62b1987fde AntiDLL module
(?) Fix for AntiDLL module
2025-02-19 14:51:36 +01:00
Sachin
f1dfb75c93 Merge remote-tracking branch 'upstream/main' 2025-02-19 17:46:22 +05:30
Sachin
bf4cd656be update: Hide Stealth Players from Spec List (untested)
fix: DefaultServerIP throws error if port not provided
2025-02-19 17:39:12 +05:30
Dawid Bepierszcz
708ae6cb90 1.7.4b
【UPDATE 1.7.4b】

**🆕  What's new and what's changed:**
- Added support for MySQL SSL (DatabaseSSlMode in config)
2025-02-19 12:27:24 +01:00
Dawid Bepierszcz
2d77e86d59 Hotfix for AntiDLL module 2025-02-18 20:18:16 +01:00
Dawid Bepierszcz
babcbc2119 1.7.4a
【UPDATE 1.7.4a】

**🆕  What's new and what's changed:**
- Exposed event `OnAdminShowActivity` - fire when the function of informing players of admin action is performed
- Exposed `ShowAdminActivity`
- Added module to integration with AntiDLL
- Added module to integration with Redis (plugin send info about penalties between all servers)
2025-02-18 20:11:05 +01:00
Dawid Bepierszcz
64e5f1156e 1.7.3a
【UPDATE 1.7.3a】

🆕  What's new and what's changed:
- Fixed problem when you can't add admin because of the same group names on multiple servers from now on it takes in order -> server id and if there is no -> global
- Added ability to add penalties via SteamID
- Added ability to display penalty messages only for admins (ShowActivityType = 3)
- Reverted OnClientConnect to EventPlayerFullConnect
2025-02-09 15:37:01 +01:00
Sachin
bd7f4ed40f Merge remote-tracking branch 'upstream/main'
v1.7.2c
2025-02-02 14:17:19 +05:30
Dawid Bepierszcz
8cc0398f6b 1.7.2c
- Fixed no permissions in menu and perm penalty (due to authorization issue on steam)
- Fixed non-async action in async method
2025-01-26 02:10:33 +01:00
Sachin
a7cad842d3 Merge remote-tracking branch 'upstream/main'
upstream 1.7.2b
2025-01-16 23:33:42 +05:30
Sachin
eaab9e3000 update: Add DefaultServerIP in config 2025-01-16 23:27:49 +05:30
Dawid Bepierszcz
ab14956ae5 1.7.2b
- Revert temp fix for kick
2025-01-16 03:28:17 +01:00
Sachin
6928f57111 Merge remote-tracking branch 'upstream/main'
update: missed comment
2025-01-15 18:03:26 +05:30
Sachin
6435dba8f5 update: SimpleAdminAPI for modules 2025-01-15 17:45:10 +05:30
Dawid Bepierszcz
9163caeb0d Update Helper.cs 2025-01-15 13:09:27 +01:00
Sachin
75b36a0a98 Merge upstream to 1.7.2a 2025-01-15 17:36:19 +05:30
Dawid Bepierszcz
f2e4b84b29 1.7.2a
- Temp fix for player.Disconnect
- Fix for no reasons
- Fix for no time used
- Added check for hibernation
- Some changes in unwarn action
2025-01-15 12:56:03 +01:00
Dawid Bepierszcz
3f1b6b3bf7 1.7.1a
【UPDATE 1.7.1a】

🆕  What's new and what's changed:
- Fixed 2x player lock text
- Added immunity check when using css_addX
- MenuManagerCS2 has been updated
- Added return of lock ID by api (check example_module)
- Fixed reasons for locks, no longer need to use `“”` if there is a space in them
- Improved handling of lock times, from now on you can use:
-- 1mo - 1 month
-- 1w - 1 week
-- 1d - 1 day
-- 1h - 1 hour
-- 1m - 1 minute
-- 1 - 1 minute
You can also combine it, e.g:
10d5h - 10 days and 5 hours
2w3d - 2 weeks and 3 days
1w1d1h1 - 1 week, 1 day and 1 minute
So for example css_ban player 10d5h Super reason for my ban
- Added a `rcon_password` column in the `sa_servers` table that populates with the rcon password
- Fixed `banid` and banning
- Fixed too fast kick (it was caused by checking players online)

⚠️  **Remember to update all files + api**
2025-01-08 19:24:47 +01:00
Sachin
48b4b40dbb Merge upstream to 1.7.0a 2024-12-23 18:55:29 +05:30
Dawid Bepierszcz
8af805632a 1.7.0a
- Fixed css_warn (unfreeze player after 5s)
- Fixed server loading from database (reduced delay)
- Added checking the player in an earlier phase of the connection
- Fixed admin name when using action from menu
2024-12-16 01:55:38 +01:00
Sachin
e6776b71e8 1.6.9c 2024-11-27 22:50:22 +05:30
Sachin
ed77bd9c26 Merge upstream to 1.6.9c 2024-11-27 22:50:08 +05:30
Dawid Bepierszcz
8c94a867d3 Merge branch 'main' of https://github.com/daffyyyy/CS2-SimpleAdmin 2024-11-26 23:37:52 +01:00
Dawid Bepierszcz
023e1a031b 1.6.9c
- Added config variable to enable/disable checking for banned multiaccounts by ip `CheckMultiAccountsByIp`
- Fixed css_speed after player hurt
- Finally fixed vote kick (callvote)
- Small fix for admins loading from database
2024-11-26 23:37:49 +01:00
Dawid Bepierszcz
1f1c214357
Merge pull request #183 from 1370533448/patch-1
Update zh-Hans.json
2024-11-26 13:09:00 +01:00
Sachin
a84ebee1db Merge upstream to 1.6.9a 2024-11-24 12:59:54 +05:30
Dawid Bepierszcz
2defb2fe14 Hotfix - server loading
- Fix for server loading
2024-11-22 23:01:31 +01:00
Dawid Bepierszcz
b2ebe136c3 1.6.9a
- Added `IsAdminSilent` to api
- Fixed disabling noclip via admin menu
- Fixed (?) hibernation problem
- Added discord webhook fire when adding ban or mute for offline player
- Updated css and mysqlconnector
2024-11-22 22:31:06 +01:00
Sachin
7ad98dad23 add new variable in config 2024-11-20 23:23:43 +05:30
Sachin
ac22ba061a Merge remote-tracking branch 'upstream/main'
upstream to 1.6.8a
2024-11-20 23:20:13 +05:30
Ktm
5668c0ad7b
Update zh-Hans.json
Incorrect translation of time and reason leads to incorrect display
2024-11-17 03:41:30 +08:00
Dawid Bepierszcz
70a62d4b63 HOTFIX - Ban via menu 2024-11-10 19:13:39 +01:00
Dawid Bepierszcz
95818e2742 1.6.8a
- Updated css version
- Updated mysqlconnector version
- Added information for the player until when he has a chat blocked
- Closing menu after ban
2024-11-10 17:30:48 +01:00
Sachin
2840f37d25 update: add new variable in example too 2024-11-09 01:04:28 +05:30
Sachin
2432f37bac add: sa_players_ips table to upgrade .sql 2024-11-09 01:02:57 +05:30
Sachin
34f3a6e15a upstream to v1.6.7a 2024-11-09 01:02:20 +05:30
Dawid Bepierszcz
7154843d1d Update ManageServerMenu.cs 2024-10-31 03:51:49 +01:00
Dawid Bepierszcz
c42d2ddeeb 1.6.7a
```diff
+ Added PluginsManager
```
2024-10-31 03:45:22 +01:00
Dawid Bepierszcz
7a69c5387a 1.6.6a
```diff
+ Reapply gravity/speed with timer
+ Added shake effect for slap
+ Fixed css_gravity and css_speed command
+ Fixed css_give command, for example weapon_knife returns weapon_knife instead of weapon_knife and weapon_knife_t
+ Small code improvements
```
2024-10-31 00:30:16 +01:00
Sachin
1d7f30e809 update: info in readme & fixes 2024-10-28 19:50:42 +05:30
Sachin
970d7f1033
Auto build 2024-10-28 18:00:52 +05:30
Sachin
a3dccbaa1e Merge branch 'main' of https://github.com/Cruze03/CS2-SimpleAdmin 2024-10-28 17:50:48 +05:30
Sachin
f01beebea9 CSSPanel Support 2024-10-28 17:50:22 +05:30
Dawid Bepierszcz
82b82722a6 1.6.5a
- Possibility to force menu type by config
- Possibility to reload admins by css command `css_admins_reload`
2024-10-24 13:39:11 +02:00
Dawid Bepierszcz
b38b9a0751 Updated clean module 2024-10-19 09:07:25 +02:00