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

544 Commits

Author SHA1 Message Date
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
e3bbb048b6 add ServerCommandRequestExecuteEvent implementation 2023-04-09 14:07:30 -05:00
892d2c8fc5 fix startup issue with no config 2023-04-09 09:59:10 -05:00
4aafaf1576 Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2023-04-07 20:53:25 -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
d45ba6434f enable support for custom say name on non IW4 games with tell/say raw 2023-04-07 14:04:04 -05:00
f32949083f track private slots for webfront overview 2023-04-05 23:10:40 -05:00
831a6a2a37 update script helper method name 2023-04-05 22:27:48 -05:00
cdfcb25072 Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2023-04-05 14:15:46 -05:00
db17baea20 misc clearnup 2023-04-05 10:16:11 -05:00
ebe69a94ad implement new eventing system 2023-04-05 09:54:57 -05:00
53a6ef2ec3 update references from IP to ListenAddress 2023-04-04 22:21:18 -05:00
4008d12d0d refactor BaseEventParser to utilize new event system 2023-04-04 21:54:41 -05:00
ee056139a4 remove unneeded classes 2023-04-04 21:45:33 -05:00
130c05e56b add configuration watcher implementation 2023-04-04 21:44:08 -05:00
3d3a8e7027 improve threading synchronization for BaseConfigurationHandlers 2023-04-04 21:42:17 -05:00
d3544b4519 implement PluginV2 for script plugins 2023-04-04 18:24:13 -05:00
7c94806ece update readmessage command to use TellAsync 2023-04-03 15:56:13 -05:00
611ff2ae17 update help command to use TellAsync 2023-04-03 15:55:46 -05:00
HGM
318794cfa4 Update DefaultSettings.json (#282)
Update IW4x Map Names for "Modern Warfare 3 DLC Pack"
2023-03-23 13:04:09 -05:00
faca5ec91a fix threading issue with alert manager 2023-02-17 14:37:52 -06:00
957c88970d implement IConfigurationHandlerV2 2023-02-11 21:09:02 -06:00
4c51d86fae add "advanced" search functionality 2023-01-23 16:38:16 -06:00
c961d4e953 Update IW5 gametype names. (#240) 2023-01-11 09:05:34 -06:00
0dcccbffa0 add more ported iw4x maps to default settings 2023-01-06 18:03:17 -06:00
be17d91201 temporarily disable plugin interactions 2023-01-06 13:42:38 -06:00
d9f6ed8239 add new ported cod4 maps to iw4x map list 2023-01-06 13:39:15 -06:00
c6916b38c3 feature(parser): Option to override special localize character 2022-11-03 20:05:59 -05:00
fe0929d194 misc fixes 2022-10-25 15:39:49 -05:00
5112d88ce2 improve webfront command error feedback 2022-10-25 14:52:12 -05:00
a2ccefd89d only titleize single word titles on action dialogs 2022-10-25 14:03:35 -05:00
455759787a fix issue with random concurrency issue on interaction reaction 2022-10-24 18:57:35 -05:00
d81e3e4261 clean up some repeated script plugin error handling 2022-10-24 18:57:35 -05:00
59acaadb92 cleanup and simplify the CoD RCon implementation 2022-10-23 14:03:57 -05:00
7b2cd19fc1 harden up the script timer/game interface dvar operations for multithreading 2022-10-23 14:03:33 -05:00
5b7e56f894 track match start/end time where possible 2022-10-23 13:32:09 -05:00
34cafc4066 create shared integration for performance-based autobalance support 2022-10-23 13:29:01 -05:00
b427a51c59 order permission changed query helper properly 2022-10-21 20:28:04 -05:00
5233f9d95c attempt at resolving game interface threading issues (maybe) 2022-10-17 10:45:42 -05:00
450c8a45da add support for plugin generated pages (interactions). add disallow vpn command 2022-10-17 09:17:43 -05:00
a71a5d7f3b update default permissions for guest webfront users 2022-10-16 16:25:09 -05:00
9cc3733db7 possible improvements for game interface rcon operations 2022-10-13 13:53:28 -05:00
2ec9332251 Added !unmute, !tempmute, !listmutes
Quick fix for PowerShell IE use

Makes date readable for target player

Resolved translation string inconsistencies

Minor code cleanups

Initial commit from review

Cleaned up code & amended a few checks

Comment typo

Fix infinite unmuting

Removed unnecessary checks (Unmuting an already unmuted player will not trigger MuteStateMeta creation (if already doesn't exist))
Resolved !listmutes showing expired mutes

Committing before refactor

Refactor from review

Removed reference to AdditionalProperty

Fix check for meta state when unmuting

Continued request solves main problem

Handle potential failed command execution

Missed CommandExecuted onJoin

Fix another PS Reference to Invoke-WebRequest

Fixes review issues & Cleaned up code
Adds support for Intercepting Commands via Plugin (Credit: @RaidMax)

Comparing

Revert formatting changes

Removing MuteList for Penalty
Added Mute, TempMute & Unmute Penalty

Fixed reference in Mute.csproj & Removed ListMutesCommand.cs
2022-10-13 13:29:39 -05:00
cbe3bb9269 fix argument call to interactions 2022-10-13 10:26:22 -05:00
8502ae47aa update interactions to allow building custom forms 2022-10-12 21:06:18 -05:00
f2736e1f5f update plugins to support command interception 2022-10-12 10:32:45 -05:00
ce6e759cef add command interceptor functionality 2022-10-11 16:18:56 -05:00
a3649124ff fix issue with game interface meta/provide full example 2022-09-11 11:46:13 -05:00