Changelog
0.7.0 (2015-06-01)
file_cb
paramter to the scan_file
method. Thanks nicolaspeixoto!scan_dir
such that the paramaters passed to the end_cb
are different in certain defined situations. See the "NOTE" section of the scan_dir
documentation for details.err
paramter in all callbacks from a simple string to a proper javascript Error
object.Changelog
0.6.3 (2015-01-05)
Changelog
0.6.2 (2015-01-05)
Changelog
0.6.1 (2015-01-05)
Changelog
0.6.0 (2015-01-02)
NOTE: There are some breaking changes on this release. Since this is still a pre-version 1 release, I decided to only do a minor bump to 0.4.0
clamscan
has been removed because of irregularities with different systems--namely if you had max_forks
set to 3, it would sometimes only scan the first or last file in the group... not good.clamdscan
. This ultimately negates the downside of removing the forking capability mentioned in item one. This is a really big improvement (many orders of magnitude) if your system has access to the clamdscan
daemon.file_list
option allowing one to specify a text file that lists (one per line) paths to files to be scanned. This is great if you need to scan hundreds or thousands of random files.clam_path
option has been moved to clam.path
db
option has been moved to clam.db
scan_archives
option has been moved to clam.scan_archives
scan_files
now supports directories as well and will obey your scan_recursively
option.Changelog
0.5.0 (2014-12-19)
quarantine_path
option. Please only use quarantine_infected
for now on.Changelog
0.4.0 (2014-11-19)
clamav
. Thank you @jshamley!scan_dir
method from working properlyChangelog
0.2.1
exec
was interpreting that response as an error. Checking the response with type-sensitive equivalence resolves this bug.