From: Remco Rijnders Date: Sat, 7 Mar 2026 17:17:36 +0000 (-0500) Subject: Bump version to Serene5.50 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=303cf556f39e1478bf45d2514f82bbb37de24750;p=serene-ircd.git Bump version to Serene5.50 Reflects the major modernization work: block-based config format, compile-time settings migrated to runtime, and zero-config startup. Also cleans up stale defines from setup.h that are now runtime settings and fixes broken comment syntax in config.h DPATH/SPATH fallbacks. Co-Authored-By: Claude Opus 4.6 --- diff --git a/Config b/Config index 826d598..3c12584 100755 --- a/Config +++ b/Config @@ -7,9 +7,9 @@ # Modified August 1999 by GZ # InnerFIRE -IRCD_VERSION="Serene5.28" +IRCD_VERSION="Serene5.50" CONF_DATE=`date` -LAST_VERSION="Serene5.27" +LAST_VERSION="Serene5.28" # trap "" 13 14 15 MV=mv diff --git a/include/config.h b/include/config.h index aefd6e4..1239ee7 100644 --- a/include/config.h +++ b/include/config.h @@ -69,10 +69,10 @@ * Full pathnames and defaults of irc system's support files. */ #ifndef DPATH -#define DPATH "/usr/local/lib/ircd" *//* dir where all ircd stuff is */ +#define DPATH "/usr/local/lib/ircd" /* dir where all ircd stuff is */ #endif #ifndef SPATH -#define SPATH "/usr/local/bin/ircd" *//* path to server executeable */ +#define SPATH "/usr/local/bin/ircd" /* path to server executable */ #endif #define CPATH "ircd.conf" /* server configuration file */ #define MPATH "ircd.motd" /* server MOTD file */ diff --git a/include/setup.h b/include/setup.h index 88813d4..69a9971 100644 --- a/include/setup.h +++ b/include/setup.h @@ -1,4 +1,4 @@ -#define IRCD_VERSION "Serene5.28" +#define IRCD_VERSION "Serene5.50" #undef HAVE_PARAM_H #define HAVE_UNISTD_H #define HAVE_STRING_H @@ -21,12 +21,5 @@ #undef HAVE_BSD_SIGNALS #undef HAVE_TIMES_2 #define HAVE_GETRUSAGE_2 -#define DPATH "/home/remmy/ircd" -#define SPATH "/home/remmy/ircd/ircd" #define MAXCONNECTIONS 1024 -#define CRYPT_OPER_PASSWORD 1 -#define CRYPT_ILINE_PASSWORD 1 -#define CONTACT_URL "http://www.serenity-irc.net/connect.html" -#define SERVICES_NAME "Services.Serenity-IRC.Net" -#define KLINE_ADDRESS "remmy@serenity-irc.net" #define ZIP_LINKS 1