geekbot/src/Core
2021-01-25 00:48:42 +01:00
..
CommandPreconditions Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
Converters Add Support for emoji flags in the emoji converter 2021-01-25 00:48:42 +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 Make the ErrorHandler more resilient in case an exception is thrown during the error handling 2020-08-31 21:50:01 +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
Logger When json logging is enabled, log it to the console without color or additional timestamp, also log the messages with the correct log level. Remove the logs folder. 2020-08-31 18:46:00 +02:00
Media Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
Polyfills Fallback to user repo when retrieving a user via the discord gateway fails or times out 2020-12-29 17:12:03 +01:00
RandomNumberGenerator Add random.org for random number generation. 2020-09-23 16:05:43 +02:00
ReactionListener Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
UserRepository Reduce logging by making the user repo update message a debug log message 2020-09-08 20:20:09 +02:00
WikipediaClient Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
Constants.cs Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
Core.csproj Swap the my anime list wrapper for the !anime and !manga commands 2020-09-24 12:21:21 +02:00
GeekbotCommandBase.cs Delete the TranslationHandler and the old translations file. Refactor GeekbotCommandBase to get the server language from guild settings. Create DateLocalization to create a localized relative time remaining string. 2020-08-14 23:15:11 +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 Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00
RunParameters.cs Split Geekbot.net into src/Bot, src/Core, and src/Web 2020-08-08 22:24:01 +02:00