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>
# 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
* 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 */
-#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