| 1 |
|
/* doc/example.conf - ircd-hybrid-7 Example configuration file |
| 2 |
< |
* Copyright (C) 2000-2006 Hybrid Development Team |
| 2 |
> |
* Copyright (C) 2000-2009 Hybrid Development Team |
| 3 |
|
* |
| 4 |
|
* Written by ejb, wcampbel, db, leeh and others |
| 5 |
|
* Other example configurations can be found in the source dir under |
| 76 |
|
|
| 77 |
|
/* |
| 78 |
|
* vhost: the IP to bind to when we connect outward to ipv4 servers. |
| 79 |
< |
* This should be an ipv4 IP only, or "* for INADDR_ANY. |
| 79 |
> |
* This should be an ipv4 IP only, or "*" for INADDR_ANY. |
| 80 |
|
*/ |
| 81 |
|
#vhost = "192.169.0.1"; |
| 82 |
|
|
| 83 |
|
/* |
| 84 |
|
* vhost6: the IP to bind to when we connect outward to ipv6 servers. |
| 85 |
< |
* This should be an ipv6 IP only, or "* for INADDR_ANY. |
| 85 |
> |
* This should be an ipv6 IP only, or "*" for INADDR_ANY. |
| 86 |
|
*/ |
| 87 |
|
#vhost6 = "3ffe:80e8:546::2"; |
| 88 |
|
|
| 124 |
|
* E-mail: you@domain.com |
| 125 |
|
*/ |
| 126 |
|
#ssl_certificate_file = "/usr/local/ircd/etc/cert.pem"; |
| 127 |
+ |
|
| 128 |
+ |
/* |
| 129 |
+ |
* ssl_server_protocol: |
| 130 |
+ |
* SSL/TLS protocols we provide for incoming secure connections. |
| 131 |
+ |
* This can be either sslv3 for SSLv3, and/or tlsv1 for TLSv1. |
| 132 |
+ |
* SSLv2 is not suppported. This cannot be changed at runtime. |
| 133 |
+ |
*/ |
| 134 |
+ |
#ssl_server_protocol = sslv3, tlsv1; |
| 135 |
|
}; |
| 136 |
|
|
| 137 |
|
/* |
| 853 |
|
*/ |
| 854 |
|
default_split_server_count = 0; |
| 855 |
|
|
| 856 |
< |
/* split no create: disallow users creating channels on split. */ |
| 856 |
> |
/* no_create_on_split: disallow users creating channels on split. */ |
| 857 |
|
no_create_on_split = yes; |
| 858 |
|
|
| 859 |
< |
/* split: no join: disallow users joining channels at all on a split */ |
| 859 |
> |
/* no_join_on_split: disallow users joining channels at all on a split. */ |
| 860 |
|
no_join_on_split = no; |
| 861 |
|
}; |
| 862 |
|
|
| 1186 |
|
* |
| 1187 |
|
* +b - bots - See bot and drone flooding notices |
| 1188 |
|
* +c - cconn - Client connection/quit notices |
| 1189 |
< |
* +C - cconn - Client connection/quit notices full |
| 1189 |
> |
* +C - cconn_full - Client connection/quit notices full |
| 1190 |
|
* +D - deaf - Don't receive channel messages |
| 1191 |
|
* +d - debug - See debugging notices |
| 1192 |
|
* +f - full - See I: line full notices |
| 1310 |
|
path = "@LIBDIR@/modules/autoload"; |
| 1311 |
|
|
| 1312 |
|
/* module: the name of a module to load on startup/rehash */ |
| 1313 |
< |
#module = "some_module.so"; |
| 1313 |
> |
#module = "some_module.la"; |
| 1314 |
|
}; |