1. Optimise the PC11->PC61 promotion code, improve readability of the
debugging when 'set/debug pc11' is active.
2. Remove spurious '$' character at the end of Listeners.pm (thanks Kin).
+3, Fix show/ik3qar command
20Jan23=======================================================================
1. Add the variable @main::localhost_names to allow other IP addresses to
be treated in the same way as localhost in item 1 on 19Jan23 below. NOTE
return (1, "SHOW/IK3QAR <callsign>\n e.g. SH/IK3QAR II5I, SH/IK3QAR V51AS\n") unless $line;
my $target = $Internet::ik3qar_url;
- my $port = 80;
- my $url = "http://".$target;
+ my $url = "https://" . $target;
$line = uc $line;
dbg("IK3QAR: call = $line") if isdbg('ik3qar');
dbg("IK3QAR: url=$path") if isdbg('ik3qar');
Log('call', "$call: SH/IK3QAR $line");
- my $r = AsyncMsg->get($self, $target, $path, prefix=>'qar> ',
+ my $r = AsyncMsg->get($self, $url, $path, prefix=>'qar> ',
'User-Agent' => "DxSpider;$main::version;$main::build;$^O;$main::mycall;$call");
if ($r) {
push @out, $self->msg('m21', "show/ik3qar");