Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from snipe:master #1

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

[pull] master from snipe:master #1

wants to merge 36 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 15, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

BinaryKitten and others added 30 commits January 31, 2017 16:19
update composer & PHPUnit and update test to match
Add 7 to the leet_replace for t. Fixes #16
…itten/banbuilder into feature-multiple-dictionary-test
The problem is caused when calling setDictionary() with an array of languages, and the array_unique() call on https://github.com/snipe/banbuilder/blob/master/src/CensorWords.php#L64 within that method removes items from the badwords array. The problem itself is that the remaining keys are not sequential, but the loop inside the generateCensorChecks() method on https://github.com/snipe/banbuilder/blob/master/src/CensorWords.php#L146 does expect them to be sequential. The result is a `undefined index` error. This change fixes that issue, and also improves performance by removing duplicate badwords if there are any, after calling readBadwords(), e.g. via multiple calls to addDictionary(), with a string argument, instead of an array.
Added new feature to allow white listing of words
Fix typo in the addWhiteList method name
…t, and use a slightly faster algo for deduplication
Fix build errors & add a new RuntimeException
@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Jun 16, 2023
Leigh Rolfe and others added 2 commits September 5, 2023 13:33
Fix creation of dynamic property is deprecated warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants