| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-15 | update dependenciesHEADmaster | vin | 1 | -163/+88 | |
| 2022-07-18 | Add aliases argument to Engine.add_resource | Árni Dagur | 1 | -7/+18 | |
| Co-Authored-By: Albert Kim <alkim@alkim.org> | |||||
| 2022-07-18 | Update Rust dependencies | Árni Dagur | 1 | -17/+37 | |
| 2022-02-26 | refactor: AddResourceException inheritance relationship && RustBlockerResult ↵ | dm | 1 | -24/+30 | |
| implementations | |||||
| 2022-02-26 | fix: lint | dm | 1 | -7/+5 | |
| 2022-02-26 | feat: include complete redirect rule feature. | dm | 1 | -12/+95 | |
| 1. update adblock-rust => 0.4.3 2. add `include_redirect_urls` parameter for `FilterSet.add_filter_list` and `FilterSet.add_filters` 3. add `Engine.add_resource` method. 4. add `adblock.AddResourceError` Exception 5. add `redirect_type` for `BlockerResult` 6. add some tests for these functions. | |||||
| 2021-12-03 | Fix clippy lints | Árni Dagur | 1 | -54/+59 | |
| 2021-06-26 | Create a custom exception type for this library | Árni Dagur | 1 | -4/+36 | |
| 2021-01-16 | Improve __repr__ (#23) | Árni Dagur | 1 | -6/+71 | |
| So we get something like: BlockerResult(matched=false, important=false, redirect=None, exception=None, filter=None, error=None) rather than: BlockerResult(false, false, None, None, None, None) Co-authored-by: Florian Bruhin <me@the-compiler.org> | |||||
| 2020-12-16 | Correctly check code formatting in CI | Árni Dagur | 1 | -6/+1 | |
| 2020-12-16 | Include generichide field in UrlSpecificResources | Árni Dagur | 1 | -1/+8 | |
| 2020-12-16 | Update upstream library, include Cargo.lock | Árni Dagur | 1 | -8/+1 | |
| 2020-09-22 | Update to PyO3 0.12 | Árni Dagur | 1 | -1/+1 | |
| 2020-07-27 | Update upstream library to 0.3.0, respond to API changes (#10) | Árni Dagur | 1 | -42/+108 | |
| * Update upstream library to 0.3.0, respond to API changes * Change pypi publishing criteria in CI * Create test to make sure the version numbers are the same everywhere | |||||
| 2020-06-21 | Correct return type for the serialize method | Árni Dagur | 1 | -2/+9 | |
| 2020-06-07 | Allow more options when constructing Engine (#6) | Árni Dagur | 1 | -3/+16 | |
| 2020-05-16 | Add a README and a license to the project (#4) | Árni Dagur | 1 | -1/+1 | |
| 2020-05-15 | Turn a few fields from Vec to HashSet, now that we're running PyO3 0.10 | Árni Dagur | 1 | -14/+6 | |
| 2020-05-14 | Add additional docstrings | Árni Dagur | 1 | -11/+54 | |
| 2020-05-09 | Revert commit 'Gag stderr for add_filter_list' | Árni Dagur | 1 | -4/+0 | |
| 2020-05-04 | Gag stderr for 'add_filter_list' | Árni Dagur | 1 | -0/+4 | |
| 2020-04-26 | Add BlockerResult and HostnameSpecificResources classes to module | Árni Dagur | 1 | -0/+2 | |
| 2020-04-26 | Add text signatures to methods | Árni Dagur | 1 | -0/+16 | |
| 2020-04-25 | Drop failure dependency | Árni Dagur | 1 | -7/+25 | |
| 2020-04-25 | Add more documentation | Árni Dagur | 1 | -0/+39 | |
| 2020-04-10 | Add __repr__ for HostnameSpecificResources | Árni Dagur | 1 | -0/+13 | |
| 2020-04-10 | Add hostname specific resource function | Árni Dagur | 1 | -1/+49 | |
| 2020-04-08 | Serialize before opening file | Árni Dagur | 1 | -1/+1 | |
| 2020-04-08 | Add 'hidden_class_id_selectors' function | Árni Dagur | 1 | -14/+24 | |
| 2020-04-05 | Bugfix: Allow overwriting existing file in 'serialize_to_file' | Árni Dagur | 1 | -1/+2 | |
| 2020-03-30 | Add abilility to read filter lists | Árni Dagur | 1 | -0/+4 | |
| 2020-03-30 | Always create new file in 'serialize_to_file' | Árni Dagur | 1 | -1/+4 | |
| 2020-03-29 | Add serialization and deserialization methods | Árni Dagur | 1 | -2/+76 | |
| 2020-03-28 | first commit | Árni Dagur | 1 | -0/+181 | |
