Commit Graph

80 Commits (cb4f40d247af189e47115ff2cf83b03602e586c9)

Author SHA1 Message Date
Aevann 2dafbe0a8a move css to the top 2023-09-05 19:03:20 +03:00
Aevann 8bae228129 add separate chatroom for orgies 2023-09-05 18:32:57 +03:00
Aevann 6cad0b537d remove leftover garbage 2023-09-01 11:49:15 +03:00
Aevann 2a7d25d0d4 add bathroom break 2023-08-31 23:57:11 +03:00
Aevann 2dc9f1c766 add 3.vtt 2023-08-31 22:22:08 +03:00
Aevann 5c1bd7dec5 minor change 2023-08-26 04:38:22 +03:00
Aevann 9dce8bc52a reduce padding instead of last commit 2023-08-24 04:51:29 +03:00
Aevann 7d8a470358 remove user list again, it fucks with scrolling and i imagine makes the browser a little bit slower 2023-08-24 04:32:09 +03:00
Aevann aaaa412710 improve rumble and twitch orgies 2023-08-24 04:08:54 +03:00
Aevann 6d90aa8408 fix referrer shit 2023-08-24 03:02:37 +03:00
Aevann b4717a9dbc restore online listing 2023-08-24 02:46:36 +03:00
Aevann 7f591804bd fix youtube orgies 2023-08-23 22:47:39 +03:00
Aevann 75ae64fd35 try again 2023-08-23 08:19:42 +03:00
Aevann b6b1d2a43c Revert "try random bullshit to fix resizing issue"
This reverts commit 5452f67249.
2023-08-23 08:19:24 +03:00
Aevann 5452f67249 try random bullshit to fix resizing issue 2023-08-23 08:14:10 +03:00
Aevann e57062726d orgy improvement 2023-08-23 07:43:14 +03:00
Aevann 5bc8e7584a rename 2023-08-23 07:34:36 +03:00
Aevann 767b777e83 add horizontal padding to orgy chat 2023-08-20 19:58:03 +03:00
Aevann 233629f6ab add padding 2023-08-20 19:56:08 +03:00
Aevann f482e7eead fix chat mention highlighting 2023-08-20 18:57:31 +03:00
Aevann b74badb6e6 orgy css improvements 2023-08-20 18:53:45 +03:00
Aevann ebc52253ca rename vtt file 2023-08-18 10:25:00 +03:00
Aevann 2b724cff50 add subtitles to upcoming orgy 2023-08-18 10:11:29 +03:00
Aevann 0227a52791 fix chat clipping 2023-08-17 05:23:52 +03:00
Aevann f0e6814384 add file orgies 2023-08-16 23:13:24 +03:00
Aevann 268e19bf00 fix console error in orgy 2023-08-16 23:11:31 +03:00
Aevann eebc6db138 use tabs not spaces 2023-08-01 10:38:30 +03:00
HeyMoon abd91f81ac Orgies: Support Rumble and Twitch and Mobile Viewing (#169)
Hell yeah

 - Rumble.com, basically youtube for rightoids (so you can do more edgy streams)
 - Twitch
 - Mobile orgy support, it's pretty bad thoever
 - Button to switch back to normalchat for phonefags

Co-authored-by: Chuck Sneed <sneed@formerlychucks.net>
Reviewed-on: #169
Co-authored-by: HeyMoon <heymoon@noreply.fsdfsd.net>
Co-committed-by: HeyMoon <heymoon@noreply.fsdfsd.net>
2023-07-10 00:38:02 +00:00
Aevann 3e6622c511 cleanup in aisle 4 2023-07-03 03:26:20 +03:00
HeyMoon 7c040367fa Bring back orgies (watchparties), now controllable by admins, and generally better in all ways (#165)
This PR adds orgies back into rdrama. Long ago, snakes made the original orgy code, and it was super fun. But he had to rush it out, and ended up making it a bit unsustainable, and had a couple questionable coding decisions, which meant that it had to be removed. Hey, the man literally did it in a few hours before the DB trial continued, lmao.

Anyways, I took my own approach to it. I do not use iframes, i just just repurpose code from /chat window. Because I had that freedom, I also moved things around to make the user experience a bit better. I also added a title to give users some context about what's happening. Check it out

![image](/attachments/6719146c-4922-4d75-967d-8d424a09b198)

Most importantly, this is all configurable from the site. Admins with the permission "ORGIES" will see this in their control panel

![image](/attachments/423d6046-a11d-4e84-bd2c-a2a641afd552)

Nigga, idk where to put it, so I made my own category.

If there is no orgy in progress, admins will see this:

![image](/attachments/7c64b9fa-cdf4-4986-a0c4-f2324878062e)

Click the button, and, viola, the orgy begins.

If there is an orgy in progress, the page will look like this:

![image](/attachments/b65be4b3-5db1-43cb-8857-7d3a8ea24ca7)

Click the button, and the orgy stops.

If an orgy is in progress, navigating to /chat will take the user to the orgy seemlessly. But what if they don't want to participate, liek some kind of spoilsport? Just navigate to /old_chat.

That's just about it, it's really that simple. I have lots of ideas for the future, but I'll let that wait til later :).

A few notes about implementation:
 - I moved some functionality out of /templates/chat.html and into /templates/util/macros.html. This is just so I could reference the code directly from my new template, /templates/orgy.html.
 - The orgy is stored as a single row in the new table "orgies". Okay, I know this is a little silly, but you know what they say: "if it's stupid and it works, it's not stupid". (tbf the oceangate ceo also said that)

Co-authored-by: Chuck Sneed <sneed@formerlychucks.net>
Reviewed-on: #165
Co-authored-by: HeyMoon <heymoon@noreply.fsdfsd.net>
Co-committed-by: HeyMoon <heymoon@noreply.fsdfsd.net>
2023-07-02 23:55:37 +00:00