Skip to content

Releases: egirna/icapeg

First production Release

13 Apr 08:54
8eb8bb0
Compare
Choose a tag to compare
Merge pull request #135 from egirna/develop

First Release for production

Experimental

16 Aug 10:28
165717b
Compare
Choose a tag to compare
Merge pull request #91 from egirna/develop

Develop

Stable; Support for remote ICAP,shadow service, logs

12 Aug 15:45
7ba4331
Compare
Choose a tag to compare

Whats New!

Apart from scanning files/urls using reliable third-party virus scanners during http communication, the ICAP server ICAPeg can now do more! Users can now:

Use External Remote ICAP servers!

Users can now make ICAPeg work like a surrogate server by passing the requests on to an external ICAP server & get the results/responses back, just with some little tweaks in the config file.

Shadow Any External Service!

Users can now turn any external service(including remote ICAP services) into a shadow one, i.e make request to a virus scanner/remote ICAP server just to log their results & not actually return or consider their responses, again with some tweaks in the config file

Select Log Level

Users can now select any log level out of the 4(info, error, debug, none), according to their needs, by setting the value on the config file. All the logs will be dumped on a file called logs.txt present in the same directory as the server.