* Removed unused using statements
* Removed redudnant ToString()'s
* Removed some redundant type casts
* Removed redundant bool comparisons
* remove redundant initializers
* xml summary in invalid place switched to comments
* Use string interpolation
* use format separators
* Removed redundant parenths
* remove redundant else
* direct cast when safe
* redundant string interpolation
* xml summary fixes
* removed empty ctors
* fix modifier order
* Convert to auto property
* Convert some getters to method bodies
* use format separators
* changelog
* Auto-properties that can made to get-only
* fixed some references in XML comments
* remove redundant base()
* Revert "Auto-properties that can made to get-only"
This reverts commit 32a1225ce8.
* fix starter gear json
* Use collections count property
* simplify conditional ternary expression
* remove redundant return statements
* Constructors for abstract classes changed to protected
* Moved declarations to inner scopes
* Join declaration and assignments
* inline out variables
* Use enum extension methods instead of static methods
* inline out more variables
* more unused usings
* Remove specifying enums as ints
* WIP
* WIP - MVC app for weenie editor with auth overhaul in place
* removed redundant project
* more WIP. commiting to rebase
* WIP. API works, auth partially tied in, swagger works, api host works
* moved auth to a post with a body instead of get
* WIP. auth fully works. swagger UI supports auth model.
* added easier auth attribute, updated existing methods for consistency. should PR this after a couple more hours
* stylecop cleanups
* WIP. commiting to get help with session and connection issues
* forgot to save some changes to a sql script
* got all the login issues squared away. new auth system is done.
* WIP. getting an out of memory exception i cant track down
* WIP. PacketInboundLoginRequets reads the JwtToken with 2 bonus (invalid) prepended characters
* updated ReadString32L to suck a little less. i dont think this is 100% correct though.
* Authentication overhaul complete, APIs begun to support content editing
* appveyor cleanup
* appveyor cleanup, take 2
* appveyor cleanup, take 3
* appveyor cleanup, take 4
* Rename 2017-10-20-auth-overhaul.sql to 2017-10-20-00-auth-overhaul.sql
* Rename 2017-10-20-auth-overhaul-shard.sql to 2017-10-20-00-auth-overhaul-shard.sql
* Rename 2017-10-20-auth-overhaul-world.sql to 2017-10-20-00-auth-overhaul-world.sql
* Update MySqlInstall.bat