With Rust now disconnecting players from servers for using Bloody Mice I see that an entry is made in the EAC log of the server files. Since Arkan aims to be a way to notify of potential cheaters, could we possibly see the ability to have Arkan inform us of when it notices a player connection being refused due to EAC detecting a blacklisted device?
Possible to log EAC disconnects for Bloody?
Firstly. There is no hook in oxide to intercept kicks from EAC. Those hooks that are in the oxide, in most cases, can not intercept the EAC kick for using the Bloody mouse.
Secondly. The main task of the Arkan is to analyze violations related to shooting. Logging of kicks from EAC, is not planned in Arkan.
Secondly. The main task of the Arkan is to analyze violations related to shooting. Logging of kicks from EAC, is not planned in Arkan.
The OnPlayerDisconnected hook would log the message, but we are adding OnPlayerKicked for the EAC location in a coming update. I do agree that it wouldn't really make sense to log that in this plugin though, as this plugin is about anti-cheat, not necessarily logging of existing.
Thanks @Wulf that sounds great!