First working alpha, version a0.4 #7

Merged
dcrubro merged 22 commits from beta into master 2025-11-18 20:09:11 +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 {
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();

View File

@@ -37,7 +37,7 @@ int main(int argc, char** argv) {
sigaction(SIGTERM, &action, nullptr);*/
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)
LibSodiumWrapper sodiumWrapper = LibSodiumWrapper();