[SithNet-Patches] [CVS] Module gnuworld-sithnet: Change committed
Brought to you by:
darthsidious_
From: Tim I. <dar...@us...> - 2003-08-21 23:15:54
|
Committer : Tim Ireland <dar...@us...> CVSROOT : /cvsroot/sithnet-dev Module : gnuworld-sithnet Commit time: 2003-08-21 23:15:48 UTC Modified files: ChangeLog.sithnet Added files: README.SithNet Log message: new commands added. see README.SithNet and ChangeLog.sithnet for info. ---------------------- diff included ---------------------- Index: gnuworld-sithnet/ChangeLog.sithnet diff -u gnuworld-sithnet/ChangeLog.sithnet:1.3 gnuworld-sithnet/ChangeLog.sithnet:1.4 --- gnuworld-sithnet/ChangeLog.sithnet:1.3 Thu Aug 21 10:43:04 2003 +++ gnuworld-sithnet/ChangeLog.sithnet Thu Aug 21 16:15:38 2003 @@ -1,3 +1,11 @@ +2003-08-22 Tim Ireland <dar...@us...> + * mod.cservice/ADMINKILLCommand.cc mod.cservice/levels.h + mod.cservice/KILLCommand.cc mod.cservice/cservice.h + mod.cservice/cservice.cc mod.cservice/cservice_config.h + mod.cservice/cserviceCommands.h mod.cservice/Makefile.am: + Finished off a couple of commands ive been coding occaisionally + Makefile MUST be regenned if you use the cservice module + 2003-08-21 Tim Ireland <dar...@us...> * mod.cservice/ADDUSERIDCommand.cc mod.cservice/cservice.cc mod.cservice/cserviceCommands.h mod.cservice/levels.h Index: gnuworld-sithnet/README.SithNet diff -u /dev/null gnuworld-sithnet/README.SithNet:1.1 --- /dev/null Thu Aug 21 16:15:48 2003 +++ gnuworld-sithnet/README.SithNet Thu Aug 21 16:15:38 2003 @@ -0,0 +1,18 @@ +BEFORE YOU ATTEMPT TO COMPILE THIS YOU MUST RUN ACLOCAL / AUTOCONF / +AUTOMAKE DUE TO SEVERAL COMMANDS BEING ADDED. IF YOU DONT DO THIS IT +WILL NOT WORK. + +new commands added are all in mod.cservice: ADDUSERID ADMINKILL and +KILL. +ADDUSERID allows *900 admins to directly add a user to the database. +ADMINKILL, if #defined, allows and *750 or higher admin to /kill a user +via /msg S ADMINKILL nick reason. +THIS IS A SECURITY RISK. unless you COMPLETELY trust your senior +administrators change the #define USE_ADMINKILL in cservice_config.h to +#undef USE_ADMINKILL +KILL: this is essentially the same, except only *1000 admins can make +use of it. +MAKEFILES IN MOD.CSERVICE MUST BE REGENNED IT YOU INTEND TO USE THE +CSERVICE MODULE (aclocal, autoconf and automake) + +-Darth ----------------------- End of diff ----------------------- |