* Adjust docker compose for interactive console
Made adjustments to setup to allow for interactive console to work by default
use `docker container attach --sig-proxy=false ace-server`
or
`docker attach --sig-proxy=false ace-server`
to access ace console in docker
* Update docker-compose.yml
* Update docker-compose.arm64
* Update Dockerfile
* Update Dockerfile.arm64
* Update docker.env
* Update Program_Setup.cs
Refactored to a non-user configurable string reference, shared across all connection paths
Added AllowUserVariables=True to fix bug introduced as a result of switching to MySqlConnector
* potential opt-in style fix for attributes being able to be augmented above 100 innate
* Fix valid attribute query to target valid attributes
* Fix debug message
* Cleanup messages
* more message cleanup
* target attribute must have points distributed to it
* when redistributing attributes, reset the free attribute reset timer
* Clean up message for verify-attributes augmentation fix
* opt-in attribute exploit fix; cleaned up query, comments, debug messages
* opt-in attribute exploit fix; line format debug messages
* Opt-in style fix for attribute augmentation exploit; remove unnecessary file
* Update Source/ACE.Server/Managers/PropertyManager.cs
flip boolean per suggestion and previous discussion
Co-authored-by: Ty Conner <tyconner@itcproductions.com>
* potential fix for issue 3919
---------
Co-authored-by: Ty Conner <tyconner@itcproductions.com>
* Added optional check for newer server binary. Changed DB Update to check only 'latest'
* Update OfflineConfiguration.cs
* Update Program.cs
* Update Config.js.example
Co-authored-by: Ty Conner <tyconner@itcproductions.com>