1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00
Commit Graph

1447 Commits

Author SHA1 Message Date
24b6f6d73b add initial public zombie stats models, migrations, and events 2024-07-02 16:22:15 -05:00
7e80032af6 Update SharedLibraryCore package version
The version of the SharedLibraryCore package reference has been updated across multiple projects from '2024.2.4.85' to '2024.2.5.9'. Meanwhile, version within SharedLibraryCore.csproj has been changed from '2024.02.04.085' to '2024.01.01.1'. Changes also include removal of .NET 8 requirement notice and reenabling of status upload to master communicator.
2024-07-02 16:20:03 -05:00
0dedff9d48 Update codebase to target .NET 8.0 and improve JSON serialization
This commit switches our target framework from .NET 6.0 to .NET 8.0 and replaces Newtonsoft.Json with System.Text.Json for serialization. The JsonConverter classes have been updated to support the new JSON model and some enhancements were applied to the codebase such as fixing a command property and updating various package references.
2024-07-02 16:19:29 -05:00
8f60a37321 remove md5 check for windows update script as content-md5 header no longer appears to be transmitted 2024-07-01 21:37:32 -05:00
40655025fc tweak team regex for kill/damage 2024-07-01 16:49:04 -05:00
6bf3648bd5 update for BOIII parsing 2024-07-01 12:39:43 -05:00
499e53ee7f remove some build warnings 2024-07-01 11:45:50 -05:00
918e11ed89 use wget instead of curl for geolocation download 2024-07-01 10:50:41 -05:00
bbea8dd39e remove unneeded xml documentation file in build 2024-07-01 10:29:19 -05:00
588b357ea6 add automatic download of newest geolocation database to build action 2024-07-01 10:15:25 -05:00
e455ddfc12 update nuget revision generation 2024-07-01 10:01:21 -05:00
8169a2bbab copy missing update scripts in build action 2024-07-01 09:57:46 -05:00
e25e50bc92 trigger workflow 2024-07-01 09:53:57 -05:00
f017a4c268 fix artifact path 2024-06-30 21:15:44 -05:00
462dbb6f8b fix T7 status IP parsing 2024.7.1.1-prerelease 2024-06-30 20:46:40 -05:00
e168bbf055 fix artifact zip path 2024-06-30 20:46:23 -05:00
71136bf3b4 update readme .NET version 2024-06-30 20:21:10 -05:00
8e11c89b6e update build action 2024.6.30.1-prerelease 2024-06-30 12:07:46 -05:00
966a297132 update build pipeline for official release 2024-06-30 11:53:05 -05:00
5a33567c73 tweak game interface plugin for consistency 2024-06-30 11:52:31 -05:00
a24aaf10d4 use cache method for build revision 2024-06-29 22:46:00 -05:00
57143b1acf update build pipeline for sequential revision #s 2024-06-29 22:33:16 -05:00
b2c2ab03f3 fix issue with manual log path input on initial configuration 2024-06-29 22:17:18 -05:00
ba633be034 Refactor MuteManager constructor and clean up code (#329)
The MuteManager constructor within the Mute plugin has been refactored for better dependency injection. This change simplifies the class construction by directly initializing fields in the constructor parameters. Additionally, several minor code improvements have been made, including spelling corrections and replacing some conditional checks for readability. Other arrays or methods in the plugin are also revised for better maintainability and readability of the code.
2024-06-29 21:50:00 -05:00
40f912542b only run local build script in debug 2024-06-29 17:01:59 -05:00
451b25ffb2 simplify build script for local builds 2024-06-29 16:54:06 -05:00
74ad200b8e test generate sequential build number 2024-06-29 15:09:22 -05:00
accf5ba043 fix missing quotes 2024-06-29 14:40:22 -05:00
bcad270aaa update nuget action to require approval and set specific suffix depending on pr or push 2024-06-29 14:38:06 -05:00
63e1f31c21 fix remote plugin loading 2024-06-29 11:14:09 -05:00
eec0a21005 update application build triggers 2024-06-29 00:00:38 -05:00
fbfbae0d94 set default webfront bind url for very first startup 2024-06-28 23:51:54 -05:00
ae1faac8ab fix type reference for ClientPenaltyEvent 2024-06-28 23:33:21 -05:00
f02431f0fa create build pipeline 2024-06-28 16:18:45 -05:00
9cdb2ca63e update nuget pipeline
update script
2024-06-28 16:18:42 -05:00
c54ff5d095 disable command throttling for privileged users 2024-06-28 16:18:39 -05:00
dc46778c21 Create shared_library_nuget.yml 2024-06-28 16:18:39 -05:00
e6272f610a Move/add client getters to ScriptPluginExtensions 2024-06-25 20:51:03 -05:00
b003ba2b75 temporary fix for pomelo ef/.net 8 query query translation 2024-06-23 16:27:00 -05:00
f8f6ca2c0d Reduce possibility of race condition reading updated config 2024-06-23 16:13:30 -05:00
dbb5a9117a update nuget packages 2024-06-22 17:20:05 -05:00
1596af1548 implement functionality to dynamically populate property values from events that inherit from GameScriptEvent 2024-06-22 17:02:04 -05:00
dffcae8344 Add GameLogEvent as catch all for unhandled log lines 2024-06-22 12:18:33 -05:00
4b6f3e8851 Update nuget packages 2024-06-22 11:52:42 -05:00
b31ef6a333 Remove some extra dispose calls on base config handler 2024-06-22 11:50:45 -05:00
d786d7c336 Update server banner plugin for .net 8 2024-06-22 11:49:53 -05:00
34af7a332c Update projects to .net 8 (#326)
* Update codebase to target .NET 8.0 and improve JSON serialization

This commit switches our target framework from .NET 6.0 to .NET 8.0 and replaces Newtonsoft.Json with System.Text.Json for serialization. The JsonConverter classes have been updated to support the new JSON model and some enhancements were applied to the codebase such as fixing a command property and updating various package references.

* Align with Develop

* Update SharedLibraryCore package version

The version of the SharedLibraryCore package reference has been updated across multiple projects from '2024.2.4.85' to '2024.2.5.9'. Meanwhile, version within SharedLibraryCore.csproj has been changed from '2024.02.04.085' to '2024.01.01.1'. Changes also include removal of .NET 8 requirement notice and reenabling of status upload to master communicator.

* Update properties in IRConParser and IRConParserConfiguration to be settable

The properties in the `IRConParser` and `IRConParserConfiguration` interfaces were updated to include setters. Previously, the properties in these interfaces were read-only. This change allows for the modifications and extensions of properties defined, thereby bolstering flexibility for the handling of games and parsers.

* Replace RestEase with Refit in API usage

Refit has been implemented as a replacement for RestEase in all API calls. As such, all related code, parameters and imports have been adjusted to function with Refit. Logic has also been added to handle certain Refit-specific behaviours. Occurrences of the RestEase package have been removed from the project.

* Enable auto-redirect in HttpClient

The HttpClient instance used in Application/Main.cs has been modified to automatically follow redirect responses. This was accomplished by adding "AllowAutoRedirect = true" to the HttpClientHandler used when creating the HttpClient.

---------

Co-authored-by: Amos <amos2580@hotmail.co.uk>
2024-06-22 10:19:06 -05:00
1f82596582 Fix increment / decrement switch. (#325)
* Fix increment / decrement switch.

Replace 'up' with 'increment' as it got renamed on the GSC part some time ago.
2024-05-07 09:29:37 -05:00
Edo
27f299c932 fix(s1x: parser): fix inconsistency in the parser of ex-XLabs clients
This is backed up by an update on the s1-mod client that will be deployed in 10 minutes following an announcement telling every server owner to update
2024-04-09 20:38:17 +02:00
aa83d88c77 Add command execution backoff/timeout 2024-02-24 18:07:34 -06:00