[X2serv-cvs] [CVS] Module x3: Change committed
Brought to you by:
sirvulcan
From: Alex S. <ru...@us...> - 2005-03-23 05:48:46
|
Committer : Alex Schumann <ru...@us...> CVSROOT : /cvsroot/x2serv Module : x3 Commit time: 2005-03-23 05:48:21 UTC Modified files: ChangeLog.X3 x3.conf.example Log message: added sethost stuff to example config ---------------------- diff included ---------------------- Index: x3/ChangeLog.X3 diff -u x3/ChangeLog.X3:1.14 x3/ChangeLog.X3:1.15 --- x3/ChangeLog.X3:1.14 Sat Mar 19 17:43:54 2005 +++ x3/ChangeLog.X3 Tue Mar 22 21:48:11 2005 @@ -1,6 +1,10 @@ /*********************************************************************** X3 ChangeLog +2005-03-22 Alex Schumann <ru...@af...> + + * x3.conf.example: added sethost/fakehost settings to conf + 2005-03-19 Alex Schumann <ru...@af...> * chanserv.c: Changed style of command outputs, added userlevel back @@ -75,5 +79,5 @@ ***********************************************************************/ -#define CVS_VERSION "$Revision: 1.14 $" +#define CVS_VERSION "$Revision: 1.15 $" Index: x3/x3.conf.example diff -u x3/x3.conf.example:1.1 x3/x3.conf.example:1.2 --- x3/x3.conf.example:1.1 Sun Mar 6 19:51:23 2005 +++ x3/x3.conf.example Tue Mar 22 21:48:11 2005 @@ -133,6 +133,10 @@ "email_search_level" "600"; // minimum OpServ level to search based on email address "email_visible_level" "800"; // minimum OpServ level to see somebody's email address "sync_log" "1"; // Output password and email changes, plus registration to sync.log + "set_title_level" "900"; // min opserv level to set a title on an account + "set_fakehost_level" "1000"; //min opserv level to set a freeform fakehost + "titlehost_suffix" "AfterNET.Org"; // suffix to use with automatically generated fakehosts + }; "opserv" { ----------------------- End of diff ----------------------- |