Update for latest design consideratiosn

This commit is contained in:
Xaymar
2026-02-01 16:37:58 +01:00
parent e1fbf5303c
commit a47c660f06
32 changed files with 20 additions and 2080 deletions
-11
View File
@@ -10,14 +10,3 @@ Redistribution and use in source and binary forms, with or without modification,
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
## Third Party Projects & Licenses
| Project | Copyright (c) | License |
|---|---|---|
| boost::asio (WebSocket++) | | Boost Software License - Version 1.0 |
| libpqxx | 2000-2026 Jeroen T. Vermeulen | [3-Clause BSD License](https://github.com/jtv/libpqxx/blob/master/COPYING) |
| nlohmann::json | 2013-2026 Niels Lohmann | [MIT License](https://github.com/nlohmann/json/blob/develop/LICENSE.MIT) |
| WebSocket++ | 2014 Peter Thorson | [Modified 3-Clause BSD License](https://github.com/zaphoyd/websocketpp/blob/master/COPYING) |
### Notes
- We've applied the ASIO compatibility patches to WebSocket++ in order to use the newest versions.