Committer : entrope
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Commit time: 2006-04-07 03:46:26 UTC
Modified files:
doc/readme.who doc/example.conf ChangeLog
Log message:
Fix documentation typo and cruft.
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.769 ircu2.10/ChangeLog:1.770
--- ircu2.10/ChangeLog:1.769 Thu Apr 6 20:27:51 2006
+++ ircu2.10/ChangeLog Thu Apr 6 20:46:15 2006
@@ -1,3 +1,9 @@
+2006-04-06 Michael Poole <[EMAIL PROTECTED]>
+
+ * doc/example.conf (IAuth): Update to reflect new syntax.
+
+ * doc/readme.who: Fix typo in metasyntactic variable name.
+
2006-04-03 Michael Poole <[EMAIL PROTECTED]>
* ircd/channel.c (bmatch): If ipmask_check() indicates old_ban is
Index: ircu2.10/doc/example.conf
diff -u ircu2.10/doc/example.conf:1.66 ircu2.10/doc/example.conf:1.67
--- ircu2.10/doc/example.conf:1.66 Thu Apr 6 20:27:51 2006
+++ ircu2.10/doc/example.conf Thu Apr 6 20:46:12 2006
@@ -723,13 +723,9 @@
};
# You can ask a separate server whether to allow users to connect.
-# Uncomment this ONLY if you have an iauthd set up.
+# Uncomment this ONLY if you have an iauth helper program.
# IAuth {
-# pass = "ircd-iauth";
-# host = "127.0.0.1";
-# port = 7700;
-# connectfreq = 30;
-# timeout = 60;
+# program = "../path/to/iauth" "-n" "options go here";
# };
# [features]
Index: ircu2.10/doc/readme.who
diff -u ircu2.10/doc/readme.who:1.4 ircu2.10/doc/readme.who:1.5
--- ircu2.10/doc/readme.who:1.4 Sun May 9 18:32:52 2004
+++ ircu2.10/doc/readme.who Thu Apr 6 20:46:12 2006
@@ -41,7 +41,7 @@
For both the masks and the options (and thus for all flags) case is NOT
significative (so "/who <any> o" is exactly the same as "/who <ANY> O".
-The "options2" part can be as follows:
+The "options" part can be as follows:
[<flags>][%[<fields>[,<querytype>]]]
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches