* Add base PROXY support implementation
* Remove some dynamic memory allocations
* Rewrite configuration reading module
* Make everything in core connector memory resource aware
* Add logs to check is proxy is used
* Add a proxy fallback, and read proxy from env
* Add config entry to check application
* Cleanup includes
* Ddd configuration dump to check application
* Update rhel8 packages
* Fix http headers bug when using proxy server
* Fix formatting
* Fix bad optional access
* Fix configuration check regresion
* Fix memory management issue, remove strict allocators and make connector more polite to memory overflow errors
* Fix initialization of core handler
* Add phone call authentication method
* Remove dynamic mem allocation from error handler
* Add more error handling code
* Move error handling to different file
* Remove Socket IO dependency
* cleanup in websocket code
* Add rapidjson as cmake dependency
* Added Dockerfiles as primary build system for packages
* Changed policy in CMakeList to work with lower version of CMake
* Fix opensuse builds
* Link filesystem library in gcc 8.5 or older