Skip to content

[pull] master from snipe:master#1

Open
pull[bot] wants to merge 36 commits into0cool-f:masterfrom
snipe:master
Open

[pull] master from snipe:master#1
pull[bot] wants to merge 36 commits into0cool-f:masterfrom
snipe:master

Conversation

@pull
Copy link

@pull pull bot commented Jun 15, 2023

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

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