diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 04:07:11 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 04:07:11 +0000 |
commit | 882e9808677e3848be3ad8290fb959f756630b6e (patch) | |
tree | 1972d089f20859102b24838841905b7dcf8fe486 /irc/ircd-ratbox-devel/files/patch-doc_example.conf | |
parent | - Remove USE_X86_ASM check for some binaries (they don't require it anymore). (diff) |
- Update ircd-ratbox-devel port to latest beta testing release of ircd-ratbox-3.0.0, added sqlite3 as
dependancy, updated rc.d script to add 'conftest' option.
Changes include:
o Optional SSL support to enable encrypted connections between clients
and servers, as well as server to server links.
o Add support for SSL only channels, channel mode +S.
o Bundled sqlite3 for handling and storing k/x/d lines.
o Support for global CIDR limits.
o Added adminwall allowing admins to broadcast messages to each other.
o Creation of new library archive 'libratbox'.
o Support for force nick changes.
o New ssld and bandb processes for SSL connections and ban checking.
PR: ports/122994
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=211817
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-doc_example.conf')
-rw-r--r-- | irc/ircd-ratbox-devel/files/patch-doc_example.conf | 33 |
1 files changed, 25 insertions, 8 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-doc_example.conf b/irc/ircd-ratbox-devel/files/patch-doc_example.conf index ac40435cf404..6af27dffa786 100644 --- a/irc/ircd-ratbox-devel/files/patch-doc_example.conf +++ b/irc/ircd-ratbox-devel/files/patch-doc_example.conf @@ -1,6 +1,23 @@ ---- doc/example.conf.orig Tue Aug 21 00:37:55 2007 -+++ doc/example.conf Tue Aug 21 00:37:55 2007 -@@ -117,16 +117,16 @@ +--- ./doc/example.conf.orig Mon Mar 10 20:28:36 2008 ++++ ./doc/example.conf Tue Apr 22 02:23:42 2008 +@@ -93,13 +93,13 @@ + default_max_clients = 10000; + + /* ssl_private_key: our ssl private key */ +- ssl_private_key = "etc/test.key"; ++ ssl_private_key = "/usr/local/etc/ssl/test.key"; + + /* ssl_cert: certificate for our ssl server */ +- ssl_cert = "etc/test.cert"; ++ ssl_cert = "/usr/local/etc/ssl/test.cert"; + + /* ssl_dh_params: DH parameters, generate with openssl dhparam -out dh.pem 1024 */ +- ssl_dh_params = "etc/dh.pem"; ++ ssl_dh_params = "/usr/local/etc/ssl/dh.pem"; + + /* ssld_count: number of ssld processes you want to start, if you have a really busy + * server, using N-1 where N is the number of cpu/cpu cores you have might be useful +@@ -132,16 +132,16 @@ * - operspylog: operspy usage * - ioerrorlog: IO errors */ @@ -27,8 +44,8 @@ }; /* class {}: contain information about classes for users (OLD Y:) */ -@@ -314,7 +314,7 @@ - * A password should not be defined when this is used, see +@@ -337,7 +337,7 @@ + * A password should not be defined when this is used, see * doc/challenge.txt for more information. */ - #rsa_public_key_file = "/usr/local/ircd/etc/oper.pub"; @@ -36,7 +53,7 @@ /* umodes: the specific umodes this oper gets when they oper. * If this is specified an oper will not be given oper_umodes -@@ -898,7 +898,7 @@ +@@ -946,7 +946,7 @@ * * only define if servlink is not in same directory as ircd itself. */ @@ -45,8 +62,8 @@ /* use egd: if your system does not have *random devices yet you * want to use OpenSSL and encrypted links, enable this. Beware - -@@ -948,8 +948,9 @@ - /* module path: paths to search for modules specified below and +@@ -999,8 +999,9 @@ + /* module path: paths to search for modules specified below and * in /modload. */ - path = "/usr/local/ircd/modules"; |