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

149 Commits

Author SHA1 Message Date
287ac9cf16 Add NotifyAfterDelay helper method 2023-04-05 22:26:42 -05:00
ebe69a94ad implement new eventing system 2023-04-05 09:54:57 -05:00
53a6ef2ec3 update references from IP to ListenAddress 2023-04-04 22:21:18 -05:00
4c51d86fae add "advanced" search functionality 2023-01-23 16:38:16 -06:00
7b2cd19fc1 harden up the script timer/game interface dvar operations for multithreading 2022-10-23 14:03:33 -05:00
f01f9d3292 fix rcon issue on restart 2022-07-09 20:57:00 -05:00
cddc9297c2 cleanup table display of admins on mobile display 2022-07-09 13:54:35 -05:00
1fc418c792 more localization tweaks 2022-07-08 20:40:27 -05:00
490f37b990 add option to normalize diacritics for rcon parsers (applied to T6) 2022-07-06 15:42:31 -05:00
16d295024e update schema to support unique guid + game combinations 2022-06-15 19:37:34 -05:00
6b243cfa1d fix issue with meta event context after 1st page load 2022-06-05 16:35:39 -05:00
ae05bc4009 add ban management page 2022-06-05 16:27:56 -05:00
4181bf1da7 fix intermittent issue with game interface during connection loss with servers 2022-06-01 11:25:11 -05:00
ced4410d7b fix suffixing commands with color code 2022-04-28 17:22:15 -05:00
d5b4c60e5a huge commit for webfront facelift 2022-04-19 18:43:58 -05:00
bd852b295b strip color keys from webfront form lists 2022-04-08 17:14:04 -05:00
91a05348f0 initial permissions based webfront access implementation 2022-04-04 22:16:40 -05:00
932bc77798 add tell async and update SharedLibraryCore version 2022-03-23 11:38:09 -05:00
28f7e1652d add back helper methods without cancellation token for plugins 2022-03-02 08:29:15 -06:00
57558f6223 add cancellation token for rcon connection to allow more granular control 2022-02-28 20:44:30 -06:00
96b53ada1b game interface improvements 2022-02-13 21:38:40 -06:00
f783903f8f tech debt 2022-01-27 21:18:35 -06:00
6f6dd035ee Initial .net 6 upgrades 2022-01-26 15:26:25 -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
0a95e725f4 add default port and rcon password hint during setup 2022-01-26 15:20:10 -06:00
68d4cc5bfd add check to determine whether to include color codes when checking name length 2021-09-18 18:10:47 -05:00
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