From: Gabriel B. <sh...@us...> - 2006-03-18 04:46:29
|
Update of /cvsroot/solidircd/solidircd-stable/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18995/doc Modified Files: clones.txt opers.txt reference.conf template.conf Log Message: changing the message to something shorter. Index: opers.txt =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/opers.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** opers.txt 18 Mar 2006 00:36:03 -0000 1.5 --- opers.txt 18 Mar 2006 04:46:23 -0000 1.6 *************** *** 3,7 **** - 11/13/02 - srd (sr...@da...) - 10/02/04 - Quension (que...@da...) ! - 12/03/2006 - Sheik (sh...@so...) Based upon opers.txt for ircd-hybrid by: --- 3,7 ---- - 11/13/02 - srd (sr...@da...) - 10/02/04 - Quension (que...@da...) ! - 17/03/2006 - Sheik (sh...@so...) Based upon opers.txt for ircd-hybrid by: *************** *** 93,96 **** --- 93,97 ---- ? - Shows network traffic statistics * b - Shows the list of g-lines + * x - Shows the list of shuns. CONNECT - CONNECT <server_A> [port [server_B]] *************** *** 196,200 **** ! +SHUN - SHUN [seconds] <nick|user@host> :[reason] Freezes the user from the entire network for the specified amount of seconds. --- 197,201 ---- ! + SHUN - SHUN [seconds] <nick|user@host> :[reason] Freezes the user from the entire network for the specified amount of seconds. *************** *** 203,214 **** ! +FREEZE - FREEZE <nick> ! This will freeze the user for a temporary amount of time ! if they reconnect it will wear off. ! +UNFREEZE - UNFREEZE <nick> ! This will unset freeze. --- 204,215 ---- ! + FREEZE - FREEZE <nick> ! This will freeze the user for a temporary amount of time ! if they reconnect it will wear off. ! + UNFREEZE - UNFREEZE <nick> ! This will unset freeze. Index: template.conf =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/template.conf,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** template.conf 12 Mar 2006 17:23:59 -0000 1.10 --- template.conf 18 Mar 2006 04:46:23 -0000 1.11 *************** *** 1,5 **** /* ========================================================================= * English Full detailed server configuration ! * Last revised by Gabriel Baez (sh...@so...) on 12/3/2006 * Read reference.conf for more detailed information on this template *========================================================================= --- 1,5 ---- /* ========================================================================= * English Full detailed server configuration ! * Last revised by Gabriel Baez (sh...@so...) on 17/3/2006 * Read reference.conf for more detailed information on this template *========================================================================= *************** *** 491,494 **** --- 491,495 ---- restrict { type nick; mask "HelpServ"; reason "reserved for services"; }; restrict { type nick; mask "services"; reason "reserved for services"; }; + restrict { type nick; mask "CarbonCopy"; reason "reserved for services"; }; /* Index: clones.txt =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/clones.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** clones.txt 27 Jun 2005 03:02:57 -0000 1.1.1.1 --- clones.txt 18 Mar 2006 04:46:23 -0000 1.2 *************** *** 1,4 **** --- 1,5 ---- $Id$ Originally written by Trevor Talbot (Quension) in October 2004. + Last revised by Gabriel Baez (Sheik) 17/03/2006. Index: reference.conf =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/reference.conf,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** reference.conf 12 Mar 2006 17:23:59 -0000 1.4 --- reference.conf 18 Mar 2006 04:46:23 -0000 1.5 *************** *** 1,5 **** /* ========================================================================= * English Full detailed server configuration ! * Last revised by Gabriel Baez (sh...@so...) on 13/03/2006 *========================================================================= */ --- 1,5 ---- /* ========================================================================= * English Full detailed server configuration ! * Last revised by Gabriel Baez (sh...@so...) on 17/03/2006 *========================================================================= */ *************** *** 59,63 **** - /* * Options [OPTIONAL] --- 59,62 ---- *************** *** 105,110 **** - - /* * The services and stats IRC server names are used for the shortform --- 104,107 ---- *************** *** 214,219 **** - - /* Port [REQUIRED] * The Port blocks define where the server will accept connections. At --- 211,214 ---- *************** *** 733,736 **** --- 728,732 ---- restrict { type nick; mask "HelpServ"; reason "reserved for services"; }; restrict { type nick; mask "services"; reason "reserved for services"; }; + restrict { type nick; mask "CarbonCopy"; reason "reserved for services"; }; /* |