Added module Client. This adds features such as being able to turn on and off the name protection. This also prevents a crash in autobuy that can crash a server with a malformed cl_autobuy setting. This module is also capable of preventing spam connections by people attempting to use crash scripts. They'll connect about 3 times then they'll be IP banned for a minute.
Added module Status. This module will track the status of several of KAC's features so that it can be printed on demand as to what is going on with KAC. Command is kac_status (can also be used in chat using chat command triggers like /kac_status).
Fixed issue with TF2 bots triggering name protection code.
Changed the way commands are hooked on servers with SM 1.3. Servers using SM 1.3 will be using the new Command Listener hook instead of the old method of hooking all commands. This should fix crashing issues with quit commands.
Changed the way Anti-WH is done a little. Anti-WH can now be used on all games supported by SDKHooks. Though it should be noted that usage of Anti-WH is considered experimental. Default for Anti-WH is still off.
Changed Anti-WH to be more efficient around weapon hooking. Weapons are now hooked only when they become equipped and are unhooked when they are dropped by a client.