2348a48dd3
prevent autoflag from running player has been manually unflagged
2021-03-23 10:34:44 -05:00
a4bdbcacb9
prevent loading of privileged clients page for issue #188
2021-03-23 10:28:17 -05:00
4316f1bfab
prevent missing config from causing stats error
...
small advanced stats fixes
2021-03-23 10:16:27 -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
fb8122c0d7
revert unintended commit file
2021-01-24 13:30:22 -06: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
f984d509b3
implement admin "privacy" for issue #185
2021-01-09 12:37:20 -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
50f7767bf1
fix issue with view stats and reset stats failing
...
fix issue with set level returning wrong error message if setting a client to the same level they're currently at
update CoD4x parser version
update nuget packages
2020-12-16 13:11:30 -06:00
e0ef55a636
update for database provider specific migrations
...
fix issues with live radar
2020-11-27 21:52:52 -06:00
1c7e66da44
persist say command messages with webfront denotation to chat log
...
per issue #159
2020-11-18 09:08:24 -06:00
057de452e7
modify iw6x parser to default game log vars temporarily, small amount of code cleanup to git rid of warnings
2020-11-12 20:39:56 -06:00
3e1db4b00a
fix introduced issue with map/map_rotate commands
2020-11-11 18:53:23 -06:00
04fe6836c6
refactor logging in pretty big overhaul
2020-11-11 17:35:55 -06:00
1317514bb3
hide flag status for non logged in users
...
remove erroneous anticheat detection reason on kick
2020-10-17 10:55:19 -05: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
f18dd65695
update bundle minifier package to use .net core one
2020-08-20 13:10:43 -05:00
45f1215aae
include "all" meta button on profile
...
include full humanizer package to library bug in russian translations
2020-08-20 11:08:21 -05:00
2e0b1b3569
hide chat for password protected servers for issue #162
2020-08-20 10:38:11 -05:00
93173652ea
merge
2020-08-18 20:15:46 -05:00
176d8edf22
another attempt to fix display of long client names/temporary t6 getinfo workaround
2020-08-18 20:11:41 -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
25ad16495e
fix misaligned kick button with long names on webfront
2020-08-18 16:35:21 -05:00
ae16306f35
fix misaligned kick button with long names on webfront
2020-08-12 13:46:14 -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
2b3514d586
tweak color of kick icon
2020-07-14 15:48:38 -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
14b6cd3ab8
[issue 137] custom display hostnames for webfront
2020-05-23 13:25:09 -05:00
c7967c4a38
re-enable claims permission add/remove
2020-05-22 21:38:38 -05:00
6f9051120d
[issue 135] enhanced search
...
implement enhanced search for chat messages
2020-05-22 20:29:41 -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
1f7f40f296
[misc bug fixes]
...
properly hide broadcast failure messages if ignore connection lost is turned on
fix concurent issue for update stats history that happened with new event processing
make get/set additional property thread safe
add ellipse to truncated chat messages on home
2020-04-25 19:01:26 -05:00
296411a5be
add server categorization feature (issue #77 )
2020-04-13 20:26:13 -05:00
d45d99454b
fix for runaway regular expression on linux
...
explicitly set string dvars in quotes to allow setting empty dvars
allow piping in input from command line (#114 )
update the distribution for top stats elo
prevent game log file rotation from stopping event parsing
2020-04-01 14:11:56 -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
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
3de5ce9ac0
allow Kekno to run with sv_running not returning anything :upside_down:
...
make sure script plugins output correct errors instead of being swallowed
prevent webfront error when webfront tab is left open on a server no longer being modified
2020-02-01 12:27:14 -06:00
786eda7937
Finish implementation of configuable command permissions
2020-01-31 20:15:07 -06:00
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
877a904bb0
fix error code page for things over than 404s
...
allow request token when not logged in
2020-01-14 18:56:23 -06:00
e5e0835f8a
updates to support new master versioning
...
make sure game files are copied correctly in build output
2020-01-11 20:32:27 -06:00
32ce9017c9
finish help layout and show only on permission level
2019-12-29 11:32:36 -06:00