View Issue Details

IDProjectCategoryView StatusLast Update
0002859unrealircdpublic2006-03-25 13:37
Reportersuperh Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.3 
Summary0002859: Period character disregarded in badwords.conf
DescriptionBadword configuration files are ignoring periods.

How would I address a period character in badwords.conf? When trying to filter:
badword channel { word "irc.*"; };

The period is disregarded even though it is properly addressed in "quotation marks". mIRC (without a period) is censored, and so is IRC, IRChat, and so on.

We would like to use this to help prevent spam for other networks. Most channels on our network employ +G.
Steps To Reproduceinclude a badword configuration file with:
badword channel { word "irc.*"; };

The period will be disregarded.
3rd party modules

Activities

Dukat

2006-03-20 13:01

reporter   ~0011400

Not an issue.


Use a regular expression for the badword::word.

--> badword channel { word "irc\..*"; };

syzop

2006-03-25 13:37

administrator   ~0011433

regex auto detection stuff (see Dukat)

Issue History

Date Modified Username Field Change
2006-03-20 08:08 superh New Issue
2006-03-20 13:01 Dukat Note Added: 0011400
2006-03-25 13:37 syzop Status new => closed
2006-03-25 13:37 syzop Note Added: 0011433
2006-03-25 13:37 syzop Resolution open => no change required