Releases: OpticFusion1/MCAntiMalware
Changes
Removes single letter command line arguments
Adds --scanfile - This allows you to scan a single file for malware
Current list of CommandLine arguments are as follows
--scandirectory
--zipMalPlugins
--debug
--scanfile
Changes
Properly takes into account plugins/authors that have a . in their name
Check Added
Adds a new check
Bug fixes
Skips any author option that is an array and just checks for name instead of authors.name.
By checking for the author list it would search for [example, example2].pluginname which would always return false
[3.37]
Fixes an issue related to jar files not being removable
This issue occured due to the ZipFile not being closed if the resource was in the database
Bug fix
Now takes into account plugins/authors with spaces
Fixes an issue with re-scanning
Merge pull request #76 from OpticFusion1/update Fixes an issue with re-scanning
[3.34]
Adds four new checks (BauServer, NoLag, PermissionFIX, TeamChat)
Updates the AntiMalware so it now properly uses the SHA-1 database
Plugins now get re-scanned every time the local database gets updated
Changes
The auto-updater runs once after one hour, then every 4 hours
Fixes database downloader/Auto-Updater
Fixes
Actually updates the database the checkmanager uses