Skip to content

Commit

Permalink
update file, version bump, smx bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphonie committed Jun 27, 2022
1 parent 78c2cba commit 307b49a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Binary file modified plugins/stac.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion scripting/stac.sp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#pragma semicolon 1
#pragma newdecls required

#define PLUGIN_VERSION "5.3.3"
#define PLUGIN_VERSION "5.4.0"

#define UPDATE_URL "https://raw.githubusercontent.com/sapphonie/StAC-tf2/master/updatefile.txt"

Expand Down
13 changes: 8 additions & 5 deletions updatefile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
{
"Version"
{
"Latest" "5.3.2"
"Latest" "5.4.0"
}

"Notes" "Changes in 5.3.0/5.3.1/5.3.2"
"Notes" "- Add stac_max_connections_from_ip - defaults to 5, max total connections from the same IP address. Any more clients connecting than this cvar will get kicked"
"Notes" "- Add support for OnPlayerRunCmdPre, which should lead to significantly less invalid detections - this is only available in SourceMod 1.11.6876 or later - https://github.com/alliedmodders/sourcemod/pull/1760"
"Notes" "- Fix bug where servers without the SteamWorks extension would not have their IP address displayed properly in discord logs"
"Notes" "Changes in 5.4.0"
"Notes" "- Default stac_max_connections_from_ip to 0, only enable it if you need it because StAC isn't catching bots. If this happens, open an issue on the GitHub!"
"Notes" "- Default stac_kick_unauthed_clients to 0, only enable if you're having issues with cheating unauthenticated players."
"Notes" "- Better prevention of already banned clients from joining servers and spamming notifications to Discord, thank you Kaiga with Uncletopia for the report."
"Notes" "- Tightened up some checks."
"Notes" "- StAC now better ignores laggy clients."
"Notes" "- StAC no longer whines about an invalid file handle on server start."
}

"Files"
Expand Down

0 comments on commit 307b49a

Please sign in to comment.