packages: ircd/ircd-config.patch - fix for irc2.11.2p3

marcus marcus at pld-linux.org
Thu Jan 6 20:17:01 CET 2011


Author: marcus                       Date: Thu Jan  6 19:17:01 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix for irc2.11.2p3

---- Files affected:
packages/ircd:
   ircd-config.patch (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/ircd/ircd-config.patch
diff -u packages/ircd/ircd-config.patch:1.10 packages/ircd/ircd-config.patch:1.11
--- packages/ircd/ircd-config.patch:1.10	Sat May 21 13:29:06 2005
+++ packages/ircd/ircd-config.patch	Thu Jan  6 20:16:55 2011
@@ -1,6 +1,6 @@
-diff -ur irc2.11.0b15.orig/support/config.h.dist irc2.11.0b15/support/config.h.dist
---- irc2.11.0b15.orig/support/config.h.dist	2004-10-27 14:51:38.000000000 +0200
-+++ irc2.11.0b15/support/config.h.dist	2004-10-27 14:52:19.774516864 +0200
+diff -uNr irc2.11.2p3.orig/support/config.h.dist irc2.11.2p3/support/config.h.dist
+--- irc2.11.2p3.orig/support/config.h.dist	2011-01-06 20:08:59.000000000 +0100
++++ irc2.11.2p3/support/config.h.dist	2011-01-06 20:15:23.000000000 +0100
 @@ -35,7 +35,7 @@
   * may want to log when ircdwatch reloads the config or when
   * ircd croaks and ircdwatch has to restart it
@@ -10,16 +10,16 @@
  #ifdef IRCDWATCH_USE_SYSLOG
  # define IRCDWATCH_SYSLOG_IDENT     "ircdwatch"
  # define IRCDWATCH_SYSLOG_OPTIONS   (LOG_PID)
-@@ -106,7 +106,7 @@
+@@ -111,7 +111,7 @@
   * Define this if you want to have TKLINE and UNTKLINE commands
   * for opers and services.
   */
 -#define TKLINE
 +#undef TKLINE
  
- /* 
-  * Operator rights can be precisely defined in O:line flags. However
-@@ -133,7 +133,7 @@
+ /* If you want tklines to be limited in time, define this (seconds). */
+ /* #define TKLINE_MAXTIME 86400 */
+@@ -147,7 +147,7 @@
   * 1 server = 1 connection, 1 user = 1 connection.
   * Due to various sanity checks during startup, minimum is 13.
   */
@@ -28,7 +28,7 @@
  
  /* MAXIMUM LINKS
   *
-@@ -170,7 +170,7 @@
+@@ -184,7 +184,7 @@
   * A HUB Server has many servers connect to it at the same as opposed
   * to a leaf which just has 1 server (typically the uplink).
   */
@@ -37,7 +37,7 @@
  
  #ifdef HUB
  /*
-@@ -257,12 +257,12 @@
+@@ -297,12 +297,12 @@
  /*
   * Define this if you want to log failed /oper attempts.
   */
@@ -52,7 +52,7 @@
  
  /*
   * Define this if you want to use crypted passwords for operators in your
-@@ -307,8 +307,8 @@
+@@ -347,8 +347,8 @@
   * This should only be defined if you are running as root...
   * and even then perhaps not.
   */
@@ -63,7 +63,7 @@
  
  /*
   * CLIENT_FLOOD
-@@ -352,7 +352,7 @@
+@@ -392,7 +392,7 @@
   * The library and the include files must have been found by configure,
   * if you have installed the zlib after running configure, run it again.
   */
@@ -72,24 +72,14 @@
  
  /*
   * Defining this will add an artificial 2 seconds delay for accepting
-@@ -473,8 +473,7 @@
- /* Following notice is sent before and after /LIST output.
-  * If you do not want such behaviour, undefine.
-  */
--#define LIST_ALIS_NOTE "Usage of /list for listing all channels is " \
--		       "deprecated. Please use \"/squery alis help\" instead."
-+/* #undef LIST_ALIS_NOTE "Usage of /list for listing all channels is deprecated. Please use \"/squery alis help\" instead." */
- 
- /* Define this to see when a channel topic was set and who it was set by.
- ** Warning: eats memory (around 5MB)
-@@ -498,8 +497,8 @@
+@@ -539,8 +539,8 @@
   *
   * Defining to 0 disables entering split-mode.
   */
--#define SPLIT_USERS	85000
--#define SPLIT_SERVERS	85
-+#define SPLIT_USERS	0
-+#define SPLIT_SERVERS	0
+-#define DEFAULT_SPLIT_USERS	65000
+-#define DEFAULT_SPLIT_SERVERS	80
++#define DEFAULT_SPLIT_USERS	0
++#define DEFAULT_SPLIT_SERVERS	0
  
  /*
  ** Notice sent to connecting users if the server is in the split-mode.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ircd/ircd-config.patch?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list