This repository has been archived on 2024-12-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elliebot/src/EllieBot/_common
2024-09-22 14:24:35 +12:00
..
_Extensions Added the removed common files 2024-09-20 23:23:21 +12:00
Abstractions Added the removed common files 2024-09-20 23:23:21 +12:00
Attributes Added the removed common files 2024-09-20 23:23:21 +12:00
Configs Added the removed common files 2024-09-20 23:23:21 +12:00
Currency Added common files 2024-06-18 23:44:07 +12:00
Deck Added common files 2024-06-18 23:44:07 +12:00
Gambling Added common files 2024-06-18 23:44:07 +12:00
Interaction Updated Global settings 2024-09-21 14:43:36 +12:00
JsonConverters Added the removed common files 2024-09-20 23:23:21 +12:00
Marmalade Fixed marmalade dependency loading. In case your marmalade has other dependencies they will be correctly loaded now. Note: Make sure to not publish any other DLLs besides the ones you are sure you will need, as there can be version conflicts which didn't happen before. For example if you have a EllieMarmalade.dll which is a different version in the data/marmalade/mymarmalade folder, your marmalade will now break, as this fix will now (correctly) try to load it and there will be a version mismatch between the attributes. In a future patch i'll try to mitigate this by not loading dlls which are already loaded by the bot (even if their versions are different) but this might cause new issues as sometimes you do need different version of libraries for marmalade... The best option is to just keep what you need, and make sure to remove any other dlls 2024-09-22 14:24:35 +12:00
ModuleBehaviors Added the removed common files 2024-09-20 23:23:21 +12:00
Patronage Added the removed common files 2024-09-20 23:23:21 +12:00
Pokemon Added the removed common files 2024-09-20 23:23:21 +12:00
Replacements Added the removed common files 2024-09-20 23:23:21 +12:00
Sender Added the removed common files 2024-09-20 23:23:21 +12:00
Services Updated Global settings 2024-09-21 14:43:36 +12:00
Settings Added the removed common files 2024-09-20 23:23:21 +12:00
SmartText Added the removed common files 2024-09-20 23:23:21 +12:00
TypeReaders Added the removed common files 2024-09-20 23:23:21 +12:00
Yml Added the removed common files 2024-09-20 23:23:21 +12:00
AddRemove.cs Added the removed common files 2024-09-20 23:23:21 +12:00
BotCommandTypeReader.cs Added the removed common files 2024-09-20 23:23:21 +12:00
CleanupModuleBase.cs Added the removed common files 2024-09-20 23:23:21 +12:00
CleverBotResponseStr.cs Added the removed common files 2024-09-20 23:23:21 +12:00
CmdStrings.cs Added the removed common files 2024-09-20 23:23:21 +12:00
CommandData.cs Added the removed common files 2024-09-20 23:23:21 +12:00
CommandNameLoadHelper.cs Added the removed common files 2024-09-20 23:23:21 +12:00
Creds.cs Added the removed common files 2024-09-20 23:23:21 +12:00
DbService.cs Added the removed common files 2024-09-20 23:23:21 +12:00
DoAsUserMessage.cs Added the removed common files 2024-09-20 23:23:21 +12:00
DownloadTracker.cs Updated Global settings 2024-09-21 14:43:36 +12:00
DryIocExtensions.cs Added the removed common files 2024-09-20 23:23:21 +12:00
EllieModule.cs Added the removed common files 2024-09-20 23:23:21 +12:00
EllieTypeReader.cs Added the removed common files 2024-09-20 23:23:21 +12:00
Helpers.cs Added the removed common files 2024-09-20 23:23:21 +12:00
IBot.cs Added the removed common files 2024-09-20 23:23:21 +12:00
ICloneable.cs Added the removed common files 2024-09-20 23:23:21 +12:00
ICurrencyProvider.cs Added the removed common files 2024-09-20 23:23:21 +12:00
IDiscordPermOverrideService.cs Added the removed common files 2024-09-20 23:23:21 +12:00
IEllieCommandOptions.cs Added the removed common files 2024-09-20 23:23:21 +12:00
ILogCommandService.cs Added the removed common files 2024-09-20 23:23:21 +12:00
ImageUrls.cs Added the removed common files 2024-09-20 23:23:21 +12:00
IPermissionChecker.cs Added the removed common files 2024-09-20 23:23:21 +12:00
IPlaceholderProvider.cs Added the removed common files 2024-09-20 23:23:21 +12:00
LbOpts.cs Added the removed common files 2024-09-20 23:23:21 +12:00
Linq2DbExpressions.cs Added the removed common files 2024-09-20 23:23:21 +12:00
LoginErrorHandler.cs Added the removed common files 2024-09-20 23:23:21 +12:00
MessageType.cs Added the removed common files 2024-09-20 23:23:21 +12:00
OptionsParser.cs Added the removed common files 2024-09-20 23:23:21 +12:00
RequireObjectPropertiesContractResolver.cs Added the removed common files 2024-09-20 23:23:21 +12:00
ServiceCollectionExtensions.cs Updated Global settings 2024-09-21 14:43:36 +12:00
TriviaQuestionModel.cs Added the removed common files 2024-09-20 23:23:21 +12:00
TypeReaderResult.cs Added the removed common files 2024-09-20 23:23:21 +12:00