29Jan25======================================================================
1. Fix dx command <cough>. "I never changed that bit". If I had this would
never have happened.
+2. Fixed another fix that was to do with deduping and thus cause locally
+ generated spots to be stored in the local spot files again.
+3. Made an attempt to allow perl regex filter statements to work on callsigns
+ as well comments and other text fields. This means that:
+ reject/spot call {wwa$} or info {w\s*\w\*a}
+ will likely reduce your spots considerably.
28Jan25======================================================================
1. Set default Spot qrg granularity to 1KHz (was 25KHz).
2. Refine Incoming CCLuster connection handling. It is a requirement that a
$ipaddr ||= $main::mycall; # emergency backstop
my $spot = DXProt::pc61($spotter, $freq, $spotted, unpad($line), $ipaddr);
- $self->dx_spot(undef, undef, @spot);
+# $self->dx_spot(undef, undef, @spot);
if ($self->isslugged) {
push @{$self->{sluggedpcs}}, [61, $spot, \@spot];
} else {
# store in spots database
unless (Spot::dup_find(@spot)) {
Spot::dup_add(0, @spot);
+ Spot::add(@spot);
DXProt::send_dx_spot($self, $spot, @spot);
} else {
push @out, "Duplicate spot: $line";