Skip to content

Commit

Permalink
0.7.33 wordlist improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Dec 1, 2024
1 parent a63842a commit 489245d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustrict"
authors = ["Finn Bear"]
version = "0.7.32"
version = "0.7.33"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/finnbear/rustrict/"
Expand Down
3 changes: 2 additions & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,9 @@ impl Context {
self.reports as usize
}

/// Clear suspicion and reports, and automatic mutes (not manual mute or rate limit).
/// Clear suspicion, reports, inappropriate counter, and automatic mutes (not manual mute or rate limit).
pub fn exonerate(&mut self) {
self.total_inappropriate = 0;
self.suspicion = 0;
self.reports = 0;
self.only_safe_until = None;
Expand Down
1 change: 1 addition & 0 deletions src/dictionary_extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ wassup
wasn't it
wish i t
wouldn't it
xD i do
xp or no
yass
yesturday
Expand Down
3 changes: 1 addition & 2 deletions src/false_positives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19109,7 +19109,6 @@ vacancies lut
vacancies perm
vacancies seeks
vacuum bubble
vacuum ed
vacuum er
vacuum exercise
vacuum ing
Expand Down Expand Up @@ -19812,6 +19811,7 @@ wuzzer
wuzzle
wuzzling
wuzzy
xD i do
xanthate
xanthocephalus
xnxx ceil
Expand Down Expand Up @@ -19936,7 +19936,6 @@ xnxx loving
xnxx low
xnxx lu
xnxx ly
xnxx med
xnxx mixing
xnxx or
xnxx ps
Expand Down
10 changes: 9 additions & 1 deletion src/profanity.csv
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ word,profane,offensive,sexual,mean,evasive
👉👌,0,0,2,0,0
𓂸,0,0,2,0,3
𓂺,0,0,2,0,3
𓂹,0,0,2,0,3
𓀐,0,0,1,0,2
𓃗,0,0,1,0,1
𐀒,0,0,1,0,1
╰⋃╯,0,0,1,0,1
🔞,0,0,1,0,1
_l_,1,0,2,0,1
°မ°,1,0,1,0,2
(.)(.),0,0,1,0,1
(⏝!⏝),0,0,1,0,1
(‿ˠ‿),0,0,1,0,1
2g1c,0,0,2,0,1
2girls1cup,0,0,2,0,1
3==D,0,0,2,0,1
Expand Down Expand Up @@ -389,7 +393,8 @@ cuck,0,0,2,0,0
cumbubble,0,0,3,0,0
cumbucket,0,2,3,0,0
cumer,0,0,3,0,1
cumed,0,0,3,0,0
cumed,0,0,2,0,0
cummed,0,0,3,0,0
cumgoblin,0,0,3,0,0
cumguzler,0,0,3,0,0
cuming,0,0,3,0,0
Expand Down Expand Up @@ -979,6 +984,9 @@ irection,0,0,1,0,1
isgay,0,2,0,0,0
islamhater,0,1,0,0,1
israeldid911,0,2,0,0,1
israeldid9ll,0,2,0,0,1
isrealdid911,0,2,0,0,2
isrealdid9ll,0,2,0,0,2
jackass,1,0,0,1,0
jackoff,0,0,2,0,0
jackshit,2,0,0,0,0
Expand Down
4 changes: 3 additions & 1 deletion src/test_negative.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,6 @@ I wish I take it back
could see me now
hurt, it's gonna
to last? It fell
don't get it, it's my
don't get it, it's my
xD i do
VVrmk 1v1 me ;D
4 changes: 4 additions & 0 deletions src/test_positive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2731,3 +2731,7 @@ irap3kids
I hate trans
DIAHRREA WAFFLES
COMEEEE INSIDEEEEE MEEEE
(‿ˠ‿)
╰⋃╯
Sugar_†its
1sra3ldid9ll

0 comments on commit 489245d

Please sign in to comment.