RaidMax
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
RaidMax
ba35177ded
add more informative 404 errors
2019-10-23 13:35:20 -05:00
RaidMax
6bbb130a41
Merge branch '2.3' into 2.4-pr
2019-09-27 15:51:57 -05:00
RaidMax
df19181cda
Fix ordering of admins by level, then name
2019-09-27 15:49:03 -05:00
RaidMax
3b5c7ec84f
Merge branch '2.3' into 2.4-pr
2019-09-26 16:11:58 -05:00
RaidMax
c332a8a45d
don't group admin list by alias id
2019-09-14 17:22:47 -05:00
RaidMax
41c79de319
add snap metric to anticheat
...
update various small code bits
2019-09-09 17:40:04 -05:00
RaidMax
7b2ee8df8d
prevent privileged client from being flagged when reported
...
fix issue with enum parsing on finding client
2019-08-30 13:31:23 -05:00
RaidMax
a4d0aedf16
merge from 2.3
2019-08-28 13:47:38 -05:00
RaidMax
718ad3bf7f
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
ab52388ae1
fix login issue
...
strip colors for logging
feature implementation for issue #76
2019-08-04 20:38:55 -05:00
RaidMax
38313ab184
Add flag icon on client profile
2019-08-04 17:06:07 -05:00
RaidMax
8bd67a1629
finish color code support (I think)
2019-08-02 18:04:34 -05:00
RaidMax
984573c902
add a bit more logged for when live radar fail to update
...
update killhouse map offsets (it's still wrong though)
2019-07-29 12:08:25 -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
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
RaidMax
21cda0123b
increase master history to 7 day, up from 1 day
2019-07-21 17:14:44 -05:00
RaidMax
1705db63ff
add most recent players dropdown option to webfront
...
remove unneeded compiled bootstrap file
2019-07-16 15:27:19 -05:00
RaidMax
15eb509ba3
move some stuff for live radar for compiled views
...
add chat icon to send messages to servers on server view
2019-07-13 20:45:25 -05:00
RaidMax
64331f31ef
lots more live radar updates
2019-07-08 20:21:18 -05:00
RaidMax
2d0f05ea6e
make sure flags are excluded from active penalties on player profile
...
modify how flags "expire"
2019-06-25 18:01:47 -05:00
RaidMax
3ffb163caf
convert GetPort to auto property
...
don't force disconnect player if someone is "in" their spot
increase gamelogserver max time before purge
2019-05-31 10:17:01 -05:00
RaidMax
39d31dbe3c
combined Penalty and EFPenalty
...
moved some classes around
2019-05-29 16:55:35 -05:00
RaidMax
f54d59de9d
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
7384f3d1a2
clean up the profanity determent plugin by using the Get/Set Additional properties
...
cleaned up the base event parser to not need the server object to generate the event
Hopefully prevent anticheat from freaking out when database connection is lost
2019-05-13 10:36:11 -05:00
RaidMax
b14a5ced52
fix aggregate issue with KDR on global top stats
...
refactor some of the main application code to have a cleaner code flow
add enviroment flag to opt out of .net core telemetry in start script
fixed "a moment" missing the "ago"
fixed case sensitive client searches on postgresql
clean up command code flow
Add missing map "mp_cairo" to default settings
2019-05-08 20:34:17 -05:00
RaidMax
7f430cf73e
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
b3f636e90a
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
1e729cf193
optimize the find client query
2019-04-25 21:05:35 -05:00
RaidMax
3ab52f0bb8
fix issue with login
2019-04-17 17:50:53 -05:00
RaidMax
62f3ecba1c
prevent starting if no servers can be connected to
...
fix nextmap issue on t6
fix bug with kicking client for profane name
2019-04-16 11:32:42 -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
RaidMax
46e1fdad6d
start add of join button (still need to grab the external IP address)
...
finish up fixes for alias stuff
2019-04-07 20:14:59 -05:00
RaidMax
15a0be3035
remove create proxy as it's not even used anymore
...
more fixes for alias stuff
hopefully fix rare bug where client activity cshtml loop goes oob
add URLProtocol format to event parsers to allow connecting through webfront
2019-04-06 21:48:49 -05:00
RaidMax
8a7c4e4cf0
refine webfront pages
...
finish refactor of penalty information/profile
optimize pull penalty query
start impl of quick message mapping
2019-03-31 19:56:31 -05:00
RaidMax
186a5d00da
start implementation of configuration via webfront
2019-03-30 22:04:15 -05:00
RaidMax
807d9fa069
finish initial rework of profile page with meta pagination
2019-03-29 21:56:56 -05:00
RaidMax
25472b06c3
continue rework of profile
...
start moving profile info out of javascript into componentview
rework meta data to include count and offset
2019-03-27 19:40:26 -05:00
RaidMax
c496e536bb
fix issue with not loading last connection for admins
...
continue work on fixing profile
2019-03-25 21:12:16 -05:00
RaidMax
fea974ee0f
fix bug with privileged users not always showing the most recent profile
...
temporary bans are now applied to all linked accounts instead of a per-guid basis
rework set level flow
add guid and ip address (if logged in) to public async endpoint
2019-03-24 21:34:20 -05:00
RaidMax
1182b98336
continue working on per servver topstats
2019-02-26 21:25:27 -06:00
RaidMax
88c013be20
re-enable login to webfront with password
...
update cookie to last 3 months
add configuration option to limit # of rss feed items
prevent database tracking of bots if ignore bots requested
add last map and last server played to profile
2019-02-22 19:06:51 -06:00
RaidMax
5755775b85
Fix bug introduced with auto messages
2019-02-19 19:39:09 -06:00
RaidMax
ea40f17f7b
enhancement for issue #63
2019-02-17 18:48:40 -06:00
RaidMax
feb38656e8
fix damage event not including log line
...
complete initiall implementation for "2FA"
issue #52
issue #66
2019-02-16 15:04:40 -06:00
RaidMax
a925410518
begin implementation of token authentication
...
replacing password authentication ingame
precompile views for webfront
issue #66
issue #52
2019-02-15 22:19:59 -06:00
RaidMax
88992d1a7b
Fix bug with webfront spamming issues when running
...
Remove IW5 parser
Begin implementation of dynamic parsers
2019-01-26 20:33:37 -06:00