Skip to content

Commit 489245d

Browse files
committed
0.7.33 wordlist improvements.
1 parent a63842a commit 489245d

7 files changed

+21
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustrict"
33
authors = ["Finn Bear"]
4-
version = "0.7.32"
4+
version = "0.7.33"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/finnbear/rustrict/"

src/context.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,9 @@ impl Context {
516516
self.reports as usize
517517
}
518518

519-
/// Clear suspicion and reports, and automatic mutes (not manual mute or rate limit).
519+
/// Clear suspicion, reports, inappropriate counter, and automatic mutes (not manual mute or rate limit).
520520
pub fn exonerate(&mut self) {
521+
self.total_inappropriate = 0;
521522
self.suspicion = 0;
522523
self.reports = 0;
523524
self.only_safe_until = None;

src/dictionary_extra.txt

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ wassup
254254
wasn't it
255255
wish i t
256256
wouldn't it
257+
xD i do
257258
xp or no
258259
yass
259260
yesturday

src/false_positives.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -19109,7 +19109,6 @@ vacancies lut
1910919109
vacancies perm
1911019110
vacancies seeks
1911119111
vacuum bubble
19112-
vacuum ed
1911319112
vacuum er
1911419113
vacuum exercise
1911519114
vacuum ing
@@ -19812,6 +19811,7 @@ wuzzer
1981219811
wuzzle
1981319812
wuzzling
1981419813
wuzzy
19814+
xD i do
1981519815
xanthate
1981619816
xanthocephalus
1981719817
xnxx ceil
@@ -19936,7 +19936,6 @@ xnxx loving
1993619936
xnxx low
1993719937
xnxx lu
1993819938
xnxx ly
19939-
xnxx med
1994019939
xnxx mixing
1994119940
xnxx or
1994219941
xnxx ps

src/profanity.csv

+9-1
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ word,profane,offensive,sexual,mean,evasive
2020
👉👌,0,0,2,0,0
2121
𓂸,0,0,2,0,3
2222
𓂺,0,0,2,0,3
23+
𓂹,0,0,2,0,3
2324
𓀐,0,0,1,0,2
2425
𓃗,0,0,1,0,1
26+
𐀒,0,0,1,0,1
27+
╰⋃╯,0,0,1,0,1
2528
🔞,0,0,1,0,1
2629
_l_,1,0,2,0,1
2730
°မ°,1,0,1,0,2
2831
(.)(.),0,0,1,0,1
2932
(⏝!⏝),0,0,1,0,1
33+
(‿ˠ‿),0,0,1,0,1
3034
2g1c,0,0,2,0,1
3135
2girls1cup,0,0,2,0,1
3236
3==D,0,0,2,0,1
@@ -389,7 +393,8 @@ cuck,0,0,2,0,0
389393
cumbubble,0,0,3,0,0
390394
cumbucket,0,2,3,0,0
391395
cumer,0,0,3,0,1
392-
cumed,0,0,3,0,0
396+
cumed,0,0,2,0,0
397+
cummed,0,0,3,0,0
393398
cumgoblin,0,0,3,0,0
394399
cumguzler,0,0,3,0,0
395400
cuming,0,0,3,0,0
@@ -979,6 +984,9 @@ irection,0,0,1,0,1
979984
isgay,0,2,0,0,0
980985
islamhater,0,1,0,0,1
981986
israeldid911,0,2,0,0,1
987+
israeldid9ll,0,2,0,0,1
988+
isrealdid911,0,2,0,0,2
989+
isrealdid9ll,0,2,0,0,2
982990
jackass,1,0,0,1,0
983991
jackoff,0,0,2,0,0
984992
jackshit,2,0,0,0,0

src/test_negative.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,6 @@ I wish I take it back
144144
could see me now
145145
hurt, it's gonna
146146
to last? It fell
147-
don't get it, it's my
147+
don't get it, it's my
148+
xD i do
149+
VVrmk 1v1 me ;D

src/test_positive.txt

+4
Original file line numberDiff line numberDiff line change
@@ -2731,3 +2731,7 @@ irap3kids
27312731
I hate trans
27322732
DIAHRREA WAFFLES
27332733
COMEEEE INSIDEEEEE MEEEE
2734+
(‿ˠ‿)
2735+
╰⋃╯
2736+
Sugar_†its
2737+
1sra3ldid9ll

0 commit comments

Comments
 (0)