point to the new server
authorminima <minima>
Tue, 8 Jan 2002 13:18:56 +0000 (13:18 +0000)
committerminima <minima>
Tue, 8 Jan 2002 13:18:56 +0000 (13:18 +0000)
Changes
cmd/show/qrz.pl

diff --git a/Changes b/Changes
index 3954030bb56011ab6bb416a4149bd822df5b8ce1..553827b63c6cf9a5d2d5c3b56b5437ea6867acf4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+08Jan02=======================================================================
+1. altered sh/qrz to point to the new server
 06Jan02=======================================================================
 1. fix leading space removal from messages input from the keyboard
 2. make some mods to allow perl 5.7.2 to run
@@ -10,7 +12,8 @@ list of commands in "<cmd>") to a file.
 for titling in the save command above.
 8. Increase interval between logins causing for/opernam to 60 days (from 30)
 + a random factor between 0 and 9.
-9. Added Italian Messages from Luca IT9ROT (thank you very much).
+9. Added Italian translation of Messages from Luca IT9ROT (thank you 
+very much).
 10. Added the /<cmd> feature (as in talk) to execute a cmd whilst typing a 
 message, then enhanced it so that if you do //sh/dx (for instance) it will
 put the result into the message (as well as show it to you).
index 7665f08c9c67a646235b475f9097a5747d27f4c3..558525c085e07fb06f06bc1318906bedf930605b 100644 (file)
@@ -13,10 +13,10 @@ my @out;
 
 return (1, $self->msg('e24')) unless $Internet::allow;
 return (1, "SHOW/QRZ <callsign>, e.g. SH/QRZ g1tlh") unless @list;
-my $target = $Internet::http_proxy || 'qrz.com';
+my $target = $Internet::http_proxy || 'u2.qrz.com';
 my $port = $Internet::http_proxy_port || 80;
 my $url = '';
-$url = 'http://qrz.com' if $Internet::http_proxy; 
+$url = 'http://u2.qrz.com' if $Internet::http_proxy; 
 
 use Net::Telnet;
 
@@ -33,7 +33,7 @@ foreach $l (@list) {
                push @out, $self->msg('e18', 'QRZ.com');
        } else {
                my $s = "GET $url/dxcluster.cgi?callsign=$l\&uid=$Internet::qrz_uid\&pw=$Internet::qrz_pw HTTP/1.0\n\n";
-#              print $s;
+               dbg($s) if isdbg('qrz');
                $t->print($s);
                Log('call', "$call: show/qrz \U$l");
                my $state = "blank";