RegexBot/Kerobot
Noikoio ffa5b5754b Several fixes after a round of testing
Fixed the following compilation errors:
-Moderators collection not initialized
-Outdated method signatures for ban and kick in ModuleBase
-Update author name in manifests
-Fixed incorrect method signature in AutoScriptResponder

Minor improvements:
-Updated external dependencies
-Remove unused variables in ConfDefinition of RegexModerator
-Improve parallel execution of matches?
-Send exception message on logging failure to reporting channel
-Slightly change ModuleLoader logging output
-Add Discord.Net unhandled exception output to logging
-Updated link to Github
-Changed GuildState exception handling message for conciseness

Fixes:
-SQL index creation in LoggingService
-SQL view creation in UserCacheService
-Add casts from ulong to long in SQL inserts
-External modules no longer loaded twice
-Non-Info messages from Discord.Net will now be reported
-User data had not been recorded at proper times
-Some modules had been returning null instead of Task with null
-Guild state exception handling should not have handled config errors
2019-06-21 15:05:58 -07:00
..
Common Finish adding entity finder helper methods 2019-06-16 21:59:17 -07:00
Services Several fixes after a round of testing 2019-06-21 15:05:58 -07:00
DefaultGuildConfig.json First commit of GuildStateService 2018-06-02 17:33:31 -07:00
InstanceConfig.cs Implemented module loading; fixed GuildStateService issues 2018-06-04 17:15:18 -07:00
Kerobot.cs Several fixes after a round of testing 2019-06-21 15:05:58 -07:00
Kerobot.csproj Several fixes after a round of testing 2019-06-21 15:05:58 -07:00
KerobotModuleAttribute.cs Implemented module loading; fixed GuildStateService issues 2018-06-04 17:15:18 -07:00
ModuleBase.cs Several fixes after a round of testing 2019-06-21 15:05:58 -07:00
ModuleLoader.cs Several fixes after a round of testing 2019-06-21 15:05:58 -07:00
Options.cs 'First' commit; add most of the initialization routine 2018-05-06 13:09:17 -07:00
Program.cs Remove per-guild schema 2018-12-18 16:21:35 -08:00