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

231 Commits

Author SHA1 Message Date
34328848f4 simplify ban process with new system 2022-02-22 17:09:50 -06:00
3001a92a78 initial framework for gsc + iw4madmin integration
improvements to script plugin capabilities and error feedback
2022-02-07 18:43:36 -06:00
68c5cbacdc more profile loading optimizations 2022-02-01 18:20:29 -06:00
bac343cdba fix refactor issue 2022-01-28 17:28:49 -06:00
75d6417d64 fix issue with certain penalties not linking 2022-01-28 15:33:21 -06:00
e7b357479d add additional fields to server api 2022-01-26 15:26:26 -06:00
513f0afd34 order chat context messages from oldest to newest 2022-01-26 15:26:25 -06:00
2671d26182 scoreboard tweak 2022-01-26 15:20:10 -06:00
9aa972fac7 fix missing null check in scoreboard. oops 2022-01-26 15:20:10 -06:00
6e60a5dcb6 include cs go "estimated" score on scoreboard 2022-01-26 15:20:10 -06:00
7fe2e51449 add sorting and zscore to scoreboard 2022-01-26 15:20:10 -06:00
67189f3294 fix misc webfront errors on first run after configuration 2022-01-26 15:20:10 -06:00
6458aee2ee add server scoreboard functionality 2022-01-26 15:20:10 -06:00
80a906f61f update to show full gametype name on webfront 2022-01-26 15:20:10 -06:00
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
bbab849224 fix issue on about page with duplicate server names or inactive servers 2021-10-19 20:02:31 -05:00
ad14a150e2 improve about page layout 2021-10-16 13:30:26 -05:00
60681458c4 Add about/community info guidelines/social page 2021-10-09 21:11:47 -05:00
d2590c929a add raw file editing to configuration page in webfront 2021-09-16 16:27:40 -05:00
778bb34609 add tooltip timestamp to max concurrent players 2021-09-14 18:12:20 -05:00
d46c090301 implement client server connection tracking persistence 2021-08-31 18:21:40 -05:00
fe140707ee Add max concurrent players over 24 hours badge to home 2021-08-26 17:35:05 -05:00
eb339bff43 pass x-forwarded-for to properly log proxied login/logout 2021-07-05 16:08:13 -05:00
19d8bcb690 add login/logout events to change tracker
default guest profile to minimum permissions
2021-06-30 21:13:25 -05:00
57f1dd3f3c add lobby rating to home
add gametype (WIP) to home
misc UI tweaks
2021-06-30 09:57:07 -05:00
7f7c00e1f0 Use string for AC snapshot weapon and hit location
Add webfront logging
2021-06-29 15:02:01 -05:00
fe91c23abe small issue fix with api and more checks for welcome tags 2021-05-04 19:01:09 -05:00
20031a8220 fix issue with help and dynamically loaded plugins with commands 2021-04-30 12:37:55 -05:00
a4bdbcacb9 prevent loading of privileged clients page for issue #188 2021-03-23 10:28:17 -05:00
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
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
c231c6b610 implement more robust command api and login
improve web console command response reliability and consistency
2021-01-17 21:58:18 -06:00
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
95643f6a2d add preset rules, configurable time spans, and separate rule shortcut for issue #180 2020-12-31 18:48:58 -06:00
e0ef55a636 update for database provider specific migrations
fix issues with live radar
2020-11-27 21:52:52 -06:00
04fe6836c6 refactor logging in pretty big overhaul 2020-11-11 17:35:55 -06:00
c263c456fc remove hard coded paths to make it easier for building in debug mode
auto copy script plugins/localization for local builds
2020-08-26 09:54:56 -05:00
2e0b1b3569 hide chat for password protected servers for issue #162 2020-08-20 10:38:11 -05:00
6e27dd9dce QOL updates for profile meta
implement filterable meta for issue #158
update translations and use humanizer lib with datetime/timespan for issue #80
2020-08-18 16:35:21 -05:00
225045432b fix dependency injection of comands in webfront preventing ui actions from working 2020-08-06 08:48:14 -05:00
1793f630f2 update action controller to dynamically generate command names in case of overridden names (issue #152) 2020-08-04 17:26:16 -05:00
51202e7f8b add configurable command and broadcast command prefix for issue #149 2020-07-31 20:40:03 -05:00
41474768fc add kick client functionality to webfront home for issue #142 2020-07-14 14:13:40 -05:00
9b9c1bd851 support custom master url
refactor api instatation to allow custom master url in config
2020-06-30 16:39:32 -05:00
39e0874bec [issue #139] client lookup and stats api 2020-05-25 13:04:44 -05:00
46fee97e4e implement script plugin command registration - issue #132 2020-05-11 16:20:25 -05:00
84ffb9aa29 [tweaks and fixes]
reenable tekno support
address vagrant thread issue
refactor game log reader creation to follow better practices
fix bot issues/address how guids are generated for bots/none provided
2020-05-04 16:50:02 -05:00
cc8756107f implement audit log view in webfront 2020-04-28 16:48:06 -05:00
296411a5be add server categorization feature (issue #77) 2020-04-13 20:26:13 -05:00
7230654da2 allow toggle of automated penalties display on the webfront
issue #112
fix small issue with script plugin loading
2020-02-12 13:13:59 -06:00