First working alpha, version a0.4. #6

Merged
dcrubro merged 21 commits from dev into beta 2025-11-18 20:07:30 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9252425bdf - Show all commits

View File

@@ -51,7 +51,7 @@ int main(int argc, char** argv) {
try { try {
log("ColumnLynx Client, Version " + getVersion()); log("ColumnLynx Client, Version " + getVersion());
log("This software is licensed under the GPLv3. See LICENSE for details."); log("This software is licensed under the GPLv2 only OR the GPLv3. See LICENSE for details.");
LibSodiumWrapper sodiumWrapper = LibSodiumWrapper(); LibSodiumWrapper sodiumWrapper = LibSodiumWrapper();

View File

@@ -37,7 +37,7 @@ int main(int argc, char** argv) {
sigaction(SIGTERM, &action, nullptr);*/ sigaction(SIGTERM, &action, nullptr);*/
log("ColumnLynx Server, Version " + getVersion()); log("ColumnLynx Server, Version " + getVersion());
log("This software is licensed under the GPLv3. See LICENSE for details."); log("This software is licensed under the GPLv2 only OR the GPLv3. See LICENSE for details.");
// Generate a temporary keypair, replace with actual CA signed keys later (Note, these are stored in memory) // Generate a temporary keypair, replace with actual CA signed keys later (Note, these are stored in memory)
LibSodiumWrapper sodiumWrapper = LibSodiumWrapper(); LibSodiumWrapper sodiumWrapper = LibSodiumWrapper();