1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00
Commit Graph

513 Commits

Author SHA1 Message Date
ab96c0ad3b fix issue with duplicate key on top stats page 2022-07-22 10:28:26 -05:00
f78196b063 send correct type to inc/dec meta service in game interface 2022-07-16 17:47:07 -05:00
9535815cea misc performance graph display tweaks 2022-07-16 09:56:41 -05:00
eaac12fa75 update to game interface/integration for persistent stat data 2022-07-13 16:10:16 -05:00
590189fc11 update pluto t6 parser for unknown ip 2022-07-10 20:09:57 -05:00
7972c75b4d add date stamp to performance graphs / increase number of performance rating snapshots / localize graph timestamps 2022-07-10 17:06:46 -05:00
c9b33d3097 fix issue with alert on warn in game interface 2022-07-09 14:23:08 -05:00
61481f6e33 fix tag on welcome issue 2022-07-08 20:39:58 -05:00
490f37b990 add option to normalize diacritics for rcon parsers (applied to T6) 2022-07-06 15:42:31 -05:00
b422e72c71 support per-command override of rcon timeouts / update t5 parser to reflect 2022-07-01 09:59:11 -05:00
2039ed2951 small parser changes 2022-06-21 16:33:11 -05:00
c2353f5bb8 optimize chat filtering/searching 2022-06-16 18:03:23 -05:00
6f5db426c1 misc ui tweaks 2022-06-16 14:02:44 -05:00
45011d9ff9 fix token auth issue 2022-06-16 10:07:03 -05:00
16d295024e update schema to support unique guid + game combinations 2022-06-15 19:37:34 -05:00
32c4ac5bf3 set the rcon parser game name for retail WaW 2022-06-14 15:12:19 -05:00
3475da87bc update for t5 dvar format change 2022-06-11 09:56:28 -05:00
345c415c7d add total ranked client number for stats pages 2022-06-09 09:56:41 -05:00
801e16ec7e add plutonium T5 parser. Must use ManualLogPath 2022-06-03 16:26:58 -05:00
c6042632dd add default anticheat detection types 2022-06-02 18:30:22 -05:00
74d1baa59b Add per game anticheat configuration option for issue #203 2022-06-02 18:24:13 -05:00
926fcaa3ed Merge branch 'release/pre' of https://github.com/RaidMax/IW4M-Admin into release/pre 2022-06-02 15:51:59 -05:00
a456a12bc0 Create ParserH1MOD.js (#248)
Co-Authored-By: fed <58637860+fedddddd@users.noreply.github.com>

Co-authored-by: fed <58637860+fedddddd@users.noreply.github.com>
2022-06-02 09:25:29 -05:00
36899e781a Broadcast bans (Anti-cheat and manuals) script plugin 2022-06-02 09:25:00 -05:00
323aa49621 reduce logging for failed anticheat log parsing 2022-05-22 18:04:38 -05:00
6e2d141713 fix issue with VPN banlist evaluation 2022-05-22 18:04:23 -05:00
fadece39ed PlutoIW5 support for the Game Interface and improvements to the GSC part of it. (#242)
* Improvements to the GSC part of the Game Interface
* Adds compatibility with PlutoIW5 with minimal changes.
* Fixes issues when commands are called from the web interface when the used profile is not on the server.
    * New Debug output when the target or origin of a command is sent by IW4MAdmin but not found in-game.
    * Commands that can be run on the context of the target are now run in it.
* Simplifies the command registration and execution.
    * Got rid of the huge switch block.
    * Introduced AddClientCommand to register new commands for example
        * `AddClientCommand("SwitchTeams",  true,  ::TeamSwitchImpl);`
        * `AddClientCommand("Hide",         false, ::HideImpl);`
    * Callbacks are called with the full event object and the parsed data as parameters to allow maximum flexibility.
* Introduced level.eventBus.gamename to know which game we are to add minor changes.
* Changes - noclip/lockcontrols/playertome
Additional changes to support other games' functions

Co-Authored-By: Amos <4959320+MrAmos123@users.noreply.github.com>
2022-05-19 17:04:34 -05:00
d926901ffa reduce warning logs for connecting bots on live radar 2022-04-28 10:35:01 -05:00
d12c15253e fix rcon issue 2022-04-25 15:39:30 -05:00
fa6741c9b1 fix live radar links 2022-04-22 15:13:51 -05:00
8a44acc1e7 fix subnet ban and vpn detection persistence 2022-04-20 10:45:30 -05:00
60d7fd08a0 small updates that got lost in last commit 2022-04-19 22:34:35 -05:00
d5b4c60e5a huge commit for webfront facelift 2022-04-19 18:43:58 -05:00
40e48a6ec5 simplify initial setup by removing extra prompts 2022-04-06 13:04:30 -05:00
bab39955c8 add searching by partial ip address 2022-04-04 14:27:22 -05:00
dd569b6325 add subnet ban command 2022-03-30 22:15:29 -05:00
29bc5b7aab add join team and map change events to CSGO parser 2022-03-28 18:05:18 -05:00
9e35e12560 fix profile issue 2022-03-24 08:40:42 -05:00
fd29f2d1ad update stats to use new meta service 2022-03-23 13:54:42 -05:00
9bbc372453 add vpn whitelist command 2022-03-23 13:34:04 -05:00
f86a9a43e8 move live radar js into own file 2022-03-23 12:52:11 -05:00
a84b9abe68 fix issue with multi line output freezing console 2022-03-23 12:09:40 -05:00
cde42c78ff fix update on report to penalize flagged users 2022-03-23 08:22:23 -05:00
1f132d46f9 fix issue with loading stats config #237 2022-03-08 11:24:59 -06:00
4cb9899635 update action on report to use level enum string 2022-03-07 20:00:05 -06:00
663de4d37f refactor some game interface plugin approach 2022-03-07 19:59:34 -06:00
59c2b651be tweak game interface values again 2022-03-02 08:28:41 -06:00
cf3c7cf692 add set spectator command for game interface 2022-03-01 12:45:39 -06:00
57558f6223 add cancellation token for rcon connection to allow more granular control 2022-02-28 20:44:30 -06:00
39a2b155ab increment shared library references 2022-02-23 15:57:44 -06:00