geekbot/src/Core
2022-07-22 19:46:32 +02:00
..
BotCommandLookup Set parameter default value to null instead of an empty string in the bot command lookup 2021-11-09 01:25:42 +01:00
Converters Make the EmojiConverter static 2021-11-13 16:26:14 +01:00
Database Start counting messages per quarter starting 1 january 2021 2020-12-29 22:33:19 +01:00
DiceParser Allow a die to have 145 sides 2020-12-11 22:39:05 +01:00
ErrorHandling Move Sentry SDK init to the main init process 2021-09-17 14:04:30 +02:00
Extensions Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
GlobalSettings Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
GuildSettingsManager Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
Highscores Add support for !rank quote 2020-12-30 23:33:53 +01:00
KvInMemoryStore Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
Levels Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
Localization Move Localizations into core 2021-10-31 20:15:08 +01:00
Logger Ensure the logger doesn't fail to log based on some stacktrace field during json serialization 2021-11-10 00:48:42 +01:00
Media Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
Polyfills Update discord.net to v3 2022-07-22 19:46:32 +02:00
RandomNumberGenerator Remove random.org integration 2021-09-17 14:03:35 +02:00
ReactionListener Update discord.net to v3 2022-07-22 19:46:32 +02:00
UserRepository Make sure all DateTimeOffsets that are written to the DB are in UTC 2021-11-07 02:52:35 +01:00
WikipediaClient Get rid of Newtonsoft.Json everywhere but the HTTP abstractions 2021-11-01 01:04:20 +01:00
Constants.cs Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
Core.csproj Update discord.net to v3 2022-07-22 19:46:32 +02:00
DateLocalization.cs Move Localizations into core 2021-10-31 20:15:08 +01:00
GeekbotCommandBase.cs Split Transactions from the GeekbotCommandBase 2021-09-17 14:27:46 +02:00
GeekbotExitCode.cs Add an api endpoint to shutdown the bot from the browser 2020-09-15 00:14:27 +02:00
HttpAbstractions.cs Add retry logic for Post, Patch and Delete to the HttpAbstractions 2021-11-14 01:12:32 +01:00
RunParameters.cs Add --disable-gateway parameter to the run parameters to stop the bot from connecting to discord. Useful when working on the web-api 2021-09-19 16:06:11 +02:00
TransactionModuleBase.cs Update discord.net to v3 2022-07-22 19:46:32 +02:00