7 Commits

Author SHA1 Message Date
rtw1x1
60ee35e921 Networking Overhaul: Modern packets, buffers, handshake, dispatch & security hardening
See Readme
2026-02-08 07:35:02 +00:00
rtw1x1
db87d068bc XChaCha20-Poly1305 via libsodium 2026-02-03 11:11:37 +00:00
d1str4ught
4f75aa1acd logging changed to spdlog 2025-09-22 04:14:59 +02:00
mq1n
c987a9f2f1 Update CMake minimum required version to 3.10
Raised the minimum required CMake version to 3.10 in cryptopp and zlib CMakeLists.txt files to ensure compatibility with newer CMake features and improve build consistency
>>
-- Could NOT find ZSTD (missing: ZSTD_LIBRARIES ZSTD_INCLUDE_DIRS)
CMake Error at vendor/mariadb-connector-c-3.4.5/external/zlib/CMakeLists.txt:1

CMake Error at vendor/cryptopp/CMakeLists.txt:34 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

(cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

-- Configuring incomplete, errors occurred!
2025-08-23 09:12:29 +03:00
d1str4ught
5c9ae80bcd removed ponintless ENABLE_PORT_SECURITY define & reorganized config loading 2025-08-22 17:36:28 +02:00
d1str4ught
d87277458c game and db is building on windows 2025-08-18 03:33:51 +02:00
d1str4ught
da0a923cde mariadb connector added under vendor 2025-08-18 02:05:32 +02:00