cleanup: remove etc_clientblocker (promoted to luadch core)#44
Merged
Conversation
Plugin promoted into the luadch-ng/luadch core bundle via luadch-ng/luadch#81, shipped in the 9-PR arc culminating in luadch-ng/luadch#351. Operators get the blocker out of the box now, plus ADC `+blocker` CRUD, HTTP `/v1/clientblocker`, audit fires, opchat IP-in-report, and 40 bundled patterns - strictly better than the standalone v0.1 copy that lived here. Closes #27. - delete scripts/etc_clientblocker/ subdir (.lua + lang/) - IMPORT_NOTES.md: add Status line to the existing entry so the import history is preserved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the now-duplicate
scripts/etc_clientblocker/subdir. The plugin has been promoted into theluadch-ng/luadchcore bundle via luadch-ng/luadch#81, shipped in the 9-PR arc culminating in luadch-ng/luadch#351 (merged today).Closes #27.
Why now
Per the original plan, the scripts-repo removal was sequenced AFTER the core PR merged to avoid a divergence window where both copies coexist with operators patching either side. luadch-ng/luadch#351 is on master.
What's in core that wasn't here
The standalone v0.1 here was a 99-LoC inline-pattern blocker. The core version adds:
+blockeradd / del / list (numbered, with+delblocker Nindex-delete)/v1/clientblockerCRUD (GET / POST / DELETE, admin scope on writes).tblis missingDiff
scripts/etc_clientblocker/(.lua + lang/)docs/IMPORT_NOTES.md: add aStatus:line to the existing entry so the import history is preserved (not deleting the entry - it's part of the 2026-05-05 import sweep record)Test plan
IMPORT_NOTES.mdentry remains, now with the Status note)ccdf892)