257 Commits

Author SHA1 Message Date
barelyprofessional
be355e83df Some pocket watch stuff for the future 2025-06-07 16:04:13 -05:00
barelyprofessional
7421683e32 Updated URL for the Shuffle WS client 2025-05-28 12:11:10 -05:00
barelyprofessional
cadabb6895 Added a MILF counter to the bot 2025-05-18 13:43:51 -05:00
barelyprofessional
5f71fbcb79 Fixed juicer message cleanup basically never working due to retarded logic 2025-05-18 13:31:33 -05:00
barelyprofessional
421ac7ed38 Fix NullReferenceException when recreating a dead Rainbet connection that died during the cookie phase 2025-05-17 16:52:01 -05:00
barelyprofessional
5367f0230c Ported over Cloudflare stuff from the old Rainbet client due to 403s 2025-05-16 14:15:38 -05:00
barelyprofessional
9d614aefc8 Commented out Yeet unhandled event logging as it's annoying as hell 2025-05-16 13:56:31 -05:00
barelyprofessional
14fc5178e3 Forgot to start WS client for Rainbet 2025-05-16 13:54:33 -05:00
barelyprofessional
a989bb79a6 Fixed random \n in the Yeet URL 2025-05-16 13:50:31 -05:00
barelyprofessional
32ff1fecd3 Experimental Rainbet WS support since they closed off my API method 2025-05-16 13:50:21 -05:00
barelyprofessional
9fa8631c35 Fixed Yeet integration so all bets would be displayed and the message edited if it was a win. 2025-05-16 12:57:20 -05:00
barelyprofessional
f6548fab39 Rephrased the Yeet on win message as it turns out win amount is a $ amount 2025-05-12 00:12:54 -05:00
barelyprofessional
16961f12d6 Added git versioning to stamp assemblies with the commit and a command that might work to retrieve the commit hash 2025-05-11 12:08:43 -05:00
barelyprofessional
2a99eea470 Don't really need to listen to bets as a win follows even when it's not a win 2025-05-11 00:04:58 -05:00
barelyprofessional
c36793f875 Yeet blocks US iPs so added support for defining a special proxy for it 2025-05-11 00:02:53 -05:00
barelyprofessional
96bff65167 Untested Yeet.com integration 2025-05-10 23:53:22 -05:00
barelyprofessional
6b899313de Updated BetBolt moneybags to piles of poo 2025-05-06 14:08:56 -05:00
barelyprofessional
e2c70cc5c5 Update to the Settings interface.
- Methods are now suffixed async
- Extension methods moved to the actual class and class renamed from SettingValue to Setting
- "Helpers" renamed to "SettingsProvider"
- Removed the ghetto CSV list method. Only setting using it was Pusher Channels which was orphaned by the new Kick channel feature. The call to ToList in the Chips.gg integration was incorrect and just proves lists should be consistently based around JSON objects instead of randomly string splitting
2025-05-06 14:07:52 -05:00
barelyprofessional
4fecdbce06 Tried to test 3xpl websocket again but still doesn't work for listening to transactions for individual addresses. Might work just watching the mempool though 2025-05-06 13:29:15 -05:00
barelyprofessional
f68f094b2a Forgot to add original property names to model 2025-05-03 23:16:07 -05:00
barelyprofessional
ffad7293ed Untested JeetBolt feed scraping 2025-05-03 23:10:45 -05:00
barelyprofessional
a12ed3a45a Fixed Clashgg heartbeat so it correctly logs last bet time 2025-05-02 14:21:50 -05:00
barelyprofessional
dd0085403e Forgot about the type conversion feature 2025-05-02 12:42:54 -05:00
barelyprofessional
adf38b9c53 Configurable delays for the Pig Cube self destruct feature 2025-05-02 12:41:40 -05:00
barelyprofessional
7c2b1354aa Auto delete the juice message 2025-05-02 12:34:20 -05:00
barelyprofessional
f22eb7b563 Fixed text as Austin wasn't kicked out of rehab... this time 2025-05-02 12:27:12 -05:00
barelyprofessional
6f4d3daa68 Removed hardcoded references to austingambles 2025-05-02 11:45:38 -05:00
barelyprofessional
326725d03f Added the ability to ignore the already exists check for adding images using a special keyword 2025-04-28 12:18:59 -05:00
barelyprofessional
d8f30846c2 Tightening up pig cube deletion times 2025-04-25 19:01:48 -05:00
barelyprofessional
641d935f73 Added special logic for the inverted cube 2025-04-24 13:15:05 -05:00
barelyprofessional
c48c912e19 Enhanced the pigcube 2025-04-24 02:08:22 -05:00
barelyprofessional
c268f49152 Removed unused settings 2025-04-24 01:59:10 -05:00
barelyprofessional
1ba7386b06 Added days 2025-04-21 22:32:47 -05:00
barelyprofessional
81d417ad21 so many digits :( 2025-04-21 22:30:27 -05:00
barelyprofessional
5db020d318 Using a timespan and humanized it somewhat 2025-04-21 22:28:29 -05:00
barelyprofessional
e4ad08e15c Added image last seen to the output 2025-04-21 22:09:43 -05:00
barelyprofessional
7f80a4e9c1 Replaced dodgy cast with JSON deserialize method. Not sure why but it worked for a bit then stopped working. 2025-04-21 15:35:37 -05:00
barelyprofessional
85ba9c1592 Bumped packages 2025-04-21 15:32:11 -05:00
barelyprofessional
a0e44bd9d9 Support future dates for rehab end time 2025-04-21 15:24:18 -05:00
barelyprofessional
3951671b01 Removed unused settings and the old image migration code as it's not needed anymore 2025-04-13 18:32:55 -05:00
barelyprofessional
eb346cfe22 Updated the Jackpot username setting to a list as Austin is now using multiple accounts there 2025-04-13 18:19:30 -05:00
barelyprofessional
1c1b6aa347 Send remember to the login form to get hopefully longer lasting tokens 2025-04-13 13:11:28 -05:00
barelyprofessional
dd0f6cee6c Added functionality to the database for a WhoWas feature that can say when a user was last in chat 2025-04-13 13:09:46 -05:00
barelyprofessional
291ca7954e Removed pointless additional use of db.SaveChanges(); 2025-03-31 21:16:15 +08:00
barelyprofessional
011cf658be Removed the yats code as that dude never steps foot in the Kasino (good) 2025-03-31 21:14:21 +08:00
barelyprofessional
4d11f879ca Put together a workaround for Clash.gg being such an awful site that mines always reports as a win no matter what 2025-03-30 01:26:05 +08:00
barelyprofessional
f644c0f8cc Added support for the Twitch ToS strike packet and an alert for it 2025-03-25 19:38:44 +08:00
barelyprofessional
0b1251a49d Maybe I should've listened to the editor warning 2025-03-25 01:00:52 +08:00
barelyprofessional
516c867a70 Fix Clash.gg mines multis having no precision 2025-03-25 01:00:33 +08:00
barelyprofessional
71d074c6c6 Hopefully fix up rounding with Clash.gg and make it look nicer 2025-03-25 00:47:21 +08:00