RaidMax
941d9cea73
more consistent/enhanced game penalty messages per issue #171
2020-11-17 18:24:54 -06:00
RaidMax
a574fb0d4b
update index for ratings/prune old entries
...
small stat tweaks to add players on first kill/damage event
(instead of on connect which causes issues with slow writes)
2020-11-14 18:24:51 -06:00
RaidMax
5d9c8f5369
fix introduced issue with map/map_rotate commands
2020-11-11 18:53:23 -06:00
RaidMax
570a228c92
refactor logging in pretty big overhaul
2020-11-11 17:35:55 -06:00
RaidMax
fd7bd7e0da
partial support of IW6x until the game log is implemented
2020-11-07 10:40:58 -06:00
RaidMax
a4a65a486a
update GenerateGuidFromString to resolve to a stable hash code.
...
fix bots not showing up on live radar
2020-09-21 15:30:42 -05:00
RaidMax
b59504a882
grab gametype from status for T7
2020-08-05 09:43:31 -05:00
RaidMax
bb4e51d9c8
adjustments for T6 and tekno (implement mapped dvars and default values)
2020-06-16 17:16:12 -05:00
RaidMax
267e0b8cbe
[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
RaidMax
9e74dac5ed
fix stat issue with concurrent threads
...
fix potential lost penalty if server does not response to kick request
make sure that broadcast only shows one custom say name
add unit tests
2020-04-21 17:34:00 -05:00
RaidMax
0b643b2099
unmeme a dvar check
2020-04-18 17:48:49 -05:00
RaidMax
8c29027b3f
partial T7 (BO3) support. includes rcon communication improvements and a small fix for displaying live radar tab
2020-04-17 15:05:16 -05:00
RaidMax
8fb2394130
support for Plutonium IW5 and only show live radar tab if monitoring at least one IW4 serves
2020-04-11 18:05:18 -05:00
RaidMax
9fdf4bad9c
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
RaidMax
2e5ffe91fc
fix a small bug with new line truncation missing
2020-02-12 15:11:43 -06:00
RaidMax
c3c21a7749
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
9e345752f2
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
7e3f632399
fix issue with PT6 guid parsing in log file
2020-01-15 18:43:52 -06:00
RaidMax
cd387ca08b
implement feedback from issue #91 when sv_running is off
...
clean up a trying to abort thread which doesn't actually work with .net core
don't log event tasks cancelled as error, because it's not
2020-01-13 16:51:16 -06:00
RaidMax
56008e80c7
update mapname from status query
2019-11-18 14:02:35 -06:00
RaidMax
161b27e2f2
fix alias command sending message to origin instead of target
...
(hopefully) fix an issue with banned players causing exception if they create events before they are kicked out
fix issues with sometimes wrong error message for timeout
show most recent IP address at top of alias list
optimization to some sql queries
2019-11-15 14:50:20 -06:00
RaidMax
96e434213f
refactor some event handling
...
add concept of blocking events
2019-10-18 13:39:21 -05:00
RaidMax
db3a20c60b
merge from 2.3
2019-08-28 13:47:38 -05:00
RaidMax
27a05ce6db
update api controller to support actually filtering events by server
...
fix up stats manager async semaphore wait
add new shared guids
fix regex parsing with empty name
2019-08-28 13:45:53 -05:00
RaidMax
55fb36863c
fix copy paste error in penalty loader
...
start allowing color codes from ingame
2019-08-01 09:37:33 -05:00
RaidMax
68f6be23a6
require minimum kills before recoil threshold evaluated
...
make sure edit configuration link on webfront visible when accessing via localhost
2019-07-07 17:57:06 -05:00
RaidMax
042327840f
fix bug with wrong locale when master is down
...
fix issue with reapplying penalties
show subset of penalties that are linked on client profile
2019-06-28 16:57:01 -05:00
RaidMax
253c7c8721
allow reports to be filed against anyone
...
fix rare issue with alias (maybe)
update some tests
2019-06-24 11:01:34 -05:00
RaidMax
95d64df321
combined Penalty and EFPenalty
...
moved some classes around
2019-05-29 16:55:35 -05:00
RaidMax
0b0290a871
fix issue with restarting via web
...
replace some hard coded string in javascript with localization
break things to fix things
2019-05-17 09:02:09 -05:00
RaidMax
43c4d4af38
force bots to all use the same profile
...
use C# 7.1 for projects
2019-05-04 09:17:18 -05:00
RaidMax
db11a5f480
upgrade packages, and delete a few unneeded ones
...
fix search for client resulting in invalid GUID parse
simplify output from dvar not being found
make sure to prompt if not all servers could be reached
2019-05-03 20:13:51 -05:00
RaidMax
b51af7ca9a
fix penalty list javascript loading duplicates
...
make bad GUID parse throw an exception so we don't have a client connect with GUID of 0
no longer print out ac debug messages
fix small issue of trying to parse empty chat messages
fix issue with set level on accounts with multi guid, same IP
2019-05-02 22:33:38 -05:00
RaidMax
00634780d4
use "world client" when recieving fall damage/damage
...
fix rare bug with GetClientByName
refactor some alias/ef stuff. still more to do
2019-04-02 20:20:37 -05:00
RaidMax
dea5b3f954
fix reading PT6 having signed decimal GUID in log
...
fix alternative encoding character converting
allow more paths for game log server
add localization for unknown ips in welcome plugin
add gamelog server uri to support game log server on games that must supply manual log path
misc fixes
2019-02-09 15:35:13 -06:00
RaidMax
7c6419a16a
finish cod4x parser
...
add IW3 map names
2019-02-06 20:12:35 -06:00
RaidMax
044991272f
update parsers to include game name
...
prompt to enter log path if game doesn't generate
2019-02-05 18:02:45 -06:00
RaidMax
f3290cf066
move IW4x parser out of code
...
add CoD4x parser
2019-02-05 11:14:43 -06:00
RaidMax
29eedea093
fix IW4x regression error with alternative encodings
...
add parser selection to server config setup
2019-02-04 19:38:24 -06:00
RaidMax
ce02f5dd68
Move T6 parser to javascript parser
2019-02-03 20:47:05 -06:00
RaidMax
e6bfa408f8
move IW3 parser to javascript
2019-02-02 20:19:24 -06:00
RaidMax
0a1dc46760
Add commenting for parsers
...
rename IW4*Parser to Base*Parser
2019-02-02 19:40:37 -06:00
RaidMax
3e5282df87
Finish preliminary parser for TeknoMW3
2019-02-02 18:54:30 -06:00
RaidMax
59e0072744
Finish dynamic dvar parsing for IW4x
2019-02-01 19:49:25 -06:00
RaidMax
f1dd4f7c7f
Fix IP parsing bug introduced with IW4Parser
...
Additional fix for Webfront Index OoB on _ClientActivity
2019-01-28 18:21:56 -06:00
RaidMax
ca535019c6
Finish RCON dynamic parser impl
...
Fix configuration generation bug
2019-01-27 18:41:54 -06:00
RaidMax
7a6dccc26a
Fix bug with webfront spamming issues when running
...
Remove IW5 parser
Begin implementation of dynamic parsers
2019-01-26 20:33:37 -06:00
RaidMax
8dca05a442
Small fixes
2018-12-17 13:45:16 -06:00
RaidMax
12cf2e8247
Add server version to master api
...
Add IsEvadedOffense to EFPenalty
Fix remote log reading in not Windows
2018-12-16 21:16:56 -06:00
RaidMax
4522992c0e
fix remote commands
...
user clientkick_for_reason for T6 parsers
small bug fixes
2018-12-01 12:17:53 -06:00