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

1495 Commits

Author SHA1 Message Date
RaidMax
9884be8306 update mysql migration to add explicit length for searchable ip 2023-02-13 08:24:45 -06:00
RaidMax
957c88970d implement IConfigurationHandlerV2 2023-02-11 21:09:02 -06:00
RaidMax
2b6720d4e2 define new event types 2023-02-11 21:03:35 -06:00
RaidMax
36cca2f93b update vpn detection to script plugin v2 2023-02-11 21:02:20 -06:00
RaidMax
ceb9974ce5 update action on report to script plugin v2 2023-02-11 21:01:47 -06:00
RaidMax
b04d059399 update stats plugin to IPluginV2 2023-02-11 21:01:28 -06:00
RaidMax
f1e8fb9b34 update welcome plugin to IPluginV2 2023-02-11 20:56:52 -06:00
RaidMax
74470c3476 update profanity determent plugin to IPluginV2 2023-02-11 20:49:21 -06:00
RaidMax
dbc059c6a4 update mute plugin to IPluginV2 2023-02-11 20:48:31 -06:00
RaidMax
44e40aefee update login plugin to IPluginV2 2023-02-11 20:46:57 -06:00
RaidMax
52cee026c1 update live radar plugin to IPluginV2 2023-02-11 20:46:08 -06:00
RaidMax
803624e214 update auto message feed plugin to IPluginV2 2023-02-11 20:44:04 -06:00
RaidMax
7720e5e84f fix edge case for temp mute penalties with no expiration 2023.01.24.3-prerelease 2023-01-24 14:43:00 -06:00
RaidMax
b1a43e04d1 fix permissions issue with search 2023-01-24 14:32:48 -06:00
RaidMax
6857de371b fix issue with default date and default order on advanced search 2023.01.24.2-prerelease 2023-01-23 21:23:02 -06:00
RaidMax
914047b05c add index to last connection for improved search speed 2023-01-23 21:10:33 -06:00
RaidMax
aecb17d188 update BuildWebCompiler to support newer SCSS functions 2023.01.24.1-prerelease 2023-01-23 18:33:46 -06:00
RaidMax
4c51d86fae add "advanced" search functionality 2023-01-23 16:38:16 -06:00
efinst0rm
c961d4e953 Update IW5 gametype names. (#240) 2023-01-11 09:05:34 -06:00
RaidMax
7e5bc2fb91 remove reference to deprecated httpGet in customcallbacks 2023-01-09 13:44:41 -06:00
RaidMax
0dcccbffa0 add more ported iw4x maps to default settings 2023-01-06 18:03:17 -06:00
RaidMax
8ceeaf4a48 merge 2023.01.06.1-prerelease 2023-01-06 13:45:25 -06:00
RaidMax
be17d91201 temporarily disable plugin interactions 2023-01-06 13:42:38 -06:00
RaidMax
d9f6ed8239 add new ported cod4 maps to iw4x map list 2023-01-06 13:39:15 -06:00
RaidMax
e8067ac651 update h1 parser for chat localization 2023-01-06 12:25:24 -06:00
RaidMax
733a302c21 update iw6x chat localize text 2023-01-06 10:49:10 -06:00
RaidMax
8a4a294c8c fix for iw6x and s1x parser 2023-01-05 21:43:57 -06:00
RaidMax
9bd467c6c7 add game name to dropdown list on web console 2022-12-22 19:37:56 -06:00
RaidMax
6206088492 fix hidden text for password protected servers on chat context 2022-12-22 19:28:59 -06:00
Edo
627acecc07 Update H1 parser too based on iw6&s1 experience 2022-11-07 08:48:38 -06:00
FutureRave
76333f5508 fix(ParserIW6x): Filter out say/say_team correctly 2022-11-07 08:48:38 -06:00
RaidMax
4aebc4d829 properly set the localize text char for s1x parser 2022.11.04.2-prerelease 2022-11-03 20:11:05 -05:00
FutureRave
c6916b38c3 feature(parser): Option to override special localize character 2022-11-03 20:05:59 -05:00
RaidMax
fe0929d194 misc fixes 2022.10.25.2-prerelease 2022-10-25 15:39:49 -05:00
RaidMax
5112d88ce2 improve webfront command error feedback 2022-10-25 14:52:12 -05:00
RaidMax
a2ccefd89d only titleize single word titles on action dialogs 2022-10-25 14:03:35 -05:00
RaidMax
de94bf12bb don't intercept commands for login plugin if they are from webfront 2022-10-25 13:22:33 -05:00
RaidMax
8e68c88ba3 Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2022.10.25.1-prerelease 2022-10-24 21:15:29 -05:00
RaidMax
8f00959ef9 fix profile issue with no available interactions 2022-10-24 21:11:00 -05:00
Amos
7180bfe1fc
Mute Banner for Profile & Prevent Self-Target & Correctly Expire Early Unmutes (#272)
* Fix self-targeting
Remove creation of penalty on mute expiration

* Display mute penalties on profile
Expire mute penalties on unmute

* Resolves issues in code review
Added comment in ClientController.cs
Fixed order of operations in MuteManager.cs
Fixed condition in MuteManager.cs

* Fix self-targeting
Remove creation of penalty on mute expiration

* Display mute penalties on profile
Expire mute penalties on unmute

* Resolves issues in code review
Added comment in ClientController.cs
Fixed order of operations in MuteManager.cs
Fixed condition in MuteManager.cs

* Changed localisation value to be more generic
Fix null reference warning (it should never be null) (34da216)
2022.10.24.4-prerelease 2022.10.24.3-prerelease
2022-10-24 18:58:12 -05:00
RaidMax
1d6cc670d7 add unban subnet command and subnet list interaction 2022-10-24 18:57:35 -05:00
RaidMax
455759787a fix issue with random concurrency issue on interaction reaction 2022-10-24 18:57:35 -05:00
RaidMax
d81e3e4261 clean up some repeated script plugin error handling 2022-10-24 18:57:35 -05:00
RaidMax
bfad75d7eb remove unused method in shared integration 2022-10-23 14:40:14 -05:00
RaidMax
0ba4eda35c fix indentation on shared integration 2022-10-23 14:39:39 -05:00
RaidMax
59acaadb92 cleanup and simplify the CoD RCon implementation 2022-10-23 14:03:57 -05:00
RaidMax
7b2cd19fc1 harden up the script timer/game interface dvar operations for multithreading 2022-10-23 14:03:33 -05:00
RaidMax
5b7e56f894 track match start/end time where possible 2022-10-23 13:32:09 -05:00
RaidMax
34cafc4066 create shared integration for performance-based autobalance support 2022-10-23 13:29:01 -05:00
RaidMax
b427a51c59 order permission changed query helper properly 2022-10-21 20:28:04 -05:00