rDrama/files/routes
HeyMoon 5d53820515 Add the "Misogynist" award to harass incels (#154)
Whazzup? This PR is the final solution to the incel problem. There's an old indian proverb that says: "never judge a man until you've walked two moons in his mocassins". In this case, it should be: "never judge a woman until you've walked 24 hrs in her high-heels".

The misogynist award is a comment-transforming award that "feminizes" comments. It does the following:
 - makes text pink
 - makes text lowercase
 - removes "complicated" punctuation
 - makes paragraphs into run-on sentences
 - adds stereotypical girly remarks to the beginning or end of a paragraph.

For example:
INPUT

> What the fuck did you just fucking say about me, you little bitch? I'll have you know I graduated top of my class in the Navy Seals, and I've been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I'm the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You're fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that's just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little "clever" comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn't, you didn't, and now you're paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You're fucking dead, kiddo.

OUTPUT
> im literally screaming, what the fuck did you just fucking say about me, you little bitch? ill have you know i graduated top of my class in the navy seals, and ive been involved in numerous secret raids on al-quaeda, and i have over 300 confirmed kills, i am trained in gorilla warfare and im the top sniper in the entire us armed forces, you are nothing to me but just another target, i will wipe you the fuck out with precision the likes of which has never been seen before on this earth, mark my fucking words, you think you can get away with saying that shit to me over the internet? think again, fucker, as we speak i am contacting my secret network of spies across the usa and your ip is being traced right now so you better prepare for the storm, maggot, the storm that wipes out the pathetic little thing you call your life, youre fucking dead, kid, i can be anywhere, anytime, and i can kill you in over seven hundred ways, and thats just with my bare hands, not only am i extensively trained in unarmed combat, but i have access to the entire arsenal of the united states marine corps and i will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit, if only you could have known what unholy retribution your little clever comment was about to bring down upon you, maybe you would have held your fucking tongue, but you couldnt, you didnt, and now youre paying the price, you goddamn idiot, i will shit fury all over you and you will drown in it, youre fucking dead, kiddo

It also sets the user's pfp to a random white woman. Well, psuedorandom - it's based off of the user's id, so each user will only ever have one pfp assigned to them, which I think is nifty.

Finally, it changes the name of the user toa girly name.

There is one small problem with the PR, which is simply that I manually added a badge for testing purposes. If you like this PR, I will submit the badge throught the proper chanels and fix it.

![image](/attachments/641c7276-ffe4-4e69-b3e9-aec9f4f94191)

Co-authored-by: Chuck Sneed <sneed@formerlychucks.net>
Reviewed-on: #154
Co-authored-by: HeyMoon <heymoon@noreply.fsdfsd.net>
Co-committed-by: HeyMoon <heymoon@noreply.fsdfsd.net>
2023-06-21 12:36:07 +00:00
..
__init__.py add BOTS feature 2023-03-16 06:07:39 +02:00
admin.py limit the "show more" button to comments only 2023-06-08 04:36:41 +03:00
allroutes.py don't delete cf_clearance + make this work in WPD too 2023-06-08 02:34:12 +03:00
asset_submissions.py fix 500 error 2023-06-07 08:33:51 +03:00
awards.py Add the "Misogynist" award to harass incels (#154) 2023-06-21 12:36:07 +00:00
casino.py dont pass db session as an argument unless necessary 2023-06-08 03:49:37 +03:00
chat.py disallow permabanned-cels from chat 2023-06-15 08:36:28 +03:00
comments.py same as last commit 2023-06-14 23:24:48 +03:00
errors.py rename the over_18 cookie key in a last ditch attempt to relieve the duplicate cookie victims of infinite +18 warnings 2023-05-16 06:45:54 +03:00
feeds.py use new pagination system everywhere it isnt used 2023-05-06 00:47:07 +03:00
front.py reorder LIMITED_WPD_HOLES for consistency 2023-06-14 02:41:49 +03:00
giphy.py default ratelimit doesnt apply implicitly if theres other @limiter.limit before the function, so add it explicity before all functions 2023-02-26 10:41:04 +02:00
groups.py "Leave" instead of "Kick" when its myself 2023-05-16 13:40:57 +03:00
hats.py remove useless tabs 2023-05-06 00:47:07 +03:00
jinja2.py fix ddos_detected 2023-06-13 01:52:15 +03:00
login.py remove pizzashilling new users 2023-05-19 17:37:44 +03:00
lottery.py stop the infamous terrorist known as carpathian ibn al-florist from breaking the site everytime he wants a fat lottery payout 2023-04-03 19:58:17 +02:00
mail.py add 1/1 second ratelimiter for user ids to fix blackjack exploit 2023-04-02 08:52:26 +02:00
notifications.py dont pass db session as an argument unless necessary 2023-06-08 03:49:37 +03:00
oauth.py rename submissions to posts 2023-06-08 02:26:32 +03:00
polls.py dont count beneficaries 2023-06-08 06:45:15 +03:00
posts.py increase snally/tgtw pin duration to 8hrs 2023-06-20 13:29:39 +03:00
push_notifs.py add 1/1 second ratelimiter for user ids to fix blackjack exploit 2023-04-02 08:52:26 +02:00
reporting.py rename submissions to posts 2023-06-08 02:26:32 +03:00
routehelpers.py add GLOBAL2 2023-06-20 11:36:25 +03:00
search.py dont pass db session as an argument unless necessary 2023-06-08 03:49:37 +03:00
settings.py Add the "Misogynist" award to harass incels (#154) 2023-06-21 12:36:07 +00:00
special.py rename submissions to posts 2023-06-08 02:26:32 +03:00
static.py make /marseys not login-required 2023-06-14 01:28:11 +03:00
subs.py limit the "show more" button to comments only 2023-06-08 04:36:41 +03:00
users.py fix one-time donations not getting registered 2023-06-14 01:21:49 +03:00
votes.py rename submissions to posts 2023-06-08 02:26:32 +03:00
wrappers.py reblock rdrama in egypt 2023-06-01 16:05:07 +03:00