summaryrefslogtreecommitdiff
path: root/plugin/plaintext/text_in.go
AgeCommit message (Collapse)Author
2026-03-06Chore: extract common GetIgnoreIPType logic202604142159202604090028202604020031202603260032202603190030202603120023202603061527Loyalsoldier
2024-11-03Fix: description of plaintext formatsLoyalsoldier
2024-10-31Feat: export input & output convertersLoyalsoldier
2024-08-31Chore: make error messages consistent across formatsLoyalsoldier
2024-08-31Feat: support to specify IP or CIDR in config file for text input formatLoyalsoldier
2024-08-13Refine: wantedList in various formatsLoyalsoldier
2024-08-10Feat: support JSON data as input formatLoyalsoldier
For the arg `jsonPath` in config, see syntax explanation here: https://github.com/tidwall/gjson/blob/master/SYNTAX.md
2024-08-06Feat: support extended text format with prefix & suffix in line as inputLoyalsoldier
IP and CIDR with prefix and suffix in one line now can be processed by using `text` format as input, specified by args `removePrefixesInLine` and `removeSuffixesInLine`.
2024-08-06Fix: walk logic of local fileLoyalsoldier
2024-07-06Fix: remove entry & prefixLoyalsoldier
2024-07-04Fix: make URI matching case-insensitiveLoyalsoldier
2021-10-04Feat: remove unused replace actionloyalsoldier
2021-08-29Refactor: use plugin architecture to support multiple I/O formatsloyalsoldier