diff --git a/files/assets/images/emojis/carlipdog.webp b/files/assets/images/emojis/carlipdog.webp new file mode 100644 index 000000000..b15f32479 Binary files /dev/null and b/files/assets/images/emojis/carlipdog.webp differ diff --git a/files/assets/images/emojis/carpclueless.webp b/files/assets/images/emojis/carpclueless.webp new file mode 100644 index 000000000..638654454 Binary files /dev/null and b/files/assets/images/emojis/carpclueless.webp differ diff --git a/files/assets/images/emojis/carpsneed.webp b/files/assets/images/emojis/carpsneed.webp new file mode 100644 index 000000000..a038a5b48 Binary files /dev/null and b/files/assets/images/emojis/carpsneed.webp differ diff --git a/files/assets/images/emojis/marseybatska.webp b/files/assets/images/emojis/marseybatska.webp new file mode 100644 index 000000000..31d106379 Binary files /dev/null and b/files/assets/images/emojis/marseybatska.webp differ diff --git a/files/assets/images/emojis/marseybigbird.webp b/files/assets/images/emojis/marseybigbird.webp new file mode 100644 index 000000000..27a9f2647 Binary files /dev/null and b/files/assets/images/emojis/marseybigbird.webp differ diff --git a/files/assets/images/emojis/marseychadretardtrump.webp b/files/assets/images/emojis/marseychadretardtrump.webp new file mode 100644 index 000000000..6d0c25929 Binary files /dev/null and b/files/assets/images/emojis/marseychadretardtrump.webp differ diff --git a/files/assets/images/emojis/marseycookiemonster.webp b/files/assets/images/emojis/marseycookiemonster.webp new file mode 100644 index 000000000..cee361e6a Binary files /dev/null and b/files/assets/images/emojis/marseycookiemonster.webp differ diff --git a/files/assets/images/emojis/marseycountvoncount.webp b/files/assets/images/emojis/marseycountvoncount.webp new file mode 100644 index 000000000..c5a591303 Binary files /dev/null and b/files/assets/images/emojis/marseycountvoncount.webp differ diff --git a/files/assets/images/emojis/marseygrover.webp b/files/assets/images/emojis/marseygrover.webp new file mode 100644 index 000000000..10447a164 Binary files /dev/null and b/files/assets/images/emojis/marseygrover.webp differ diff --git a/files/assets/images/emojis/marseyluka.webp b/files/assets/images/emojis/marseyluka.webp new file mode 100644 index 000000000..c307dccd7 Binary files /dev/null and b/files/assets/images/emojis/marseyluka.webp differ diff --git a/files/assets/images/emojis/marseyoscar.webp b/files/assets/images/emojis/marseyoscar.webp new file mode 100644 index 000000000..8dfd91da7 Binary files /dev/null and b/files/assets/images/emojis/marseyoscar.webp differ diff --git a/files/assets/images/emojis/marseyreportmaxxer3.webp b/files/assets/images/emojis/marseyreportmaxxer3.webp new file mode 100644 index 000000000..be34032cd Binary files /dev/null and b/files/assets/images/emojis/marseyreportmaxxer3.webp differ diff --git a/files/assets/images/emojis/marseywoozy.webp b/files/assets/images/emojis/marseywoozy.webp new file mode 100644 index 000000000..b4c5000f9 Binary files /dev/null and b/files/assets/images/emojis/marseywoozy.webp differ diff --git a/files/assets/images/emojis/prigozhinsoypoint.webp b/files/assets/images/emojis/prigozhinsoypoint.webp new file mode 100644 index 000000000..0984548a3 Binary files /dev/null and b/files/assets/images/emojis/prigozhinsoypoint.webp differ diff --git a/files/assets/images/emojis/prigozhinsoypoint2dark.webp b/files/assets/images/emojis/prigozhinsoypoint2dark.webp new file mode 100644 index 000000000..0e2f50b98 Binary files /dev/null and b/files/assets/images/emojis/prigozhinsoypoint2dark.webp differ diff --git a/schema.sql b/schema.sql index b59ab6907..4603ca0e9 100644 --- a/schema.sql +++ b/schema.sql @@ -125,7 +125,8 @@ CREATE TABLE public.posts ( notify boolean NOT NULL, chuddedfor character varying(50), posterurl character varying(200), - chudded boolean + chudded boolean, + ping_cost integer ); @@ -522,7 +523,8 @@ CREATE TABLE public.comments ( chuddedfor character varying(50), stickied_child_id integer, wall_user_id integer, - chudded boolean + chudded boolean, + ping_cost integer ); @@ -2258,6 +2260,13 @@ CREATE INDEX users_marseyawarded_idx ON public.users USING btree (marseyawarded) CREATE INDEX users_marsify_idx ON public.users USING btree (marsify); +-- +-- Name: users_namechanged_idx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX users_namechanged_idx ON public.users USING btree (namechanged); + + -- -- Name: users_original_username_trgm_idx; Type: INDEX; Schema: public; Owner: - -- @@ -2293,6 +2302,13 @@ CREATE INDEX users_prelock_username_trgm_idx ON public.users USING gin (prelock_ CREATE INDEX users_progressivestack_idx ON public.users USING btree (progressivestack); +-- +-- Name: users_queen_idx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX users_queen_idx ON public.users USING btree (queen); + + -- -- Name: users_rainbow_idx; Type: INDEX; Schema: public; Owner: - -- diff --git a/seed-db.sql b/seed-db.sql index 3d46b6171..a97d5c446 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -1553,6 +1553,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('capywalking','Capy',2,'capybara animated aevann'), ('capyzoomer','Capy',2,'capy zoomer gen z'), ('caret','Marsey Alphabet',2,'^'), +('carlipdog','Misc',2,'rollin cruisin lips flappin'), ('carlos','Misc',2,'carlos joke magic school bus'), ('carmela','Misc',2,'sopranos tony soprano door carmela shout yell nut vacuum'), ('carmelacat','Misc',2,'sopranos cat tony soprano door carmela shout yell nut vacuum'), @@ -1576,6 +1577,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('carpchud','Carp',2,'smug carpathianflorist poljak fish glasses soyjak'), ('carpclapping','Carp',2,'applaud'), ('carpclapping2','Carp',2,'applause applaud yay cheering goodjob'), +('carpclueless','Carp',2,'oblivious stupid'), ('carpcrying','Carp',2,'tear reaction carpathianflorist fish sob tears sad'), ('carpdead','Carp',2,'fish janny kill'), ('carpdead2','Carp',2,'carp rope suicide carpathianflorist admin moderator jannie kaj ajab lynch fish'), @@ -1615,6 +1617,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('carpsick2','Carp',2,'fish scarf ill thermometer carpathianflorist'), ('carpsleeping','Carp',2,'fish zzz bored administrator moderator carpathianflorist jannie tired'), ('carpsmug','Carp',2,'brag'), +('carpsneed','Carp',2,'simpsons'), ('carpsnipe','Carp',2,'shooter shooting gun sniper rifle scope crosshairs carpathianflorist kill murder bullet crosshair ajab'), ('carpsquirtle','Carp',2,'pokemon gaming pixel nintendo carpathian'), ('carpthong','Carp',2,'bussy butt ass sexy sad'), @@ -2468,6 +2471,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('marseybat3','Marsey',2,'bat scary wings flying vampire'), ('marseybateman','Marsey',2,'bret easton ellis serial halloween patrick american psycho killer holiday blood murderer'), ('marseybath','Marsey',2,'shower tub rubber duck'), +('marseybatska','Marsey',2,'russia belarus wagner dictator commie communist red eyes nuclear atomic'), ('marseybattered','Marsey',2,'blackeye domestic violence black eye marseyismywaifu bardfinn steve akins penny beaten bruised housewife abused punished injured stockholm deserved'), ('marseybdtf','Marsey',2,'kanye beautiful dark twisted fantasy mbdtf'), ('marseybeach','Marsey',2,'beach mojito cocktail summer hat sunglasses glasses hot tan vacation relax'), @@ -2526,6 +2530,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('marseybib','Marsey',2,'marsey baby bib diaper pacifier pin bonnet toddler abdl huh'), ('marseybiden','Marsey',2,'ddd dementia daddy president sleepy joe'), ('marseybiden2','Marsey',2,'biden ddd dementia daddy president sleepy joe gas petrol ididthat'), +('marseybigbird','Marsey',2,'sesame street muppet cute fluffy yellow avian'), ('marseybigbrain','Marsey',2,'high iq highiq smart genius brain'), ('marseybigbussyhunterlove','Marsey',2,'thonk thunk think noootice hmm heart hug emoji'), ('marseybigdog','Marsey',2,'bussy big dog poster'), @@ -2684,6 +2689,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('marseychadcarp','Marsey',2,'chad fish carpathianflorist muscle flex strong administrator fish buff swole jannie janitor moderator'), ('marseychadfoid','Marsey',2,'based woman man trans lipstick makeup blonde'), ('marseychadneuro','Marsey',2,'chad autist autistic neurodivergent peepeehands rlsur'), +('marseychadretardtrump','Marsey',2,'ddr based'), ('marseychadthundercock','Marsey',2,'vvc virgin foid pimp hot player big dick huge cock ouch gigachad meme'), ('marseychadyes','Marsey',2,'based gigachad'), ('marseychainchad','Marsey',2,'chainsaw chainlet chainchad'), @@ -2834,6 +2840,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('marseyconstellation','Marsey',2,'starsey galaxy space sky'), ('marseycontemplate','Marsey',2,'reaction consternation thinking hmm'), ('marseycontemplatesuicide','Marsey',2,'gunshot mirror contemplate contemplating reflection pistol handgun death kms kys suicidal die death'), +('marseycookiemonster','Marsey',2,'sesame street muppet cute fluffy blue greedy'), ('marseycool','Marsey',2,'finger gun shades sunglasses reaction judgment'), ('marseycool2','Marsey',2,'cigarette hip shades sunglasses jacket smoking smoke'), ('marseycools','Marsey',2,'graffiti s cool super'), @@ -2856,6 +2863,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('marseycosmopolitan','Marsey',2,'bourgeoisie wealthy affluent tophat cultured capitalist elite monocle'), ('marseycountry','Marsey',2,'country singer music folk guitar rural usa republican animated'), ('marseycountryclub','Marsey',2,'golfer elite rich golfing cc elitist preppy'), +('marseycountvoncount','Marsey',2,'sesame street muppet cute fluffy green black vampire'), ('marseycovidscare','Marsey',2,'mask cute green virus corona coof happy'), ('marseycow','Marsey',2,'cow fursona skin animal costume furry heifer fursuit'), ('marseycowboy','Marsey',2,'western pardner reaction hat tootin yeehaw rootin'), @@ -3383,6 +3391,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('marseygroomerfreebsd','Marsey',2,'unix linux code'), ('marseygroomergrooming','Marsey',2,'groomer grooming pedo licking'), ('marseygrouns','Marsey',2,'grounds grounz darrell brooks court lawyer waukesha'), +('marseygrover','Marsey',2,'sesame street muppet cute fluffy blue'), ('marseygucci','Marsey',2,'gucci mane lean rapper trap mixtape bricksquad traphouse codeine lean rapper pimp'), ('marseyguillotine','Marsey',2,'cut head off beheading beheaded headless french robespierre marie antoinette death die kill execution execute'), ('marseygun','Marsey',2,'handgun shoot bang kill threaten pistol'), @@ -3753,6 +3762,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('marseylowpoly','Marsey',2,'polygonal spinning 3d lopoly animated'), ('marseyluckycat','Marsey',2,'lucky fortune gambling gambler goombler goombling animated weeb azn asian slots japanese money cash coin rich'), ('marseylueshi','Marsey',2,'super mario nintendo snes retro vidya dinosaur italian plumber pipes 42'), +('marseyluka','Marsey',2,'russia belarus wagner dictator commie communist'), ('marseylumberjack','Marsey',2,'axe bloody horror murder satisfied worker'), ('marseyluther','Marsey',2,'heretic lutheran theses martin luther'), ('marseyluthercringe','Marsey',2,'martin luther protestant lutheran cringe soy crying catholic religion anglican methodist evangelical baptist'), @@ -4002,6 +4012,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('marseyorthodoxbrap','Marsey',2,'orthodox bartholomew brap fart gas sniff smell christian'), ('marseyorthodoxcarphug','Marsey',2,'schismatic heretic embrace hug love bartholomew carpathianflorist'), ('marseyorthodoxsmug','Marsey',2,'schismatic heretic scoff christian priest gloat'), +('marseyoscar','Marsey',2,'sesame street muppet cute fluffy green trash rubbish garbage grouch'), ('marseyotter','Marsey',2,'otter fish sea swim lake nature seal sealion river. wuzizname float'), ('marseyouroboros','Marsey',2,'onelargesnakeeatingitsowntail serpent circle vore autocannibalism'), ('marseyoushouldkillyourselfnow','Marsey',2,'marsey meme man killyourself'), @@ -4258,6 +4269,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('marseyreporterfox','Marsey',2,'reporter journalist journoid interviewer'), ('marseyreportmaxxer','Marsey',2,'reportmaxer reporting moderate moderator janny jannie cop police hat sash flag'), ('marseyreportmaxxer2','Marsey',2,'reportmaxer reporting moderate moderator janny jannie cop police hat sash button happy animated'), +('marseyreportmaxxer3','Marsey',2,'reportmaxxing button goodfaith evil animated'), ('marseyrepostsign','Marsey',2,'repost sign wink tail wag animated'), ('marseyrespect','Marsey',2,'darrell brooks respect respecc'), ('marseyretard','Marsey',2,'special ed retarded reaction slow sped drooling exceptional'), @@ -4931,6 +4943,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('marseywoodchipper','Marsey',2,'libertarian woodchipper libertarian kill'), ('marseywoodchipper2','Marsey',2,'libertarian pedo woodchipper animated kill map'), ('marseywookiee','Marsey',2,'wookiee starwars jedi marsey'), +('marseywoozy','Marsey',2,'woozy concern unhappy frown cringe drunk skeptical tired'), ('marseywords','Marsey',2,'longpost too long tldr reaction wordswordswords yawn'), ('marseywords2','Marsey',2,'longpost tldr essaypost wordswordswords pizzashill'), ('marseyworldcup','Marsey',2,'world cup soccer football winner sports champion'), @@ -5294,6 +5307,8 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES ('pout','Classic',2,'pout animated emoticon lip'), ('pray','Classic',2,'prayer praying'), ('pride2022','Misc',2,'bait lgbt flag'), +('prigozhinsoypoint','Wojak',2,'vagner wagner russia war'), +('prigozhinsoypoint2dark','Wojak',2,'vagner wagner russia war'), ('probe','Classic',2,'probe animated emoticon alien monster extraterrestrial '), ('propto','Marsey Alphabet',2,'∝ proportional'), ('proudsinglemom','Misc',2,'fartbinn biofoid mother'), diff --git a/snappy_rDrama.txt b/snappy_rDrama.txt index 3b93b62d5..60ef11aeb 100644 --- a/snappy_rDrama.txt +++ b/snappy_rDrama.txt @@ -3867,3 +3867,6 @@ It's disgusting that Mayos get to celebrate Cinco de Mayo, but there's no Cinco You severely underestimate the depravity of the moid psyche. Or the existence of ball busting femdom porn. Ouch. Youch. Youcherinos. {[para]} https://rdrama.net/audio/16873870253773532.mp3 + +{[para]} +https://i.rdrama.net/images/16876744305038557.webp \ No newline at end of file