From 0c7218df03ccb43d5e594e69eb03c250330283b5 Mon Sep 17 00:00:00 2001 From: "Kevin L. Mitchell" Date: Mon, 5 Jul 2010 21:28:54 +0000 Subject: [PATCH] Bump MAXBANS and MAXSILES, bump PATCHLEVEL for release git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1948 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 8 ++++++++ include/patchlevel.h | 2 +- ircd/ircd_features.c | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9df153..604aacd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-07-05 Kevin L. Mitchell + + * include/patchlevel.h (PATCHLEVEL): bump patchlevel from -rc2 to + actual 13 + + * ircd/ircd_features.c: bump MAXBANS from 45 to 50, and MAXSILES + from 15 to 25 + 2010-03-28 Michael Poole * ircd/gline.c: Replace CurrentTime with TStime(), and remove the diff --git a/include/patchlevel.h b/include/patchlevel.h index c45d788..dcdffbe 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -18,7 +18,7 @@ * $Id$ * */ -#define PATCHLEVEL "13-rc2" +#define PATCHLEVEL "13" #define RELEASE ".12." diff --git a/ircd/ircd_features.c b/ircd/ircd_features.c index baaa2bd..6d64f89 100644 --- a/ircd/ircd_features.c +++ b/ircd/ircd_features.c @@ -331,8 +331,8 @@ static struct FeatureDesc { F_I(MAXCHANNELSPERUSER, 0, 10, 0), F_I(NICKLEN, 0, 12, 0), F_I(AVBANLEN, 0, 40, 0), - F_I(MAXBANS, 0, 45, 0), - F_I(MAXSILES, 0, 15, 0), + F_I(MAXBANS, 0, 50, 0), + F_I(MAXSILES, 0, 25, 0), F_I(HANGONGOODLINK, 0, 300, 0), F_I(HANGONRETRYDELAY, 0, 10, 0), F_I(CONNECTTIMEOUT, 0, 90, 0), -- 2.20.1