7e01dc3fc2
add initial CS:GO support
2021-06-03 10:51:03 -05:00
d7e5c6e3f4
fix issue with chat message search
2021-04-18 09:17:01 -05:00
cf6d71a8e5
remove whitespace on alias display and client name search
2021-03-31 11:20:32 -05:00
4179e8b428
properly pass game name to game string config finder.
...
add weapon prefix to weapon name parser for (iw5).
add some iw3 game strings
2021-03-23 21:42:26 -05:00
c6db9a8493
strip colors from header penalty on profile
2021-03-23 21:42:26 -05:00
2348a48dd3
prevent autoflag from running player has been manually unflagged
2021-03-23 10:34:44 -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
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
f984d509b3
implement admin "privacy" for issue #185
2021-01-09 12:37:20 -06:00
1c7e66da44
persist say command messages with webfront denotation to chat log
...
per issue #159
2020-11-18 09:08:24 -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
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
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
7f388a1ce9
prevent flag icon from showing on banned profiles
...
implement automated penalty info for profanity determent issue #75
2019-08-06 13:36:37 -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
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
5a0b2ff169
add parser for RektT5M
...
update base event parser to include "short" GUIDs
updated some localization
add tooltip to anti cheat metrics on profile for more information about what they mean
2019-04-21 16:28:13 -05:00
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
f90da3b253
changes for latest release
2019-03-30 17:21:01 -05:00
807d9fa069
finish initial rework of profile page with meta pagination
2019-03-29 21:56:56 -05:00
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
4f77625889
finish initial rework of profile page
2019-03-26 21:02:11 -05:00
c496e536bb
fix issue with not loading last connection for admins
...
continue work on fixing profile
2019-03-25 21:12:16 -05:00
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
86bc3a42ac
game log reader reads async now.
...
should have done that a long time ago
update profile page to have a bit better space usage
2019-03-09 10:28:04 -06:00
aa5c239b9f
finish UI tweaks for issue #39
2019-03-02 14:29:09 -06:00
03c90aeae2
start implementation for per server top stats
...
issue #39
2019-02-25 19:36:10 -06:00
e9e57ab020
Add lock menu icon for tempbanned players
...
issue #62
2019-02-24 19:07:56 -06:00
df5fbba22c
fixes for new polling setup
...
update database model for alias (nullable ip)
heartbeats now send ip to master server
2018-11-25 20:00:36 -06:00
bc0fe3daec
Added additional properties method to allow easier extension to client properties
...
updated VPN plugin to use WebClient
message is sent to client trying to execute commands before they are authenticated
fixed rare issue with ToAdmins failing
record bullet distance fraction for client kills (_customcallbacks)
change client level/permissions through webfront
ability to tempban through webfront
2018-09-02 16:59:27 -05:00
d3333aa019
started update for readme
...
start update for version changes
hopefully fixed pesky stat bug
move vpn detection into script plugin
2018-08-26 19:20:47 -05:00
a8f29407b8
cleaned up some namespace discrepancies
...
fixed the coloring for custom groups translation
add reserved slots
add webhook project to show notifications in discord
2018-08-07 13:43:09 -05:00
c44ff8e46a
removed event controller, and added status to api controller
...
get time passed returns weeks after 90 days
and months after 365
2018-08-02 20:52:35 -05:00
7def173957
[application] added chat context to profile page
...
[iw4script] reworked balance to balance based on performance rating
[stats] log penalty context to database
2018-06-05 16:31:36 -05:00
9d29ddea1d
[sharedlibrary] add client meta
...
[application] add gravatar command
2018-06-01 23:48:10 -05:00
a0ac6c5dc9
add most played command
...
hopefully fixed thread lock?
started work on elo rating
2018-05-15 23:57:37 -05:00
e695eb54ad
adding Cod4 support (for steam GUID is truncated to 16 characters)
...
exit properly whoops
add all linked accounts to drop down
consolidate linked admin accounts to the most recently seen one
limited some waits to 5s to hopefully prevent a rare thread lock
2018-05-14 12:55:10 -05:00
27233e3069
lots of fixes :)
2018-05-10 00:34:29 -05:00
f4e8a960be
add translation for webfront
...
discord link has been genericized to social link
2018-05-05 17:52:04 -05:00
a7d5b81485
fixed ping bug showing origin ping instead of target
...
event parser has GetGameDir
made parsers choosen more dynamically
profile shows online/offline status of client
2018-04-14 23:26:27 -05:00
3f7cb69fcd
fixed minification and bundling
...
template tweaks
2018-04-09 22:33:42 -05:00
e8b6525fea
migrating to .NET Core 2.0
2018-04-08 01:44:42 -05:00
6ab37a6b6e
RCon error handling is clearer
...
Show chat on mobile view of server overview
basic authentication
switched to extreme-ip-lookup for ip lookups (SSL)
2018-04-04 14:38:34 -05:00
3e094b0b61
tweaked rcon throttle rate/made async
...
increased cutoff for server overview messages
dont print message if timed out
2018-04-02 00:25:06 -05:00
106e925bca
ban/unban buttons added to profile
...
several css tweaks
changed administratorIPs to PrivilegedClients
added time step references to profile page
2018-03-26 23:54:20 -05:00
d7fbade5fd
fixed initialization error when no map set exists in config
...
fixed discord link showing when no invite specified
OpenGraph image set to absolute url
more changes to killcallback and logging
fixed some angle conversion stuff
2018-03-25 23:51:25 -05:00