You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, dealing with TSettings in Common.h is very tedious (for example when wanting to output all settings for flush them, as requested in #158 ). In addition, Settings access is currently not threadsafe, and encapsulation of security related settings (i.e. AuthKey) from the rest of the application is implemented in a crude manner.
Settings need to be refactored into an abstraction that least supports:
Thread safe access
Some form of rudimentary support / foresight in implementation to be able to handle them from within the Lua interpreter
Masking individual settings from parts of the application for security reasons
The text was updated successfully, but these errors were encountered:
Currently, dealing with TSettings in Common.h is very tedious (for example when wanting to output all settings for flush them, as requested in #158 ). In addition, Settings access is currently not threadsafe, and encapsulation of security related settings (i.e. AuthKey) from the rest of the application is implemented in a crude manner.
Settings need to be refactored into an abstraction that least supports:
The text was updated successfully, but these errors were encountered: