fix missing under test
[spider.git] / perl / DXProt.pm
1 #!/usr/bin/perl
2 #
3 # This module impliments the protocal mode for a dx cluster
4 #
5 # Copyright (c) 1998 Dirk Koopman G1TLH
6 #
7 # $Id$
8
9
10 package DXProt;
11
12 @ISA = qw(DXChannel);
13
14 use DXUtil;
15 use DXChannel;
16 use DXUser;
17 use DXM;
18 use DXProtVars;
19 use DXCommandmode;
20 use DXLog;
21 use Spot;
22 use DXProtout;
23 use DXDebug;
24 use Filter;
25 use Local;
26 use DXDb;
27 use AnnTalk;
28 use Geomag;
29 use WCY;
30 use Time::HiRes qw(gettimeofday tv_interval);
31 use BadWords;
32 use DXHash;
33 use Route;
34 use Route::Node;
35 use Script;
36 use Investigate;
37 use RouteDB;
38 use Thingy;
39 use Thingy::Dx;
40 use Thingy::Rt;
41 use Thingy::Ping;
42 use Thingy::T;
43 use Thingy::Hello;
44 use Thingy::Bye;
45
46 use strict;
47
48 use vars qw($VERSION $BRANCH);
49
50 main::mkver($VERSION = q$Revision$);
51
52 use vars qw($pc11_max_age $pc23_max_age $last_pc50 $eph_restime $eph_info_restime $eph_pc34_restime
53                         $last_hour $last10 %eph  %pings %rcmds $ann_to_talk
54                         $pingint $obscount %pc19list $chatdupeage $chatimportfn
55                         $investigation_int $pc19_version $myprot_version
56                         %nodehops $baddx $badspotter $badnode $censorpc $rspfcheck
57                         $allowzero $decode_dk0wcy $send_opernam @checklist);
58
59 $pc11_max_age = 1*3600;                 # the maximum age for an incoming 'real-time' pc11
60 $pc23_max_age = 1*3600;                 # the maximum age for an incoming 'real-time' pc23
61
62 $last_hour = time;                              # last time I did an hourly periodic update
63 %pings = ();                    # outstanding ping requests outbound
64 %rcmds = ();                    # outstanding rcmd requests outbound
65 %nodehops = ();                 # node specific hop control
66 %pc19list = ();                                 # list of outstanding PC19s that haven't had PC16s on them
67
68 $censorpc = 1;                                  # Do a BadWords::check on text fields and reject things
69                                                                 # loads of 'bad things'
70 $baddx = new DXHash "baddx";
71 $badspotter = new DXHash "badspotter";
72 $badnode = new DXHash "badnode";
73 $last10 = $last_pc50 = time;
74 $ann_to_talk = 1;
75 $rspfcheck = 1;
76 $eph_restime = 180;
77 $eph_info_restime = 60*60;
78 $eph_pc34_restime = 30;
79 $pingint = 5*60;
80 $obscount = 2;
81 $chatdupeage = 20 * 60 * 60;
82 $chatimportfn = "$main::root/chat_import";
83 $investigation_int = 12*60*60;  # time between checks to see if we can see this node
84 $pc19_version = 5466;                   # the visible version no for outgoing PC19s generated from pc59
85
86 @checklist = 
87 (
88  [ qw(i c c m bp bc c) ],                       # pc10
89  [ qw(i f m d t m c c h) ],             # pc11
90  [ qw(i c bm m bm bm p h) ],            # pc12
91  [ qw(i c h) ],                                 # 
92  [ qw(i c h) ],                                 # 
93  [ qw(i c m h) ],                                       # 
94  undef ,                                                # pc16 has to be validated manually
95  [ qw(i c c h) ],                                       # pc17
96  [ qw(i m n) ],                                 # pc18
97  undef ,                                                # pc19 has to be validated manually
98  undef ,                                                # pc20 no validation
99  [ qw(i c m h) ],                                       # pc21
100  undef ,                                                # pc22 no validation
101  [ qw(i d n n n n m c c h) ],           # pc23
102  [ qw(i c p h) ],                                       # pc24
103  [ qw(i c c n n) ],                             # pc25
104  [ qw(i f m d t m c c bc) ],            # pc26
105  [ qw(i d n n n n m c c bc) ],  # pc27
106  [ qw(i c c m c d t p m bp n p bp bc) ], # pc28
107  [ qw(i c c n m) ],                             # pc29
108  [ qw(i c c n) ],                                       # pc30
109  [ qw(i c c n) ],                                       # pc31
110  [ qw(i c c n) ],                                       # pc32
111  [ qw(i c c n) ],                                       # pc33
112  [ qw(i c c m) ],                                       # pc34
113  [ qw(i c c m) ],                                       # pc35
114  [ qw(i c c m) ],                                       # pc36
115  [ qw(i c c n m) ],                             # pc37
116  undef,                                                 # pc38 not interested
117  [ qw(i c m) ],                                 # pc39
118  [ qw(i c c m p n) ],                           # pc40
119  [ qw(i c n m h) ],                             # pc41
120  [ qw(i c c n) ],                                       # pc42
121  undef,                                                 # pc43 don't handle it
122  [ qw(i c c n m m c) ],                 # pc44
123  [ qw(i c c n m) ],                             # pc45
124  [ qw(i c c n) ],                                       # pc46
125  undef,                                                 # pc47
126  undef,                                                 # pc48
127  [ qw(i c m h) ],                                       # pc49
128  [ qw(i c n h) ],                                       # pc50
129  [ qw(i c c n) ],                                       # pc51
130  undef,
131  undef,
132  undef,
133  undef,
134  undef,
135  undef,
136  undef,
137  undef,
138  undef,                                                 # pc60
139  undef,
140  undef,
141  undef,
142  undef,
143  undef,
144  undef,
145  undef,
146  undef,
147  undef,
148  undef,                                                 # pc70
149  undef,
150  undef,
151  [ qw(i d n n n n n n m m m c c h) ],   # pc73
152  undef,
153  undef,
154  undef,
155  undef,
156  undef,
157  undef,
158  undef,                                                 # pc80
159  undef,
160  undef,
161  undef,
162  [ qw(i c c c m) ],                             # pc84
163  [ qw(i c c c m) ],                             # pc85
164  undef,
165  undef,
166  undef,
167  undef,
168  [ qw(i c n) ],                                 # pc90
169 );
170
171 # use the entry in the check list to check the field list presented
172 # return OK if line NOT in check list (for now)
173 sub check
174 {
175         my $n = shift;
176         $n -= 10;
177         return 0 if $n < 0 || $n > @checklist; 
178         my $ref = $checklist[$n];
179         return 0 unless ref $ref;
180         
181         my $i;
182         for ($i = 1; $i < @$ref; $i++) {
183                 my ($blank, $act) = $$ref[$i] =~ /^(b?)(\w)$/;
184                 return 0 unless $act;
185                 next if $blank && $_[$i] =~ /^[ \*]$/;
186                 if ($act eq 'c') {
187                         return $i unless is_callsign($_[$i]);
188                 } elsif ($act eq 'i') {                 
189                         ;                                       # do nothing
190                 } elsif ($act eq 'm') {
191                         return $i unless is_pctext($_[$i]);
192                 } elsif ($act eq 'p') {
193                         return $i unless is_pcflag($_[$i]);
194                 } elsif ($act eq 'f') {
195                         return $i unless is_freq($_[$i]);
196                 } elsif ($act eq 'n') {
197                         return $i unless $_[$i] =~ /^[\d ]+$/;
198                 } elsif ($act eq 'h') {
199                         return $i unless $_[$i] =~ /^H\d\d?$/;
200                 } elsif ($act eq 'd') {
201                         return $i unless $_[$i] =~ /^\s*\d+-\w\w\w-[12][90]\d\d$/;
202                 } elsif ($act eq 't') {
203                         return $i unless $_[$i] =~ /^[012]\d[012345]\dZ$/;
204                 } 
205         }
206         return 0;
207 }
208
209 sub init
210 {
211         do "$main::data/hop_table.pl" if -e "$main::data/hop_table.pl";
212         confess $@ if $@;
213
214         my $user = DXUser->get($main::mycall);
215         die "User $main::mycall not setup or disappeared RTFM" unless $user;
216         
217         $myprot_version += $main::version*100;
218         $main::me = DXProt->new($main::mycall, 0, $user); 
219         $main::me->{here} = 1;
220         $main::me->{state} = "indifferent";
221         $main::me->{sort} = 'S';    # S for spider
222         $main::me->{priv} = 9;
223         $main::me->{metric} = 0;
224         $main::me->{pingave} = 0;
225         $main::me->{registered} = 1;
226         $main::me->{version} = 5252 + $main::version;
227         $main::me->{build} = $main::build;
228 }
229
230 #
231 # obtain a new connection this is derived from dxchannel
232 #
233
234 sub new 
235 {
236         my $self = DXChannel::alloc(@_);
237
238         # add this node to the table, the values get filled in later
239         my $pkg = shift;
240         my $call = shift;
241         $main::routeroot->add($call, '5000', Route::here(1)) if $call ne $main::mycall;
242         if ($self->{call} ne $main::mycall) {
243                 my $thing = Thingy::Hello->new(user=>$call);
244                 $thing->broadcast($self);
245         }
246         
247         return $self;
248 }
249
250 # this is how a pc connection starts (for an incoming connection)
251 # issue a PC38 followed by a PC18, then wait for a PC20 (remembering
252 # all the crap that comes between).
253 sub start
254 {
255         my ($self, $line, $sort) = @_;
256         my $call = $self->{call};
257         my $user = $self->{user};
258
259         # log it
260         my $host = $self->{conn}->{peerhost} || "unknown";
261         Log('DXProt', "$call connected from $host");
262         
263         # remember type of connection
264         $self->{consort} = $line;
265         $self->{outbound} = $sort eq 'O';
266         my $priv = $user->priv;
267         $priv = $user->priv(1) unless $priv;
268         $self->{priv} = $priv;     # other clusters can always be 'normal' users
269         $self->{lang} = $user->lang || 'en';
270         $self->{isolate} = $user->{isolate};
271         $self->{consort} = $line;       # save the connection type
272         $self->{here} = 1;
273         $self->{width} = 80;
274
275         # sort out registration
276         $self->{registered} = 1;
277
278         # get the output filters
279         $self->{spotsfilter} = Filter::read_in('spots', $call, 0) || Filter::read_in('spots', 'node_default', 0);
280         $self->{wwvfilter} = Filter::read_in('wwv', $call, 0) || Filter::read_in('wwv', 'node_default', 0);
281         $self->{wcyfilter} = Filter::read_in('wcy', $call, 0) || Filter::read_in('wcy', 'node_default', 0);
282         $self->{annfilter} = Filter::read_in('ann', $call, 0) || Filter::read_in('ann', 'node_default', 0) ;
283         $self->{routefilter} = Filter::read_in('route', $call, 0) || Filter::read_in('route', 'node_default', 0) unless $self->{isolate} ;
284
285
286         # get the INPUT filters (these only pertain to Clusters)
287         $self->{inspotsfilter} = Filter::read_in('spots', $call, 1) || Filter::read_in('spots', 'node_default', 1);
288         $self->{inwwvfilter} = Filter::read_in('wwv', $call, 1) || Filter::read_in('wwv', 'node_default', 1);
289         $self->{inwcyfilter} = Filter::read_in('wcy', $call, 1) || Filter::read_in('wcy', 'node_default', 1);
290         $self->{inannfilter} = Filter::read_in('ann', $call, 1) || Filter::read_in('ann', 'node_default', 1);
291         $self->{inroutefilter} = Filter::read_in('route', $call, 1) || Filter::read_in('route', 'node_default', 1) unless $self->{isolate};
292         
293         # set unbuffered and no echo
294         $self->send_now('B',"0");
295         $self->send_now('E',"0");
296         $self->conn->echo(0) if $self->conn->can('echo');
297         
298         # ping neighbour node stuff
299         my $ping = $user->pingint;
300         $ping = $pingint unless defined $ping;
301         $self->{pingint} = $ping;
302         $self->{nopings} = $user->nopings || $obscount;
303         $self->{pingtime} = [ ];
304         $self->{pingave} = 999;
305         $self->{metric} ||= 100;
306         $self->{lastping} = $main::systime;
307
308         # send initialisation string
309         unless ($self->{outbound}) {
310                 $self->sendinit;
311         }
312         
313         $self->state('init');
314         $self->{pc50_t} = $main::systime;
315
316         my $thing = Thingy::Hello->new(origin=>$main::mycall, user=>$call);
317         $thing->broadcast($self);
318         
319         # send info to all logged in thingies
320         $self->tell_login('loginn');
321
322         # run a script send the output to the debug file
323         my $script = new Script(lc $call) || new Script('node_default');
324         $script->run($self) if $script;
325 }
326
327 #
328 # send outgoing 'challenge'
329 #
330
331 sub sendinit
332 {
333         my $self = shift;
334         $self->send(pc18());
335 }
336
337
338 #
339 # This is the normal pcxx despatcher
340 #
341 sub normal
342 {
343         my ($self, $line) = @_;
344
345         my @field = split /\^/, $line;
346         return unless @field;
347         
348         pop @field if $field[-1] eq '~';
349         
350 #       print join(',', @field), "\n";
351                                                 
352         # process PC frames, this will fail unless the frame starts PCnn
353         my ($pcno) = $field[0] =~ /^PC(\d\d)/; # just get the number
354         unless (defined $pcno && $pcno >= 10 && $pcno <= 99) {
355                 dbg("PCPROT: unknown protocol") if isdbg('chanerr');
356                 return;
357         }
358
359         # check for and dump bad protocol messages
360         my $n = check($pcno, @field);
361         if ($n) {
362                 dbg("PCPROT: bad field $n, dumped (" . parray($checklist[$pcno-10]) . ")") if isdbg('chanerr');
363                 return;
364         }
365
366         # decrement any hop fields at this point
367         if ($line =~ /\^H(\d\d?)\^?~?$/) {
368                 my $hops = $1 - 1;
369                 if ($hops < 0) {
370                         dbg("PCPROT: zero hop count, dumped") if isdbg('chanerr');
371                         return;
372                 }
373                 $line =~ s/\^H\d\d?(\^?~?)$/^H$hops$1/;
374         }
375
376         my $origin = $self->{call};
377         no strict 'subs';
378         my $sub = "handle_$pcno";
379
380         if ($self->can($sub)) {
381                 $self->$sub($pcno, $line, $origin, @field);
382         } else {
383                 $self->handle_default($pcno, $line, $origin, @field);
384         }
385 }
386         
387 # incoming talk commands
388 sub handle_10
389 {
390         my $self = shift;
391         my $pcno = shift;
392         my $line = shift;
393         my $origin = shift;
394
395         # rsfp check
396         return if $rspfcheck and !$self->rspfcheck(0, $_[6], $_[1]);
397                         
398         # will we allow it at all?
399         if ($censorpc) {
400                 my @bad;
401                 if (@bad = BadWords::check($_[3])) {
402                         dbg("PCPROT: Bad words: @bad, dropped") if isdbg('chanerr');
403                         return;
404                 }
405         }
406
407         # is it for me or one of mine?
408         my ($from, $to, $via, $call, $dxchan);
409         $from = $_[1];
410         if ($_[5] gt ' ') {
411                 $via = $_[2];
412                 $to = $_[5];
413         } else {
414                 $to = $_[2];
415         }
416
417         # if this is a 'nodx' node then ignore it
418         if ($badnode->in($_[6]) || ($via && $badnode->in($via))) {
419                 dbg("PCPROT: Bad Node, dropped") if isdbg('chanerr');
420                 return;
421         }
422
423         # if this is a 'bad spotter' user then ignore it
424         my $nossid = $from;
425         $nossid =~ s/-\d+$//;
426         if ($badspotter->in($nossid)) {
427                 dbg("PCPROT: Bad Spotter, dropped") if isdbg('chanerr');
428                 return;
429         }
430
431         # if we are converting announces to talk is it a dup?
432         if ($ann_to_talk) {
433                 if (AnnTalk::is_talk_candidate($from, $_[3]) && AnnTalk::dup($from, $to, $_[3])) {
434                         dbg("DXPROT: Dupe talk from announce, dropped") if isdbg('chanerr');
435                         return;
436                 }
437         }
438
439         # remember a route to this node and also the node on which this user is
440         RouteDB::update($_[6], $origin);
441 #       RouteDB::update($to, $_[6]);
442
443         # it is here and logged on
444         $dxchan = DXChannel::get($main::myalias) if $to eq $main::mycall;
445         $dxchan = DXChannel::get($to) unless $dxchan;
446         if ($dxchan && $dxchan->is_user) {
447                 $_[3] =~ s/\%5E/^/g;
448                 $dxchan->talk($from, $to, $via, $_[3]);
449                 return;
450         }
451
452         # is it elsewhere, visible on the cluster via the to address?
453         # note: this discards the via unless the to address is on
454         # the via address
455         my ($ref, $vref);
456         if ($ref = Route::get($to)) {
457                 $vref = Route::Node::get($via) if $via;
458                 $vref = undef unless $vref && grep $to eq $_, $vref->users;
459                 $ref->dxchan->talk($from, $to, $vref ? $via : undef, $_[3], $_[6]);
460                 return;
461         }
462
463         # can we see an interface to send it down?
464         
465         # not visible here, send a message of condolence
466         $vref = undef;
467         $ref = Route::get($from);
468         $vref = $ref = Route::Node::get($_[6]) unless $ref; 
469         if ($ref) {
470                 $dxchan = $ref->dxchan;
471                 $dxchan->talk($main::mycall, $from, $vref ? $vref->call : undef, $dxchan->msg('talknh', $to) );
472         }
473 }
474
475 # DX Spot handling
476 sub handle_11
477 {
478         my $self = shift;
479         my $pcno = shift;
480         my $line = shift;
481         my $origin = shift;
482
483         # route 'foreign' pc26s 
484         if ($pcno == 26) {
485                 if ($_[7] ne $main::mycall) {
486                         $self->route($_[7], $line);
487                         return;
488                 }
489         }
490                         
491         # rsfp check
492         #                       return if $rspfcheck and !$self->rspfcheck(1, $_[7], $_[6]);
493
494         # if this is a 'nodx' node then ignore it
495         if ($badnode->in($_[7])) {
496                 dbg("PCPROT: Bad Node, dropped") if isdbg('chanerr');
497                 return;
498         }
499                         
500         # if this is a 'bad spotter' user then ignore it
501         my $nossid = $_[6];
502         $nossid =~ s/-\d+$//;
503         if ($badspotter->in($nossid)) {
504                 dbg("PCPROT: Bad Spotter, dropped") if isdbg('chanerr');
505                 return;
506         }
507                         
508         # convert the date to a unix date
509         my $d = cltounix($_[3], $_[4]);
510         # bang out (and don't pass on) if date is invalid or the spot is too old (or too young)
511         if (!$d || ($pcno == 11 && ($d < $main::systime - $pc11_max_age || $d > $main::systime + 900))) {
512                 dbg("PCPROT: Spot ignored, invalid date or out of range ($_[3] $_[4])\n") if isdbg('chanerr');
513                 return;
514         }
515
516         # is it 'baddx'
517         if ($baddx->in($_[2]) || BadWords::check($_[2])) {
518                 dbg("PCPROT: Bad DX spot, ignored") if isdbg('chanerr');
519                 return;
520         }
521                         
522         # do some de-duping
523         $_[5] =~ s/^\s+//;                      # take any leading blanks off
524         $_[2] = unpad($_[2]);           # take off leading and trailing blanks from spotted callsign
525         if ($_[2] =~ /BUST\w*$/) {
526                 dbg("PCPROT: useless 'BUSTED' spot") if isdbg('chanerr');
527                 return;
528         }
529         if ($censorpc) {
530                 my @bad;
531                 if (@bad = BadWords::check($_[5])) {
532                         dbg("PCPROT: Bad words: @bad, dropped") if isdbg('chanerr');
533                         return;
534                 }
535         }
536
537         # remember a route
538 #       RouteDB::update($_[7], $self->{call});
539 #       RouteDB::update($_[6], $_[7]);
540         
541         my @spot = Spot::prepare($_[1], $_[2], $d, $_[5], $_[6], $_[7]);
542
543         my $thing = Thingy::Dx->new(origin=>$main::mycall);
544         $thing->from_DXProt(DXProt=>$line,spotdata=>\@spot);
545         $thing->process($self);
546
547         # this goes after the input filtering, but before the add
548         # so that if it is input filtered, it isn't added to the dup
549         # list. This allows it to come in from a "legitimate" source
550         #
551         # @spot at this point contains:-
552         # freq, spotted call, time, text, spotter, spotted cc, spotters cc, orig node
553         # then  spotted itu, spotted cq, spotters itu, spotters cq
554         # you should be able to route on any of these
555         #
556                         
557         # fix up qra locators of known users 
558         my $user = DXUser->get_current($spot[4]);
559         if ($user) {
560                 my $qra = $user->qra;
561                 unless ($qra && is_qra($qra)) {
562                         my $lat = $user->lat;
563                         my $long = $user->long;
564                         if (defined $lat && defined $long) {
565                                 $user->qra(DXBearing::lltoqra($lat, $long)); 
566                                 $user->put;
567                         }
568                 }
569
570                 # send a remote command to a distant cluster if it is visible and there is no
571                 # qra locator and we havn't done it for a month.
572
573                 unless ($user->qra) {
574                         my $node;
575                         my $to = $user->homenode;
576                         my $last = $user->lastoper || 0;
577                         if ($send_opernam && $to && $to ne $main::mycall && $main::systime > $last + $DXUser::lastoperinterval && ($node = Route::Node::get($to)) ) {
578                                 my $cmd = "forward/opernam $spot[4]";
579                                 # send the rcmd but we aren't interested in the replies...
580                                 my $dxchan = $node->dxchan;
581                                 if ($dxchan && $dxchan->is_clx) {
582                                         route(undef, $to, pc84($main::mycall, $to, $main::mycall, $cmd));
583                                 } else {
584                                         route(undef, $to, pc34($main::mycall, $to, $cmd));
585                                 }
586                                 if ($to ne $_[7]) {
587                                         $to = $_[7];
588                                         $node = Route::Node::get($to);
589                                         if ($node) {
590                                                 $dxchan = $node->dxchan;
591                                                 if ($dxchan && $dxchan->is_clx) {
592                                                         route(undef, $to, pc84($main::mycall, $to, $main::mycall, $cmd));
593                                                 } else {
594                                                         route(undef, $to, pc34($main::mycall, $to, $cmd));
595                                                 }
596                                         }
597                                 }
598                                 $user->lastoper($main::systime);
599                                 $user->put;
600                         }
601                 }
602         }
603 }
604                 
605 # announces
606 sub handle_12
607 {
608         my $self = shift;
609         my $pcno = shift;
610         my $line = shift;
611         my $origin = shift;
612
613         #                       return if $rspfcheck and !$self->rspfcheck(1, $_[5], $_[1]);
614
615         # announce duplicate checking
616         $_[3] =~ s/^\s+//;                      # remove leading blanks
617
618         if ($censorpc) {
619                 my @bad;
620                 if (@bad = BadWords::check($_[3])) {
621                         dbg("PCPROT: Bad words: @bad, dropped") if isdbg('chanerr');
622                         return;
623                 }
624         }
625
626         # if this is a 'nodx' node then ignore it
627         if ($badnode->in($_[5])) {
628                 dbg("PCPROT: Bad Node, dropped") if isdbg('chanerr');
629                 return;
630         }
631
632         # if this is a 'bad spotter' user then ignore it
633         my $nossid = $_[1];
634         $nossid =~ s/-\d+$//;
635         if ($badspotter->in($nossid)) {
636                 dbg("PCPROT: Bad Spotter, dropped") if isdbg('chanerr');
637                 return;
638         }
639
640
641         my $dxchan;
642         
643         if ((($dxchan = DXChannel::get($_[2])) && $dxchan->is_user) || $_[4] =~ /^[\#\w.]+$/){
644                 $self->send_chat($line, @_[1..6]);
645         } elsif ($_[2] eq '*' || $_[2] eq $main::mycall) {
646
647                 # remember a route
648 #               RouteDB::update($_[5], $self->{call});
649 #               RouteDB::update($_[1], $_[5]);
650
651                 # ignore something that looks like a chat line coming in with sysop
652                 # flag - this is a kludge...
653                 if ($_[3] =~ /^\#\d+ / && $_[4] eq '*') {
654                         dbg('PCPROT: Probable chat rewrite, dropped') if isdbg('chanerr');
655                         return;
656                 }
657
658                 # here's a bit of fun, convert incoming ann with a callsign in the first word
659                 # or one saying 'to <call>' to a talk if we can route to the recipient
660                 if ($ann_to_talk) {
661                         my $call = AnnTalk::is_talk_candidate($_[1], $_[3]);
662                         if ($call) {
663                                 my $ref = Route::get($call);
664                                 if ($ref) {
665                                         $dxchan = $ref->dxchan;
666                                         $dxchan->talk($_[1], $call, undef, $_[3], $_[5]) if $dxchan != $self;
667                                         return;
668                                 }
669                         }
670                 }
671         
672                 # send it
673                 $self->send_announce($line, @_[1..6]);
674         } else {
675                 $self->route($_[2], $line);
676         }
677 }
678                 
679 # incoming user         
680 sub handle_16
681 {
682         my $self = shift;
683         my $pcno = shift;
684         my $line = shift;
685         my $origin = shift;
686
687         # general checks
688         my $dxchan;
689         my $ncall = $_[1];
690         my $newline = "PC16^";
691                         
692         # dos I want users from this channel?
693         unless ($self->user->wantpc16) {
694                 dbg("PCPROT: don't send users to $origin") if isdbg('chanerr');
695                 return;
696         }
697         # is it me?
698         if ($ncall eq $main::mycall) {
699                 dbg("PCPROT: trying to alter config on this node from outside!") if isdbg('chanerr');
700                 return;
701         }
702
703         RouteDB::update($ncall, $self->{call});
704
705         # do we believe this call? 
706         unless ($ncall eq $self->{call} || $self->is_believed($ncall)) {
707                 if (my $ivp = Investigate::get($ncall, $self->{call})) {
708                         $ivp->store_pcxx($pcno,$line,$origin,@_);
709                 } else {
710                         dbg("PCPROT: We don't believe $ncall on $self->{call}") if isdbg('chanerr');
711                 }
712                 return;
713         }
714
715         if (eph_dup($line)) {
716                 dbg("PCPROT: dup PC16 detected") if isdbg('chanerr');
717                 return;
718         }
719
720         my $parent = Route::Node::get($ncall); 
721
722         # if there is a parent, proceed, otherwise if there is a latent PC19 in the PC19list, 
723         # fix it up in the routing tables and issue it forth before the PC16
724         unless ($parent) {
725                 my $nl = $pc19list{$ncall};
726
727                 if ($nl && @_ > 3) { # 3 because of the hop count!
728
729                         # this is a new (remembered) node, now attach it to me if it isn't in filtered
730                         # and we haven't disallowed it
731                         my $user = DXUser->get_current($ncall);
732                         if (!$user) {
733                                 $user = DXUser->new($ncall);
734                                 $user->sort('A');
735                                 $user->priv(1); # I have relented and defaulted nodes
736                                 $user->lockout(1);
737                                 $user->homenode($ncall);
738                                 $user->node($ncall);
739                         }
740
741                         my $wantpc19 = $user->wantroutepc19;
742                         if ($wantpc19 || !defined $wantpc19) {
743                                 my $new = Route->new($ncall); # throw away
744                                 if ($self->in_filter_route($new)) {
745                                         my @nrout;
746                                         for (@$nl) {
747                                                 $parent = Route::Node::get($_->[0]);
748                                                 $dxchan = $parent->dxchan if $parent;
749                                                 if ($dxchan && $dxchan ne $self) {
750                                                         dbg("PCPROT: PC19 from $self->{call} trying to alter locally connected $ncall, ignored!") if isdbg('chanerr');
751                                                         $parent = undef;
752                                                 }
753         if ($parent) {
754                                                         my $r = $parent->add($ncall, $_->[1], $_->[2]);
755                                                         push @nrout, $r unless @nrout;
756                                                 }
757                                         }
758                                         $user->wantroutepc19(1) unless defined $wantpc19; # for now we work on the basis that pc16 = real route 
759                                         $user->lastin($main::systime) unless DXChannel::get($ncall);
760                                         $user->put;
761                                                 
762                                         # route the pc19 - this will cause 'stuttering PC19s' for a while
763                                         $self->route_pc19($origin, $line, @nrout) if @nrout ;
764                                         $parent = Route::Node::get($ncall);
765                                         unless ($parent) {
766                                                 dbg("PCPROT: lost $ncall after sending PC19 for it?");
767                                                 return;
768                                         }
769                                 } else {
770                                         return;
771                                 }
772                                 delete $pc19list{$ncall};
773                         }
774                 } else {
775                         dbg("PCPROT: Node $ncall not in config") if isdbg('chanerr');
776                         return;
777                 }
778         } else {
779
780                 $dxchan = $parent->dxchan;
781                 if ($dxchan && $dxchan ne $self) {
782                         dbg("PCPROT: PC16 from $self->{call} trying to alter locally connected $ncall, ignored!") if isdbg('chanerr');
783                         return;
784                 }
785
786                 # input filter if required
787                 return unless $self->in_filter_route($parent);
788         }
789
790         # is he under the control of the new protocol?
791         if ($parent && $parent->np) {
792                 dbg("PCPROT: $ncall aranea node, ignored") if isdbg('chanerr');
793                 return;
794         }
795                 
796         my $i;
797         my @rout;
798         for ($i = 2; $i < $#_; $i++) {
799                 my ($call, $conf, $here) = $_[$i] =~ /^(\S+) (\S) (\d)/o;
800                 next unless $call && $conf && defined $here && is_callsign($call);
801                 next if $call eq $main::mycall;
802                 
803                 eph_del_regex("^PC17\\^$call\\^$ncall");
804                 
805                 $conf = $conf eq '*';
806                 
807                 # reject this if we think it is a node already
808                 my $r = Route::Node::get($call);
809                 my $u = DXUser->get_current($call) unless $r;
810                 if ($r || ($u && $u->is_node)) {
811                         dbg("PCPROT: $call is a node") if isdbg('chanerr');
812                         next;
813                 }
814                 
815                 $r = Route::User::get($call);
816                 my $flags = Route::here($here)|Route::conf($conf);
817                 
818                 if ($r) {
819                         my $au = $r->addparent($parent);                                        
820                         if ($r->flags != $flags) {
821                                 $r->flags($flags);
822                                 $au = $r;
823                         }
824                         push @rout, $r if $au;
825                 } else {
826                         push @rout, $parent->add_user($call, $flags);
827                 }
828                 
829                 
830                 # add this station to the user database, if required
831                 $call =~ s/-\d+$//o;    # remove ssid for users
832                 my $user = DXUser->get_current($call);
833                 $user = DXUser->new($call) if !$user;
834                 $user->homenode($parent->call) if !$user->homenode;
835                 $user->node($parent->call);
836                 $user->lastin($main::systime) unless DXChannel::get($call);
837                 $user->put;
838         }
839         $self->route_pc16($origin, $line, $parent, @rout) if @rout;
840 }
841                 
842 # remove a user
843 sub handle_17
844 {
845         my $self = shift;
846         my $pcno = shift;
847         my $line = shift;
848         my $origin = shift;
849         my $dxchan;
850         my $ncall = $_[2];
851         my $ucall = $_[1];
852
853         eph_del_regex("^PC16\\^$ncall.*$ucall");
854                         
855         # do I want users from this channel?
856         unless ($self->user->wantpc16) {
857                 dbg("PCPROT: don't send users to $self->{call}") if isdbg('chanerr');
858                 return;
859         }
860         if ($ncall eq $main::mycall) {
861                 dbg("PCPROT: trying to alter config on this node from outside!") if isdbg('chanerr');
862                 return;
863         }
864
865         RouteDB::delete($ncall, $self->{call});
866
867         # do we believe this call? 
868         unless ($ncall eq $self->{call} || $self->is_believed($ncall)) {
869                 if (my $ivp = Investigate::get($ncall, $self->{call})) {
870                         $ivp->store_pcxx($pcno,$line,$origin,@_);
871                 } else {
872                         dbg("PCPROT: We don't believe $ncall on $self->{call}") if isdbg('chanerr');
873                 }
874                 return;
875         }
876
877         my $uref = Route::User::get($ucall);
878         unless ($uref) {
879                 dbg("PCPROT: Route::User $ucall not in config") if isdbg('chanerr');
880         }
881         my $parent = Route::Node::get($ncall);
882         unless ($parent) {
883                 dbg("PCPROT: Route::Node $ncall not in config") if isdbg('chanerr');
884         }                       
885
886         $dxchan = $parent->dxchan if $parent;
887         if ($dxchan && $dxchan ne $self) {
888                 dbg("PCPROT: PC17 from $self->{call} trying to alter locally connected $ncall, ignored!") if isdbg('chanerr');
889                 return;
890         }
891
892         # is he under the control of the new protocol?
893         if ($parent && $parent->np) {
894                 dbg("PCPROT: $ncall aranea node, ignored") if isdbg('chanerr');
895                 return;
896         }
897
898         # input filter if required and then remove user if present
899         if ($parent) {
900 #               return unless $self->in_filter_route($parent);  
901                 $parent->del_user($uref) if $uref;
902         } else {
903                 $parent = Route->new($ncall);  # throw away
904         }
905
906         if (eph_dup($line)) {
907                 dbg("PCPROT: dup PC17 detected") if isdbg('chanerr');
908                 return;
909         }
910
911         $uref = Route->new($ucall) unless $uref; # throw away
912         $self->route_pc17($origin, $line, $parent, $uref);
913 }
914                 
915 # link request
916 sub handle_18
917 {
918         my $self = shift;
919         my $pcno = shift;
920         my $line = shift;
921         my $origin = shift;
922         $self->state('init');   
923
924         # record the type and version offered
925         if ($_[1] =~ /DXSpider Version: (\d+\.\d+) Build: (\d+\.\d+)/) {
926                 $self->version(52.51 + $1);
927                 $self->user->version(52.51 + $1);
928                 $self->build(0 + $2);
929                 $self->user->build(0 + $2);
930                 unless ($self->is_spider) {
931                         $self->user->sort('S');
932                         $self->user->put;
933                         $self->sort('S');
934                 }
935         } else {
936                 $self->version(50.0);
937                 $self->version($_[2] / 100) if $_[2] && $_[2] =~ /^\d+$/;
938                 $self->user->version($self->version);
939         }
940
941         # first clear out any nodes on this dxchannel
942         my $parent = Route::Node::get($origin);
943         my @rout = $parent->del_nodes;
944         $self->route_pc21($origin, $line, @rout, $parent) if @rout;
945         $self->send_local_config();
946         $self->send(pc20());
947 }
948                 
949 # incoming cluster list
950 sub handle_19
951 {
952         my $self = shift;
953         my $pcno = shift;
954         my $line = shift;
955         my $origin = shift;
956
957         my $i;
958         my $newline = "PC19^";
959
960         # new routing list
961         my @rout;
962
963         # first get the INTERFACE node
964         my $parent = Route::Node::get($origin);
965         unless ($parent) {
966                 dbg("DXPROT: my parent $origin has disappeared");
967                 $self->disconnect;
968                 return;
969         }
970
971         # if the origin isn't the same as the INTERFACE, then reparent, creating nodes as necessary
972         if ($origin ne $self->call) {
973                 my $op = Route::Node::get($origin);
974                 unless ($op) {
975                         $op = $parent->add($origin, 5000, Route::here(1));
976                         my $user = DXUser->get_current($origin);
977                         if (!$user) {
978                                 $user = DXUser->new($origin);
979                                 $user->priv(1);         # I have relented and defaulted nodes
980                                 $user->lockout(1);
981                                 $user->homenode($origin);
982                                 $user->node($origin);
983                                 $user->wantroutepc19(1);
984                         }
985                         $user->sort('A') unless $user->is_node;
986                         $user->put;
987                 }
988                 $parent = $op;
989         }
990
991         # parse the PC19
992         for ($i = 1; $i < $#_-1; $i += 4) {
993                 my $here = $_[$i];
994                 my $call = uc $_[$i+1];
995                 my $conf = $_[$i+2];
996                 my $ver = $_[$i+3];
997                 next unless defined $here && defined $conf && is_callsign($call);
998
999                 eph_del_regex("^PC(?:21\\^$call|17\\^[^\\^]+\\^$call)");
1000                                 
1001                 # check for sane parameters
1002                 #                               $ver = 5000 if $ver eq '0000';
1003                 next if $ver < 5000;    # only works with version 5 software
1004                 next if length $call < 3; # min 3 letter callsigns
1005                 next if $call eq $main::mycall;
1006
1007                 # check that this PC19 isn't trying to alter the wrong dxchan
1008                 my $dxchan = DXChannel::get($call);
1009                 if ($dxchan && $dxchan != $self) {
1010                         dbg("PCPROT: PC19 from $origin trying to alter wrong locally connected $call, ignored!") if isdbg('chanerr');
1011                         next;
1012                 }
1013
1014                 # add this station to the user database, if required (don't remove SSID from nodes)
1015                 my $user = DXUser->get_current($call);
1016                 if (!$user) {
1017                         $user = DXUser->new($call);
1018                         $user->priv(1);         # I have relented and defaulted nodes
1019                         $user->lockout(1);
1020                         $user->homenode($call);
1021                         $user->node($call);
1022                 }
1023                 $user->sort('A') unless $user->is_node;
1024
1025                 RouteDB::update($call, $origin);
1026
1027                 # do we believe this call?
1028                 my $genline = "PC19^$here^$call^$conf^$ver^$_[-1]^"; 
1029                 unless ($call eq $origin || $self->is_believed($call)) {
1030                         my $pt = $user->lastping($origin) || 0;
1031                         if ($pt+$investigation_int < $main::systime && !Investigate::get($call, $origin)) {
1032                                 my $ivp  = Investigate->new($call, $origin);
1033                                 $ivp->version($ver);
1034                                 $ivp->here($here);
1035                                 $ivp->store_pcxx($pcno,$genline,$origin,'PC19',$here,$call,$conf,$ver,$_[-1]);
1036                         } else {
1037                                 dbg("PCPROT: We don't believe $call on $origin") if isdbg('chanerr');
1038                         }
1039                         $user->put;
1040                         next;
1041                 }
1042
1043                 if (eph_dup($genline)) {
1044                         dbg("PCPROT: dup PC19 for $call detected") if isdbg('chanerr');
1045                         next;
1046                 }
1047
1048                 my $r = Route::Node::get($call);
1049                 my $flags = Route::here($here)|Route::conf($conf);
1050
1051                 # is he under the control of the new protocol?
1052                 if ($r && $r->np) {
1053                         dbg("PCPROT: $call aranea node, ignored") if isdbg('chanerr');
1054                         next;
1055                 }
1056                 # modify the routing table if it is in it, otherwise store it in the pc19list for now
1057                 if ($r) {
1058                         my $ar;
1059                         if ($call ne $parent->call) {
1060                                 if ($self->in_filter_route($r)) {
1061                                         $ar = $parent->add($call, $ver, $flags);
1062                                         push @rout, $ar if $ar;
1063                                 } else {
1064                                         next;
1065                                 }
1066                         }
1067                         if ($r->version ne $ver || $r->flags != $flags) {
1068                                 $r->version($ver);
1069                                 $r->flags($flags);
1070                                 push @rout, $r unless $ar;
1071                         }
1072                 } else {
1073
1074                         # if he is directly connected or allowed then add him, otherwise store him up for later
1075                         if ($call eq $origin || $user->wantroutepc19) {
1076                                 my $new = Route->new($call); # throw away
1077                                 if ($self->in_filter_route($new)) {
1078                                         my $ar = $parent->add($call, $ver, $flags);
1079                                         $user->wantroutepc19(1) unless defined $user->wantroutepc19;
1080                                         push @rout, $ar if $ar;
1081                                 } else {
1082                                         next;
1083                                 }
1084                         } else {
1085                                 $pc19list{$call} = [] unless exists $pc19list{$call};
1086                                 my $nl = $pc19list{$call};
1087                                 push @{$pc19list{$call}}, [$origin, $ver, $flags] unless grep $_->[0] eq $origin, @$nl;
1088                         }
1089                 }
1090
1091                 # unbusy and stop and outgoing mail (ie if somehow we receive another PC19 without a disconnect)
1092                 my $mref = DXMsg::get_busy($call);
1093                 $mref->stop_msg($call) if $mref;
1094                                 
1095                 $user->lastin($main::systime) unless DXChannel::get($call);
1096                 $user->put;
1097         }
1098
1099
1100         $self->route_pc19($origin, $line, @rout) if @rout;
1101 }
1102                 
1103 # send local configuration
1104 sub handle_20
1105 {
1106         my $self = shift;
1107         my $pcno = shift;
1108         my $line = shift;
1109         my $origin = shift;
1110         $self->send_local_config();
1111         $self->send(pc22());
1112         $self->state('normal');
1113         $self->{lastping} = 0;
1114         my $thing = Thingy::Rt->new(user=>$self->{call});
1115         my $nref = Route::Node::get($self->{call});
1116         $thing->broadcast if $thing->copy_pc16_data($nref);
1117         $self->lastcf($main::systime);
1118 }
1119                 
1120 # delete a cluster from the list
1121 sub handle_21
1122 {
1123         my $self = shift;
1124         my $pcno = shift;
1125         my $line = shift;
1126         my $origin = shift;
1127         my $call = uc $_[1];
1128
1129         eph_del_regex("^PC1[679].*$call");
1130                         
1131         # if I get a PC21 from the same callsign as self then treat it
1132         # as a PC39: I have gone away
1133         if ($call eq $self->call) {
1134                 $self->disconnect(1);
1135                 return;
1136         }
1137
1138         RouteDB::delete($call, $origin);
1139
1140         # check if we believe this
1141         unless ($call eq $origin || $self->is_believed($call)) {
1142                 if (my $ivp = Investigate::get($call, $origin)) {
1143                         $ivp->store_pcxx($pcno,$line,$origin,@_);
1144                 } else {
1145                         dbg("PCPROT: We don't believe $call on $origin") if isdbg('chanerr');
1146                 }
1147                 return;
1148         }
1149
1150         # check to see if we are in the pc19list, if we are then don't bother with any of
1151         # this routing table manipulation, just remove it from the list and dump it
1152         my @rout;
1153         if (my $nl = $pc19list{$call}) {
1154                 $pc19list{$call} = [ grep {$_->[0] ne $origin} @$nl ];
1155                 delete $pc19list{$call} unless @{$pc19list{$call}};
1156         } else {
1157                                 
1158                 my $parent = Route::Node::get($origin);
1159                 unless ($parent) {
1160                         dbg("DXPROT: my parent $origin has disappeared");
1161                         $self->disconnect;
1162                         return;
1163                 }
1164                 if ($call ne $main::mycall) { # don't allow malicious buggers to disconnect me!
1165                         my $node = Route::Node::get($call);
1166                         if ($node) {
1167                                                 
1168                                 my $dxchan = DXChannel::get($call);
1169                                 if ($dxchan && $dxchan != $self) {
1170                                         dbg("PCPROT: PC21 from $origin trying to alter locally connected $call, ignored!") if isdbg('chanerr');
1171                                         return;
1172                                 }
1173                                                 
1174                                 # input filter it
1175                                 return unless $self->in_filter_route($node);
1176
1177                                 # is he under the control of the new protocol?
1178                                 if ($node->np) {
1179                                         dbg("PCPROT: $call aranea node, ignored") if isdbg('chanerr');
1180                                         return;
1181                                 }
1182                                                 
1183                                 # routing objects
1184                                 push @rout, $node->del($parent);
1185                         }
1186                 } else {
1187                         dbg("PCPROT: I WILL _NOT_ be disconnected!") if isdbg('chanerr');
1188                         return;
1189                 }
1190         }
1191
1192         $self->route_pc21($origin, $line, @rout) if @rout;
1193 }
1194                 
1195
1196 sub handle_22
1197 {
1198         my $self = shift;
1199         my $pcno = shift;
1200         my $line = shift;
1201         my $origin = shift;
1202         $self->state('normal');
1203         $self->{lastping} = 0;
1204         my $thing = Thingy::Rt->new(user=>$self->{call});
1205         my $nref = Route::Node::get($self->{call});
1206         $thing->broadcast if $thing->copy_pc16_data($nref);
1207         $self->lastcf($main::systime);
1208 }
1209                                 
1210 # WWV info
1211 sub handle_23
1212 {
1213         my $self = shift;
1214         my $pcno = shift;
1215         my $line = shift;
1216         my $origin = shift;
1217                         
1218         # route foreign' pc27s 
1219         if ($pcno == 27) {
1220                 if ($_[8] ne $main::mycall) {
1221                         $self->route($_[8], $line);
1222                         return;
1223                 }
1224         }
1225
1226         # only do a rspf check on PC23 (not 27)
1227         if ($pcno == 23) {
1228                 return if $rspfcheck and !$self->rspfcheck(1, $_[8], $_[7])
1229         }
1230
1231         # do some de-duping
1232         my $d = cltounix($_[1], sprintf("%02d18Z", $_[2]));
1233         my $sfi = unpad($_[3]);
1234         my $k = unpad($_[4]);
1235         my $i = unpad($_[5]);
1236         my ($r) = $_[6] =~ /R=(\d+)/;
1237         $r = 0 unless $r;
1238         if (($pcno == 23 && $d < $main::systime - $pc23_max_age) || $d > $main::systime + 1500 || $_[2] < 0 || $_[2] > 23) {
1239                 dbg("PCPROT: WWV Date ($_[1] $_[2]) out of range") if isdbg('chanerr');
1240                 return;
1241         }
1242         if (Geomag::dup($d,$sfi,$k,$i,$_[6])) {
1243                 dbg("PCPROT: Dup WWV Spot ignored\n") if isdbg('chanerr');
1244                 return;
1245         }
1246         $_[7] =~ s/-\d+$//o;            # remove spotter's ssid
1247                 
1248         my $wwv = Geomag::update($d, $_[2], $sfi, $k, $i, @_[6..8], $r);
1249
1250         my $rep;
1251         eval {
1252                 $rep = Local::wwv($self, $_[1], $_[2], $sfi, $k, $i, @_[6..8], $r);
1253         };
1254         #                       dbg("Local::wwv2 error $@") if isdbg('local') if $@;
1255         return if $rep;
1256
1257         # DON'T be silly and send on PC27s!
1258         return if $pcno == 27;
1259
1260         # broadcast to the eager world
1261         send_wwv_spot($self, $line, $d, $_[2], $sfi, $k, $i, @_[6..8]);
1262 }
1263                 
1264 # set here status
1265 sub handle_24
1266 {
1267         my $self = shift;
1268         my $pcno = shift;
1269         my $line = shift;
1270         my $origin = shift;
1271         my $call = uc $_[1];
1272         my ($nref, $uref);
1273         $nref = Route::Node::get($call);
1274         $uref = Route::User::get($call);
1275         return unless $nref || $uref; # if we don't know where they are, it's pointless sending it on
1276                         
1277         if (eph_dup($line)) {
1278                 dbg("PCPROT: Dup PC24 ignored\n") if isdbg('chanerr');
1279                 return;
1280         }
1281         
1282         $nref->here($_[2]) if $nref;
1283         $uref->here($_[2]) if $uref;
1284         my $ref = $nref || $uref;
1285         return unless $self->in_filter_route($ref);
1286
1287         $self->route_pc24($origin, $line, $ref, $_[3]);
1288 }
1289                 
1290 # merge request
1291 sub handle_25
1292 {
1293         my $self = shift;
1294         my $pcno = shift;
1295         my $line = shift;
1296         my $origin = shift;
1297         if ($_[1] ne $main::mycall) {
1298                 $self->route($_[1], $line);
1299                 return;
1300         }
1301         if ($_[2] eq $main::mycall) {
1302                 dbg("PCPROT: Trying to merge to myself, ignored") if isdbg('chanerr');
1303                 return;
1304         }
1305
1306         Log('DXProt', "Merge request for $_[3] spots and $_[4] WWV from $_[2]");
1307                         
1308         # spots
1309         if ($_[3] > 0) {
1310                 my @in = reverse Spot::search(1, undef, undef, 0, $_[3]);
1311                 my $in;
1312                 foreach $in (@in) {
1313                         $self->send(pc26(@{$in}[0..4], $_[2]));
1314                 }
1315         }
1316
1317         # wwv
1318         if ($_[4] > 0) {
1319                 my @in = reverse Geomag::search(0, $_[4], time, 1);
1320                 my $in;
1321                 foreach $in (@in) {
1322                         $self->send(pc27(@{$in}[0..5], $_[2]));
1323                 }
1324         }
1325 }
1326
1327 sub handle_26 {goto &handle_11}
1328 sub handle_27 {goto &handle_23}
1329
1330 # mail/file handling
1331 sub handle_28
1332 {
1333         my $self = shift;
1334         my $pcno = shift;
1335         my $line = shift;
1336         my $origin = shift;
1337         if ($_[1] eq $main::mycall) {
1338                 no strict 'refs';
1339                 my $sub = "DXMsg::handle_$pcno";
1340                 &$sub($self, @_);
1341         } else {
1342                 $self->route($_[1], $line) unless $self->is_clx;
1343         }
1344 }
1345
1346 sub handle_29 {goto &handle_28}
1347 sub handle_30 {goto &handle_28}
1348 sub handle_31 {goto &handle_28}
1349 sub handle_32 {goto &handle_28}
1350 sub handle_33 {goto &handle_28}
1351                 
1352 sub handle_34
1353 {
1354         my $self = shift;
1355         my $pcno = shift;
1356         my $line = shift;
1357         my $origin = shift;
1358         if (eph_dup($line, $eph_pc34_restime)) {
1359                 dbg("PCPROT: dupe PC34, ignored") if isdbg('chanerr');
1360         } else {
1361                 $self->process_rcmd($_[1], $_[2], $_[2], $_[3]);
1362         }
1363 }
1364                 
1365 # remote command replies
1366 sub handle_35
1367 {
1368         my $self = shift;
1369         my $pcno = shift;
1370         my $line = shift;
1371         my $origin = shift;
1372         eph_del_regex("^PC35\\^$_[2]\\^$_[1]\\^");
1373         $self->process_rcmd_reply($_[1], $_[2], $_[1], $_[3]);
1374 }
1375                 
1376 sub handle_36 {goto &handle_34}
1377
1378 # database stuff
1379 sub handle_37
1380 {
1381         my $self = shift;
1382         my $pcno = shift;
1383         my $line = shift;
1384         my $origin = shift;
1385         if ($_[1] eq $main::mycall) {
1386                 no strict 'refs';
1387                 my $sub = "DXDb::handle_$pcno";
1388                 &$sub($self, @_);
1389         } else {
1390                 $self->route($_[1], $line) unless $self->is_clx;
1391         }
1392 }
1393
1394 # node connected list from neighbour
1395 sub handle_38
1396 {
1397         my $self = shift;
1398         my $pcno = shift;
1399         my $line = shift;
1400         my $origin = shift;
1401 }
1402                 
1403 # incoming disconnect
1404 sub handle_39
1405 {
1406         my $self = shift;
1407         my $pcno = shift;
1408         my $line = shift;
1409         my $origin = shift;
1410         if ($_[1] eq $origin) {
1411                 $self->disconnect(1);
1412         } else {
1413                 dbg("PCPROT: came in on wrong channel") if isdbg('chanerr');
1414         }
1415 }
1416
1417 sub handle_40 {goto &handle_28}
1418                 
1419 # user info
1420 sub handle_41
1421 {
1422         my $self = shift;
1423         my $pcno = shift;
1424         my $line = shift;
1425         my $origin = shift;
1426         my $call = $_[1];
1427
1428         my $l = $line;
1429         $l =~ s/[\x00-\x20\x7f-\xff]+//g; # remove all funny characters and spaces for dup checking
1430         if (eph_dup($l, $eph_info_restime)) {
1431                 dbg("PCPROT: dup PC41, ignored") if isdbg('chanerr');
1432                 return;
1433         }
1434                         
1435         # input filter if required
1436         #                       my $ref = Route::get($call) || Route->new($call);
1437         #                       return unless $self->in_filter_route($ref);
1438
1439         if ($_[3] eq $_[2] || $_[3] =~ /^\s*$/) {
1440                 dbg('PCPROT: invalid value') if isdbg('chanerr');
1441                 return;
1442         }
1443
1444         # add this station to the user database, if required
1445         my $user = DXUser->get_current($call);
1446         $user = DXUser->new($call) unless $user;
1447                         
1448         if ($_[2] == 1) {
1449                 $user->name($_[3]);
1450         } elsif ($_[2] == 2) {
1451                 $user->qth($_[3]);
1452         } elsif ($_[2] == 3) {
1453                 if (is_latlong($_[3])) {
1454                         my ($lat, $long) = DXBearing::stoll($_[3]);
1455                         $user->lat($lat);
1456                         $user->long($long);
1457                         $user->qra(DXBearing::lltoqra($lat, $long));
1458                 } else {
1459                         dbg('PCPROT: not a valid lat/long') if isdbg('chanerr');
1460                         return;
1461                 }
1462         } elsif ($_[2] == 4) {
1463                 $user->homenode($_[3]);
1464         } elsif ($_[2] == 5) {
1465                 if (is_qra(uc $_[3])) {
1466                         my ($lat, $long) = DXBearing::qratoll(uc $_[3]);
1467                         $user->lat($lat);
1468                         $user->long($long);
1469                         $user->qra(uc $_[3]);
1470                 } else {
1471                         dbg('PCPROT: not a valid QRA locator') if isdbg('chanerr');
1472                         return;
1473                 }
1474         }
1475         $user->lastoper($main::systime); # to cut down on excessive for/opers being generated
1476         $user->put;
1477
1478         unless ($self->{isolate}) {
1479                 DXChannel::broadcast_nodes($line, $self); # send it to everyone but me
1480         }
1481
1482         #  perhaps this IS what we want after all
1483         #                       $self->route_pc41($ref, $call, $_[2], $_[3], $_[4]);
1484 }
1485
1486 sub handle_42 {goto &handle_28}
1487
1488
1489 # database
1490 sub handle_44 {goto &handle_37}
1491 sub handle_45 {goto &handle_37}
1492 sub handle_46 {goto &handle_37}
1493 sub handle_47 {goto &handle_37}
1494 sub handle_48 {goto &handle_37}
1495                 
1496 # message and database
1497 sub handle_49
1498 {
1499         my $self = shift;
1500         my $pcno = shift;
1501         my $line = shift;
1502         my $origin = shift;
1503
1504         if (eph_dup($line)) {
1505                 dbg("PCPROT: Dup PC49 ignored\n") if isdbg('chanerr');
1506                 return;
1507         }
1508         
1509         if ($_[1] eq $main::mycall) {
1510                 DXMsg::handle_49($self, @_);
1511         } else {
1512                 $self->route($_[1], $line) unless $self->is_clx;
1513         }
1514 }
1515
1516 # keep alive/user list
1517 sub handle_50
1518 {
1519         my $self = shift;
1520         my $pcno = shift;
1521         my $line = shift;
1522         my $origin = shift;
1523
1524         my $call = $_[1];
1525
1526         RouteDB::update($call, $origin);
1527
1528         my $node = Route::Node::get($call);
1529         if ($node) {
1530                 return unless $node->call eq $origin;
1531                 $node->usercount($_[2]);
1532
1533                 # input filter if required
1534                 return unless $self->in_filter_route($node);
1535
1536                 $self->route_pc50($origin, $line, $node, $_[2], $_[3]) unless eph_dup($line);
1537         }
1538 }
1539                 
1540 # incoming ping requests/answers
1541 sub handle_51
1542 {
1543         my $self = shift;
1544         my $pcno = shift;
1545         my $line = shift;
1546         my $origin = shift;
1547         my $to = $_[1];
1548         my $from = $_[2];
1549         my $flag = $_[3];
1550
1551                         
1552         # is it for us?
1553         if ($to eq $main::mycall) {
1554                 if ($flag == 1) {
1555                         $self->send(pc51($from, $to, '0'));
1556                 } else {
1557                         # it's a reply, look in the ping list for this one
1558                         my $ref = $pings{$from};
1559                         if ($ref) {
1560                                 my $tochan =  DXChannel::get($from);
1561                                 while (@$ref) {
1562                                         my $r = shift @$ref;
1563                                         my $dxchan = DXChannel::get($r->{call});
1564                                         next unless $dxchan;
1565                                         my $t = tv_interval($r->{t}, [ gettimeofday ]);
1566                                         if ($dxchan->is_user) {
1567                                                 my $s = sprintf "%.2f", $t; 
1568                                                 my $ave = sprintf "%.2f", $tochan ? ($tochan->{pingave} || $t) : $t;
1569                                                 $dxchan->send($dxchan->msg('pingi', $from, $s, $ave))
1570                                         } elsif ($dxchan->is_node) {
1571                                                 if ($tochan) {
1572                                                         my $nopings = $tochan->user->nopings || $obscount;
1573                                                         push @{$tochan->{pingtime}}, $t;
1574                                                         shift @{$tochan->{pingtime}} if @{$tochan->{pingtime}} > 6;
1575                                                         
1576                                                         # cope with a missed ping, this means you must set the pingint large enough
1577                                                         if ($t > $tochan->{pingint}  && $t < 2 * $tochan->{pingint} ) {
1578                                                                 $t -= $tochan->{pingint};
1579                                                         }
1580                                                         
1581                                                         # calc smoothed RTT a la TCP
1582                                                         if (@{$tochan->{pingtime}} == 1) {
1583                                                                 $tochan->{pingave} = $t;
1584                                                         } else {
1585                                                                 $tochan->{pingave} = $tochan->{pingave} + (($t - $tochan->{pingave}) / 6);
1586                                                         }
1587                                                         $tochan->{nopings} = $nopings; # pump up the timer
1588                                                         if (my $ivp = Investigate::get($from, $origin)) {
1589                                                                 $ivp->handle_ping;
1590                                                         }
1591                                                 } elsif (my $rref = Route::Node::get($r->{call})) {
1592                                                         if (my $ivp = Investigate::get($from, $origin)) {
1593                                                                 $ivp->handle_ping;
1594                                                         }
1595                                                 }
1596                                         }
1597                                 }
1598                         }
1599                 }
1600         } else {
1601
1602                 RouteDB::update($from, $origin);
1603
1604                 if (eph_dup($line)) {
1605                         dbg("PCPROT: dup PC51 detected") if isdbg('chanerr');
1606                         return;
1607                 }
1608                 # route down an appropriate thingy
1609                 $self->route($to, $line);
1610         }
1611 }
1612
1613 # dunno but route it
1614 sub handle_75
1615 {
1616         my $self = shift;
1617         my $pcno = shift;
1618         my $line = shift;
1619         my $origin = shift;
1620         my $call = $_[1];
1621         if ($call ne $main::mycall) {
1622                 $self->route($call, $line);
1623         }
1624 }
1625
1626 # WCY broadcasts
1627 sub handle_73
1628 {
1629         my $self = shift;
1630         my $pcno = shift;
1631         my $line = shift;
1632         my $origin = shift;
1633         my $call = $_[1];
1634                         
1635         # do some de-duping
1636         my $d = cltounix($call, sprintf("%02d18Z", $_[2]));
1637         if (($pcno == 23 && $d < $main::systime - $pc23_max_age) || $d > $main::systime + 1500 || $_[2] < 0 || $_[2] > 23) {
1638                 dbg("PCPROT: WCY Date ($call $_[2]) out of range") if isdbg('chanerr');
1639                 return;
1640         }
1641         @_ = map { unpad($_) } @_;
1642         if (WCY::dup($d)) {
1643                 dbg("PCPROT: Dup WCY Spot ignored\n") if isdbg('chanerr');
1644                 return;
1645         }
1646                 
1647         my $wcy = WCY::update($d, @_[2..12]);
1648
1649         my $rep;
1650         eval {
1651                 $rep = Local::wcy($self, @_[1..12]);
1652         };
1653         # dbg("Local::wcy error $@") if isdbg('local') if $@;
1654         return if $rep;
1655
1656         # broadcast to the eager world
1657         send_wcy_spot($self, $line, $d, @_[2..12]);
1658 }
1659
1660 # remote commands (incoming)
1661 sub handle_84
1662 {
1663         my $self = shift;
1664         my $pcno = shift;
1665         my $line = shift;
1666         my $origin = shift;
1667         $self->process_rcmd($_[1], $_[2], $_[3], $_[4]);
1668 }
1669
1670 # remote command replies
1671 sub handle_85
1672 {
1673         my $self = shift;
1674         my $pcno = shift;
1675         my $line = shift;
1676         my $origin = shift;
1677         $self->process_rcmd_reply($_[1], $_[2], $_[3], $_[4]);
1678 }
1679
1680 # if get here then rebroadcast the thing with its Hop count decremented (if
1681 # there is one). If it has a hop count and it decrements to zero then don't
1682 # rebroadcast it.
1683 #
1684 # NOTE - don't arrive here UNLESS YOU WANT this lump of protocol to be
1685 #        REBROADCAST!!!!
1686 #
1687
1688 sub handle_default
1689 {
1690         my $self = shift;
1691         my $pcno = shift;
1692         my $line = shift;
1693         my $origin = shift;
1694
1695         if (eph_dup($line)) {
1696                 dbg("PCPROT: Ephemeral dup, dropped") if isdbg('chanerr');
1697         } else {
1698                 unless ($self->{isolate}) {
1699                         DXChannel::broadcast_nodes($line, $self) if $line =~ /\^H\d+\^?~?$/; # send it to everyone but me
1700                 }
1701         }
1702 }
1703
1704 #
1705 # This is called from inside the main cluster processing loop and is used
1706 # for despatching commands that are doing some long processing job
1707 #
1708 sub process
1709 {
1710         my $t = time;
1711         my @dxchan = DXChannel::get_all();
1712         my $dxchan;
1713         my $pc50s;
1714         
1715         # send out a pc50 on EVERY channel all at once
1716         if ($t >= $last_pc50 + $DXProt::pc50_interval) {
1717                 $pc50s = pc50($main::me, scalar DXChannel::get_all_users);
1718                 eph_dup($pc50s);
1719                 $last_pc50 = $t;
1720         }
1721
1722         foreach $dxchan (@dxchan) {
1723                 next unless $dxchan->is_node();
1724                 next if $dxchan == $main::me;
1725
1726                 # send the pc50
1727                 $dxchan->send($pc50s) if $pc50s;
1728                 
1729                 # send a ping out on this channel
1730                 if ($dxchan->{pingint} && $t >= $dxchan->{pingint} + $dxchan->{lastping}) {
1731                         if ($dxchan->{nopings} <= 0) {
1732                                 $dxchan->disconnect;
1733                         } else {
1734                                 addping($main::mycall, $dxchan->call);
1735                                 $dxchan->{nopings} -= 1;
1736                                 $dxchan->{lastping} = $t;
1737                         }
1738                 }
1739         }
1740
1741         Investigate::process();
1742
1743         # every ten seconds
1744         if ($t - $last10 >= 10) {       
1745                 # clean out ephemera 
1746
1747                 eph_clean();
1748                 import_chat();
1749                 
1750
1751                 $last10 = $t;
1752         }
1753         
1754         if ($main::systime - 3600 > $last_hour) {
1755                 $last_hour = $main::systime;
1756         }
1757 }
1758
1759 #
1760 # finish up a pc context
1761 #
1762
1763 #
1764 # some active measures
1765 #
1766
1767
1768 sub send_prot_line
1769 {
1770         my ($self, $filter, $hops, $isolate, $line) = @_;
1771         my $routeit;
1772
1773
1774         if ($hops) {
1775                 $routeit = $line;
1776                 $routeit =~ s/\^H\d+\^\~$/\^H$hops\^\~/;
1777         } else {
1778                 $routeit = adjust_hops($self, $line);  # adjust its hop count by node name
1779                 return unless $routeit;
1780         }
1781         if ($filter) {
1782                 $self->send($routeit);
1783         } else {
1784                 $self->send($routeit) unless $self->{isolate} || $isolate;
1785         }
1786 }
1787
1788
1789 sub send_wwv_spot
1790 {
1791         my $self = shift;
1792         my $line = shift;
1793         my @dxchan = DXChannel::get_all();
1794         my $dxchan;
1795         my @dxcc = ((Prefix::cty_data($_[6]))[0..2], (Prefix::cty_data($_[7]))[0..2]);
1796
1797         # send it if it isn't the except list and isn't isolated and still has a hop count
1798         # taking into account filtering and so on
1799         foreach $dxchan (@dxchan) {
1800                 next if $dxchan == $main::me;
1801                 next if $dxchan == $self && $self->is_node;
1802                 my $routeit;
1803                 my ($filter, $hops);
1804
1805                 $dxchan->wwv($line, $self->{isolate}, @_, $self->{call}, @dxcc);
1806         }
1807 }
1808
1809 sub wwv
1810 {
1811         my $self = shift;
1812         my $line = shift;
1813         my $isolate = shift;
1814         my ($filter, $hops);
1815         
1816         if ($self->{wwvfilter}) {
1817                 ($filter, $hops) = $self->{wwvfilter}->it(@_);
1818                 return unless $filter;
1819         }
1820         send_prot_line($self, $filter, $hops, $isolate, $line)
1821 }
1822
1823 sub send_wcy_spot
1824 {
1825         my $self = shift;
1826         my $line = shift;
1827         my @dxchan = DXChannel::get_all();
1828         my $dxchan;
1829         my @dxcc = ((Prefix::cty_data($_[10]))[0..2], (Prefix::cty_data($_[11]))[0..2]);
1830         
1831         # send it if it isn't the except list and isn't isolated and still has a hop count
1832         # taking into account filtering and so on
1833         foreach $dxchan (@dxchan) {
1834                 next if $dxchan == $main::me;
1835                 next if $dxchan == $self;
1836
1837                 $dxchan->wcy($line, $self->{isolate}, @_, $self->{call}, @dxcc);
1838         }
1839 }
1840
1841 sub wcy
1842 {
1843         my $self = shift;
1844         my $line = shift;
1845         my $isolate = shift;
1846         my ($filter, $hops);
1847
1848         if ($self->{wcyfilter}) {
1849                 ($filter, $hops) = $self->{wcyfilter}->it(@_);
1850                 return unless $filter;
1851         }
1852         send_prot_line($self, $filter, $hops, $isolate, $line) if $self->is_clx || $self->is_spider || $self->is_dxnet;
1853 }
1854
1855 # send an announce
1856 sub send_announce
1857 {
1858         my $self = shift;
1859         my $line = shift;
1860         my @dxchan = DXChannel::get_all();
1861         my $dxchan;
1862         my $target;
1863         my $to = 'To ';
1864         my $text = unpad($_[2]);
1865                                 
1866         if ($_[3] eq '*') {     # sysops
1867                 $target = "SYSOP";
1868         } elsif ($_[3] gt ' ') { # speciality list handling
1869                 my ($name) = split /\./, $_[3]; 
1870                 $target = "$name"; # put the rest in later (if bothered) 
1871         } 
1872         
1873         if ($_[5] eq '1') {
1874                 $target = "WX"; 
1875                 $to = '';
1876         }
1877         $target = "ALL" if !$target;
1878
1879
1880         # obtain country codes etc 
1881         my @a = Prefix::cty_data($_[0]);
1882         my @b = Prefix::cty_data($_[4]);
1883         if ($self->{inannfilter}) {
1884                 my ($filter, $hops) = 
1885                         $self->{inannfilter}->it(@_, $self->{call}, 
1886                                                                          @a[0..2],
1887                                                                          @b[0..2], $a[3], $b[3]);
1888                 unless ($filter) {
1889                         dbg("PCPROT: Rejected by input announce filter") if isdbg('chanerr');
1890                         return;
1891                 }
1892         }
1893
1894         if (AnnTalk::dup($_[0], $_[1], $_[2])) {
1895                 dbg("PCPROT: Duplicate Announce ignored") if isdbg('chanerr');
1896                 return;
1897         }
1898
1899         Log('ann', $target, $_[0], $text);
1900
1901         # send it if it isn't the except list and isn't isolated and still has a hop count
1902         # taking into account filtering and so on
1903         foreach $dxchan (@dxchan) {
1904                 next if $dxchan == $main::me;
1905                 next if $dxchan == $self && $self->is_node;
1906                 $dxchan->announce($line, $self->{isolate}, $to, $target, $text, @_, $self->{call},
1907                                                   @a[0..2], @b[0..2]);
1908         }
1909 }
1910
1911 my $msgid = 0;
1912
1913 sub nextchatmsgid
1914 {
1915         $msgid++;
1916         $msgid = 1 if $msgid > 999;
1917         return $msgid;
1918 }
1919
1920 # send a chat line
1921 sub send_chat
1922 {
1923         my $self = shift;
1924         my $line = shift;
1925         my @dxchan = DXChannel::get_all();
1926         my $dxchan;
1927         my $target = $_[3];
1928         my $text = unpad($_[2]);
1929         my $ak1a_line;
1930                                 
1931         # munge the group and recast the line if required
1932         if ($target =~ s/\.LST$//) {
1933                 $ak1a_line = $line;
1934         }
1935         
1936         # obtain country codes etc 
1937         my @a = Prefix::cty_data($_[0]);
1938         my @b = Prefix::cty_data($_[4]);
1939         if ($self->{inannfilter}) {
1940                 my ($filter, $hops) = 
1941                         $self->{inannfilter}->it(@_, $self->{call}, 
1942                                                                          @a[0..2],
1943                                                                          @b[0..2], $a[3], $b[3]);
1944                 unless ($filter) {
1945                         dbg("PCPROT: Rejected by input announce filter") if isdbg('chanerr');
1946                         return;
1947                 }
1948         }
1949
1950         if (AnnTalk::dup($_[0], $_[1], $_[2], $chatdupeage)) {
1951                 dbg("PCPROT: Duplicate Announce ignored") if isdbg('chanerr');
1952                 return;
1953         }
1954
1955
1956         Log('chat', $target, $_[0], $text);
1957
1958         # send it if it isn't the except list and isn't isolated and still has a hop count
1959         # taking into account filtering and so on
1960         foreach $dxchan (@dxchan) {
1961                 my $is_ak1a = $dxchan->is_ak1a;
1962                 
1963                 if ($dxchan->is_node) {
1964                         next if $dxchan == $main::me;
1965                         next if $dxchan == $self;
1966                         next unless $dxchan->is_spider || $is_ak1a;
1967                         next if $target eq 'LOCAL';
1968                         if (!$ak1a_line && $is_ak1a) {
1969                                 $ak1a_line = DXProt::pc12($_[0], $text, $_[1], "$target.LST");
1970                         }
1971                 }
1972                 
1973                 $dxchan->chat($is_ak1a ? $ak1a_line : $line, $self->{isolate}, $target, $_[1], 
1974                                           $text, @_, $self->{call}, @a[0..2], @b[0..2]);
1975         }
1976 }
1977
1978 sub announce
1979 {
1980         my $self = shift;
1981         my $line = shift;
1982         my $isolate = shift;
1983         my $to = shift;
1984         my $target = shift;
1985         my $text = shift;
1986         my ($filter, $hops);
1987
1988         if ($self->{annfilter}) {
1989                 ($filter, $hops) = $self->{annfilter}->it(@_);
1990                 return unless $filter;
1991         }
1992         send_prot_line($self, $filter, $hops, $isolate, $line) unless $_[1] eq $main::mycall;
1993 }
1994
1995 sub chat
1996 {
1997         goto &announce;
1998 }
1999
2000
2001 sub send_local_config
2002 {
2003         my $self = shift;
2004         my $node;
2005         my @nodes;
2006         my @localnodes;
2007         my @remotenodes;
2008
2009         dbg('DXProt::send_local_config') if isdbg('trace');
2010         
2011         # send our nodes
2012         if ($self->{isolate}) {
2013                 @localnodes = ( $main::routeroot );
2014                 $self->send_route($main::mycall, \&pc19, 1, $main::routeroot);
2015         } else {
2016                 # create a list of all the nodes that are not connected to this connection
2017                 # and are not themselves isolated, this to make sure that isolated nodes
2018         # don't appear outside of this node
2019
2020                 # send locally connected nodes
2021                 my @dxchan = grep { $_->call ne $main::mycall && $_ != $self && !$_->{isolate} && ($_->is_node || $_->is_aranea) } DXChannel::get_all();
2022                 @localnodes = map { my $r = Route::Node::get($_->{call}); $r ? $r : () } @dxchan if @dxchan;
2023                 $self->send_route($main::mycall, \&pc19, scalar(@localnodes)+1, $main::routeroot, @localnodes);
2024
2025                 my $node;
2026                 my @rawintcalls = map { $_->nodes } @localnodes if @localnodes;
2027                 my @intcalls;
2028                 for $node (@rawintcalls) {
2029                         push @intcalls, $node unless grep $node eq $_, @intcalls; 
2030                 }
2031                 my $ref = Route::Node::get($self->{call});
2032                 my @rnodes = $ref->nodes;
2033                 for $node (@intcalls) {
2034                         push @remotenodes, Route::Node::get($node) unless grep $node eq $_, @rnodes, @remotenodes;
2035                 }
2036                 $self->send_route($main::mycall, \&pc19, scalar(@remotenodes), @remotenodes);
2037         }
2038         
2039         # get all the users connected on the above nodes and send them out
2040         foreach $node ($main::routeroot, @localnodes, @remotenodes) {
2041                 if ($node) {
2042                         my @rout = map {my $r = Route::User::get($_); $r ? ($r) : ()} $node->users;
2043                         $self->send_route($main::mycall, \&pc16, 1, $node, @rout) if @rout && $self->user->wantsendpc16;
2044                 } else {
2045                         dbg("sent a null value") if isdbg('chanerr');
2046                 }
2047         }
2048 }
2049
2050 #
2051 # route a message down an appropriate interface for a callsign
2052 #
2053 # is called route(to, pcline);
2054 #
2055
2056 sub route
2057 {
2058         my ($self, $call, $line) = @_;
2059
2060         if (ref $self && $call eq $self->{call}) {
2061                 dbg("PCPROT: Trying to route back to source, dropped") if isdbg('chanerr');
2062                 return;
2063         }
2064
2065         # always send it down the local interface if available
2066         my $dxchan = DXChannel::get($call);
2067         if ($dxchan) {
2068                 dbg("route: $call -> $dxchan->{call} direct" ) if isdbg('route');
2069         } else {
2070                 my $cl = Route::get($call);
2071                 $dxchan = $cl->dxchan if $cl;
2072                 if (ref $dxchan) {
2073                         if (ref $self && $dxchan eq $self) {
2074                                 dbg("PCPROT: Trying to route back to source, dropped") if isdbg('chanerr');
2075                                 return;
2076                         }
2077                         dbg("route: $call -> $dxchan->{call} using normal route" ) if isdbg('route');
2078                 }
2079         }
2080
2081         # try the backstop method
2082         unless ($dxchan) {
2083                 my $rcall = RouteDB::get($call);
2084                 if ($rcall) {
2085                         if ($self && $rcall eq $self->{call}) {
2086                                 dbg("PCPROT: Trying to route back to source, dropped") if isdbg('chanerr');
2087                                 return;
2088                         }
2089                         $dxchan = DXChannel::get($rcall);
2090                         dbg("route: $call -> $rcall using RouteDB" ) if isdbg('route') && $dxchan;
2091                 }
2092         }
2093
2094         if ($dxchan) {
2095                 my $routeit = adjust_hops($dxchan, $line);   # adjust its hop count by node name
2096                 if ($routeit) {
2097                         $dxchan->send($routeit) unless $dxchan == $main::me;
2098                 }
2099         } else {
2100                 dbg("PCPROT: No route available, dropped") if isdbg('chanerr');
2101         }
2102 }
2103
2104 #
2105 # obtain the hops from the list for this callsign and pc no 
2106 #
2107
2108 sub get_hops
2109 {
2110         my $pcno = shift;
2111         my $hops = $DXProt::hopcount{$pcno};
2112         $hops = $DXProt::def_hopcount if !$hops;
2113         return "H$hops";       
2114 }
2115
2116
2117 # adjust the hop count on a per node basis using the user loadable 
2118 # hop table if available or else decrement an existing one
2119 #
2120
2121 sub adjust_hops
2122 {
2123         my $self = shift;
2124         my $s = shift;
2125         my $call = $self->{call};
2126         my $hops;
2127         
2128         if (($hops) = $s =~ /\^H(\d+)\^~?$/o) {
2129                 my ($pcno) = $s =~ /^PC(\d\d)/o;
2130                 confess "$call called adjust_hops with '$s'" unless $pcno;
2131                 my $ref = $nodehops{$call} if %nodehops;
2132                 if ($ref) {
2133                         my $newhops = $ref->{$pcno};
2134                         return "" if defined $newhops && $newhops == 0;
2135                         $newhops = $ref->{default} unless $newhops;
2136                         return "" if defined $newhops && $newhops == 0;
2137                         $newhops = $hops if !$newhops;
2138                         $s =~ s/\^H(\d+)(\^~?)$/\^H$newhops$2/ if $newhops;
2139                 } else {
2140                         # simply decrement it
2141 #                       $hops--;               this is done on receipt now
2142                         return "" if !$hops;
2143                         $s =~ s/\^H(\d+)(\^~?)$/\^H$hops$2/ if $hops;
2144                 }
2145         }
2146         return $s;
2147 }
2148
2149
2150 # load hop tables
2151 #
2152 sub load_hops
2153 {
2154         my $self = shift;
2155         return $self->msg('lh1') unless -e "$main::data/hop_table.pl";
2156         do "$main::data/hop_table.pl";
2157         return $@ if $@;
2158         return ();
2159 }
2160
2161
2162 # add a ping request to the ping queues
2163 sub addping
2164 {
2165         my ($from, $to, $via) = @_;
2166         my $ref = $pings{$to} || [];
2167         my $r = {};
2168         $r->{call} = $from;
2169         $r->{t} = [ gettimeofday ];
2170         if ($via && (my $dxchan = DXChannel::get($via))) {
2171                 $dxchan->send(pc51($to, $main::mycall, 1));
2172         } else {
2173                 route(undef, $to, pc51($to, $main::mycall, 1));
2174         }
2175         push @$ref, $r;
2176         $pings{$to} = $ref;
2177         my $u = DXUser->get_current($to);
2178         if ($u) {
2179                 $u->lastping(($via || $from), $main::systime);
2180                 $u->put;
2181         }
2182 }
2183
2184 sub process_rcmd
2185 {
2186         my ($self, $tonode, $fromnode, $user, $cmd) = @_;
2187         if ($tonode eq $main::mycall) {
2188                 my $ref = DXUser->get_current($fromnode);
2189                 my $cref = Route::Node::get($fromnode);
2190                 Log('rcmd', 'in', $ref->{priv}, $fromnode, $cmd);
2191                 if ($cmd !~ /^\s*rcmd/i && $cref && $ref && $cref->call eq $ref->homenode) { # not allowed to relay RCMDS!
2192                         if ($ref->{priv}) {             # you have to have SOME privilege, the commands have further filtering
2193                                 $self->{remotecmd} = 1; # for the benefit of any command that needs to know
2194                                 my $oldpriv = $self->{priv};
2195                                 $self->{priv} = $ref->{priv}; # assume the user's privilege level
2196                                 my @in = (DXCommandmode::run_cmd($self, $cmd));
2197                                 $self->{priv} = $oldpriv;
2198                                 $self->send_rcmd_reply($main::mycall, $fromnode, $user, @in);
2199                                 delete $self->{remotecmd};
2200                         } else {
2201                                 $self->send_rcmd_reply($main::mycall, $fromnode, $user, "sorry...!");
2202                         }
2203                 } else {
2204                         $self->send_rcmd_reply($main::mycall, $fromnode, $user, "your attempt is logged, Tut tut tut...!");
2205                 }
2206         } else {
2207                 my $ref = DXUser->get_current($tonode);
2208                 if ($ref && $ref->is_clx) {
2209                         $self->route($tonode, pc84($fromnode, $tonode, $user, $cmd));
2210                 } else {
2211                         $self->route($tonode, pc34($fromnode, $tonode, $cmd));
2212                 }
2213         }
2214 }
2215
2216 sub process_rcmd_reply
2217 {
2218         my ($self, $tonode, $fromnode, $user, $line) = @_;
2219         if ($tonode eq $main::mycall) {
2220                 my $s = $rcmds{$fromnode};
2221                 if ($s) {
2222                         my $dxchan = DXChannel::get($s->{call});
2223                         my $ref = $user eq $tonode ? $dxchan : (DXChannel::get($user) || $dxchan);
2224                         $ref->send($line) if $ref;
2225                         delete $rcmds{$fromnode} if !$dxchan;
2226                 } else {
2227                         # send unsolicited ones to the sysop
2228                         my $dxchan = DXChannel::get($main::myalias);
2229                         $dxchan->send($line) if $dxchan;
2230                 }
2231         } else {
2232                 my $ref = DXUser->get_current($tonode);
2233                 if ($ref && $ref->is_clx) {
2234                         $self->route($tonode, pc85($fromnode, $tonode, $user, $line));
2235                 } else {
2236                         $self->route($tonode, pc35($fromnode, $tonode, $line));
2237                 }
2238         }
2239 }
2240
2241 sub send_rcmd_reply
2242 {
2243         my $self = shift;
2244         my $tonode = shift;
2245         my $fromnode = shift;
2246         my $user = shift;
2247         while (@_) {
2248                 my $line = shift;
2249                 $line =~ s/\s*$//;
2250                 Log('rcmd', 'out', $fromnode, $line);
2251                 if ($self->is_clx) {
2252                         $self->send(pc85($main::mycall, $fromnode, $user, "$main::mycall:$line"));
2253                 } else {
2254                         $self->send(pc35($main::mycall, $fromnode, "$main::mycall:$line"));
2255                 }
2256         }
2257 }
2258
2259 # add a rcmd request to the rcmd queues
2260 sub addrcmd
2261 {
2262         my ($self, $to, $cmd) = @_;
2263
2264         my $r = {};
2265         $r->{call} = $self->{call};
2266         $r->{t} = $main::systime;
2267         $r->{cmd} = $cmd;
2268         $rcmds{$to} = $r;
2269         
2270         my $ref = Route::Node::get($to);
2271         my $dxchan = $ref->dxchan;
2272         if ($dxchan && $dxchan->is_clx) {
2273                 route(undef, $to, pc84($main::mycall, $to, $self->{call}, $cmd));
2274         } else {
2275                 route(undef, $to, pc34($main::mycall, $to, $cmd));
2276         }
2277 }
2278
2279 sub disconnect
2280 {
2281         my $self = shift;
2282         my $pc39flag = shift;
2283         my $call = $self->call;
2284
2285         return if $self->{disconnecting}++;
2286         
2287         unless ($pc39flag && $pc39flag == 1) {
2288                 $self->send_now("D", DXProt::pc39($main::mycall, $self->msg('disc1', "System Op")));
2289         }
2290
2291         # get rid of any PC16/17/19
2292         eph_del_regex("^PC1[679]*$call");
2293
2294         # do routing stuff, remove me from routing table
2295         my $node = Route::Node::get($call);
2296         my @rout;
2297         if ($node) {
2298                 @rout = $node->del($main::routeroot);
2299                 
2300                 # and all my ephemera as well
2301                 for (@rout) {
2302                         my $c = $_->call;
2303                         eph_del_regex("^PC1[679].*$c");
2304                 }
2305         }
2306
2307         RouteDB::delete_interface($call);
2308         
2309         # remove them from the pc19list as well
2310         while (my ($k,$v) = each %pc19list) {
2311                 my @l = grep {$_->[0] ne $call} @{$pc19list{$k}};
2312                 if (@l) {
2313                         $pc19list{$k} = \@l;
2314                 } else {
2315                         delete $pc19list{$k};
2316                 }
2317                 
2318                 # and the ephemera
2319                 eph_del_regex("^PC1[679].*$k");
2320         }
2321
2322         # unbusy and stop and outgoing mail
2323         my $mref = DXMsg::get_busy($call);
2324         $mref->stop_msg($call) if $mref;
2325         
2326         # broadcast to all other nodes that all the nodes connected to via me are gone
2327         unless ($pc39flag && $pc39flag == 2) {
2328                 my $thing = Thingy::Bye->new(user=>$call);
2329                 $thing->broadcast($self);
2330
2331                 $self->route_pc21($main::mycall, undef, @rout) if @rout;
2332         }
2333
2334         # remove outstanding pings
2335         delete $pings{$call};
2336         
2337         # I was the last node visited
2338     $self->user->node($main::mycall);
2339
2340         # send info to all logged in thingies
2341         $self->tell_login('logoutn');
2342
2343         Log('DXProt', $call . " Disconnected");
2344
2345         $self->SUPER::disconnect;
2346 }
2347
2348
2349
2350 # send a talk message to this thingy
2351 #
2352 sub talk
2353 {
2354         my ($self, $from, $to, $via, $line, $origin) = @_;
2355         
2356         $line =~ s/\^/\\5E/g;                   # remove any ^ characters
2357         $self->send(DXProt::pc10($from, $to, $via, $line, $origin));
2358         Log('talk', $to, $from, $via?$via:$self->call, $line) unless $origin && $origin ne $main::mycall;
2359 }
2360
2361 # send it if it isn't the except list and isn't isolated and still has a hop count
2362 # taking into account filtering and so on
2363
2364 sub send_route
2365 {
2366         my $self = shift;
2367         my $origin = shift;
2368         my $generate = shift;
2369         my $no = shift;     # the no of things to filter on 
2370         my $routeit;
2371         my ($filter, $hops);
2372         my @rin;
2373         
2374         for (; @_ && $no; $no--) {
2375                 my $r = shift;
2376                 
2377                 if (!$self->{isolate} && $self->{routefilter}) {
2378                         $filter = undef;
2379                         if ($r) {
2380                                 ($filter, $hops) = $self->{routefilter}->it($self->{call}, $self->{dxcc}, $self->{itu}, $self->{cq}, $r->call, $r->dxcc, $r->itu, $r->cq, $self->{state}, $r->{state});
2381                                 if ($filter) {
2382                                         push @rin, $r;
2383                                 } else {
2384                                         dbg("DXPROT: $self->{call}/" . $r->call . " rejected by output filter") if isdbg('chanerr');
2385                                 }
2386                         } else {
2387                                 dbg("was sent a null value") if isdbg('chanerr');
2388                         }
2389                 } else {
2390                         push @rin, $r unless $self->{isolate} && $r->call ne $main::mycall;
2391                 }
2392         }
2393         if (@rin) {
2394                 foreach my $line (&$generate(@rin, @_)) {
2395                         if ($hops) {
2396                                 $routeit = $line;
2397                                 $routeit =~ s/\^H\d+\^\~$/\^H$hops\^\~/;
2398                         } else {
2399                                 $routeit = adjust_hops($self, $line);  # adjust its hop count by node name
2400                                 next unless $routeit;
2401                         }
2402                         
2403                         $self->send($routeit);
2404                 }
2405         }
2406 }
2407
2408 sub broadcast_route
2409 {
2410         my $self = shift;
2411         my $origin = shift;
2412         my $generate = shift;
2413         my $line = shift;
2414         my @dxchan = DXChannel::get_all_nodes();
2415         my $dxchan;
2416         
2417         unless ($self->{isolate}) {
2418                 foreach $dxchan (@dxchan) {
2419                         next if $dxchan == $self;
2420                         next if $dxchan == $main::me;
2421                         next unless $dxchan->isa('DXProt');
2422                         next if ($generate == \&pc16 || $generate==\&pc17) && !$dxchan->user->wantsendpc16;
2423  
2424                         $dxchan->send_route($origin, $generate, @_);
2425                 }
2426         }
2427 }
2428
2429 sub route_pc16
2430 {
2431         my $self = shift;
2432         return unless $self->user->wantpc16;
2433         my $origin = shift;
2434         my $line = shift;
2435         broadcast_route($self, $origin, \&pc16, $line, 1, @_);
2436 }
2437
2438 sub route_pc17
2439 {
2440         my $self = shift;
2441         return unless $self->user->wantpc16;
2442         my $origin = shift;
2443         my $line = shift;
2444         broadcast_route($self, $origin, \&pc17, $line, 1, @_);
2445 }
2446
2447 sub route_pc19
2448 {
2449         my $self = shift;
2450         my $origin = shift;
2451         my $line = shift;
2452         broadcast_route($self, $origin, \&pc19, $line, scalar @_, @_);
2453 }
2454
2455 sub route_pc21
2456 {
2457         my $self = shift;
2458         my $origin = shift;
2459         my $line = shift;
2460         broadcast_route($self, $origin, \&pc21, $line, scalar @_, @_);
2461 }
2462
2463 sub route_pc24
2464 {
2465         my $self = shift;
2466         my $origin = shift;
2467         my $line = shift;
2468         broadcast_route($self, $origin, \&pc24, $line, 1, @_);
2469 }
2470
2471 sub route_pc41
2472 {
2473         my $self = shift;
2474         my $origin = shift;
2475         my $line = shift;
2476         broadcast_route($self, $origin, \&pc41, $line, 1, @_);
2477 }
2478
2479 sub route_pc50
2480 {
2481         my $self = shift;
2482         my $origin = shift;
2483         my $line = shift;
2484         broadcast_route($self, $origin, \&pc50, $line, 1, @_);
2485 }
2486
2487 sub in_filter_route
2488 {
2489         my $self = shift;
2490         my $r = shift;
2491         my ($filter, $hops) = (1, 1);
2492         
2493         if ($self->{inroutefilter}) {
2494                 ($filter, $hops) = $self->{inroutefilter}->it($self->{call}, $self->{dxcc}, $self->{itu}, $self->{cq}, $r->call, $r->dxcc, $r->itu, $r->cq, $self->state, $r->state);
2495                 dbg("PCPROT: $self->{call}/" . $r->call . ' rejected by in_filter_route') if !$filter && isdbg('chanerr');
2496         }
2497         return $filter;
2498 }
2499
2500 sub eph_dup
2501 {
2502         my $s = shift;
2503         my $t = shift || $eph_restime;
2504         my $r;
2505
2506         # chop the end off
2507         $s =~ s/\^H\d\d?\^?\~?$//;
2508         $r = 1 if exists $eph{$s};    # pump up the dup if it keeps circulating
2509         $eph{$s} = $main::systime + $t;
2510         dbg("PCPROT: emphemeral duplicate") if $r && isdbg('chanerr'); 
2511         return $r;
2512 }
2513
2514 sub eph_del_regex
2515 {
2516         my $regex = shift;
2517         my ($key, $val);
2518         while (($key, $val) = each %eph) {
2519                 if ($key =~ m{$regex}) {
2520                         delete $eph{$key};
2521                 }
2522         }
2523 }
2524
2525 sub eph_clean
2526 {
2527         my ($key, $val);
2528         
2529         while (($key, $val) = each %eph) {
2530                 if ($main::systime >= $val) {
2531                         delete $eph{$key};
2532                 }
2533         }
2534 }
2535
2536 sub eph_list
2537 {
2538         my ($key, $val);
2539         my @out;
2540
2541         while (($key, $val) = each %eph) {
2542                 push @out, $key, $val;
2543         }
2544         return @out;
2545 }
2546
2547 sub run_cmd
2548 {
2549         goto &DXCommandmode::run_cmd;
2550 }
2551
2552
2553 # import any msgs in the chat directory
2554 # the messages are sent to the chat group which forms the
2555 # the first part of the name (eg: solar.1243.txt would be
2556 # sent to chat group SOLAR)
2557
2558 # Each message found is sent: one non-blank line to one chat
2559 # message. So 4 lines = 4 chat messages.
2560
2561 # The special name LOCAL is for local users ANN
2562 # The special name ALL is for ANN/FULL
2563 # The special name SYSOP is for ANN/SYSOP
2564 #
2565 sub import_chat
2566 {
2567         # are there any to do in this directory?
2568         return unless -d $chatimportfn;
2569         unless (opendir(DIR, $chatimportfn)) {
2570                 dbg("can\'t open $chatimportfn $!") if isdbg('msg');
2571                 Log('msg', "can\'t open $chatimportfn $!");
2572                 return;
2573         } 
2574
2575         my @names = readdir(DIR);
2576         closedir(DIR);
2577         my $name;
2578         foreach $name (@names) {
2579                 next if $name =~ /^\./;
2580                 my $splitit = $name =~ /^split/;
2581                 my $fn = "$chatimportfn/$name";
2582                 next unless -f $fn;
2583                 unless (open(MSG, $fn)) {
2584                         dbg("can\'t open import file $fn $!") if isdbg('msg');
2585                         Log('msg', "can\'t open import file $fn $!");
2586                         unlink($fn);
2587                         next;
2588                 }
2589                 my @msg = map { s/\r?\n$//; $_ } <MSG>;
2590                 close(MSG);
2591                 unlink($fn);
2592
2593                 my @cat = split /\./, $name;
2594                 my $target = uc $cat[0];
2595
2596                 foreach my $text (@msg) {
2597                         next unless $text && $text !~ /^\s*#/;
2598                         if ($target eq 'ALL' || $target eq 'LOCAL' || $target eq 'SYSOP') {
2599                                 my $sysopflag = $target eq 'SYSOP' ? '*' : ' ';
2600                                 if ($target ne 'LOCAL') {
2601                                         send_announce($main::me, pc12($main::mycall, $text, '*', $sysopflag), $main::mycall, '*', $text, $sysopflag, $main::mycall, '0');
2602                                 } else {
2603                                         Log('ann', 'LOCAL', $main::mycall, $text);
2604                                         DXChannel::broadcast_list("To LOCAL de ${main::mycall}: $text\a", 'ann', undef, DXCommandmode->get_all());
2605                                 }
2606                         } else {
2607                                 my $msgid = nextchatmsgid();
2608                                 $text = "#$msgid $text";
2609                                 send_chat($main::me, pc12($main::mycall, $text, '*', $target), $main::mycall, '*', $text, $target, $main::mycall, '0');
2610                         }
2611                 }
2612         }
2613 }
2614
2615 1;
2616 __END__