MDIC
854c48fb04
update (workflow): Make workflow happy
...
Well this is embarrassing.
2022-08-12 12:03:21 -04:00
MDIC
255e829a44
update (workflow): Make workflow happy
2022-08-12 11:59:29 -04:00
MDIC
673feacd50
update (workflow): Make workflow happy
2022-08-12 11:54:30 -04:00
MDIC
5e8e5fc95a
update (detection): Slight ignore control rewrite
2022-08-12 11:42:42 -04:00
MDIC
cc6816378c
Update (detection): New Detection No Fall Damage
...
New detection No Fall Damage Hack. Its when players use external apps to prevent fall damage from registering.
New conf:
Anticheat.NoFallDamage = 1
Autoupdate feature should apply the sql update automatically to add the new column. If not then apply it manually from either the sql\characters folder or the sql\updates folder
2022-08-12 11:17:47 -04:00
M'Dic
74d7518187
Merge pull request #82 from Nyeriah/autoupdater
...
feat: Implement database updater support
2022-08-12 10:59:18 -04:00
Skjalf
f1ab1a6d50
Update AnticheatDBUpdater.cpp
2022-08-12 11:47:59 -03:00
Skjalf
b8253027c8
feat: Implement database updater support
2022-08-12 11:21:35 -03:00
MDIC
144d814432
update (detection): Teleport Hack Edge Case
2022-08-11 13:21:48 -04:00
MDIC
039ed9b782
update (detection): Reformulated Ignore Control
2022-08-11 08:53:18 -04:00
MDIC
0b49d6b584
update (detection): Teleport Hack False hit
2022-08-11 08:33:19 -04:00
MDIC
d17d2cdbe5
update (workflow): Make work flow happy
2022-08-10 14:16:20 -04:00
MDIC
54ba492840
Update (detection): False Flag reduction
2022-08-10 13:35:18 -04:00
MDIC
7361818891
update (detection): Teleport edge case fix
2022-08-06 14:47:03 -04:00
MDIC
3e34ef73f8
update (module): Typo
2022-08-05 21:13:37 -04:00
MDIC
afff019900
update (README.MD): Minimal Core Requirements
2022-08-05 21:02:47 -04:00
MDIC
4a7c1f436d
update (conf): Added conf for Anti-Knock back
...
sorry about that. forgot to make one
2022-08-05 20:57:32 -04:00
MDIC
eaa8e3fc3e
feat (new detection): Anti-Knock Back Detection
...
Anti-knock Back Detection established.
2022-08-05 20:54:54 -04:00
MDIC
3398b78eee
update: (README): Update Minimal Core requirements
2022-08-05 09:49:32 -04:00
M'Dic
0e4630a530
Merge pull request #79 from r-o-b-o-t-o/feat/add-on-report-event
...
feat: add OnReport event
2022-08-05 09:09:51 -04:00
Axel Cocat
a51075b9d9
feat: add OnReport event
2022-08-05 01:03:20 +02:00
MDIC
e107f41956
fix (module): Make work flow happy again
2022-07-30 11:08:01 -04:00
MDIC
dad87f0e12
update (module): addition ignore control check
...
Also check for ignore control hack for stun state as well now.
2022-07-30 11:00:11 -04:00
MDIC
8ff637a3a4
update (module): Clean up and preparation
...
Clean up and preparation for new detections in future updates.
This is just a clean up and organization only.
2022-07-28 15:31:48 -04:00
MDIC
675132035e
update (module): make workflow testing happy
2022-07-25 15:05:18 -04:00
MDIC
cd2d9aafbd
Update (module): Further Touched up to D.R. Exploit
2022-07-25 14:23:38 -04:00
MDIC
c07658825f
update (module): Dereferencing NULL Exploit fix
...
So there is a "Dereferencing NULL" Exploit that will crash the server thru the anticheat module. That issue is now fixed. I will not be releasing details of that exploit. Just make sure the module is updated and you will not have that problem. Appears to only effect Azerothcore, the TC counter part is not affected.
2022-07-25 14:12:51 -04:00
MDIC
d90752976f
update (module): Code style\Readability
2022-07-13 14:46:38 -04:00
MDIC
d528c4d62a
feat (anticheat): Save Daily Data
...
save daily data automatically when doing a global check
2022-06-17 19:03:34 -04:00
MDIC
d238a6ce61
update (cmd): Save Stats before Global stats display
...
adding in a save stats before displaying global stats with .anticheat global gm command.
2022-06-15 09:44:24 -04:00
MDIC
8169ab94c8
fix (core): Dead Locks
...
On high player populations deadlocks seem to be caused when you use the .anticheat global gm cmds. SaveAllPlayer is just not necessary or needed in this module which would cause the possible deadlock issues. Its already set to save the player's anticheat data statistics ever minute already. This save all is not need.
2022-06-11 09:01:53 -04:00
MDIC
3a601f80bf
fix (logging) Missing WriteLog conf for jump hack
...
added in Missing WriteLog conf for jump hack to be consistent with other detection logging in the anticheat module
2022-06-06 07:31:01 -04:00
MDIC
12f7515467
fix (cmds): Typo in output message
...
Fix typo in output message
2022-06-05 10:12:47 -04:00
MDIC
7786758280
Update: (license) Replace with MIT Headers
...
MIT license requires MIT headers.
2022-05-30 10:45:23 -04:00
MDIC
c119e8af54
Fix (module) False Hit for Celestial Planetarium
...
This is a unqiue one. the light path leading to the circle centeral area seems to be false hitting for ignore z axis and tele plane, this is really the best solution I can come up with, since the map id is the whole instance and the zone and area id is the same, we lock it down to wmo area table entry by Tripple. Doing any form of ignore z-axis or telepane would not benefit the player due to with the mechanics dealing with the battle with the observer
2022-05-29 13:57:19 -04:00
MDIC
9ec75c4a66
fix (detection): Better register hits for gravity hacks
2022-05-19 10:23:49 -04:00
MDIC
3fa5ae986b
Update (logging): Anticheat Logger
...
put in world conf if you want the anticheat to dump into its own file instead of the server.log:
Appender.Anticheat=2,4,15,anticheat.log,a
Logger.anticheat.module=4, Anticheat
Change up existing Logger.module in world conf:
Logger.module=4, Console Server
2022-05-19 09:54:19 -04:00
MDIC
451a4e5448
fix (module) False Hit fix Fence Walking Telepane
2022-05-13 17:25:44 -04:00
MDIC
e95d6eb1fc
fix (module): False hit fix Teleplane
2022-05-13 12:50:52 -04:00
MDIC
4eb49e2a16
fix (module) Ignore Z false hit
2022-05-13 12:40:15 -04:00
MDIC
41cd7f4bed
chore (module): Convert macro to constexpr auto
2022-05-12 08:33:29 -04:00
MDIC
714dbe9ada
fix (module): False hits
...
Fix water walk false hit when resurrected.
fix another false hit with telepane hack detection
2022-05-11 19:15:54 -04:00
MDIC
e5b78176e8
fix (module): Compile Fix
2022-05-11 11:43:11 -04:00
MDIC
365c6f6c6e
fix (module): False Hit reduction gravity and telepane
2022-05-11 11:34:25 -04:00
MDIC
98e72947da
fix (module) Gravity hit false hit fix
2022-05-11 08:20:59 -04:00
MDIC
81f0dbfd81
fix (module): False Detection Telepane Hack
2022-05-11 07:48:45 -04:00
MDIC
de22e25cb2
fix (module): Fix Ignore Control False positives
2022-05-10 14:17:07 -04:00
MDIC
a2729ba8f6
fix (module): Reduce False Hit Gravity Hack
2022-05-10 09:11:14 -04:00
MDIC
bb0d175b15
update (module): Reformulated for false reductions
2022-05-09 09:35:48 -04:00
MDIC
3159498168
updated (module) False hit reduction teleport plan
2022-05-09 09:19:41 -04:00