]> git.seodisparate.com - SimpleArchiver/commit
WIP white/black-list: Fix b-contains behavior
authorStephen Seo <seo.disparate@gmail.com>
Mon, 17 Feb 2025 06:29:18 +0000 (15:29 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 17 Feb 2025 06:29:18 +0000 (15:29 +0900)
commitccb1c711ba6d0f14f3e300e3f7db98bc9d9faa5e
tree1087ae9dfd0e13ff512cc4e0df36f0fa0690352d
parent7ef2d9ec4c513dec40cc9a7d4161a106b871ebcb
WIP white/black-list: Fix b-contains behavior

Up to this commit, --blacklist-contains would blacklist any entry that
matches any <text>.
This behavior has been changed to only blacklist any entry that contains
all <text> entries specified by multiple --blacklist-contains (or just 1
if there was only 1 flag).

TODO:
    - white/black-lists for test/extract for file format version 1 and
      2.
    - white/black-lists for create/test/extract for file format version
      0.
src/helpers.c