This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Undernet IRC Server Source Code.".

The branch, u2_10_12_branch has been updated
       via  a791bdd3ea36d1916dd80d813d8e6d85fbd70bb6 (commit)
      from  82d1a349e2836e5708e9b19c04d2d3128af9042d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a791bdd3ea36d1916dd80d813d8e6d85fbd70bb6
Author: Michael Poole <[email protected]>
Date:   Thu Dec 22 20:18:53 2016 -0500

    MAXBANS: Increase default to 100.

diff --git a/doc/readme.features b/doc/readme.features
index 60cd3bf..3720ec8 100644
--- a/doc/readme.features
+++ b/doc/readme.features
@@ -293,7 +293,7 @@ This is the expected average ban mask length.  Leave it at 
40.
 
 MAXBANS
  * Type: integer
- * Default: 45
+ * Default: 100
 
 This is the maximum number of bans a user may set on a given channel.
 
diff --git a/ircd/ircd_features.c b/ircd/ircd_features.c
index b63347d..d618497 100644
--- a/ircd/ircd_features.c
+++ b/ircd/ircd_features.c
@@ -331,7 +331,7 @@ 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, 50, 0),
+  F_I(MAXBANS, 0, 100, 0),
   F_I(MAXSILES, 0, 25, 0),
   F_I(HANGONGOODLINK, 0, 300, 0),
   F_I(HANGONRETRYDELAY, 0, 10, 0),
-----------------------------------------------------------------------

Summary of changes:
 doc/readme.features  |    2 +-
 ircd/ircd_features.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Undernet IRC Server Source Code.
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to