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

1089 Commits

Author SHA1 Message Date
6d9cc9b19f use bot ip address when determining if client is bot 2022-06-12 10:09:56 -05:00
5966541039 add alert/notification functionality (for server connection events and messages) 2022.06.11.1-prerelease 2022-06-11 11:34:00 -05:00
3475da87bc update for t5 dvar format change 2022-06-11 09:56:28 -05:00
2017f08b43 increase width of side context menu for longer server names 2022.06.09.3-prerelease 2022-06-09 13:59:00 -05:00
0694bd1301 fix bug with loading top stats for individual servers 2022-06-09 13:50:58 -05:00
96f6920f04 remove extra parenthesis oops.. 2022.06.09.2-prerelease 2022-06-09 10:15:43 -05:00
345c415c7d add total ranked client number for stats pages 2022.06.09.1-prerelease 2022-06-09 09:56:41 -05:00
7389defb1d revert time out for status preventing server from entering unreachable state 2022-06-08 09:10:31 -05:00
c0879267c8 add game to player profile and admins page 2022-06-07 21:58:32 -05:00
231f3e47fd add mwr to game list (h1) 2022-06-07 12:10:39 -05:00
6b243cfa1d fix issue with meta event context after 1st page load 2022.06.05.1-prerelease 2022-06-05 16:35:39 -05:00
ae05bc4009 add ban management page 2022-06-05 16:27:56 -05:00
9843f7404f add game badge to server overview 2022-06-04 09:58:30 -05:00
740689b047 fix map/gametype alignment on server overview and add back ip display on connect click 2022-06-04 09:21:08 -05:00
b1b206585e update for pluto t5 rcon issue 2022.06.03.2-prerelease 2022-06-03 17:01:58 -05:00
801e16ec7e add plutonium T5 parser. Must use ManualLogPath 2022.06.03.1-prerelease 2022-06-03 16:26:58 -05:00
5c7b2e8c2d fix incorrect wildcard colorcode 2022-06-02 19:59:09 -05:00
c6042632dd add default anticheat detection types 2022.06.02.4-prerelease 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
6b32eb701a fix issue with player name spacing on server overview at certain resolutions 2022-06-02 18:16:54 -05:00
87de15b721 fix displaying correct server name on top players 2022-06-02 17:53:14 -05:00
4aa3397aec fix loader on mobile audit log view 2022-06-02 16:54:26 -05:00
aa7e63022c add baninfo api 2022-06-02 16:48:47 -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.2-prerelease
2022-06-02 09:25:29 -05:00
5245c483ca Fixed formatting... Tabs/spaces 2022-06-02 09:25:00 -05:00
36899e781a Broadcast bans (Anti-cheat and manuals) script plugin 2022-06-02 09:25:00 -05:00
51438c7ee9 Fix !hide provide "mitigation" to noclip ghost bug 2022-06-02 09:25:00 -05:00
4181bf1da7 fix intermittent issue with game interface during connection loss with servers 2022-06-01 11:25:11 -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
ced4410d7b fix suffixing commands with color code 2022.04.28.3-prerelease 2022-04-28 17:22:15 -05:00
f0276a6a44 make social icons fit better 2022-04-28 17:22:01 -05:00
c29a1d4b88 fix issue with side nav 2022.04.28.2-prerelease 2022-04-28 12:05:58 -05:00
dc07e72fb3 improve loading of recent clients 2022.04.28.1-prerelease 2022-04-28 11:42:23 -05:00
d926901ffa reduce warning logs for connecting bots on live radar 2022-04-28 10:35:01 -05:00
b013872f14 ignore bots for game interface 2022-04-28 10:20:55 -05:00
2f36723fe6 don't use cancellation token when persisting meta on quit 2022-04-28 10:14:35 -05:00
becfb4fa7b fix issue with kick from profile 2022-04-28 10:09:25 -05:00
1867a641b2 format all output for color keys 2022-04-27 15:36:58 -05:00
840ff2cad9 make recent clients pagination load 20 per request 2022.04.25.1-prerelease 2022-04-25 16:13:18 -05:00
eec6fb4997 max recent clients paginated 2022-04-25 16:12:25 -05:00
994737790e move action modal infront of context modal for mobile 2022-04-25 15:52:18 -05:00
26a4335141 only show reports from the last 24 hours 2022-04-25 15:44:51 -05:00
d12c15253e fix rcon issue 2022-04-25 15:39:30 -05:00
2a4d2cc87a escape html characters in web console output 2022-04-25 10:43:16 -05:00
22968d70b1 add configuration link for console perms 2022-04-23 10:33:48 -05:00
0480a16e6b fix live radar icon 2022-04-22 17:29:29 -05:00
6588f30d77 show login token for longer period 2022.04.22.1-prerelease 2022-04-22 16:56:29 -05:00