summaryrefslogtreecommitdiff
path: root/plugin/v2ray
AgeCommit message (Collapse)Author
2026-03-09Refactor: all plugin subdirectories use option patterncopilot/modify-plugin-files-subdirectoriescopilot-swe-agent[bot]
Apply the same functional options pattern from plugin/singbox to: - plugin/mihomo (mrs_in.go, mrs_out.go) - plugin/plaintext (text_in.go, common_in.go, common_out.go, text_out.go, clash_in.go, clash_out.go, json_in.go, surge_in.go, surge_out.go) - plugin/maxmind (all input/output files) - plugin/v2ray (dat_in.go, dat_out.go) - plugin/special (cutter.go, lookup.go, private.go, stdin.go, stdout.go) - lookup.go and merge.go updated to use new constructors Co-authored-by: Loyalsoldier <[email protected]>
2026-03-06Chore: extract common GetIgnoreIPType logic202604142159202604090028202604020031202603260032202603190030202603120023202603061527Loyalsoldier
2025-02-01Chore: make names consistent202503270019202503200018202503130019202503060018202502270018202502200018202502130018202502060018202502010727Loyalsoldier
2024-10-31Feat: export input & output convertersLoyalsoldier
2024-10-24Feat: support to exclude specified lists when outputLoyalsoldier
2024-10-08Chore: get rid of v2ray-core & update dependenciesLoyalsoldier
2024-08-31Chore: make error messages consistent across formatsLoyalsoldier
2024-08-13Refine: wantedList in various formatsLoyalsoldier
2024-08-06Chore: sort output listsLoyalsoldier
2024-07-06Chore: refine codeLoyalsoldier
2024-07-06Fix: remove entry & prefixLoyalsoldier
2024-07-04Fix: make URI matching case-insensitiveLoyalsoldier
2022-03-25Chore: use v2ray v5Loyalsoldier
2021-11-21Feat: support v2rayGeoIPDat as input formatLoyalsoldier
2021-09-11Feat: make entry not found error more visibleloyalsoldier
2021-08-29Refactor: use plugin architecture to support multiple I/O formatsloyalsoldier