3 # This module impliments the handlers for the protocal mode for a dx cluster
5 # Copyright (c) 1998-2006 Dirk Koopman G1TLH
41 use vars qw($pc11_max_age $pc23_max_age $last_pc50 $eph_restime $eph_info_restime $eph_pc34_restime
42 $last_hour $last10 %eph %pings %rcmds $ann_to_talk
43 $pingint $obscount %pc19list $chatdupeage $chatimportfn
44 $investigation_int $pc19_version $myprot_version
45 %nodehops $baddx $badspotter $badnode $censorpc $rspfcheck
46 $allowzero $decode_dk0wcy $send_opernam @checklist
49 # incoming talk commands
58 return if $rspfcheck and !$self->rspfcheck(0, $_[6], $_[1]);
60 # will we allow it at all?
63 if (@bad = BadWords::check($_[3])) {
64 dbg("PCPROT: Bad words: @bad, dropped") if isdbg('chanerr');
69 # is it for me or one of mine?
70 my ($from, $to, $via, $call, $dxchan);
79 # if this is a 'nodx' node then ignore it
80 if ($badnode->in($_[6]) || ($via && $badnode->in($via))) {
81 dbg("PCPROT: Bad Node, dropped") if isdbg('chanerr');
85 # if this is a 'bad spotter' user then ignore it
88 if ($badspotter->in($nossid)) {
89 dbg("PCPROT: Bad Spotter, dropped") if isdbg('chanerr');
93 # if we are converting announces to talk is it a dup?
95 if (AnnTalk::is_talk_candidate($from, $_[3]) && AnnTalk::dup($from, $to, $_[3])) {
96 dbg("DXPROT: Dupe talk from announce, dropped") if isdbg('chanerr');
101 # remember a route to this node and also the node on which this user is
102 RouteDB::update($_[6], $self->{call});
103 # RouteDB::update($to, $_[6]);
105 # it is here and logged on
106 $dxchan = DXChannel::get($main::myalias) if $to eq $main::mycall;
107 $dxchan = DXChannel::get($to) unless $dxchan;
108 if ($dxchan && $dxchan->is_user) {
110 $dxchan->talk($from, $to, $via, $_[3]);
114 # is it elsewhere, visible on the cluster via the to address?
115 # note: this discards the via unless the to address is on
118 if ($ref = Route::get($to)) {
119 $vref = Route::Node::get($via) if $via;
120 $vref = undef unless $vref && grep $to eq $_, $vref->users;
121 $ref->dxchan->talk($from, $to, $vref ? $via : undef, $_[3], $_[6]);
125 # can we see an interface to send it down?
127 # not visible here, send a message of condolence
129 $ref = Route::get($from);
130 $vref = $ref = Route::Node::get($_[6]) unless $ref;
132 $dxchan = $ref->dxchan;
133 $dxchan->talk($main::mycall, $from, $vref ? $vref->call : undef, $dxchan->msg('talknh', $to) );
145 # route 'foreign' pc26s
147 if ($_[7] ne $main::mycall) {
148 $self->route($_[7], $line);
154 # return if $rspfcheck and !$self->rspfcheck(1, $_[7], $_[6]);
156 # is the spotted callsign blank? This should really be trapped earlier but it
157 # could break other protocol sentences. Also check for lower case characters.
158 if ($_[2] =~ /^\s*$/) {
159 dbg("PCPROT: blank callsign, dropped") if isdbg('chanerr');
162 if ($_[2] =~ /[a-z]/) {
163 dbg("PCPROT: lowercase characters, dropped") if isdbg('chanerr');
168 # if this is a 'nodx' node then ignore it
169 if ($badnode->in($_[7])) {
170 dbg("PCPROT: Bad Node, dropped") if isdbg('chanerr');
174 # if this is a 'bad spotter' user then ignore it
176 $nossid =~ s/-\d+$//;
177 if ($badspotter->in($nossid)) {
178 dbg("PCPROT: Bad Spotter, dropped") if isdbg('chanerr');
182 # convert the date to a unix date
183 my $d = cltounix($_[3], $_[4]);
184 # bang out (and don't pass on) if date is invalid or the spot is too old (or too young)
185 if (!$d || ($pcno == 11 && ($d < $main::systime - $pc11_max_age || $d > $main::systime + 900))) {
186 dbg("PCPROT: Spot ignored, invalid date or out of range ($_[3] $_[4])\n") if isdbg('chanerr');
191 if ($baddx->in($_[2]) || BadWords::check($_[2]) || $_[2] =~ /COCK/) {
192 dbg("PCPROT: Bad DX spot, ignored") if isdbg('chanerr');
197 $_[5] =~ s/^\s+//; # take any leading blanks off
198 $_[2] = unpad($_[2]); # take off leading and trailing blanks from spotted callsign
199 if ($_[2] =~ /BUST\w*$/) {
200 dbg("PCPROT: useless 'BUSTED' spot") if isdbg('chanerr');
205 if (@bad = BadWords::check($_[5])) {
206 dbg("PCPROT: Bad words: @bad, dropped") if isdbg('chanerr');
212 # RouteDB::update($_[7], $self->{call});
213 # RouteDB::update($_[6], $_[7]);
215 my @spot = Spot::prepare($_[1], $_[2], $d, $_[5], $nossid, $_[7]);
216 # global spot filtering on INPUT
217 if ($self->{inspotsfilter}) {
218 my ($filter, $hops) = $self->{inspotsfilter}->it(@spot);
220 dbg("PCPROT: Rejected by input spot filter") if isdbg('chanerr');
225 # this goes after the input filtering, but before the add
226 # so that if it is input filtered, it isn't added to the dup
227 # list. This allows it to come in from a "legitimate" source
228 if (Spot::dup(@spot[0..4,5])) {
229 dbg("PCPROT: Duplicate Spot ignored\n") if isdbg('chanerr');
237 # @spot at this point contains:-
238 # freq, spotted call, time, text, spotter, spotted cc, spotters cc, orig node
239 # then spotted itu, spotted cq, spotters itu, spotters cq
240 # you should be able to route on any of these
243 # fix up qra locators of known users
244 my $user = DXUser->get_current($spot[4]);
246 my $qra = $user->qra;
247 unless ($qra && is_qra($qra)) {
248 my $lat = $user->lat;
249 my $long = $user->long;
250 if (defined $lat && defined $long) {
251 $user->qra(DXBearing::lltoqra($lat, $long));
256 # send a remote command to a distant cluster if it is visible and there is no
257 # qra locator and we havn't done it for a month.
259 unless ($user->qra) {
261 my $to = $user->homenode;
262 my $last = $user->lastoper || 0;
263 if ($send_opernam && $to && $to ne $main::mycall && $main::systime > $last + $DXUser::lastoperinterval && ($node = Route::Node::get($to)) ) {
264 my $cmd = "forward/opernam $spot[4]";
265 # send the rcmd but we aren't interested in the replies...
266 my $dxchan = $node->dxchan;
267 if ($dxchan && $dxchan->is_clx) {
268 route(undef, $to, pc84($main::mycall, $to, $main::mycall, $cmd));
270 route(undef, $to, pc34($main::mycall, $to, $cmd));
274 $node = Route::Node::get($to);
276 $dxchan = $node->dxchan;
277 if ($dxchan && $dxchan->is_clx) {
278 route(undef, $to, pc84($main::mycall, $to, $main::mycall, $cmd));
280 route(undef, $to, pc34($main::mycall, $to, $cmd));
284 $user->lastoper($main::systime);
293 $r = Local::spot($self, @spot);
295 # dbg("Local::spot1 error $@") if isdbg('local') if $@;
298 # DON'T be silly and send on PC26s!
299 return if $pcno == 26;
301 # send out the filtered spots
302 send_dx_spot($self, $line, @spot) if @spot;
313 # return if $rspfcheck and !$self->rspfcheck(1, $_[5], $_[1]);
315 # announce duplicate checking
316 $_[3] =~ s/^\s+//; # remove leading blanks
320 if (@bad = BadWords::check($_[3])) {
321 dbg("PCPROT: Bad words: @bad, dropped") if isdbg('chanerr');
326 # if this is a 'nodx' node then ignore it
327 if ($badnode->in($_[5])) {
328 dbg("PCPROT: Bad Node, dropped") if isdbg('chanerr');
332 # if this is a 'bad spotter' user then ignore it
334 $nossid =~ s/-\d+$//;
335 if ($badspotter->in($nossid)) {
336 dbg("PCPROT: Bad Spotter, dropped") if isdbg('chanerr');
343 if ((($dxchan = DXChannel::get($_[2])) && $dxchan->is_user) || $_[4] =~ /^[\#\w.]+$/){
344 $self->send_chat($line, @_[1..6]);
345 } elsif ($_[2] eq '*' || $_[2] eq $main::mycall) {
348 # RouteDB::update($_[5], $self->{call});
349 # RouteDB::update($_[1], $_[5]);
351 # ignore something that looks like a chat line coming in with sysop
352 # flag - this is a kludge...
353 if ($_[3] =~ /^\#\d+ / && $_[4] eq '*') {
354 dbg('PCPROT: Probable chat rewrite, dropped') if isdbg('chanerr');
358 # here's a bit of fun, convert incoming ann with a callsign in the first word
359 # or one saying 'to <call>' to a talk if we can route to the recipient
361 my $call = AnnTalk::is_talk_candidate($_[1], $_[3]);
363 my $ref = Route::get($call);
365 $dxchan = $ref->dxchan;
366 $dxchan->talk($_[1], $call, undef, $_[3], $_[5]) if $dxchan != $self;
373 $self->send_announce($line, @_[1..6]);
375 $self->route($_[2], $line);
390 my $newline = "PC16^";
392 # dos I want users from this channel?
393 unless ($self->user->wantpc16) {
394 dbg("PCPROT: don't send users to $self->{call}") if isdbg('chanerr');
398 if ($ncall eq $main::mycall) {
399 dbg("PCPROT: trying to alter config on this node from outside!") if isdbg('chanerr');
404 $h = 1 if DXChannel::get($ncall);
405 RouteDB::update($ncall, $self->{call}, $h);
407 if (eph_dup($line)) {
408 dbg("PCPROT: dup PC16 detected") if isdbg('chanerr');
413 dbg("PCPROT: non-local PC16, ignored") if isdbg('chanerr');
417 my $parent = Route::Node::get($ncall);
420 $dxchan = $parent->dxchan;
421 if ($dxchan && $dxchan ne $self) {
422 dbg("PCPROT: PC16 from $self->{call} trying to alter locally connected $ncall, ignored!") if isdbg('chanerr');
426 # input filter if required
427 return unless $self->in_filter_route($parent);
432 for ($i = 2; $i < $#_; $i++) {
433 my ($call, $conf, $here) = $_[$i] =~ /^(\S+) (\S) (\d)/o;
434 next unless $call && $conf && defined $here && is_callsign($call);
435 next if $call eq $main::mycall;
437 eph_del_regex("^PC17\\^$call\\^$ncall");
439 $conf = $conf eq '*';
441 # reject this if we think it is a node already
442 my $r = Route::Node::get($call);
443 my $u = DXUser->get_current($call) unless $r;
444 if ($r || ($u && $u->is_node)) {
445 dbg("PCPROT: $call is a node") if isdbg('chanerr');
449 $r = Route::User::get($call);
450 my $flags = Route::here($here)|Route::conf($conf);
453 my $au = $r->addparent($parent);
454 if ($r->flags != $flags) {
458 push @rout, $r if $au;
460 push @rout, $parent->add_user($call, $flags);
463 # send info to all logged in thingies
464 $self->tell_login('loginu', "$ncall: $call") if DXUser->get_current($ncall)->is_local_node;
465 $self->tell_buddies('loginb', $call, $ncall);
467 # add this station to the user database, if required
468 # $call =~ s/-\d+$//o; # remove ssid for users
469 my $user = DXUser->get_current($call);
470 $user = DXUser->new($call) if !$user;
471 $user->homenode($parent->call) if !$user->homenode;
472 $user->node($parent->call);
473 $user->lastin($main::systime) unless DXChannel::get($call);
477 $self->route_pc16($origin, $line, $parent, @rout);
478 $self->route_pc92a($main::mycall, undef, $parent, @rout);
493 eph_del_regex("^PC16\\^$ncall.*$ucall");
495 # do I want users from this channel?
496 unless ($self->user->wantpc16) {
497 dbg("PCPROT: don't send users to $self->{call}") if isdbg('chanerr');
500 if ($ncall eq $main::mycall) {
501 dbg("PCPROT: trying to alter config on this node from outside!") if isdbg('chanerr');
505 RouteDB::delete($ncall, $self->{call});
507 unless ($ncall eq $self->{call}) {
508 dbg("PCPROT: PC17 from non-local $ncall, ignored") if isdbg('chanerr');
512 my $uref = Route::User::get($ucall);
514 dbg("PCPROT: Route::User $ucall not in config") if isdbg('chanerr');
516 my $parent = Route::Node::get($ncall);
518 dbg("PCPROT: Route::Node $ncall not in config") if isdbg('chanerr');
521 $dxchan = $parent->dxchan if $parent;
522 if ($dxchan && $dxchan ne $self) {
523 dbg("PCPROT: PC17 from $self->{call} trying to alter locally connected $ncall, ignored!") if isdbg('chanerr');
527 # input filter if required and then remove user if present
529 # return unless $self->in_filter_route($parent);
530 $parent->del_user($uref) if $uref;
532 $parent = Route->new($ncall); # throw away
535 # send info to all logged in thingies
536 $self->tell_login('logoutu', "$ncall: $ucall") if DXUser->get_current($ncall)->is_local_node;
537 $self->tell_buddies('logoutb', $ucall, $ncall);
539 if (eph_dup($line)) {
540 dbg("PCPROT: dup PC17 detected") if isdbg('chanerr');
544 $uref = Route->new($ucall) unless $uref; # throw away
545 $self->route_pc17($origin, $line, $parent, $uref);
546 $self->route_pc92d($main::mycall, undef, $parent, $uref);
556 $self->state('init');
558 # record the type and version offered
559 if ($_[1] =~ /DXSpider Version: (\d+\.\d+) Build: (\d+\.\d+)/) {
560 $self->version(53 + $1);
561 $self->user->version(53 + $1);
562 $self->build(0 + $2);
563 $self->user->build(0 + $2);
564 unless ($self->is_spider) {
565 $self->user->sort('S');
569 $self->{handle_xml}++ if DXXml::available() && $_[1] =~ /\bxml\b/;
570 $self->{do_pc92}++ if $_[1] =~ /\bpc92\b/;
572 $self->version(50.0);
573 $self->version($_[2] / 100) if $_[2] && $_[2] =~ /^\d+$/;
574 $self->user->version($self->version);
577 # first clear out any nodes on this dxchannel
578 my $parent = Route::Node::get($self->{call});
579 my @rout = $parent->del_nodes;
580 $self->route_pc21($origin, $line, @rout, $parent) if @rout;
581 $self->send_local_config();
589 # add this station to the user database, if required (don't remove SSID from nodes)
590 my $user = DXUser->get_current($call);
592 $user = DXUser->new($call);
593 $user->priv(1); # I have relented and defaulted nodes
595 $user->homenode($call);
598 $user->sort('A') unless $user->is_node;
602 # incoming cluster list
611 my $newline = "PC19^";
616 # first get the INTERFACE node
617 my $parent = Route::Node::get($self->{call});
619 dbg("DXPROT: my parent $self->{call} has disappeared");
626 # We are making a major change from now on. We are only going to accept
627 # PC19s from directly connected nodes. This means that we are probably
628 # going to throw away most of the data that we are being sent.
630 # The justification for this is that most of it is wrong or out of date
633 # From now on we are only going to believe PC92 data.
635 for ($i = 1; $i < $#_-1; $i += 4) {
637 my $call = uc $_[$i+1];
640 next unless defined $here && defined $conf && is_callsign($call);
642 eph_del_regex("^PC(?:21\\^$call|17\\^[^\\^]+\\^$call)");
644 # check for sane parameters
645 # $ver = 5000 if $ver eq '0000';
646 next unless $ver && $ver =~ /^\d+$/;
647 next if $ver < 5000; # only works with version 5 software
648 next if length $call < 3; # min 3 letter callsigns
649 next if $call eq $main::mycall;
651 # check that this PC19 isn't trying to alter the wrong dxchan
652 my $dxchan = DXChannel::get($call);
653 if ($dxchan && $dxchan != $self) {
654 dbg("PCPROT: PC19 from $self->{call} trying to alter wrong locally connected $call, ignored!") if isdbg('chanerr');
658 my $user = check_add_node($call);
660 # if (eph_dup($genline)) {
661 # dbg("PCPROT: dup PC19 for $call detected") if isdbg('chanerr');
665 RouteDB::update($call, $self->{call}, $dxchan ? 1 : undef);
668 dbg("PCPROT: PC19 not directly connected, ignored") if isdbg('chanerr');
672 my $r = Route::Node::get($call);
673 my $flags = Route::here($here)|Route::conf($conf);
675 # modify the routing table if it is in it, otherwise store it in the pc19list for now
678 if ($call ne $parent->call) {
679 if ($self->in_filter_route($r)) {
680 $ar = $parent->add($call, $ver, $flags);
681 # push @rout, $ar if $ar;
686 if ($r->version ne $ver || $r->flags != $flags) {
692 if ($call eq $self->{call} || $user->wantroutepc19) {
693 my $new = Route->new($call); # throw away
694 if ($self->in_filter_route($new)) {
695 my $ar = $parent->add($call, $ver, $flags);
696 $user->wantroutepc19(1) unless defined $user->wantroutepc19;
697 push @rout, $ar if $ar;
704 # unbusy and stop and outgoing mail (ie if somehow we receive another PC19 without a disconnect)
705 my $mref = DXMsg::get_busy($call);
706 $mref->stop_msg($call) if $mref;
708 $user->lastin($main::systime) unless DXChannel::get($call);
712 # we are not automatically sending out PC19s, we send out a composite PC21,PC19 instead
713 # but remember there will only be one (pair) these because any extras will be
716 $self->route_pc21($self->{call}, $line, @rout);
717 $self->route_pc19($self->{call}, $line, @rout);
718 $self->route_pc92a($main::mycall, $line, $main::routeroot, @rout);
722 # send local configuration
729 $self->send_local_config();
731 $self->state('normal');
732 $self->{lastping} = 0;
735 # delete a cluster from the list
737 # This should never occur for directly connected nodes.
747 eph_del_regex("^PC1[679].*$call");
749 # if I get a PC21 from the same callsign as self then ignore it
750 if ($call eq $self->call) {
751 dbg("PCPROT: self referencing PC21 from $self->{call}");
755 RouteDB::delete($call, $self->{call});
757 my $parent = Route::Node::get($self->{call});
759 dbg("PCPROT: my parent $self->{call} has disappeared");
766 if ($call ne $main::mycall) { # don't allow malicious buggers to disconnect me!
767 my $node = Route::Node::get($call);
770 my $dxchan = DXChannel::get($call);
771 if ($dxchan && $dxchan != $self) {
772 dbg("PCPROT: PC21 from $self->{call} trying to alter locally connected $call, ignored!") if isdbg('chanerr');
777 return unless $self->in_filter_route($node);
779 # routing objects, force a PC21 if it is local
780 push @rout, $node->del($parent);
781 push @rout, $call if $dxchan && @rout == 0;
784 dbg("PCPROT: I WILL _NOT_ be disconnected!") if isdbg('chanerr');
789 $self->route_pc21($origin, $line, @rout);
790 $self->route_pc92d($main::mycall, $line, $main::routeroot, @rout);
801 $self->state('normal');
802 $self->{lastping} = 0;
813 # route foreign' pc27s
815 if ($_[8] ne $main::mycall) {
816 $self->route($_[8], $line);
821 # only do a rspf check on PC23 (not 27)
823 return if $rspfcheck and !$self->rspfcheck(1, $_[8], $_[7])
827 my $d = cltounix($_[1], sprintf("%02d18Z", $_[2]));
828 my $sfi = unpad($_[3]);
829 my $k = unpad($_[4]);
830 my $i = unpad($_[5]);
831 my ($r) = $_[6] =~ /R=(\d+)/;
833 if (($pcno == 23 && $d < $main::systime - $pc23_max_age) || $d > $main::systime + 1500 || $_[2] < 0 || $_[2] > 23) {
834 dbg("PCPROT: WWV Date ($_[1] $_[2]) out of range") if isdbg('chanerr');
838 # global wwv filtering on INPUT
839 my @dxcc = ((Prefix::cty_data($_[7]))[0..2], (Prefix::cty_data($_[8]))[0..2]);
840 if ($self->{inwwvfilter}) {
841 my ($filter, $hops) = $self->{inwwvfilter}->it(@_[7,8], $origin, @dxcc);
843 dbg("PCPROT: Rejected by input wwv filter") if isdbg('chanerr');
847 $_[7] =~ s/-\d+$//o; # remove spotter's ssid
848 if (Geomag::dup($d,$sfi,$k,$i,$_[6],$_[7])) {
849 dbg("PCPROT: Dup WWV Spot ignored\n") if isdbg('chanerr');
853 # note this only takes the first one it gets
854 Geomag::update($d, $_[2], $sfi, $k, $i, @_[6..8], $r);
858 $rep = Local::wwv($self, $_[1], $_[2], $sfi, $k, $i, @_[6..8], $r);
860 # dbg("Local::wwv2 error $@") if isdbg('local') if $@;
863 # DON'T be silly and send on PC27s!
864 return if $pcno == 27;
866 # broadcast to the eager world
867 send_wwv_spot($self, $line, $d, $_[2], $sfi, $k, $i, @_[6..8]);
879 $nref = Route::Node::get($call);
880 $uref = Route::User::get($call);
881 return unless $nref || $uref; # if we don't know where they are, it's pointless sending it on
883 if (eph_dup($line)) {
884 dbg("PCPROT: Dup PC24 ignored\n") if isdbg('chanerr');
888 $nref->here($_[2]) if $nref;
889 $uref->here($_[2]) if $uref;
890 my $ref = $nref || $uref;
891 return unless $self->in_filter_route($ref);
893 $self->route_pc24($origin, $line, $ref, $_[3]);
903 if ($_[1] ne $main::mycall) {
904 $self->route($_[1], $line);
907 if ($_[2] eq $main::mycall) {
908 dbg("PCPROT: Trying to merge to myself, ignored") if isdbg('chanerr');
912 Log('DXProt', "Merge request for $_[3] spots and $_[4] WWV from $_[2]");
916 my @in = reverse Spot::search(1, undef, undef, 0, $_[3]);
919 $self->send(pc26(@{$in}[0..4], $_[2]));
925 my @in = reverse Geomag::search(0, $_[4], time, 1);
928 $self->send(pc27(@{$in}[0..5], $_[2]));
933 sub handle_26 {goto &handle_11}
934 sub handle_27 {goto &handle_23}
943 if ($_[1] eq $main::mycall) {
945 my $sub = "DXMsg::handle_$pcno";
948 $self->route($_[1], $line) unless $self->is_clx;
952 sub handle_29 {goto &handle_28}
953 sub handle_30 {goto &handle_28}
954 sub handle_31 {goto &handle_28}
955 sub handle_32 {goto &handle_28}
956 sub handle_33 {goto &handle_28}
964 if (eph_dup($line, $eph_pc34_restime)) {
965 dbg("PCPROT: dupe PC34, ignored") if isdbg('chanerr');
967 $self->process_rcmd($_[1], $_[2], $_[2], $_[3]);
971 # remote command replies
978 eph_del_regex("^PC35\\^$_[2]\\^$_[1]\\^");
979 $self->process_rcmd_reply($_[1], $_[2], $_[1], $_[3]);
982 sub handle_36 {goto &handle_34}
991 if ($_[1] eq $main::mycall) {
993 my $sub = "DXDb::handle_$pcno";
996 $self->route($_[1], $line) unless $self->is_clx;
1000 # node connected list from neighbour
1009 # incoming disconnect
1016 if ($_[1] eq $self->{call}) {
1017 $self->disconnect(1);
1019 dbg("PCPROT: came in on wrong channel") if isdbg('chanerr');
1023 sub handle_40 {goto &handle_28}
1035 $l =~ s/[\x00-\x20\x7f-\xff]+//g; # remove all funny characters and spaces for dup checking
1036 if (eph_dup($l, $eph_info_restime)) {
1037 dbg("PCPROT: dup PC41, ignored") if isdbg('chanerr');
1041 # input filter if required
1042 # my $ref = Route::get($call) || Route->new($call);
1043 # return unless $self->in_filter_route($ref);
1045 if ($_[3] eq $_[2] || $_[3] =~ /^\s*$/) {
1046 dbg('PCPROT: invalid value') if isdbg('chanerr');
1050 # add this station to the user database, if required
1051 my $user = DXUser->get_current($call);
1052 $user = DXUser->new($call) unless $user;
1056 } elsif ($_[2] == 2) {
1058 } elsif ($_[2] == 3) {
1059 if (is_latlong($_[3])) {
1060 my ($lat, $long) = DXBearing::stoll($_[3]);
1063 $user->qra(DXBearing::lltoqra($lat, $long));
1065 dbg('PCPROT: not a valid lat/long') if isdbg('chanerr');
1068 } elsif ($_[2] == 4) {
1069 $user->homenode($_[3]);
1070 } elsif ($_[2] == 5) {
1071 if (is_qra(uc $_[3])) {
1072 my ($lat, $long) = DXBearing::qratoll(uc $_[3]);
1075 $user->qra(uc $_[3]);
1077 dbg('PCPROT: not a valid QRA locator') if isdbg('chanerr');
1081 $user->lastoper($main::systime); # to cut down on excessive for/opers being generated
1084 unless ($self->{isolate}) {
1085 DXChannel::broadcast_nodes($line, $self); # send it to everyone but me
1088 # perhaps this IS what we want after all
1089 # $self->route_pc41($ref, $call, $_[2], $_[3], $_[4]);
1092 sub handle_42 {goto &handle_28}
1096 sub handle_44 {goto &handle_37}
1097 sub handle_45 {goto &handle_37}
1098 sub handle_46 {goto &handle_37}
1099 sub handle_47 {goto &handle_37}
1100 sub handle_48 {goto &handle_37}
1102 # message and database
1110 if (eph_dup($line)) {
1111 dbg("PCPROT: Dup PC49 ignored\n") if isdbg('chanerr');
1115 if ($_[1] eq $main::mycall) {
1116 DXMsg::handle_49($self, @_);
1118 $self->route($_[1], $line) unless $self->is_clx;
1122 # keep alive/user list
1132 RouteDB::update($call, $self->{call});
1134 my $node = Route::Node::get($call);
1136 return unless $node->call eq $self->{call};
1137 $node->usercount($_[2]);
1139 # input filter if required
1140 return unless $self->in_filter_route($node);
1142 $self->route_pc50($origin, $line, $node, $_[2], $_[3]) unless eph_dup($line);
1146 # incoming ping requests/answers
1159 if ($to eq $main::mycall) {
1161 $self->send(pc51($from, $to, '0'));
1163 DXXml::Ping::handle_ping_reply($self, $from);
1167 RouteDB::update($from, $self->{call});
1169 if (eph_dup($line)) {
1170 dbg("PCPROT: dup PC51 detected") if isdbg('chanerr');
1173 # route down an appropriate thingy
1174 $self->route($to, $line);
1178 # dunno but route it
1186 if ($call ne $main::mycall) {
1187 $self->route($call, $line);
1201 my $d = cltounix($call, sprintf("%02d18Z", $_[2]));
1202 if (($pcno == 23 && $d < $main::systime - $pc23_max_age) || $d > $main::systime + 1500 || $_[2] < 0 || $_[2] > 23) {
1203 dbg("PCPROT: WCY Date ($call $_[2]) out of range") if isdbg('chanerr');
1206 @_ = map { unpad($_) } @_;
1208 dbg("PCPROT: Dup WCY Spot ignored\n") if isdbg('chanerr');
1212 my $wcy = WCY::update($d, @_[2..12]);
1216 $rep = Local::wcy($self, @_[1..12]);
1218 # dbg("Local::wcy error $@") if isdbg('local') if $@;
1221 # broadcast to the eager world
1222 send_wcy_spot($self, $line, $d, @_[2..12]);
1225 # remote commands (incoming)
1232 $self->process_rcmd($_[1], $_[2], $_[3], $_[4]);
1235 # remote command replies
1242 $self->process_rcmd_reply($_[1], $_[2], $_[3], $_[4]);
1245 # decode a pc92 call: flag call : version : build
1246 sub _decode_pc92_call
1249 my @part = split /:/, $icall;
1250 my ($flag, $call) = unpack "A A*", $part[0];
1251 return () unless $flag && $flag ge '0' && $flag le '7';
1252 return () unless $call && is_callsign($call);
1253 my $is_node = $flag & 4;
1254 my $is_extnode = $flag & 2;
1255 my $here = $flag & 1;
1256 return ($call, $is_node, $is_extnode, $here, $part[1], $part[2]);
1259 # decode a pc92 call: flag call : version : build
1260 sub _encode_pc92_call
1265 my $call = $ref->call;
1267 $flag |= $ref->here ? 1 : 0;
1268 if ($ref->isa('Route::Node') || $ref->isa('DXProt')) {
1270 my $dxchan = DXChannel::get($call);
1271 $flag |= 2 if $call ne $main::mycall && $dxchan && !$dxchan->{do_pc92};
1273 if ($ref->version) {
1274 my $version = $ref->version || 1.0;
1275 $version = $version * 100 + 5300 if $version < 50;
1276 $extra .= ":" . $version;
1280 return "$flag$call$extra";
1287 my ($call, $is_node, $is_extnode, $here, $version, $build) = _decode_pc92_call($s);
1292 @rout = $parent->add($call, $version, Route::here($here));
1294 @rout = $parent->add_user($call, Route::here($here));
1304 my ($call, $is_node, $is_extnode, $here, $version, $build) = _decode_pc92_call($s);
1308 my $nref = Route::Node::get($call);
1309 @rout = $nref->del($parent) if $nref;
1311 my $uref = Route::User::get($call);
1312 @rout = $parent->del_user($uref) if $uref;
1318 # DXSpider routing entries
1326 $self->{do_pc92} ||= 1;
1330 dbg("PCPROT: invalid callsign string '$_[1]', ignored") if isdbg('chanerr');
1336 my @ent = grep {$_ && /^[0-7]/} @_[4 .. $#_];
1338 if ($pcall eq $main::mycall) {
1339 dbg("PCPROT: looped back, ignored") if isdbg('chanerr');
1343 my $parent = Route::Node::get($pcall);
1345 my $lastid = $parent->lastid->{92} || 0;
1347 dbg("PCPROT: dup / old id <= $lastid, ignored") if isdbg('chanerr');
1351 $parent = Route::Node->new($pcall);
1353 $parent->lastid->{92} = $t;
1356 my ($call, $is_node, $is_extnode, $here, $version, $build) = _decode_pc92_call($ent[0]);
1357 if ($call && $is_node && $call eq $pcall) {
1358 $parent->here(Route::here($here));
1359 $parent->version($version) if $version;
1360 $parent->build($build) if $build;
1361 } elsif ($is_extnode) {
1362 # reparent to external node (note that we must have received a 'C' or 'A' record
1363 # from the true parent node for this external before we get one for the this node
1364 unless ($parent = Route::Node::get($call)) {
1365 dbg("PCPROT: no previous C or A for this external node received, ignored") if isdbg('chanerr');
1369 dbg("PCPROT: must be mycall or external node as first entry, ignored") if isdbg('chanerr');
1379 push @radd, _add_thingy($parent, $_);
1381 } elsif ($sort eq 'D') {
1383 push @rdel, _del_thingy($parent, $_);
1385 } elsif ($sort eq 'C') {
1386 my (@nodes, @users);
1388 my ($call, $is_node, $is_extnode, $here, $version, $build) = _decode_pc92_call($_);
1396 dbg("DXPROT: pc92 call entry '$_' not decoded, ignored") if isdbg('chanerr');
1400 my ($dnodes, $dusers, $nnodes, $nusers) = $parent->calc_config_changes(\@nodes, \@users);
1403 my ($call, $is_node, $is_extnode, $here, $version, $build) = _decode_pc92_call($_);
1405 push @radd,_add_thingy($parent, $_) if grep $call eq $_, (@$nnodes, @$nusers);
1406 push @rdel,_del_thingy($parent, $_) if grep $call eq $_, (@$dnodes, @$dusers);
1410 dbg("PCPROT: unknown action '$sort', ignored") if isdbg('chanerr');
1414 $self->broadcast_route_pc9x($origin, undef, $line, 0);
1415 foreach my $r (@rdel) {
1418 $self->route_pc21($pcall, undef, $r) if $r->isa('Route::Node');
1419 $self->route_pc17($pcall, undef, $parent, $r) if $r->isa('Route::User');
1421 foreach my $r (@radd) {
1424 $self->route_pc19($pcall, undef, $r) if $r->isa('Route::Node');
1425 $self->route_pc16($pcall, undef, $parent, $r) if $r->isa('Route::User');
1429 # if get here then rebroadcast the thing with its Hop count decremented (if
1430 # there is one). If it has a hop count and it decrements to zero then don't
1433 # NOTE - don't arrive here UNLESS YOU WANT this lump of protocol to be
1444 if (eph_dup($line)) {
1445 dbg("PCPROT: Ephemeral dup, dropped") if isdbg('chanerr');
1447 unless ($self->{isolate}) {
1448 DXChannel::broadcast_nodes($line, $self) if $line =~ /\^H\d+\^?~?$/; # send it to everyone but me