Commit graph

6 commits

Author SHA1 Message Date
Noikoio
1773fd2fc2 Changed module configuration model
-Changed a few method names to better reflect its capabilities.
--Specifically, references to "Config" were renamed to "State".
-Changed the way that what is now CreateInstanceState is called
--It is now always called instead of only when configuration exists
--A basic null check was added to prevent issues resulting from this
--General exception handler added to configuration loader
2018-03-22 00:30:22 -07:00
Noikoio
287bb33d77 Removed manual module name setting
Modules will now be named based on their existing class name.
Their respective configuration sections are now also defined by the
same value. Documentation has been updated to reflect this.
2018-03-21 23:51:50 -07:00
Noikoio
22af7685ee Fix compilation errors due to database change 2018-02-20 00:58:55 -08:00
Noikoio
b70f57f0a3 Added another handler 2017-12-22 22:28:58 -08:00
Noikoio
2e0b408946 Re-adding SQL inserts/updates 2017-12-22 19:17:36 -08:00
Noikoio
8bb274bd69 Moving EntityCache files to separate directory 2017-12-22 17:53:46 -08:00
Renamed from Module/EntityCache/EntityCache.cs (Browse further)