From: Gabriel B. <sh...@us...> - 2006-06-25 22:53:05
|
Update of /cvsroot/solidircd/solidircd-stable In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31589 Modified Files: CHANGES README Log Message: Minor changes. Index: README =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/README,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** README 12 Mar 2006 19:47:50 -0000 1.6 --- README 25 Jun 2006 22:53:00 -0000 1.7 *************** *** 28,31 **** --- 28,34 ---- in docs/template.conf lots of changes have been made. + There are some settings in include/config.h that you can enable/disabled if anything is changed it + will require for the ircd to be recompiled and restarded. + *** IMPORTANT *** Please send any SECURITY RELATED bugs to sh...@so... - any Index: CHANGES =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/CHANGES,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** CHANGES 25 Jun 2006 21:03:34 -0000 1.25 --- CHANGES 25 Jun 2006 22:53:00 -0000 1.26 *************** *** 15,20 **** ------------------------- ! 25/6/2006 - Changed Oper Walk to be for Services Administrators only. ! ------------------ --- 15,21 ---- ------------------------- ! 25/6/2006 - Changed OperWalk and OperMode to be for Services Administrators only. ! 25/6/2006 - Added Denora on the list of aliases so /ds should send privmsg to denora. ! 25/6/2006 - Removed the freeze code it was buggy and shun performs the same function anyway. ------------------ |