TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

Make `LoadAbpFormattedList` return a count of rules loaded #47

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

The method(s) that load and process ABP formatted CSS selectors and URL filters should return a tuple containing the total number of fitlers and selectors that were loaded from supplied lists. Presently the bool return system is insufficient.

The C API will need to take reference parameters instead.