Update of /cvsroot/solidircd/solidircd-stable/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23436/include
Modified Files:
config.h
Log Message:
Freezed & shunned users can't join or part any new or current channels.
Index: config.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** config.h 18 Mar 2006 05:57:08 -0000 1.25
--- config.h 19 Mar 2006 17:16:32 -0000 1.26
***************
*** 187,191 ****
! #undef PLUS_R_TO_NONREG_WARN
--- 187,191 ----
! #define PLUS_R_TO_NONREG_WARN
***************
*** 228,259 ****
- /* MAGICWAND_FREEZE
- * This will basically send a message to the user when they're frozen,
- * such as (A magic wand has been waved over your head and frozen you)
- *
- */
-
- #define MAGICWAND_FREEZE
-
- /* MAGICWAND_ELMER
- * This will basically send a message to the user when they're elmered.
- *
- */
-
- #define MAGICWAND_ELMER
-
- /* MAGICWAND_SILLY
- * This will basically send a message to the user when they're sillied
- *
- */
-
- #define MAGICWAND_SILLY
-
- /* MAGIWAND_NORMAL
- * This will basically send a message to the user when they're set to normal.
- *
- */
- #define MAGICWAND_NORMAL
-
/*
--- 228,231 ----
***************
*** 316,319 ****
--- 288,292 ----
* servers only. If not defined, the target may be on any server.
*/
+
#define SUPER_TARGETS_ONLY
***************
*** 448,452 ****
/* IDENTD_COMPLAIN - yell at users that don't have identd installed */
! #define IDENTD_COMPLAIN
/*
--- 421,425 ----
/* IDENTD_COMPLAIN - yell at users that don't have identd installed */
! #undef IDENTD_COMPLAIN
/*
***************
*** 542,546 ****
*/
! #define CLIENT_FLOOD 2560
/*
--- 515,519 ----
*/
! #define CLIENT_FLOOD 1560
/*
***************
*** 687,691 ****
#define NO_USER_STATS
/* #undef NO_LOCAL_USER_STATS */
! /* #undef NO_USER_TRACE */
/* #undef NO_USER_OPERTARGETED_COMMANDS */
/* #undef HIDE_NUMERIC_SOURCE */
--- 660,664 ----
#define NO_USER_STATS
/* #undef NO_LOCAL_USER_STATS */
! #define NO_USER_TRACE
/* #undef NO_USER_OPERTARGETED_COMMANDS */
/* #undef HIDE_NUMERIC_SOURCE */
***************
*** 779,783 ****
* disable it! :)
*/
! #define DCCALLOW
--- 752,757 ----
* disable it! :)
*/
!
! #undef DCCALLOW
***************
*** 852,856 ****
* internal send buffering when socket is stuck (bytes)
*/
! #define MAXSENDQLENGTH 5050000
/*
--- 826,831 ----
* internal send buffering when socket is stuck (bytes)
*/
!
! #define MAXSENDQLENGTH 5050000 /* Recommended value: 5050000 */
/*
***************
*** 861,864 ****
--- 836,840 ----
* 2) seconds, then the connection will be closed.
*/
+
#define PINGFREQUENCY 120 /* Recommended value: 120 */
|