rit-sse / led-marquee

This project has been deprecated.
2 stars 3 forks source link

NSFW filter blocks non-NSFW stuff #3

Closed ShaydeNofziger closed 11 years ago

ShaydeNofziger commented 11 years ago

We need to alter LEDMarquee.py to only filter sms/console submitted input.

corbanmailloux commented 11 years ago

What did it block? Something from Momentum?

corbanmailloux commented 11 years ago

I see. It blocks "C#" from Momentum.

Do we want to assume that certain inputs are always safe-for-work? Or should we simply fix the profanityfilter and still require all output to go through the filter?

I think it's safer to pass everything through the filter. Then we don't have to worry about any inputs, especially if we add more.

ShaydeNofziger commented 11 years ago

Dorrene and I talked. We think the best way is to implement a isFiltered() function for all inputs that simply returns true or false and the string will be altered accordingly. I'm working on it now.

corbanmailloux commented 11 years ago

Okay. Sounds fine.

ShaydeNofziger commented 11 years ago

Also, we probably need to mess with the profanity filter a bit. Possibly tone down the strictness.