1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-08 06:08:20 -05:00

89 Commits

Author SHA1 Message Date
RaidMax
af7d74defe Allow either parser version or parser name to be used in server config block 2022-02-01 18:27:03 -06:00
RaidMax
6f6dd035ee Initial .net 6 upgrades 2022-01-26 15:26:25 -06:00
RaidMax
b33b518fa2 implement map and gametype command 2022-01-26 15:20:10 -06:00
RaidMax
4ae3ee1683 abstract engine color codes to use (Color::<Color>) format to make codes more.
see pt6 parser and configs for example usages
2022-01-26 15:20:10 -06:00
RaidMax
c8c334327e update caching to use automatic timer instead of request based to prevent task cancellation 2022-01-26 15:20:10 -06:00
RaidMax
0a95e725f4 add default port and rcon password hint during setup 2022-01-26 15:20:10 -06:00
RaidMax
720d253fbb add script injection to the config to import custom webfront scripts (ie google tracking) 2021-10-19 20:17:10 -05:00
RaidMax
dc3effe697 default about page to enabled 2021-10-10 10:57:27 -05:00
RaidMax
9cfaef2ce5 add option to toggle about page/make some checks on displayed rules 2021-10-10 10:44:18 -05:00
RaidMax
60681458c4 Add about/community info guidelines/social page 2021-10-09 21:11:47 -05:00
RaidMax
dfd5a3fae8 make connection attempts for CoD configurable as "ServerConnectionAttempts" 2021-09-18 18:25:02 -05:00
RaidMax
d2590c929a add raw file editing to configuration page in webfront 2021-09-16 16:27:40 -05:00
RaidMax
dcf690325c persist client count history data across reboots and allow for configurable timespan 2021-08-29 13:10:10 -05:00
RaidMax
6751e4b530 make implicit account linking a feature toggle 2021-08-14 17:55:28 -05:00
RaidMax
19b5c456a5 support hostnames for server config 2021-07-11 17:26:30 -05:00
RaidMax
7a9704b1dc use default settings for maps and quick messages config (remove from IW4MAdminSettings) 2021-07-09 16:50:33 -05:00
RaidMax
27ad872e56 fix issue with selecting wrong parser during setup
add minimum name length option
fix issue with stats spm
2021-06-27 20:31:39 -05:00
RaidMax
4179e8b428 properly pass game name to game string config finder.
add weapon prefix to weapon name parser for (iw5).
add some iw3 game strings
2021-03-23 21:42:26 -05:00
RaidMax
434392a7e4 huge commit for advanced stats feature.
broke data out into its own library.
may be breaking changes with existing plugins
2021-03-22 11:09:25 -05:00
RaidMax
92e7a8bd2b implement custom tag (descriptor) feature
allow override of level names through configuration
few small fixes/improvements
2021-01-24 11:47:19 -06:00
RaidMax
f984d509b3 implement admin "privacy" for issue #185 2021-01-09 12:37:20 -06:00
RaidMax
0387b6bd23 update 'uptime' output
use translations for certain webfront page meta that was neglected
update plutonium parsers to not use new line in notices as it is not supported
2021-01-08 19:21:23 -06:00
RaidMax
95643f6a2d add preset rules, configurable time spans, and separate rule shortcut for issue #180 2020-12-31 18:48:58 -06:00
RaidMax
73bb43a8b2 more consistent/enhanced game penalty messages per issue #171 2020-11-17 18:24:54 -06:00
RaidMax
a8684988f7 implement remote assembly loading 2020-10-24 15:02:38 -05:00
RaidMax
a0e564c978 fix issue with delay on map command 2020-10-17 10:55:49 -05:00
RaidMax
bacafebb99 implement pm admins command for issue #170 2020-09-26 17:17:21 -05:00
RaidMax
51202e7f8b add configurable command and broadcast command prefix for issue #149 2020-07-31 20:40:03 -05:00
RaidMax
2b3514d586 tweak color of kick icon 2020-07-14 15:48:38 -05:00
RaidMax
9b9c1bd851 support custom master url
refactor api instatation to allow custom master url in config
2020-06-30 16:39:32 -05:00
RaidMax
14b6cd3ab8 [issue 137] custom display hostnames for webfront 2020-05-23 13:25:09 -05:00
RaidMax
9a245c4db2 [issue #126]
implement basic run-as functionality
2020-04-26 21:12:49 -05:00
RaidMax
0e6a7f89b2 actually fix the session score concurrency issue
fix rare bug with shared guid kicker plugin
allow hiding of the connection lost notification
2020-04-22 18:46:41 -05:00
RaidMax
af380d3744 refactor a good bit of stuff for better dependency injection
fix regular expression for T6 log parsing
2020-02-11 16:44:06 -06:00
RaidMax
86b02d5d50 merge dev changes 2020-01-31 20:22:59 -06:00
RaidMax
475ef92917 start work to allow customizing command properties via configuration 2020-01-26 18:06:50 -06:00
RaidMax
9ac5898f44 fix another meme 2020-01-26 15:40:00 -06:00
RaidMax
8c3ea779f2 fixed server parser setup bug I was retarded about 2020-01-24 08:57:20 -06:00
RaidMax
c17ee0a352 update parser selection menu text during setup
update IW4 script commands gsc and plugin to give base example
fix issue with new account alias linking (I think)
2020-01-21 18:08:18 -06:00
RaidMax
f09a45503a make the version name match the actual name for FTP deployment
fix rare issue with summing session scores
copy font to expected wwwroot dir in debug mode so we get pretty icons when developing
upgrade some packages

pretty much reworked the entire server web config to support better validation and stuff.. not really a small fix

finish web configuration changes (I think)

finish up configuration changes and update shared library nuget
2020-01-20 10:23:23 -06:00
RaidMax
8bd67a1629 finish color code support (I think) 2019-08-02 18:04:34 -05:00
RaidMax
d1713882ac finish custom accent color feature 2019-07-27 15:23:45 -05:00
RaidMax
75ce21597b start work to allow custom accent colors 2019-07-27 08:18:49 -05:00
RaidMax
99a163fa2b Clean up some old files 2019-07-17 12:29:51 -05:00
RaidMax
68b1e61846 make database seed code less verbose
disable killserver command
fix issue with default parser not saving during setup
fix issue with unban reason displayed when player is rebanned
2019-04-28 20:54:11 -05:00
RaidMax
5a0b2ff169 add parser for RektT5M
update base event parser to include "short" GUIDs
updated some localization
add tooltip to anti cheat metrics on profile for more information about what they mean
2019-04-21 16:28:13 -05:00
RaidMax
14531e2184 fix extra prompt for server port
change vpn detection failure to warning instead of error
2019-04-18 14:19:50 -05:00
RaidMax
7c309ee460 fix gravatars not showing
fix web config not saving Uri
fix issue with token login
2019-04-14 10:55:05 -05:00
RaidMax
832bc941ec finish initial implementing application configuration editing through webfront
todo: server configuration
2019-04-12 22:25:18 -05:00
RaidMax
91552df798 add configuration option to force local translations
fix silly bug with no being able to claim ownership
continue work on configuration via webfront
2019-04-11 20:43:05 -05:00