From: Gabriel B. <sh...@us...> - 2006-03-12 16:06:19
|
Update of /cvsroot/solidircd/solidircd-stable/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2097/include Modified Files: config.h struct.h Log Message: template clean up. Index: config.h =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** config.h 12 Mar 2006 14:59:21 -0000 1.19 --- config.h 12 Mar 2006 16:05:54 -0000 1.20 *************** *** 43,46 **** --- 43,47 ---- * unless they are on the same channel as you. */ + #define NO_DEFAULT_INVISIBLE *************** *** 131,135 **** /* * STRICT_LIST ! * This function is enabled by default it prevents it prevents unregistered * users from viewing channels using /list they're notified to use /qlist instead * this helps prevent spambots. --- 132,136 ---- /* * STRICT_LIST ! * This function is enabled by default it prevents unregistered * users from viewing channels using /list they're notified to use /qlist instead * this helps prevent spambots. *************** *** 143,149 **** /* * IRCOP_LIST ! * Define this if you want to enable the /ircops ! * This command will allow users to view the online opers, if ! * an ircop has +H it will not display them on this list. * Added by Sheik on 22/04/2005 * --- 144,149 ---- /* * IRCOP_LIST ! * This option will enable /ircops which list all the active ! * opers on the network, +H opers are excluded from this. * Added by Sheik on 22/04/2005 * *************** *** 190,193 **** --- 190,194 ---- + /* * HIDEULINEDSERVS *************** *** 201,205 **** #define HIDEULINEDSERVS 1 ! #undef THROTTLE_ENABLE /* --- 202,206 ---- #define HIDEULINEDSERVS 1 ! #define THROTTLE_ENABLE /* *************** *** 301,304 **** --- 302,306 ---- * services that are not noquit compliant. */ + #undef NOQUIT *************** *** 339,342 **** --- 341,345 ---- * unspecified times. A time of 0 will create a permanent gline. */ + #define DEFAULT_GLINE_TIME 30 *************** *** 365,375 **** * recipient of a "you are banned" message. */ ! #define LOCAL_BAN_NAME "k-line" ! #define NETWORK_BAN_NAME "autokill" ! #define LOCAL_BANNED_NAME "k-lined" ! #define NETWORK_BANNED_NAME "autokilled" ! #define SHUN_NAME "shun" ! #define SHUNNED_NAME "shunned" ! #define NETWORK_GLINE_NAME "g-line" #define NETWORK_GLINNED_NAME "g-lined" --- 368,379 ---- * recipient of a "you are banned" message. */ ! ! #define LOCAL_BAN_NAME "k-line" ! #define NETWORK_BAN_NAME "autokill" ! #define LOCAL_BANNED_NAME "k-lined" ! #define NETWORK_BANNED_NAME "autokilled" ! #define SHUN_NAME "shun" ! #define SHUNNED_NAME "shunned" ! #define NETWORK_GLINE_NAME "g-line" #define NETWORK_GLINNED_NAME "g-lined" *************** *** 381,384 **** --- 385,389 ---- * to connect */ + #define RFC1035_ANAL *************** *** 394,397 **** --- 399,403 ---- * to see usernames in /trace. */ + #define USERNAMES_IN_TRACE *************** *** 401,404 **** --- 407,411 ---- * I: lines to get ircd to do ident lookup even if you define this. */ + #undef DO_IDENTD *************** *** 422,425 **** --- 429,433 ---- * remove flood control for opers */ + #undef NO_OPER_FLOOD *************** *** 432,435 **** --- 440,445 ---- * a small net it might be an advantage to undefine it. */ + + #define SHOW_INVISIBLE_LUSERS *************** *** 446,449 **** --- 456,460 ---- * This makes them come as *** Debug, or *** Spy, etc. */ + #define NICER_UMODENOTICE_SEPARATION *************** *** 476,479 **** --- 487,491 ---- * */ + #define MAXIMUM_LINKS 1 *************** *** 483,486 **** --- 495,499 ---- * of client connection */ + #define IRCII_KLUDGE *************** *** 491,494 **** --- 504,508 ---- * Values greater than 8000 make no difference to the server. */ + #define CLIENT_FLOOD 2560 *************** *** 499,502 **** --- 513,517 ---- * files that the 'new' access lets them. */ + #define CMDLINE_CONFIG *************** *** 505,508 **** --- 520,524 ---- * to /oper and uses an incorrect password. */ + #define FAILED_OPER_NOTICE *************** *** 511,514 **** --- 527,531 ---- * local clients from nickflooding */ + #define ANTI_NICK_FLOOD *************** *** 516,519 **** --- 533,537 ---- * defaults allow 4 nick changes in 20 seconds */ + #define MAX_NICK_TIME 4 #define MAX_NICK_CHANGES 3 *************** *** 523,526 **** --- 541,545 ---- * I reccomend a max of 5 AWAY's in 3 Minutes */ + #define NO_AWAY_FLUD *************** *** 538,541 **** --- 557,561 ---- * enabled. */ + #define WARN_NO_NLINE *************** *** 557,560 **** --- 577,581 ---- * If level 3 is selected, USE_SYSLOG must be defined. */ + #define RIDICULOUS_PARANOIA_LEVEL 1 #if (RIDICULOUS_PARANOIA_LEVEL==3) *************** *** 571,574 **** --- 592,596 ---- * well as the default HelpServ topic request command. -srd */ + #define HELP_FORWARD_HS #ifdef HELP_FORWARD_HS *************** *** 621,624 **** --- 643,647 ---- * (They will all come from me.name) */ + #define NO_USER_SERVERKILLS #define NO_USER_OPERKILLS Index: struct.h =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/include/struct.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** struct.h 12 Mar 2006 14:59:21 -0000 1.8 --- struct.h 12 Mar 2006 16:05:54 -0000 1.9 *************** *** 318,322 **** #define UMODE_Y 0x02000000 /* umode +Y - Deaf Mode */ #define UMODE_C 0x04000000 /* umode +C - conops */ ! #define UMODE_W 0x08000000 /* umode +W - Oper Hide */ #define UMODE_v 0x10000000 /* umode +v - hostmasking */ #define UMODE_H 0x20000000 /* umode +H - Oper Hiding */ --- 318,322 ---- #define UMODE_Y 0x02000000 /* umode +Y - Deaf Mode */ #define UMODE_C 0x04000000 /* umode +C - conops */ ! #define UMODE_W 0x08000000 /* umode +W - Hides Channels & Server for IRCop's Whois */ #define UMODE_v 0x10000000 /* umode +v - hostmasking */ #define UMODE_H 0x20000000 /* umode +H - Oper Hiding */ *************** *** 468,475 **** #endif ! #define IsURSL(x) ((x)->flags & FLAGS_URSL) #define SetURSL(x) ((x)->flags |= FLAGS_URSL) #define ClearURSL(x) ((x)->flags &= ~FLAGS_URSL) #ifdef HAVE_SSL --- 468,476 ---- #endif ! #ifdef ENABLE_CHANNEL_MODE_D #define IsURSL(x) ((x)->flags & FLAGS_URSL) #define SetURSL(x) ((x)->flags |= FLAGS_URSL) #define ClearURSL(x) ((x)->flags &= ~FLAGS_URSL) + #endif #ifdef HAVE_SSL *************** *** 1364,1369 **** #define MODE_NONICK 0x080000 #define MODE_SSL 0x100000 #define MODE_RSL 0x200000 ! --- 1365,1371 ---- #define MODE_NONICK 0x080000 #define MODE_SSL 0x100000 + #ifdef ENABLE_CHANNEL_MODE_D #define MODE_RSL 0x200000 ! #endif |