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

1473 Commits

Author SHA1 Message Date
f0542fa69f T5ZM Gametype and Maps 2023-05-28 20:11:10 -05:00
2ea311b601 Resolves issue where muted player would be unmuted when flag penalty was removed (#303)
* resolves issue where muted player would be unmuted when flag penalty was removed

* Revert accidental code format
2023.05.28.1-prerelease
2023-05-28 11:38:57 -05:00
19ba89836b update filter on assembly resolver 2023-05-28 11:38:57 -05:00
c8691f4f9a add assembly resolver to help with more permissive plugin references to iw4madmin libraries 2023-05-28 11:38:57 -05:00
1a4e9b6b0f possible fix for remotely loaded plugins 2023-05-28 11:38:57 -05:00
76074a9aa7 fix rule spacing on about page 2023-05-28 11:38:57 -05:00
e463e9c5fe add command to set log level and develop mode dynamically 2023-05-28 11:38:57 -05:00
9bf0be8341 Resolves issue where muted player would be unmuted when flag penalty was removed (#303)
* resolves issue where muted player would be unmuted when flag penalty was removed

* Revert accidental code format
2023-05-28 11:37:27 -05:00
4e81274116 update filter on assembly resolver 2023-05-27 14:09:57 -05:00
4a43fe892f add assembly resolver to help with more permissive plugin references to iw4madmin libraries 2023-05-27 14:01:16 -05:00
7f09ce90ac possible fix for remotely loaded plugins 2023-05-27 12:15:22 -05:00
fd7a7f7756 fix rule spacing on about page 2023-05-27 11:02:57 -05:00
976e6e4752 add command to set log level and develop mode dynamically 2023-05-26 21:14:49 -05:00
4002745ad7 fix issue with alert manager concurrency 2023.05.15.1-prerelease 2023-05-14 22:46:03 -04:00
2af03d10d0 Resolved Chat in BOIII Parser (#299) 2023-05-14 22:46:03 -04:00
7a3062f261 fix issue with help page not showing v2 commands 2023-05-14 22:46:03 -04:00
da101ecd1d Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2023.05.02.2-prerelease 2023-05-01 21:41:08 -05:00
Edo
210ffa5d83 BaseEvent: Deal with all sorts of special characters sent by the engine (#298)
* BaseEvent: Deal with all sorts of special characters sent by the engine
2023-05-01 21:40:12 -05:00
f2e8bb40e0 implement GameScriptEvent trigger 2023-05-01 21:38:58 -05:00
5050f75c9c fix clipping of context menu hovers 2023-05-01 21:37:51 -05:00
7570749aa5 fixed spelling mistake with Moon (#294) 2023-04-22 20:17:20 -05:00
256616cef5 update to cod rcon parser for windows socket quirk with UDP WSAECONNRESET 2023-04-21 20:43:33 -05:00
06d28b1a76 provide more informative error if webfront fails to start (typical socket binding) 2023-04-21 20:40:20 -05:00
05f407e3bf fix issue with cancellation token on shutdown state sync 2023-04-19 22:46:46 -05:00
db8510f8e6 update top level client count stats to support filtering per game 2023-04-19 19:55:33 -05:00
1231154e9d Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2023.04.15.3-prerelease 2023-04-15 18:07:48 -05:00
Edo
8dd4eae39c fix(boiii): reason when kicking (#290)
* fix(boiii): reason when kicking

* fix(t7): show kick reason

* maint(t7): update creds

* maint(boiii): update creds

* fix(t4): add custom reason too
2023-04-15 18:06:54 -05:00
HGM
a295d29caf Added Missing T4ZM Zombie Maps (#289) 2023-04-15 18:06:16 -05:00
c628cc8f55 maybe fix for an issue that should not exist 2023-04-15 16:49:34 -05:00
ca6d51d6bf clean up game server properties update implementation 2023-04-15 14:30:13 -05:00
d3ac9d53a4 add configuration update callback for script plugins & update plugins to utilize 2023-04-15 14:27:51 -05:00
d3a2209f73 more updates for script plugin helper and corresponding VPNDetection update to properly send user gent 2023-04-13 23:36:29 -05:00
a461f5af25 add additional overloads for script plugin web request helper 2023-04-13 21:36:21 -05:00
d64ab1ad0e apply cod4 rcon fix for waw too 2023-04-10 14:44:58 -05:00
af1778ac7b add smaller version of server banner 2023-04-09 22:20:48 -05:00
f7d005ccd1 update/rename notifyafterdelay to ExecuteAfterDelay 2023-04-09 14:07:50 -05:00
e3bbb048b6 add ServerCommandRequestExecuteEvent implementation 2023-04-09 14:07:30 -05:00
892d2c8fc5 fix startup issue with no config 2023.04.09.1-prerelease 2023-04-09 09:59:10 -05:00
b1f3155131 fix profanity determent on chat enabled check 2023-04-08 16:11:22 -05:00
5571e9317f server banner tweaks 2023.04.08.3-prerelease 2023-04-08 15:43:47 -05:00
68cf08f871 fix extra IP lookups in server banner plugin 2023-04-08 12:00:28 -05:00
af11e3713b add ServerBanner.js to solution 2023-04-08 10:10:56 -05:00
dafdbec67a add server banner plugin for iframe embeds 2023-04-08 10:10:15 -05:00
293488c839 improve login plugin structure and fix load issue 2023-04-08 09:43:33 -05:00
0ca3be01d7 add server game group collapse to advanced stats 2023-04-07 21:38:41 -05:00
d05bcde8e8 fix issue with profanity plugin enabled check and add KickOnInfringingName setting 2023-04-07 21:21:18 -05:00
4aafaf1576 Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2023-04-07 20:53:25 -05:00
Edo
e8d3dc0b08 fix iw4x, integration. improve scripts overall (#287)
* fix(scripts): correct usage of notifyOnPlayerCommand

* fix(scripts): correct iw4x usage of is bot

* fix(scripts): correct iw4x usage of is bot

* fix(scripts): fix noclip on iw4x

* fix(scripts): ident

* iw5 too
2023-04-07 20:42:18 -05:00
HGM
d8478bf99e Added Zombie Game Modes + Bonus & Zombie Maps for T7/BOIII (#286)
* Added Zombie Game Modes

Added Zombie Game Modes for T4, T6 & BOIII

* Added Bonus Maps & Zombies (T7/BOIII)

Added Missing Bonus Maps & Zombies maps for T7/BOIII
2023-04-07 20:41:25 -05:00
cb7d97c67f Add CoD 4's missing gametypes. (#280)
* Add CoD 4's missing gametypes.

* Fixed invalid issue
2023-04-07 20:41:12 -05:00