Author: Jeannot Langlois
[ircu2.10.12-pk.git] / doc / readme.iauth
index 6aaec31ae3b600eceee152a99502479fc9f75792..133e4e228927d43444e60d6c48d58071de69bb83 100644 (file)
@@ -140,7 +140,7 @@ Example: 5 N host-1-10.example.org
 States: REGISTER(1)
 Next State: -
 Comments: Indicates that the server received hostname information for
-  a client.  Only one of 'H' and 'd' is sent.
+  a client.  Only one of 'N' and 'd' is sent.
 
 d - Hostname Timeout
 Syntax: <id> d
@@ -148,7 +148,7 @@ Example: 5 d
 States: REGISTER(1)
 Next State: -
 Comments: Indicates that the server did not receive hostname
-  information for a client in a timely fashion.  Only one of 'H' and
+  information for a client in a timely fashion.  Only one of 'N' and
   'd' is sent.
 
 P - Client Password
@@ -162,14 +162,15 @@ Comments: Indicates the client's password information.  This may be a
   enabled by requesting the A policy.
 
 U - Client Username
-Syntax: <id> U <username> :<userinfo ...>
-Example: 5 U buddha :Gautama Siddhartha
+Syntax: <id> U <username> <hostname> <servername> :<userinfo ...>
+Example: 5 U buddha bodhisattva.example.com irc.undernet.org :Gautama Siddhartha
 States: REGISTER(1+)
 Next State: -
 Comments: Indicates the client's claimed username and "GECOS"
-  information.  This information is not reliable.  This message is
-  enabled by requesting the A policy.
-Compatibility: ircd does not include the <userinfo> data.
+  information, along with client hostname and server name.  This
+  information is not reliable.  This message is enabled by requesting
+  the A policy.
+Compatibility: ircd only sends the <username> parameter.
 
 u - Client Username
 Syntax: <id> u <username>