Committer : entrope
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2006-04-04 23:07:13 UTC
Modified files:
Tag: u2_10_12_branch
tools/iauth-test ChangeLog
Log message:
Update iauth-test script to match the documented iauth protocol.
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.84 ircu2.10/ChangeLog:1.710.2.85
--- ircu2.10/ChangeLog:1.710.2.84 Fri Mar 24 19:46:56 2006
+++ ircu2.10/ChangeLog Tue Apr 4 16:07:02 2006
@@ -1,3 +1,9 @@
+2006-03-31 Michael Poole <[EMAIL PROTECTED]>
+
+ * tools/iauth-test (send_server_notice): Use a colon prefix before
+ the message.
+ (%handlers): Likewise.
+
2006-03-24 Michael Poole <[EMAIL PROTECTED]>
* ircd/ircd_signal.c (alloc_crec): Zero-fill returned
Index: ircu2.10/tools/iauth-test
diff -u ircu2.10/tools/iauth-test:1.1.2.2 ircu2.10/tools/iauth-test:1.1.2.3
--- ircu2.10/tools/iauth-test:1.1.2.2 Wed Feb 15 20:04:25 2006
+++ ircu2.10/tools/iauth-test Tue Apr 4 16:07:02 2006
@@ -142,7 +142,7 @@
}
sub send_server_notice () {
- reply "> Hello the server!";
+ reply "> :Hello the server!";
}
my %handlers = (
@@ -174,7 +174,7 @@
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 },
);
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches