1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00
Commit Graph

117 Commits

Author SHA1 Message Date
c76c78e280 actual fix of setpassword from web console 2022-08-20 11:34:52 -05:00
39946ba59f fix issue with set password 2022-08-20 10:42:34 -05:00
c6b0f96a69 add client note command and feature 2022-07-20 10:32:26 -05:00
7be9ecc4c6 optimize client searching 2022-06-16 18:44:49 -05:00
4e58b03c0f fix up query/check 2022-06-15 20:19:22 -05:00
16d295024e update schema to support unique guid + game combinations 2022-06-15 19:37:34 -05:00
c0879267c8 add game to player profile and admins page 2022-06-07 21:58:32 -05:00
eec6fb4997 max recent clients paginated 2022-04-25 16:12:25 -05:00
19c3ab8a3d add game to client 2022-04-22 16:03:34 -05:00
178cf6e92a ui tweaks/improvements including recent players and ip info lookup 2022-04-21 12:39:09 -05:00
bab39955c8 add searching by partial ip address 2022-04-04 14:27:22 -05:00
1b59941ab2 only unload plugins once at shutdown
clean up some doc warnings
2022-03-24 11:34:32 -05:00
c22bfed99d simplify level update so we don't have to worry about linked account levels 2022-02-28 15:20:46 -06:00
a4c1060ccc allow search client exact with quotes 2022-02-23 09:32:59 -06:00
34328848f4 simplify ban process with new system 2022-02-22 17:09:50 -06:00
68c5cbacdc more profile loading optimizations 2022-02-01 18:20:29 -06:00
6f6dd035ee Initial .net 6 upgrades 2022-01-26 15:26:25 -06:00
7b0fe1db7c hopefully fix issue with linked banned players 2022-01-26 15:20:10 -06:00
4ae3ee1683 abstract engine color codes to use (Color::<Color>) format to make codes more.
see pt6 parser and configs for example usages
2022-01-26 15:20:10 -06:00
9f859c5d23 deactivate penalties while unlinking an account if implicit account linking is disabled 2021-09-30 10:28:04 -05:00
3b13ad2b4f cap client name for new flow 2021-09-17 11:19:17 -05:00
8bf90a76c0 fix searching name resulting in incorrect results 2021-09-06 11:37:15 -05:00
0c08ede4bc removed commented code and show current alias for ip search 2021-09-05 10:43:48 -05:00
00088a11ce test linking fix 2021-09-04 12:33:25 -05:00
c0d76612ed bugfix for edge case of linking alias to new account 2021-08-31 09:53:01 -05:00
c212c5163f properly unban accounts associated with IP with toggle 2021-08-25 11:02:37 -05:00
9877730b84 fix more issues with implicit link toggle 2021-08-16 13:20:54 -05:00
3609c471e1 fix small issue with new toggle 2021-08-14 20:43:20 -05:00
6751e4b530 make implicit account linking a feature toggle 2021-08-14 17:55:28 -05:00
cf6d71a8e5 remove whitespace on alias display and client name search 2021-03-31 11:20:32 -05:00
70cbf34ceb fix issue with client api for issue #191 2021-03-27 19:01:27 -05:00
2348a48dd3 prevent autoflag from running player has been manually unflagged 2021-03-23 10:34:44 -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
e0ef55a636 update for database provider specific migrations
fix issues with live radar
2020-11-27 21:52:52 -06:00
04fe6836c6 refactor logging in pretty big overhaul 2020-11-11 17:35:55 -06: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
136b9e3d3d bugfixes/enhancements
prevent users from trying to set the console's level to owner
fix issue with setting multiple owners
update/improve unit tests
2020-05-16 11:54:01 -05:00
dc4e5a4d21 fix latent issue with password login due to not retreiving password/salt
set semaphore count properly for event execution throttling
2020-04-29 17:05:36 -05:00
b7f1697c79 include some of the changes meant for previous build 2020-04-22 20:51:04 -05:00
0e6a7f89b2 actually fix the session score concurrency issue
fix rare bug with shared guid kicker plugin
allow hiding of the connection lost notification
2020-04-22 18:46:41 -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
9f603937e1 Use game time from log to ignore potential false disconnect lines - Fix for latent linking issues with multiple ips - Anticheat fix for T6 - retry kick on update if they're not allowed to connect 2020-02-06 18:35:30 -06:00
c17ee0a352 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
f4ba98221f fix issue with PT6 guid parsing in log file 2020-01-15 18:43:52 -06:00
9f63eafd7f fix javascript libraries not being loaded because the stupid CDN change. MICROSOFT, IF YOU'RE LISTENING, FIX YOUR INTEGRATION WITH CDNJS THANK YOU
force demo record and increase max demos saved for IW4x
fix issue with disconnect on a not fully connected client
2019-12-27 20:37:50 -06:00
9629f802e1 fix authorize issue on penalty info after upgrading .NET Core runtime targets 2019-12-25 21:05:57 -06:00
86dd6db3e5 renable weapon name in anticheat snapshot list
update migrations for unique index
fix missing total connection time
include total connection time in get client query
2019-11-25 12:05:12 -06:00
468a50cfb5 fix silly mistake with trying to assign something to an object that could be null 2019-11-18 09:25:39 -06:00
040ade364e Fix small issue with query optimization missing a FK set
Fix accidentally rename of controller method
2019-11-18 08:08:09 -06:00