summaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-12-19 06:29:56 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-12-19 06:29:56 +0000
commit197722c13c25ce690bbfe33742664c69cfb9cb59 (patch)
tree1146fe2511e36be6c5cc063d4f7bc30380b2a7af /irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
parent- document textproc/hs-utf8-string removal (diff)
- Update to 3.0.1
Port changes: o Removed patch on 'rsdb_sqlite3.c' that fixed ban.db path code in previous release. Software changes included in this release: o Call rb_helper_close on bandb errors to kill off old bandb processes. o Report correct files/line numbers for spoof warnings. o SID in the serverinfo struct should be 4 bytes, not 3. o Rebuild the included ircd_lexer.c. o Fix ports and /dev/poll for solaris. o Report libratbox version on -version and /info. o libratbox version info includes SSL info. o Fix installing when using install-sh. o Re-enable ziplinks + SSL server connections. o Fix a gnutls related core dump. o Add support for a serverinfo::bandb setting in ircd.conf for the ban database. o Report adding throttles when an oper is set umode +r. o Report throttle stats in /stats T. PR: ports/129725 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes: svn path=/head/; revision=224406
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf')
-rw-r--r--irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf19
1 files changed, 14 insertions, 5 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf b/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
index 6caab31da254..8aa695f146c2 100644
--- a/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
+++ b/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
@@ -1,5 +1,5 @@
---- ./doc/example.efnet.conf.orig 2008-09-22 19:38:10.000000000 +0100
-+++ ./doc/example.efnet.conf 2008-11-15 02:55:35.000000000 +0000
+--- ./doc/example.efnet.conf.orig 2008-12-16 03:08:43.000000000 +0000
++++ ./doc/example.efnet.conf 2008-12-17 12:53:08.000000000 +0000
@@ -60,7 +60,7 @@
/* description: the description of our server. '[' and ']' may not
* be used here for compatibility with older servers.
@@ -26,7 +26,16 @@
/* 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
-@@ -140,16 +140,16 @@
+@@ -115,7 +115,7 @@
+ ssld_count = 1;
+
+ /* bandb: path to the ban database - default is PREFIX/etc/ban.db */
+- bandb = "etc/ban.db";
++ bandb = "%%DBDIR%%/ban.db";
+ };
+
+ /* admin {}: contains admin information about the server. (OLD A:) */
+@@ -142,16 +142,16 @@
* - operspylog: operspy usage
* - ioerrorlog: IO errors
*/
@@ -53,7 +62,7 @@
};
/* class {}: contain information about classes for users (OLD Y:) */
-@@ -353,7 +353,7 @@
+@@ -355,7 +355,7 @@
* A password should not be defined when this is used, see
* doc/challenge.txt for more information.
*/
@@ -62,7 +71,7 @@
/* umodes: the specific umodes this oper gets when they oper.
* If this is specified an oper will not be given oper_umodes
-@@ -1027,8 +1027,9 @@
+@@ -1029,8 +1029,9 @@
/* module path: paths to search for modules specified below and
* in /modload.
*/