[srvx-commits] CVS: services AUTHORS,1.14,1.15 INSTALL,1.21,1.22 README,1.7,1.8
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2002-10-21 02:26:09
|
Update of /cvsroot/srvx/services In directory usw-pr-cvs1:/tmp/cvs-serv12207 Modified Files: AUTHORS INSTALL README Log Message: Bring the srvx documentation up to date for the 1.2rc1 release. Index: AUTHORS =================================================================== RCS file: /cvsroot/srvx/services/AUTHORS,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** AUTHORS 24 Aug 2002 19:08:02 -0000 1.14 --- AUTHORS 21 Oct 2002 02:26:07 -0000 1.15 *************** *** 1,21 **** ! You can find us on irc.gamesnet.net in #srvx ! -------------------------------------------- Project Admins: ! def <de...@vt...> ! Entrope <en...@us...> Coders: ! def <de...@vt...> ! Entrope <en...@us...> ! Jedi <je...@tu...> SailorFrag <sai...@us...> ! Zoot <zo...@us...> Code Contributors: Phooeybane <pho...@gl...> ! Portal <po...@vt...> Documentation: Phooeybane <pho...@gl...> Seldon --- 1,23 ---- ! srvx Development Team Project Admins: ! def <de...@vt...> ! Entrope <en...@us...> Coders: ! def <de...@vt...> ! Entrope <en...@us...> ! Jedi <je...@tu...> SailorFrag <sai...@us...> ! Zoot <zo...@ga...> Code Contributors: Phooeybane <pho...@gl...> ! Portal <po...@vt...> Documentation: Phooeybane <pho...@gl...> Seldon + + You can find the team on irc.gamesnet.net, in #srvx. Bug reports, + feature requests, criticism or praise are welcome. We love feedback. Index: INSTALL =================================================================== RCS file: /cvsroot/srvx/services/INSTALL,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** INSTALL 6 May 2002 23:33:14 -0000 1.21 --- INSTALL 21 Oct 2002 02:26:07 -0000 1.22 *************** *** 1,19 **** srvx Installation Instructions srvx is known to compile on the following systems as long as you are using GNU make (make on Linux, gmake on many other systems): ! * Linux (libc5 or glibc2); glibc2.1 recommended+ ( SPARC, ALPHA, x86, PPC ) ! * FreeBSD 4.x; tested on 4.2-RELEASE and 4.2-STABLE ( SPARC, x86 ) ! * FreeBSD 3.x; tested on 3.3-RELEASE and 3.4-STABLE ( SPARC, x86 ) ! * FreeBSD 2.x; tested on 2.2.8-RELEASE ( SPARC, x86 ) ! * NetBSD 1.x; tested on 1.4.1 and 1.4.2 ( ALPHA, MIPS, x86 ) ! * SunOS 5.x; tested on 5.8 ( SPARC, x86 ) ! * OpenBSD 2.x; tested on 2.8 ( x86 ) ! * BSDi 4.x; tested on 4.0.1 ( x86 ) ! * CYGWIN 1.1.x and 1.3.x; tested on 1.1.8 ( x86 ) ! For the Linux kernel, srvx has been tested on Debian 2.x, Redhat 5.x, ! Redhat 6.x and Redhat 7.x. srvx should compile on other system types also. If you have success --- 1,39 ---- srvx Installation Instructions + Introduction: + ---------- + If you encounter any problems compiling/running srvx, please make sure + you have followed the directions in this file correctly and that all + of the requirements listed below are met. + + If the problem persists, report it to one (or all) of the coders + listed in the AUTHORS file. Please try to include ALL relevant + information about the error/bug, including anything out of the + ordinary reported from make and the appropriate entries from the log + files. + + Requirements: + ---------- + This release of srvx (1.2) only supports the Undernet P10 and Bahamut + protocols and is known to link with ircu/Universal (u2.10.09), + ircu/Undernet (u2.10.10, u2.10.11), ircu-lain, and Bahamut 1.4.32. It + does not support hybrid, Unreal, or any other ircd not listed. Should + you find other compatible ircds, please let us know. + srvx is known to compile on the following systems as long as you are using GNU make (make on Linux, gmake on many other systems): ! * Linux (libc5 or glibc2); glibc2.1 recommended+ (SPARC, ALPHA, x86, PPC) ! * FreeBSD 4.x; tested on 4.2-RELEASE and 4.2-STABLE (SPARC, x86) ! * FreeBSD 3.x; tested on 3.3-RELEASE and 3.4-STABLE (SPARC, x86) ! * FreeBSD 2.x; tested on 2.2.8-RELEASE (SPARC, x86) ! * NetBSD 1.x; tested on 1.4.1 and 1.4.2 (ALPHA, MIPS, x86) ! * SunOS 5.x; tested on 5.8 (SPARC, x86) ! * OpenBSD 2.x; tested on 2.8 (x86) ! * BSDi 4.x; tested on 4.0.1 (x86) ! * CYGWIN 1.1.x and 1.3.x; tested on 1.1.8 (x86) ! For the Linux kernel, srvx has been tested on Debian 2.x - 3.x, and ! Redhat 5.x - 7.x. srvx should compile on other system types also. If you have success *************** *** 29,51 **** almost all our testing, and we recommend it for use with srvx. - Introduction: - ~~~~~~~~~~~~ - If you encounter any problems compiling/running srvx, please - report it to one (or all) of the coders listed in the AUTHORS - file. Please try to include ALL relevant information about the error/bug, - including anything out of the ordinary reported from make. - Quick Install: ! ~~~~~~~~~~~~~ $ ./configure ! NOTE: If you are trying to link to a version of IRCU derived from ! Undernet's ircu (irc u2.10.10 or above), you should give the ! --with-undernet flag to configure, like this: ! $ ./configure --with-undernet $ make # make install Compiling: ! ~~~~~~~~~ 1) Enter the root directory of the srvx tree. If installation is done from outside of it, it may cause problems during compile, or during --- 49,65 ---- almost all our testing, and we recommend it for use with srvx. Quick Install: ! ---------- $ ./configure ! NOTE: The protocol the resulting srvx binary will support is ! determined by the configure script. The P10 protocol is the ! default; if you would like to link to Bahamut, you must pass ! the --with-protocol=bahamut flag to the configure script: ! $ ./configure --with-protocol=bahamut $ make # make install Compiling: ! ---------- 1) Enter the root directory of the srvx tree. If installation is done from outside of it, it may cause problems during compile, or during *************** *** 57,61 **** execute configure with the --prefix=/path option. The default path is ~/srvx-X.X.X/, with the X's representing the version. See the ! note in "Quick Install" if you are linking to ircu2.10.10. 3) On some systems you may need to edit the Makefile in order for --- 71,75 ---- execute configure with the --prefix=/path option. The default path is ~/srvx-X.X.X/, with the X's representing the version. See the ! note in "Quick Install" if you are linking to Bahamut. 3) On some systems you may need to edit the Makefile in order for *************** *** 78,86 **** 8) Copy srvx.conf.example to srvx.conf and edit to suit your ! needs. Any errors in the config file will be made aware to you ! once you start the daemon. If you disable nick ownership or enable ! the email features, you should copy srvx.conf to the src directory ! and re-run make; this will regenerate the help files (especially ! for NickServ) to include the appropriate entries. You can also do this by hand using the expnhelp program in src: ./src/expnhelp < nickserv.help.m4 > nickserv.help --- 92,103 ---- 8) Copy srvx.conf.example to srvx.conf and edit to suit your ! needs. Errors in the configuration file will be logged to ! main.log (and if srvx is running in the foreground, printed to ! stdout) when you start the daemon. If you disable nick ownership ! or enable the email features, you should copy srvx.conf to the ! src directory and re-run make; this will regenerate the help ! files (especially for NickServ) to include the appropriate ! entries. ! You can also do this by hand using the expnhelp program in src: ./src/expnhelp < nickserv.help.m4 > nickserv.help *************** *** 88,99 **** 9) You can now begin using your service bots. You can debug by running it with '-fV', it will not background itself, and it ! will be fairly verbose. If you would like to run in the foreground ! with no verbosity, use the '-f' flag. If you just want to run it, execute srvx without any flags. 10) Once you have srvx started, you'll need to register a NickServ ! account. Make sure that you register the first account - it is automatically granted certain privileges and gives you root-level access to OpServ once you are opered up. End of file, INSTALL. --- 105,129 ---- 9) You can now begin using your service bots. You can debug by running it with '-fV', it will not background itself, and it ! will be fairly verbose if you gave the configure script the ! --enable-debug flag. If you would like to run in the foreground ! with no verbosity, use the '-f' flag. If you just want to run it, execute srvx without any flags. 10) Once you have srvx started, you'll need to register a NickServ ! account: ! /msg Nic...@se... register <account> <password> ! Make sure that you register the first account -- it is automatically granted certain privileges and gives you root-level access to OpServ once you are opered up. + + 11) New operators can be given access to OpServ through NickServ's + (or whatever you've named the nick/authentication service) oset + command: + /msg NickServ oset <nick>|*<account> level <level> + Levels are generally beween 0 and 1000 by convention; higher + numbers correspond to more access. You can also add helpers + (users with extra privileges such as security override in + traditional configurations) through NickServ: + /msg NickServ oset <nick>|*<account> flags +H End of file, INSTALL. Index: README =================================================================== RCS file: /cvsroot/srvx/services/README,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** README 30 Jul 2002 02:15:12 -0000 1.7 --- README 21 Oct 2002 02:26:07 -0000 1.8 *************** *** 2,35 **** Description: ! ~~~~~~~~~~~ ! srvx is a complete set of services for IRCu 2.10.09+ based ! networks. It aims to be both highly efficient and extensible. Features ! include Wingate, SOCKS4, and SOCKS5 proxy detection and all the ! standard services users expect e.g. ChanServ, NickServ, and OpServ. Installation: ! ~~~~~~~~~~~~ ! Please read the INSTALL file. All steps for installation are ! listed within that file. Support: ! ~~~~~~~ ! There are several conditions under which we WILL NOT support ! your use of these services. (The license may permit such uses, but we ! do not wish to encourage them.) Specifically: ! - Use under Windows. srvx can work to some extent under the Cygwin ! (http://www.cygwin.com/) environment, but Windows as a whole departs significantly from standard APIs and is difficult to support. ! - Alteration of credits. If you change the credits in your version ! of the code so as to obscure the original authorship of the program, ! we will not support you. If you want to use our code -- especially ! if you want us to answer your questions about it -- do the decent ! thing and preserve the credits that are in the code we distribute. Contacts: ! ~~~~~~~~ ! check AUTHORS file End of file, README. --- 2,44 ---- Description: ! ---------- ! srvx is a complete set of services for ircu/Universal or ircu/Undernet ! P10 protocol networks. It aims to be highly efficient, flexible, and ! extensible. Features include advanced proxy detection and all the ! standard services users expect e.g. ChanServ, NickServ, OpServ, ! HelpServ, and Global. ! ! srvx is open source software; the source is available for download ! under the terms and conditions of the GNU General Public License, ! commonly known as the GNU GPL. ! ! The official srvx web site is available at http://www.srvx.net/. Installation: ! ---------- ! Please read the INSTALL file for installation instructions. Support: ! ---------- ! There are several conditions under which we WILL NOT support your use ! of these services. (The license may permit such uses, but we do not ! wish to encourage them.) ! ! Specifically: ! - Use under Windows. srvx can work to some extent under the Cygwin ! (http://www.cygwin.com/) environment, but Windows as a whole departs significantly from standard APIs and is difficult to support. ! - Alteration of credits. If you change the credits in your version of ! the code so as to obscure the original authorship of the program, we ! will not support you. If you want to use our code -- especially if ! you want us to answer your questions about it -- do the decent thing ! and preserve the credits that are in the code we distribute. Contacts: ! ---------- ! The AUTHORS file contains contact information for the srvx Development ! Team. End of file, README. |