ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid-7.3/etc/example.conf (file contents):
Revision 1068 by michael, Tue Feb 16 23:01:26 2010 UTC vs.
Revision 1070 by michael, Tue Feb 16 23:40:20 2010 UTC

# Line 43 | Line 43
43   */
44   serverinfo {
45          /*
46 <         * name: the name of our server.  This cannot be changed at runtime.
46 >         * name: the name of this server.  This cannot be changed at runtime.
47           */
48          name = "hades.arpa";
49  
# Line 106 | Line 106 | serverinfo {
106  
107          /*
108           * ssl_certificate_file: the path to the file containing our
109 <         * ssl certificate
110 <         * for encrypted client connection.
109 >         * ssl certificate for encrypted client connection.
110           *
111           * This assumes your private RSA key is stored in rsa.key. You
112           * MUST have an RSA key in order to generate the certificate
# Line 379 | Line 378 | operator {
378  
379          /*
380           * password: the password required to oper.  By default this will
381 <         * need to be encrypted using 'mkpasswd'.  MD5 is supported.
381 >         * need to be encrypted by using the provided mkpasswd tool.
382 >         * Several password hash algorithms are available depending
383 >         * on your system's crypt() implementation. For example, a modern
384 >         * glibc already has support for SHA-256/512, and MD5 encryption
385 >         * algorithms.
386           */
387 <        password = "etcnjl8juSU1E";
387 >        password = "$5$x5zof8qe.Yc7/bPp$5zIg1Le2Lsgd4CvOjaD20pr5PmcfD7ha/9b2.TaUyG4";
388  
389          /*
390           * encrypted: controls whether the oper password above has been
391 <         * encrypted.  (OLD CRYPT_OPER_PASSWORD now optional per operator)
391 >         * encrypted.
392           */
393          encrypted = yes;
394  
# Line 495 | Line 498 | connect {
498  
499          /*
500           * encrypted: controls whether the accept_password above has been
501 <         * encrypted.  (OLD CRYPT_LINK_PASSWORD now optional per connect)
501 >         * encrypted.
502           */
503          encrypted = no;
504  
# Line 921 | Line 924 | serverhide {
924   */
925   general {
926          /* max_watch: maximum WATCH entries a client can have. */
927 <        max_watch = 64;
927 >        max_watch = 60;
928  
929          /*
930           * gline_min_cidr: the minimum required length of a CIDR bitmask
# Line 1306 | Line 1309 | modules {
1309           * path: other paths to search for modules specified below
1310           * and in /modload.
1311           */
1312 <        path = "@LIBDIR@/modules";
1313 <        path = "@LIBDIR@/modules/autoload";
1312 >        path = "/usr/local/ircd/lib/ircd-hybrid/modules";
1313 >        path = "/usr/local/ircd/lib/ircd-hybrid/modules/autoload";
1314  
1315          /* module: the name of a module to load on startup/rehash */
1316          #module = "some_module.la";

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)