From: Gabriel B. <sh...@us...> - 2006-03-12 17:24:06
|
Update of /cvsroot/solidircd/solidircd-stable/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10054/doc Modified Files: opers.txt reference.conf ssltutorial.txt template.conf Removed Files: ssl.txt Log Message: template updates. Index: opers.txt =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/opers.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** opers.txt 26 Dec 2005 17:47:06 -0000 1.2 --- opers.txt 12 Mar 2006 17:23:59 -0000 1.3 *************** *** 3,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: *************** *** 38,42 **** *+O - Is a local IRC Operator. *+C - Can see global connections/exits ! +*H - Allows you to hide your oper status =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= --- 39,44 ---- *+O - Is a local IRC Operator. *+C - Can see global connections/exits ! *+H - Allows you to hide your oper status ! *+W - Hide Servers & Channels on IRCop's whois from normal users. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Index: reference.conf =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/reference.conf,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** reference.conf 9 Jul 2005 15:11:12 -0000 1.3 --- reference.conf 12 Mar 2006 17:23:59 -0000 1.4 *************** *** 1,5 **** /* ========================================================================= * English Full detailed server configuration ! * Last revised by Gabriel Baez (sh...@so...) *========================================================================= */ --- 1,5 ---- /* ========================================================================= * English Full detailed server configuration ! * Last revised by Gabriel Baez (sh...@so...) on 13/03/2006 *========================================================================= */ *************** *** 197,209 **** * This means that if you want to be sure that your communication is secure, you and the person with whom you want to * communicate securely should both connect to the same SSL-capable server, and communicate via a query window. ! * If talking on a channel, be aware that everyone on the channel must be on a secure connection. * If one person on the channel is not on a secure connection, your communications on that channel will not be secure. * ! * To create your SSL certificate run the /makecert.sh file in ircd/ssl/. */ - - /* uncomment this if ssl is enable. ssl { certificate "ssl/vgc.pem"; # Server Certificate --- 197,209 ---- * This means that if you want to be sure that your communication is secure, you and the person with whom you want to * communicate securely should both connect to the same SSL-capable server, and communicate via a query window. ! * If talking on a channel, be aware that everyone on the channel must be on a secure connection * If one person on the channel is not on a secure connection, your communications on that channel will not be secure. + * + * Channel mode (+S) Only Allows secure connections to access the channel. * ! * To create your SSL certificate run the /makecert.sh file in ircd/ssl/ */ ssl { certificate "ssl/vgc.pem"; # Server Certificate *************** *** 212,216 **** }; ! */ --- 212,216 ---- }; ! *************** *** 822,824 **** --- 822,829 ---- */ + /* Elmer + * This file contains all the definitions that + * Elmer will use for translation + */ + include "elmer.conf" \ No newline at end of file Index: template.conf =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/template.conf,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** template.conf 12 Mar 2006 16:05:53 -0000 1.9 --- template.conf 12 Mar 2006 17:23:59 -0000 1.10 *************** *** 581,583 **** --- 581,589 ---- + + /* Elmer + * This file contains all the definitions that + * Elmer will use for translation + */ + include "elmer.conf"; \ No newline at end of file Index: ssltutorial.txt =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/ssltutorial.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ssltutorial.txt 26 Dec 2005 17:47:07 -0000 1.2 --- ssltutorial.txt 12 Mar 2006 17:23:59 -0000 1.3 *************** *** 3,9 **** Last revised by Gabriel Baez (sh...@so...) on 12/26/2005 - How to make solid-ircd ready for SSL? ! At first: Why? :) Information you exchange with an IRC server over a secure connection can not be viewed or changed by others. However, be aware that traffic between public servers --- 3,10 ---- Last revised by Gabriel Baez (sh...@so...) on 12/26/2005 ! ! Introduction to SSL ! ------------------- Information you exchange with an IRC server over a secure connection can not be viewed or changed by others. However, be aware that traffic between public servers *************** *** 13,27 **** and communicate via a query window. ! It's presumed that you have already configured, compiled and installed solid-ircd without any errors. In addition to that you should have installed the latest version of OpenSSL and Kerberos to use the SSL encryption. ! First we have to generate a public key and a secret key for SSL encryption with ! solid-ircd. For this purpose we have to use the "makecert.sh" shell script ! that's in the "ssl" directory of the solid-ircd source directory you extracted before. ! Change to the "ssl" directory and start the script: "./makecert.sh newcert" This ! will generate a new SSL certificate. All fields are self-explanatory, but pay attention to the input for "Common Name". That must be your FQDN (Fully Qualified Domain Name) of your IRCd's host (not your hub address or something), --- 14,29 ---- and communicate via a query window. ! ! In this tutorial It's presumed that you have already configured, compiled and installed solid-ircd without any errors. In addition to that you should have installed the latest version of OpenSSL and Kerberos to use the SSL encryption. ! First we have to generate a public key and a secret key for SSL encryption for ! solid-ircd. For this purpose you should use the "makecert.sh" shell script ! located in the "ssl" directory of the solid-ircd source directory you extracted before. ! Change to the "ssl" directory and start the script: "./makecert.sh -newcert" ! This will generate a new SSL certificate. All fields are self-explanatory, but pay attention to the input for "Common Name". That must be your FQDN (Fully Qualified Domain Name) of your IRCd's host (not your hub address or something), --- ssl.txt DELETED --- |