Committer : klmitch
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Branch tags: u2_10_11_07
Commit time: 2004-09-13 18:54:45 UTC
Modified files:
Tag: u2_10_11_07
ChangeLog doc/example.conf doc/ircd.conf.sample
doc/readme.features
Log message:
Author: Kev <[EMAIL PROTECTED]>
Log message:
Bah, couple of documentation changes...
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.290.2.130.2.26 ircu2.10/ChangeLog:1.290.2.130.2.27
--- ircu2.10/ChangeLog:1.290.2.130.2.26 Mon Sep 13 11:44:26 2004
+++ ircu2.10/ChangeLog Mon Sep 13 11:54:34 2004
@@ -1,5 +1,14 @@
2004-09-13 Kevin L Mitchell <[EMAIL PROTECTED]>
+ * doc/readme.features: update feature name--forgotten in a prior
+ commit
+
+ * doc/ircd.conf.sample: update feature name--forgotten in a prior
+ commit
+
+ * doc/example.conf: update feature name--forgotten in a prior
+ commit
+
* include/patchlevel.h (PATCHLEVEL): bump patchlevel (again!),
just so we know who's runnin' what...
Index: ircu2.10/doc/example.conf
diff -u ircu2.10/doc/example.conf:1.15.2.10.2.1 ircu2.10/doc/example.conf:1.15.2.10.2.2
--- ircu2.10/doc/example.conf:1.15.2.10.2.1 Sat Sep 11 09:23:40 2004
+++ ircu2.10/doc/example.conf Mon Sep 13 11:54:35 2004
@@ -585,6 +585,7 @@
# F:HIS_STATS_z:TRUE
# F:HIS_WHOIS_SERVERNAME:TRUE
# F:HIS_WHOIS_IDLETIME:TRUE
+# F:HIS_WHOIS_LOCALCHAN:TRUE
# F:HIS_WHO_SERVERNAME:TRUE
# F:HIS_WHO_HOPCOUNT:TRUE
# F:HIS_BANWHO:TRUE
@@ -592,7 +593,6 @@
# F:HIS_REWRITE:TRUE
# F:HIS_REMOTE:1
# F:HIS_NETSPLIT:TRUE
-# F:HIS_LOCAL_CHAN_WHOIS:TRUE
# F:HIS_SERVERNAME:"*.undernet.org"
# F:HIS_SERVERINFO:"The Undernet Underworld"
# F:HIS_URLSERVERS:"http://www.undernet.org/servers.php"
Index: ircu2.10/doc/ircd.conf.sample
diff -u ircu2.10/doc/ircd.conf.sample:1.1.2.3.8.1
ircu2.10/doc/ircd.conf.sample:1.1.2.3.8.2
--- ircu2.10/doc/ircd.conf.sample:1.1.2.3.8.1 Sat Sep 11 09:23:41 2004
+++ ircu2.10/doc/ircd.conf.sample Mon Sep 13 11:54:35 2004
@@ -554,6 +554,7 @@
#F:HIS_STATS_z:TRUE
#F:HIS_WHOIS_SERVERNAME:TRUE
#F:HIS_WHOIS_IDLETIME:TRUE
+#F:HIS_WHOIS_LOCALCHAN:TRUE
#F:HIS_WHO_SERVERNAME:TRUE
#F:HIS_WHO_HOPCOUNT:TRUE
#F:HIS_BANWHO:TRUE
@@ -561,7 +562,6 @@
#F:HIS_REWRITE:TRUE
#F:HIS_REMOTE:1
#F:HIS_NETSPLIT:TRUE
-#F:HIS_LOCAL_CHAN_WHOIS:TRUE
#F:HIS_SERVERNAME:"*.undernet.org"
#F:HIS_SERVERINFO:"The Undernet Underworld"
#F:HIS_URLSERVERS:"http://www.undernet.org/servers.php"
Index: ircu2.10/doc/readme.features
diff -u ircu2.10/doc/readme.features:1.2.2.11.2.1
ircu2.10/doc/readme.features:1.2.2.11.2.2
--- ircu2.10/doc/readme.features:1.2.2.11.2.1 Sat Sep 11 09:23:41 2004
+++ ircu2.10/doc/readme.features Mon Sep 13 11:54:35 2004
@@ -1044,6 +1044,12 @@
As per UnderNet CFV-165, this removes idle time in replies to /WHOIS.
+HIS_WHOIS_LOCALCHAN
+ * Type: boolean
+ * Default: TRUE
+
+As per UnderNet CFV-165, this removes local channels in replies to /WHOIS.
+
HIS_WHO_SERVERNAME
* Type: boolean
* Default: TRUE
@@ -1089,12 +1095,6 @@
As per UnderNet CFV-165, this removes server names in net break sign-offs.
-HIS_LOCAL_CHAN_WHOIS
- * Type: boolean
- * Default: TRUE
-
-As per UnderNet CFV-165, this removes local channels in replies to /WHOIS.
-
HIS_SERVERNAME
* Type: string
* Default: "*.undernet.org"
----------------------- End of diff -----------------------