Revision: 203
http://irc-dev.svn.sourceforge.net/irc-dev/?rev=203&view=rev
Author: zolty
Date: 2008-08-15 22:09:38 +0000 (Fri, 15 Aug 2008)
Log Message:
-----------
Actualizacion doc Undernet
Modified Paths:
--------------
ircd/trunk/doc/en/features.txt
ircd/trunk/doc/ircd.sample-en.conf
Modified: ircd/trunk/doc/en/features.txt
===================================================================
--- ircd/trunk/doc/en/features.txt 2008-08-15 20:46:05 UTC (rev 202)
+++ ircd/trunk/doc/en/features.txt 2008-08-15 22:09:38 UTC (rev 203)
@@ -1060,3 +1060,23 @@
Number of fast join-part sequences before a client is judged to look
like a spambot.
+
+NETWORK_REHASH
+ * Type: boolean
+ * Default: FALSE
+
+Allow this server to act upon a network-issued /rehash.
+
+
+NETWORK_RESTART
+ * Type: boolean
+ * Default: FALSE
+
+Allow this server to act upon a network-issued /restart.
+
+
+NETWORK_DIE
+ * Type: boolean
+ * Default: FALSE
+
+Allow this server to act upon a network-issued /die.
Modified: ircd/trunk/doc/ircd.sample-en.conf
===================================================================
--- ircd/trunk/doc/ircd.sample-en.conf 2008-08-15 20:46:05 UTC (rev 202)
+++ ircd/trunk/doc/ircd.sample-en.conf 2008-08-15 22:09:38 UTC (rev 203)
@@ -677,6 +677,9 @@
# server = yes;
# # Setting to yes makes the port "hidden" from stats.
# hidden = yes;
+# # Setting to yes makes the port exempt from connection restrictions
+# # during a timed /restart or /die.
+# exempt = yes;
# };
#
# The port and vhost lines allow you to specify one or both of "ipv4"
@@ -716,6 +719,8 @@
# This only accepts clients with IPs like 192.168.*.
mask = "192.168.*";
port = 6666;
+ # Allows your opers to connect during a timed /restart or /die.
+ exempt = yes;
};
# This is a hidden client port, listening on 168.8.21.107.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|