MDL-50888 antivirus_clamav: Implement scan using Unix domain sockets.

This is a faster way of scanning files than using command line exec call,
but only available on unix-like systems.
This commit is contained in:
Ruslan Kabalin 2015-07-09 12:03:55 +01:00
parent 919b9dfabd
commit 7be0d4292a
6 changed files with 208 additions and 6 deletions

View file

@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2016052300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2016072100; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2016051900; // Requires this Moodle version.
$plugin->component = 'antivirus_clamav'; // Full name of the plugin (used for diagnostics).