b63803885b
add offline messaging feature
2021-07-08 21:12:09 -05:00
9645db4760
actually fix steam id parsing
2021-07-01 10:14:58 -05:00
305c3ebb93
parse steam id properly for source games
2021-07-01 09:10:56 -05:00
bf4234b2c6
Additional CSGO compatibility improvements
2021-06-16 08:53:50 -05:00
7e01dc3fc2
add initial CS:GO support
2021-06-03 10:51:03 -05:00
ee4d8ed846
Added WaW bot guid ( #200 )
...
may be PlutoniumT4 only.
2021-04-16 13:48:52 -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
267b045883
modify rule shortcut to just have 1 list
2021-02-27 09:40:25 -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
95643f6a2d
add preset rules, configurable time spans, and separate rule shortcut for issue #180
2020-12-31 18:48:58 -06:00
c53895ca11
resolve bot guid issue with T5
...
remove unneeded check for CNCT state
2020-12-14 21:10:50 -06:00
5a81d5b214
add official T4/WaW support for issue #178
...
CoD4x parser tweak to parse full guid as decimal
2020-12-13 20:33:37 -06:00
e0ef55a636
update for database provider specific migrations
...
fix issues with live radar
2020-11-27 21:52:52 -06:00
d067c1d4d5
add shortcut for rules in penalty reasons for issue #159
2020-11-18 18:48:51 -06:00
04fe6836c6
refactor logging in pretty big overhaul
2020-11-11 17:35:55 -06:00
65a80f1c8c
add 0.0.0.0 as internal "ip" even though it's not actually a valid IP but for cod4x
2020-09-21 15:32:49 -05:00
514af749e7
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
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
a749185468
grab gametype from status for T7
2020-08-05 09:43:31 -05:00
51202e7f8b
add configurable command and broadcast command prefix for issue #149
2020-07-31 20:40:03 -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
e0cbdf76d5
adjustments for T6 and tekno (implement mapped dvars and default values)
2020-06-16 17:16:12 -05:00
54c367cad7
only fix double forward slash characters (instead of single) when sending messages
...
retry kicks on banned players if they're banned from webfront, but don't actually get kicked because the game doesn't process the command (looking at you T6)
allow capturing chat messages for names spoofed to an empty string
make sure mostkills uses days not month for cutoff
2020-05-16 20:55:18 -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
9a245c4db2
[issue #126 ]
...
implement basic run-as functionality
2020-04-26 21:12:49 -05:00
af441b5987
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
842fdc63a7
fix T7 extra null bytes in status response
...
fix regression bug with info response on T6
2020-04-18 10:46:55 -05:00
c7005c7ac0
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
957f7d1a0f
refactor and test log path generation to support pluto IW5 better
2020-04-13 16:16:31 -05:00
3b695a0d2c
add ability to register custom event generators for event parsers / truncate long client names fix
2020-04-04 12:40:23 -05:00
87987f885d
allow prompt string to have an empty/default value
...
upgrade some project dependencies
don't try to run events on parsers
update top players rank distribution
2020-02-17 10:05:31 -06:00
89bee14216
fix a small bug with new line truncation missing
2020-02-12 15:11:43 -06:00
f4ba98221f
fix issue with PT6 guid parsing in log file
2020-01-15 18:43:52 -06:00
89b690938a
update mapname from status query
2019-11-18 14:02:35 -06:00
edb00523a1
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
3de7b23259
allow enabling of only specific detection types
...
allow override of anticheat for tmw3
fix invalid cast if E.Extra is not a command
add a delay after map rotation before getting the the server info. (hopefully prevents increased lost connection notification frequency)
2019-10-23 10:40:24 -05:00
a9b44ffd49
update values for snap and offset
...
fix some issues from .NET Core 3.0 upgrade
2019-10-07 10:26:07 -05:00
ca439070dd
Update to .NET Core 3.0
2019-09-30 18:35:36 -05:00
ab52388ae1
fix login issue
...
strip colors for logging
feature implementation for issue #76
2019-08-04 20:38:55 -05:00
38313ab184
Add flag icon on client profile
2019-08-04 17:06:07 -05:00
8bd67a1629
finish color code support (I think)
2019-08-02 18:04:34 -05:00
a5c3f78ba8
fix copy paste error in penalty loader
...
start allowing color codes from ingame
2019-08-01 09:37:33 -05:00
e3802388af
Merge branch '2.3' into 2.4-pr
2019-07-27 17:50:25 -05:00
d1713882ac
finish custom accent color feature
2019-07-27 15:23:45 -05:00
ae16152f3d
fix issue with teknomw3 GUIDs
2019-07-27 10:02:46 -05:00
ba86810d4f
fix issue with duplicate js function names for loader
...
hide flagged status of users on webfront unless logged in (will still show the level if they report someone because cba to update the view component w/out auth status)
add terminal to the radar maps
2019-07-24 10:36:37 -05:00
90ab7e9c52
start work for live radar
2019-07-17 12:37:24 -05:00
99a163fa2b
Clean up some old files
2019-07-17 12:29:51 -05:00
1a8c8634b3
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