Bump version to Serene5.50
authorRemco Rijnders <remmy@serenity-irc.net>
Sat, 7 Mar 2026 17:17:36 +0000 (12:17 -0500)
committerRemco Rijnders <remmy@serenity-irc.net>
Sat, 7 Mar 2026 17:17:36 +0000 (12:17 -0500)
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 <noreply@anthropic.com>
Config
include/config.h
include/setup.h

diff --git a/Config b/Config
index 826d5989fd81a2e6c6e0197c4a0a09511cc8451b..3c12584e8d3b39bc41e4f62a2911a9262a84435f 100755 (executable)
--- a/Config
+++ b/Config
@@ -7,9 +7,9 @@
 # Modified August 1999 by GZ        <gz@starchat.net>
 #                         InnerFIRE <innerfire@starchat.net>
 
-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
index aefd6e43eda44367af9d065b834ac34e22b6da7c..1239ee791801cbf3dded39340323a60a892a61cd 100644 (file)
  * 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 */
index 88813d4cdafd3e633ae2b201270008c1f4a0ad25..69a9971ca62f3c4cc7b93585c53eb05c34f3b990 100644 (file)
@@ -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
 #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