This website requires JavaScript.
Explore
Help
Sign In
Salastil
/
KfChatDotNet
Watch
1
Star
0
Fork
0
You've already forked KfChatDotNet
mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced
2026-05-04 05:12:05 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
831bca4445081a729de06f6d444b04dcd0fd96df
KfChatDotNet
/
KfChatDotNetKickBot
/
Services
History
barelyprofessional
546b1d161a
Replace SendInstant with Send as it's more thread safe or something
2024-07-26 11:28:52 +10:00
..
BotCommands.cs
Add some extra info when a user doesn't have access to command
2024-07-26 11:28:33 +10:00
Discord.cs
The Final Solution to the Websocket question? I've gone through like 10 different iterations to try and get ByServer reconnections to work correctly. Now just disabled reconnection altogether and I'm manually disposing and recreating the instance whenever it dies using a watchdog task. So far working great after 12 hours!
2024-07-20 10:42:38 +10:00
Howlgg.cs
Replace SendInstant with Send as it's more thread safe or something
2024-07-26 11:28:52 +10:00
KfTokenService.cs
Big update. Replaced Newtonsoft with System.Text.Json where possible, removed Spectre, tried to suppress the pile of compiler warnings I get on the GUI project, and tried to correct an issue where sometimes the session token retrieved is not usable.
2024-06-14 23:03:05 +08:00
Shuffle.cs
The Final Solution to the Websocket question? I've gone through like 10 different iterations to try and get ByServer reconnections to work correctly. Now just disabled reconnection altogether and I'm manually disposing and recreating the instance whenever it dies using a watchdog task. So far working great after 12 hours!
2024-07-20 10:42:38 +10:00
ThreeXplPocketWatch.cs
Big update introducing ghetto command interface, settings, database and howl.gg bet feed scraping
2024-07-18 01:37:15 +10:00
Twitch.cs
The Final Solution to the Websocket question? I've gone through like 10 different iterations to try and get ByServer reconnections to work correctly. Now just disabled reconnection altogether and I'm manually disposing and recreating the instance whenever it dies using a watchdog task. So far working great after 12 hours!
2024-07-20 10:42:38 +10:00
TwitchChat.cs
The Final Solution to the Websocket question? I've gone through like 10 different iterations to try and get ByServer reconnections to work correctly. Now just disabled reconnection altogether and I'm manually disposing and recreating the instance whenever it dies using a watchdog task. So far working great after 12 hours!
2024-07-20 10:42:38 +10:00