From: Gabriel B. <sh...@us...> - 2006-03-12 14:59:24
|
Update of /cvsroot/solidircd/solidircd-stable/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31440/include Modified Files: config.h struct.h Log Message: Updates Refer to CHANGES & TODO. Index: config.h =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** config.h 12 Mar 2006 05:30:52 -0000 1.18 --- config.h 12 Mar 2006 14:59:21 -0000 1.19 *************** *** 719,723 **** * disable it! :) */ ! #undef DCCALLOW --- 719,723 ---- * disable it! :) */ ! #define DCCALLOW Index: struct.h =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/include/struct.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** struct.h 4 Dec 2005 07:14:07 -0000 1.7 --- struct.h 12 Mar 2006 14:59:21 -0000 1.8 *************** *** 318,322 **** #define UMODE_Y 0x02000000 /* umode +Y - Deaf Mode */ #define UMODE_C 0x04000000 /* umode +C - conops */ ! #define UMODE_W 0x08000000 /* umode +W - Hide all channels on whois */ #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 - Oper Hide */ #define UMODE_v 0x10000000 /* umode +v - hostmasking */ #define UMODE_H 0x20000000 /* umode +H - Oper Hiding */ |