Skip to content

Releases: sapphonie/StAC-tf2

v6.0.1

16 May 05:30
Compare
Choose a tag to compare
update to disable support for cracked maxplayers servers

v6.0.0

16 May 04:32
caddfac
Compare
Choose a tag to compare

PLEASE SEE #139

THANK YOU!!

v5.4.3

04 Dec 08:27
8d3a017
Compare
Choose a tag to compare
bump sourcemod version, fix #115, bump proctime cvar to 128 (#135)

* sm 1.10 is no longer supported as of vscript tf2 update. remove 1.10 kludges and bump vers

* update vers

* finally fix #115

* updatefile && fix spacing

v5.4.2

05 Oct 00:56
Compare
Choose a tag to compare
update stac to fix #132

v5.4.1

23 Jul 06:29
62c3226
Compare
Choose a tag to compare
Merge pull request #118 from sapphonie/5_4_1

#118

v5.4.0

27 Jun 05:17
Compare
Choose a tag to compare

Changes in 5.4.0

  • 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!
  • Default stac_kick_unauthed_clients to 0, only enable if you're having issues with cheating unauthenticated players.
  • Better prevention of already banned clients from joining servers and spamming notifications to Discord, thank you Kaiga with Uncletopia for the report.
  • Tightened up some checks.
  • StAC now better ignores laggy clients.
  • StAC no longer whines about an invalid file handle on server start.
  • StAC no longer reports bhops until a client reaches stac_max_bhop_detections or more bhops, instead of half of that number.
  • Discord webhook stuff has been cleaned up a bit.

v5.3.2

18 May 01:05
Compare
Choose a tag to compare
  • Added 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
  • Added support for OnPlayerRunCmdPre, which should lead to significantly less invalid detections - this is only available in SourceMod 1.11.6876 or later - alliedmodders/sourcemod#1760
  • Fixed bug where servers without the SteamWorks extension would not have their IP address displayed properly in discord logs

v5.2.4

04 May 06:13
dae2152
Compare
Choose a tag to compare
Merge pull request #93 from sapphonie/get-ip-with-steamworks

leverage steamworks to get our ip way easier

v5.2.3

04 May 04:23
0e2c84c
Compare
Choose a tag to compare
Merge pull request #92 from sapphonie/incl-exts-in-tree

Incl exts in tree

v5.2.2

09 Apr 10:16
Compare
Choose a tag to compare