Update iauth-test script to match the documented iauth protocol.
authorMichael Poole <mdpoole@troilus.org>
Tue, 4 Apr 2006 23:07:02 +0000 (23:07 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 4 Apr 2006 23:07:02 +0000 (23:07 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1634 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
tools/iauth-test

index 9de184392816088323b74f679d7d9bb64f09c1aa..826e98e76ed62e96a866ba86f069eb15b0d40c2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-31  Michael Poole <mdpoole@troilus.org>
+
+       * tools/iauth-test (send_server_notice): Use a colon prefix before
+       the message.
+       (%handlers): Likewise.
+
 2006-03-24  Michael Poole <mdpoole@troilus.org>
 
        * ircd/ircd_signal.c (alloc_crec): Zero-fill returned
index 591e9f6a7d9617bde8a80943080481387340ad40..0e8d104a8d0b8454dbada182ec238238b6284aff 100755 (executable)
@@ -142,7 +142,7 @@ BEGIN {
 }
 
 sub send_server_notice () {
-    reply "> Hello the server!";
+    reply "> :Hello the server!";
 }
 
 my %handlers = (
@@ -174,7 +174,7 @@ my %handlers = (
                                   H_reply => 'D' },
                 '127.0.2.1'  => { C_reply => \&ip_change },
                 # 127.0.3.x: iC/sP functionality.
-                '127.0.3.0'  => { C_reply => 'C Please enter the password.',
+                '127.0.3.0'  => { C_reply => 'C :Please enter the password.',
                                   P_reply => \&passwd_check },
 );