forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

3809 Commits (18f3dd86cc71f1c94c0ce6a1ae7c8dd72dbac20b)

Author SHA1 Message Date
top 3558a41860 Adds marseycide! (#182)
Fun modifier for emotes that some people had asked about here: https://rdrama.net/post/194966/ricecop-gets-5-years-for-watching/4753853#context

-Doesn't work with reverse due to the way transform works. Might come up with a solution to that later but doesn't matter much for this one since it's hard to tell it's turned with the animation anyways
-This breaks current emotes just like talking did since they have the same ending unfortunately.

Mostly did this to clean up the ending logic for emotes since it was not extensible, this should scale better (could still be improved). Let me know if you don't like it and I will keep just those changes.

Co-authored-by: Chuck <dude@bussy.com>
Reviewed-on: rDrama/rDrama#182
Co-authored-by: top <top@noreply.fsdfsd.net>
Co-committed-by: top <top@noreply.fsdfsd.net>
2023-08-09 08:33:14 +00:00
Aevann 40045eaa35 better erro message 2023-08-08 20:02:47 +03:00
Aevann 670455e7ff add more whitelisted parameters 2023-08-08 18:50:28 +03:00
Aevann 1272d3dd1e exclude jannies from antispam-checking 2023-08-08 15:06:14 +03:00
Aevann 39b8064748 add linebreak 2023-08-08 12:24:00 +03:00
Aevann 5b40aca02b add tagline 2023-08-08 12:23:15 +03:00
Aevann aa5a56aec7 decrease edge chance from 5% to 1% 2023-08-07 16:11:10 +03:00
Aevann 7b85a1f7b4 make coins last longer 2023-08-07 14:08:05 +03:00
Aevann 500520e6a0 add godlike.com to boosted sites 2023-08-07 14:03:30 +03:00
Aevann 80cce53423 add longpostbot reply 2023-08-07 09:41:40 +03:00
Aevann 4a8ceeaca9 increase MAX_IMAGE_SIZE_BANNER_RESIZED_MB to 2MB 2023-08-07 09:33:43 +03:00
Aevann 8d7fee009b add run to is_whitelisted 2023-08-07 09:32:10 +03:00
Aevann 008e0c9791 add #coinflip 2023-08-06 11:07:48 +03:00
Aevann 3811babd75 discord changed their username scheme 2023-08-06 10:42:31 +03:00
Aevann e50de38705 apparently reddit subs can be 2 letters (like /r/de) 2023-08-06 10:39:56 +03:00
Aevann 53855fa080 fix this https://rdrama.net/h/changelog/post/165657/changelog-megathread-marseynotes/4739435#context 2023-08-06 09:57:35 +03:00
Aevann dc5ba70a1f boost dcurbanmom.com 2023-08-06 09:55:42 +03:00
Aevann dc59bfc5a5 fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4738827#context 2023-08-06 05:47:12 +03:00
Aevann 1977941bb3 dont execute image_sub_regex in code or links 2023-08-06 05:41:53 +03:00
Aevann 133c3b9ac3 order parameters alphabetically 2023-08-06 05:14:44 +03:00
Aevann 450f510fe4 whitelist more parameters 2023-08-06 05:14:17 +03:00
Aevann 6d808bd006 deal with 500 error 2023-08-06 05:13:57 +03:00
Aevann ce1bd616dd fix hackernews links 2023-08-06 00:59:32 +00:00
Aevann a89d2ac5d5 fix this https://rdrama.net/h/chudrama/post/194293/-/4736559#context 2023-08-06 00:23:21 +03:00
Aevann c7d1200b6b improve is_whitelisted 2023-08-05 23:39:35 +03:00
Aevann 68a1684035 remove unnecessary shit in badge_grant() 2023-08-05 22:50:53 +03:00
Aevann ed34558f33 remove unnecessary .all() 2023-08-05 22:26:42 +03:00
Aevann 630731b109 same as last commit 2023-08-05 22:01:42 +03:00
Aevann 3df7fb98d8 fix 500 error 2023-08-05 21:59:11 +03:00
Aevann 663854e7c3 fix 500 error 2023-08-05 21:57:55 +03:00
Aevann 195a32ffc4 filter nignog and nig nog 2023-08-05 21:51:42 +03:00
Aevann 3330c2517f total tracking parameter death 2023-08-05 21:51:09 +03:00
Aevann 15b2d0399c add party chance for marseys 2023-08-05 19:06:03 +03:00
Aevann 13173376a4 use usernames instead of ids in GET urls visible to users whenever u can 2023-08-05 19:03:14 +03:00
Aevann c7b7eb26e1 fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4693984#context 2023-08-05 18:47:29 +03:00
Aevann 3b24eca320 move emoji download buttons to /emojis 2023-08-05 16:52:53 +03:00
Aevann 02f36bdcaf move generate_charts_task 2023-08-05 16:45:13 +03:00
Aevann f0696aa68d restore old report ratelimits, i forgot that banner ppl sometimes use reports in lieu of comments 2023-08-05 05:26:08 +03:00
top 1b4d70759b Fixed issue where flipped talking wouldn't flip the marsey just the talking (#179)
-Also made the preview work closer to the actual behavior from the server.
-Fixed issue where multiple talking or pats would remove all instances rather than just the one from the end.
-Added a hidden feature to double flip the talking bubble (for non-patted emotes).
-Made the pat look better with the talking when -pattalking emotes are shown.
-Fixed issue with username mentions with pat or talking requiring the # or ! at the start.
-Now allows for # or ! to be within the talking or pat.

Co-authored-by: Chuck <dude@bussy.com>
Reviewed-on: rDrama/rDrama#179
Co-authored-by: top <top@noreply.fsdfsd.net>
Co-committed-by: top <top@noreply.fsdfsd.net>
2023-08-05 01:49:51 +00:00
Aevann eae7aec5f8 fix marseyunpettable being petted 2023-08-04 21:07:36 +03:00
Aevann e6e03bcde0 dont trust file extensions 2023-08-04 19:44:37 +03:00
Aevann 64d5687cc3 restore old report ratelimits for wpd 2023-08-04 19:29:07 +03:00
Aevann b8dd67088b dont print shit i dont care about 2023-08-04 17:07:51 +03:00
Aevann 013dfce0ca increase filter_emojis_only timeout to 2 seconds 2023-08-04 16:25:25 +03:00
Aevann 95d82073f3 fix some banners or sidebars not being uploaded when 1 of them is a repeat 2023-08-04 16:19:00 +03:00
Aevann ed7289ef71 fix visual bug 2023-08-04 16:03:46 +03:00
Aevann d0a939279c Revert "reduce rehab from 777 to 500"
This reverts commit 8ff9453194.
2023-08-04 15:40:15 +03:00
Aevann 8ff9453194 reduce rehab from 777 to 500 2023-08-04 15:39:01 +03:00
Aevann 6ab6945fe3 add longpostbot reply 2023-08-04 15:36:09 +03:00
top f36ed94e69 Talking emotes! (#176)
Also adds the following:
talking emotes:
- Any emote can be talking now
- If an emote is talking it can also be pettable
- users can be talking and pettable
- talking works both directions, large and small

Co-authored-by: Chuck <dude@bussy.com>
Reviewed-on: rDrama/rDrama#176
Co-authored-by: top <top@noreply.fsdfsd.net>
Co-committed-by: top <top@noreply.fsdfsd.net>
2023-08-04 10:13:36 +00:00