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-02 04:22:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ffb183f57b25a92530d41d2c321dbb38d42ae1f9
KfChatDotNet
/
KfChatDotNetBot
History
barelyprofessional
ffb183f57b
Added Redis
2025-12-10 00:14:40 -06:00
..
Commands
Added a check to see if field length matches the multee list size and throw an exception if it doesn't due to unreachable code warning
2025-12-09 23:45:01 -06:00
Extensions
Migrated away from extension methods for pretty much all the money stuff as it turns out it passes a copy of the object and not a reference. This was causing a lot of weird behavior probably due to EF change tracking.
2025-09-24 00:58:45 -05:00
Migrations
Added the initial framework for the new Money system.
2025-08-20 14:59:09 -05:00
Models
Added admin commands for everything but abandon and close. Changed selection time weighted payout to a property instead of having different types
2025-11-25 00:54:11 -06:00
Services
Return new balance when it's modified and use that for display so it accounts for concurrent games
2025-12-09 23:40:15 -06:00
Settings
Added admin commands for everything but abandon and close. Changed selection time weighted payout to a property instead of having different types
2025-11-25 00:54:11 -06:00
ApplicationDbContext.cs
Added the initial framework for the new Money system.
2025-08-20 14:59:09 -05:00
ChatBot.cs
Log spam
2025-10-26 10:43:58 -05:00
config.json
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
KfChatDotNetBot.csproj
Added Redis
2025-12-10 00:14:40 -06:00
NLog.config
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
NLog.xsd
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
Program.cs
Did a massive overhaul of settings where it now uses an attribute and reflection to populate the DB. Gets rid of the enormous array and makes it a one-step process to create settings.
2025-10-18 03:45:23 -05:00