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

1212 Commits

Author SHA1 Message Date
fe0929d194 misc fixes 2022.10.25.2-prerelease 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
de94bf12bb don't intercept commands for login plugin if they are from webfront 2022-10-25 13:22:33 -05:00
8e68c88ba3 Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2022.10.25.1-prerelease 2022-10-24 21:15:29 -05:00
8f00959ef9 fix profile issue with no available interactions 2022-10-24 21:11:00 -05:00
7180bfe1fc Mute Banner for Profile & Prevent Self-Target & Correctly Expire Early Unmutes (#272)
* Fix self-targeting
Remove creation of penalty on mute expiration

* Display mute penalties on profile
Expire mute penalties on unmute

* Resolves issues in code review
Added comment in ClientController.cs
Fixed order of operations in MuteManager.cs
Fixed condition in MuteManager.cs

* Fix self-targeting
Remove creation of penalty on mute expiration

* Display mute penalties on profile
Expire mute penalties on unmute

* Resolves issues in code review
Added comment in ClientController.cs
Fixed order of operations in MuteManager.cs
Fixed condition in MuteManager.cs

* Changed localisation value to be more generic
Fix null reference warning (it should never be null) (34da216)
2022.10.24.4-prerelease 2022.10.24.3-prerelease
2022-10-24 18:58:12 -05:00
1d6cc670d7 add unban subnet command and subnet list interaction 2022-10-24 18:57: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
bfad75d7eb remove unused method in shared integration 2022-10-23 14:40:14 -05:00
0ba4eda35c fix indentation on shared integration 2022-10-23 14:39:39 -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
bbd7b29959 hide annoying warning 2022-10-18 09:38:54 -05:00
5233f9d95c attempt at resolving game interface threading issues (maybe) 2022.10.17.2-prerelease 2022-10-17 10:45:42 -05:00
dc72bb9fed Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2022-10-17 09:18:06 -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
8b498363d6 Fix Threading Duplicate for Mute Penalty & Added !MuteInfo & Fix PM (#269)
* Resolve duplicate migration
Resolve unmuting state double penalties

* Change order of operation

* Added MuteInfoCommand.cs

* Resolve !pm and @broadcast permanently being disabled
2022-10-14 08:47:01 -05:00
9cc3733db7 possible improvements for game interface rcon operations 2022.10.13.4-prerelease 2022-10-13 13:53:28 -05:00
38becc5266 bump plugin shared library core reference version 2022-10-13 13:53:28 -05:00
f4fbbffd8a fix issue with new remote command execution 2022-10-13 13:29:39 -05:00
d71bd5ecb6 improve penalty colors 2022-10-13 13:29:39 -05:00
998842aed0 Fixed [JsonIgnore]
Fixed migration penalty creation
Fixed on migration command execution
Moved out CreatePenalty
Removed ClientId & AdminId since handled by Penalties
2022-10-13 13:29:39 -05:00
9774db1621 update mute plugin to utilize new interaction forms
bump shared library core version
2022-10-13 13:29:39 -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
89e6dbf49a fix issue with vpn detection using new interaction 2022-10-13 10:47:25 -05:00
4cf62b73f1 add level color coding to target on penalty list for issue #265 2022-10-13 10:41:51 -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
2e5747af97 update shared library to fix data library issue 2022-10-12 12:14:43 -05:00
f2736e1f5f update plugins to support command interception 2022.10.12.1-prerelease 2022-10-12 10:32:45 -05:00
ce6e759cef add command interceptor functionality 2022-10-11 16:18:56 -05:00
054ae71d14 Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2022-10-05 09:51:24 -05:00
447737c117 Game Interface ported to T5. (#254)
* Implement game interface for IW5 and T5
2022-10-05 09:49:00 -05:00
0647ce81f3 remove unneeded check for has permission 2022-09-24 10:22:05 -05:00
fb54aac7b8 add client tag to default game interface data 2022-09-24 10:06:07 -05:00
b4dde03a34 provide client tag in game interface meta 2022-09-21 13:04:15 -05:00
701be403a9 default user permission for guest requests 2022-09-19 22:01:34 -05:00
2d3761b430 NoClip Fix - Removed NoClipOff - Toggle Hide (#263)
* Usage of Hide is now consistent with NoClip; toggleable
Removed obsolete !NoClipOff
2022-09-11 11:51:10 -05:00
a3649124ff fix issue with game interface meta/provide full example 2022-09-11 11:46:13 -05:00
aa5b3b71d3 upgrade nuget packages 2022-09-09 09:45:46 -05:00
8d8a8d869a implement profile interaction registration through plugins (mute and vpn detection implementation) 2022.09.08.1-prerelease 2022-09-08 15:03:38 -05:00
7ad4615548 Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2022-09-07 09:16:58 -05:00
fb2061e200 increase security on webfront cookie state/update events 2022-09-06 15:44:13 -05:00
f2b0e5855b iw4x integration - add delay before sending up persistent data 2022-08-31 16:17:02 -05:00