add interval processing
[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         return $self;
243 }
244
245 # this is how a pc connection starts (for an incoming connection)
246 # issue a PC38 followed by a PC18, then wait for a PC20 (remembering
247 # all the crap that comes between).
248 sub start
249 {
250         my ($self, $line, $sort) = @_;
251         my $call = $self->{call};
252         my $user = $self->{user};
253
254         # log it
255         my $host = $self->{conn}->{peerhost} || "unknown";
256         Log('DXProt', "$call connected from $host");
257         
258         # remember type of connection
259         $self->{consort} = $line;
260         $self->{outbound} = $sort eq 'O';
261         my $priv = $user->priv;
262         $priv = $user->priv(1) unless $priv;
263         $self->{priv} = $priv;     # other clusters can always be 'normal' users
264         $self->{lang} = $user->lang || 'en';
265         $self->{isolate} = $user->{isolate};
266         $self->{consort} = $line;       # save the connection type
267         $self->{here} = 1;
268         $self->{width} = 80;
269
270         # sort out registration
271         $self->{registered} = 1;
272
273         # get the output filters
274         $self->{spotsfilter} = Filter::read_in('spots', $call, 0) || Filter::read_in('spots', 'node_default', 0);
275         $self->{wwvfilter} = Filter::read_in('wwv', $call, 0) || Filter::read_in('wwv', 'node_default', 0);
276         $self->{wcyfilter} = Filter::read_in('wcy', $call, 0) || Filter::read_in('wcy', 'node_default', 0);
277         $self->{annfilter} = Filter::read_in('ann', $call, 0) || Filter::read_in('ann', 'node_default', 0) ;
278         $self->{routefilter} = Filter::read_in('route', $call, 0) || Filter::read_in('route', 'node_default', 0) unless $self->{isolate} ;
279
280
281         # get the INPUT filters (these only pertain to Clusters)
282         $self->{inspotsfilter} = Filter::read_in('spots', $call, 1) || Filter::read_in('spots', 'node_default', 1);
283         $self->{inwwvfilter} = Filter::read_in('wwv', $call, 1) || Filter::read_in('wwv', 'node_default', 1);
284         $self->{inwcyfilter} = Filter::read_in('wcy', $call, 1) || Filter::read_in('wcy', 'node_default', 1);
285         $self->{inannfilter} = Filter::read_in('ann', $call, 1) || Filter::read_in('ann', 'node_default', 1);
286         $self->{inroutefilter} = Filter::read_in('route', $call, 1) || Filter::read_in('route', 'node_default', 1) unless $self->{isolate};
287         
288         # set unbuffered and no echo
289         $self->send_now('B',"0");
290         $self->send_now('E',"0");
291         $self->conn->echo(0) if $self->conn->can('echo');
292         
293         # ping neighbour node stuff
294         my $ping = $user->pingint;
295         $ping = $pingint unless defined $ping;
296         $self->{pingint} = $ping;
297         $self->{nopings} = $user->nopings || $obscount;
298         $self->{pingtime} = [ ];
299         $self->{pingave} = 999;
300         $self->{metric} ||= 100;
301         $self->{lastping} = $main::systime;
302
303         # send initialisation string
304         unless ($self->{outbound}) {
305                 $self->sendinit;
306         }
307         
308         $self->state('init');
309         $self->{pc50_t} = $main::systime;
310
311         # ALWAYS output the hello
312         my $thing = Thingy::Hello->new(user => $call, h => $self->{here});
313         $thing->broadcast($self);
314         $self->lasthello($main::systime);
315         
316         # send info to all logged in thingies
317         $self->tell_login('loginn');
318
319         # run a script send the output to the debug file
320         my $script = new Script(lc $call) || new Script('node_default');
321         $script->run($self) if $script;
322 }
323
324 #
325 # send outgoing 'challenge'
326 #
327
328 sub sendinit
329 {
330         my $self = shift;
331         $self->send(pc18());
332 }
333
334
335 #
336 # This is the normal pcxx despatcher
337 #
338 sub normal
339 {
340         my ($self, $line) = @_;
341
342         my @field = split /\^/, $line;
343         return unless @field;
344         
345         pop @field if $field[-1] eq '~';
346         
347 #       print join(',', @field), "\n";
348                                                 
349         # process PC frames, this will fail unless the frame starts PCnn
350         my ($pcno) = $field[0] =~ /^PC(\d\d)/; # just get the number
351         unless (defined $pcno && $pcno >= 10 && $pcno <= 99) {
352                 dbg("PCPROT: unknown protocol") if isdbg('chanerr');
353                 return;
354         }
355
356         # check for and dump bad protocol messages
357         my $n = check($pcno, @field);
358         if ($n) {
359                 dbg("PCPROT: bad field $n, dumped (" . parray($checklist[$pcno-10]) . ")") if isdbg('chanerr');
360                 return;
361         }
362
363         # decrement any hop fields at this point
364         if ($line =~ /\^H(\d\d?)\^?~?$/) {
365                 my $hops = $1 - 1;
366                 if ($hops < 0) {
367                         dbg("PCPROT: zero hop count, dumped") if isdbg('chanerr');
368                         return;
369                 }
370                 $line =~ s/\^H\d\d?(\^?~?)$/^H$hops$1/;
371         }
372
373         my $origin = $self->{call};
374         no strict 'subs';
375         my $sub = "handle_$pcno";
376
377         if ($self->can($sub)) {
378                 $self->$sub($pcno, $line, $origin, @field);
379         } else {
380                 $self->handle_default($pcno, $line, $origin, @field);
381         }
382 }
383         
384 # incoming talk commands
385 sub handle_10
386 {
387         my $self = shift;
388         my $pcno = shift;
389         my $line = shift;
390         my $origin = shift;
391
392         # rsfp check
393         return if $rspfcheck and !$self->rspfcheck(0, $_[6], $_[1]);
394                         
395         # will we allow it at all?
396         if ($censorpc) {
397                 my @bad;
398                 if (@bad = BadWords::check($_[3])) {
399                         dbg("PCPROT: Bad words: @bad, dropped") if isdbg('chanerr');
400                         return;
401                 }
402         }
403
404         # is it for me or one of mine?
405         my ($from, $to, $via, $call, $dxchan);
406         $from = $_[1];
407         if ($_[5] gt ' ') {
408                 $via = $_[2];
409                 $to = $_[5];
410         } else {
411                 $to = $_[2];
412         }
413
414         # if this is a 'nodx' node then ignore it
415         if ($badnode->in($_[6]) || ($via && $badnode->in($via))) {
416                 dbg("PCPROT: Bad Node, dropped") if isdbg('chanerr');
417                 return;
418         }
419
420         # if this is a 'bad spotter' user then ignore it
421         my $nossid = $from;
422         $nossid =~ s/-\d+$//;
423         if ($badspotter->in($nossid)) {
424                 dbg("PCPROT: Bad Spotter, dropped") if isdbg('chanerr');
425                 return;
426         }
427
428         # if we are converting announces to talk is it a dup?
429         if ($ann_to_talk) {
430                 if (AnnTalk::is_talk_candidate($from, $_[3]) && AnnTalk::dup($from, $to, $_[3])) {
431                         dbg("DXPROT: Dupe talk from announce, dropped") if isdbg('chanerr');
432                         return;
433                 }
434         }
435
436         # remember a route to this node and also the node on which this user is
437         RouteDB::update($_[6], $origin);
438 #       RouteDB::update($to, $_[6]);
439
440         # it is here and logged on
441         $dxchan = DXChannel::get($main::myalias) if $to eq $main::mycall;
442         $dxchan = DXChannel::get($to) unless $dxchan;
443         if ($dxchan && $dxchan->is_user) {
444                 $_[3] =~ s/\%5E/^/g;
445                 $dxchan->talk($from, $to, $via, $_[3]);
446                 return;
447         }
448
449         # is it elsewhere, visible on the cluster via the to address?
450         # note: this discards the via unless the to address is on
451         # the via address
452         my ($ref, $vref);
453         if ($ref = Route::get($to)) {
454                 $vref = Route::Node::get($via) if $via;
455                 $vref = undef unless $vref && grep $to eq $_, $vref->users;
456                 $ref->dxchan->talk($from, $to, $vref ? $via : undef, $_[3], $_[6]);
457                 return;
458         }
459
460         # can we see an interface to send it down?
461         
462         # not visible here, send a message of condolence
463         $vref = undef;
464         $ref = Route::get($from);
465         $vref = $ref = Route::Node::get($_[6]) unless $ref; 
466         if ($ref) {
467                 $dxchan = $ref->dxchan;
468                 $dxchan->talk($main::mycall, $from, $vref ? $vref->call : undef, $dxchan->msg('talknh', $to) );
469         }
470 }
471
472 # DX Spot handling
473 sub handle_11
474 {
475         my $self = shift;
476         my $pcno = shift;
477         my $line = shift;
478         my $origin = shift;
479
480         # route 'foreign' pc26s 
481         if ($pcno == 26) {
482                 if ($_[7] ne $main::mycall) {
483                         $self->route($_[7], $line);
484                         return;
485                 }
486         }
487                         
488         # rsfp check
489         #                       return if $rspfcheck and !$self->rspfcheck(1, $_[7], $_[6]);
490
491         # if this is a 'nodx' node then ignore it
492         if ($badnode->in($_[7])) {
493                 dbg("PCPROT: Bad Node, dropped") if isdbg('chanerr');
494                 return;
495         }
496                         
497         # if this is a 'bad spotter' user then ignore it
498         my $nossid = $_[6];
499         $nossid =~ s/-\d+$//;
500         if ($badspotter->in($nossid)) {
501                 dbg("PCPROT: Bad Spotter, dropped") if isdbg('chanerr');
502                 return;
503         }
504                         
505         # convert the date to a unix date
506         my $d = cltounix($_[3], $_[4]);
507         # bang out (and don't pass on) if date is invalid or the spot is too old (or too young)
508         if (!$d || ($pcno == 11 && ($d < $main::systime - $pc11_max_age || $d > $main::systime + 900))) {
509                 dbg("PCPROT: Spot ignored, invalid date or out of range ($_[3] $_[4])\n") if isdbg('chanerr');
510                 return;
511         }
512
513         # is it 'baddx'
514         if ($baddx->in($_[2]) || BadWords::check($_[2])) {
515                 dbg("PCPROT: Bad DX spot, ignored") if isdbg('chanerr');
516                 return;
517         }
518                         
519         # do some de-duping
520         $_[5] =~ s/^\s+//;                      # take any leading blanks off
521         $_[2] = unpad($_[2]);           # take off leading and trailing blanks from spotted callsign
522         if ($_[2] =~ /BUST\w*$/) {
523                 dbg("PCPROT: useless 'BUSTED' spot") if isdbg('chanerr');
524                 return;
525         }
526         if ($censorpc) {
527                 my @bad;
528                 if (@bad = BadWords::check($_[5])) {
529                         dbg("PCPROT: Bad words: @bad, dropped") if isdbg('chanerr');
530                         return;
531                 }
532         }
533
534         # remember a route
535 #       RouteDB::update($_[7], $self->{call});
536 #       RouteDB::update($_[6], $_[7]);
537         
538         my @spot = Spot::prepare($_[1], $_[2], $d, $_[5], $_[6], $_[7]);
539
540         my $thing = Thingy::Dx->new(origin=>$main::mycall);
541         $thing->from_DXProt(DXProt=>$line,spotdata=>\@spot);
542         $thing->process($self);
543
544         # this goes after the input filtering, but before the add
545         # so that if it is input filtered, it isn't added to the dup
546         # list. This allows it to come in from a "legitimate" source
547         #
548         # @spot at this point contains:-
549         # freq, spotted call, time, text, spotter, spotted cc, spotters cc, orig node
550         # then  spotted itu, spotted cq, spotters itu, spotters cq
551         # you should be able to route on any of these
552         #
553                         
554         # fix up qra locators of known users 
555         my $user = DXUser->get_current($spot[4]);
556         if ($user) {
557                 my $qra = $user->qra;
558                 unless ($qra && is_qra($qra)) {
559                         my $lat = $user->lat;
560                         my $long = $user->long;
561                         if (defined $lat && defined $long) {
562                                 $user->qra(DXBearing::lltoqra($lat, $long)); 
563                                 $user->put;
564                         }
565                 }
566
567                 # send a remote command to a distant cluster if it is visible and there is no
568                 # qra locator and we havn't done it for a month.
569
570                 unless ($user->qra) {
571                         my $node;
572                         my $to = $user->homenode;
573                         my $last = $user->lastoper || 0;
574                         if ($send_opernam && $to && $to ne $main::mycall && $main::systime > $last + $DXUser::lastoperinterval && ($node = Route::Node::get($to)) ) {
575                                 my $cmd = "forward/opernam $spot[4]";
576                                 # send the rcmd but we aren't interested in the replies...
577                                 my $dxchan = $node->dxchan;
578                                 if ($dxchan && $dxchan->is_clx) {
579                                         route(undef, $to, pc84($main::mycall, $to, $main::mycall, $cmd));
580                                 } else {
581                                         route(undef, $to, pc34($main::mycall, $to, $cmd));
582                                 }
583                                 if ($to ne $_[7]) {
584                                         $to = $_[7];
585                                         $node = Route::Node::get($to);
586                                         if ($node) {
587                                                 $dxchan = $node->dxchan;
588                                                 if ($dxchan && $dxchan->is_clx) {
589                                                         route(undef, $to, pc84($main::mycall, $to, $main::mycall, $cmd));
590                                                 } else {
591                                                         route(undef, $to, pc34($main::mycall, $to, $cmd));
592                                                 }
593                                         }
594                                 }
595                                 $user->lastoper($main::systime);
596                                 $user->put;
597                         }
598                 }
599         }
600 }
601                 
602 # announces
603 sub handle_12
604 {
605         my $self = shift;
606         my $pcno = shift;
607         my $line = shift;
608         my $origin = shift;
609
610         #                       return if $rspfcheck and !$self->rspfcheck(1, $_[5], $_[1]);
611
612         # announce duplicate checking
613         $_[3] =~ s/^\s+//;                      # remove leading blanks
614
615         if ($censorpc) {
616                 my @bad;
617                 if (@bad = BadWords::check($_[3])) {
618                         dbg("PCPROT: Bad words: @bad, dropped") if isdbg('chanerr');
619                         return;
620                 }
621         }
622
623         # if this is a 'nodx' node then ignore it
624         if ($badnode->in($_[5])) {
625                 dbg("PCPROT: Bad Node, dropped") if isdbg('chanerr');
626                 return;
627         }
628
629         # if this is a 'bad spotter' user then ignore it
630         my $nossid = $_[1];
631         $nossid =~ s/-\d+$//;
632         if ($badspotter->in($nossid)) {
633                 dbg("PCPROT: Bad Spotter, dropped") if isdbg('chanerr');
634                 return;
635         }
636
637
638         my $dxchan;
639         
640         if ((($dxchan = DXChannel::get($_[2])) && $dxchan->is_user) || $_[4] =~ /^[\#\w.]+$/){
641                 $self->send_chat($line, @_[1..6]);
642         } elsif ($_[2] eq '*' || $_[2] eq $main::mycall) {
643
644                 # remember a route
645 #               RouteDB::update($_[5], $self->{call});
646 #               RouteDB::update($_[1], $_[5]);
647
648                 # ignore something that looks like a chat line coming in with sysop
649                 # flag - this is a kludge...
650                 if ($_[3] =~ /^\#\d+ / && $_[4] eq '*') {
651                         dbg('PCPROT: Probable chat rewrite, dropped') if isdbg('chanerr');
652                         return;
653                 }
654
655                 # here's a bit of fun, convert incoming ann with a callsign in the first word
656                 # or one saying 'to <call>' to a talk if we can route to the recipient
657                 if ($ann_to_talk) {
658                         my $call = AnnTalk::is_talk_candidate($_[1], $_[3]);
659                         if ($call) {
660                                 my $ref = Route::get($call);
661                                 if ($ref) {
662                                         $dxchan = $ref->dxchan;
663                                         $dxchan->talk($_[1], $call, undef, $_[3], $_[5]) if $dxchan != $self;
664                                         return;
665                                 }
666                         }
667                 }
668         
669                 # send it
670                 $self->send_announce($line, @_[1..6]);
671         } else {
672                 $self->route($_[2], $line);
673         }
674 }
675                 
676 # incoming user         
677 sub handle_16
678 {
679         my $self = shift;
680         my $pcno = shift;
681         my $line = shift;
682         my $origin = shift;
683
684         # general checks
685         my $dxchan;
686         my $ncall = $_[1];
687         my $newline = "PC16^";
688                         
689         # dos I want users from this channel?
690         unless ($self->user->wantpc16) {
691                 dbg("PCPROT: don't send users to $origin") if isdbg('chanerr');
692                 return;
693         }
694         # is it me?
695         if ($ncall eq $main::mycall) {
696                 dbg("PCPROT: trying to alter config on this node from outside!") if isdbg('chanerr');
697                 return;
698         }
699
700         RouteDB::update($ncall, $self->{call});
701
702         # do we believe this call? 
703         unless ($ncall eq $self->{call} || $self->is_believed($ncall)) {
704                 if (my $ivp = Investigate::get($ncall, $self->{call})) {
705                         $ivp->store_pcxx($pcno,$line,$origin,@_);
706                 } else {
707                         dbg("PCPROT: We don't believe $ncall on $self->{call}") if isdbg('chanerr');
708                 }
709                 return;
710         }
711
712         if (eph_dup($line)) {
713                 dbg("PCPROT: dup PC16 detected") if isdbg('chanerr');
714                 return;
715         }
716
717         my $parent = Route::Node::get($ncall); 
718
719         # if there is a parent, proceed, otherwise if there is a latent PC19 in the PC19list, 
720         # fix it up in the routing tables and issue it forth before the PC16
721         unless ($parent) {
722                 my $nl = $pc19list{$ncall};
723
724                 if ($nl && @_ > 3) { # 3 because of the hop count!
725
726                         # this is a new (remembered) node, now attach it to me if it isn't in filtered
727                         # and we haven't disallowed it
728                         my $user = DXUser->get_current($ncall);
729                         if (!$user) {
730                                 $user = DXUser->new($ncall);
731                                 $user->sort('A');
732                                 $user->priv(1); # I have relented and defaulted nodes
733                                 $user->lockout(1);
734                                 $user->homenode($ncall);
735                                 $user->node($ncall);
736                         }
737
738                         my $wantpc19 = $user->wantroutepc19;
739                         if ($wantpc19 || !defined $wantpc19) {
740                                 my $new = Route->new($ncall); # throw away
741                                 if ($self->in_filter_route($new)) {
742                                         my @nrout;
743                                         for (@$nl) {
744                                                 $parent = Route::Node::get($_->[0]);
745                                                 $dxchan = $parent->dxchan if $parent;
746                                                 if ($dxchan && $dxchan ne $self) {
747                                                         dbg("PCPROT: PC19 from $self->{call} trying to alter locally connected $ncall, ignored!") if isdbg('chanerr');
748                                                         $parent = undef;
749                                                 }
750         if ($parent) {
751                                                         my $r = $parent->add($ncall, $_->[1], $_->[2]);
752                                                         push @nrout, $r unless @nrout;
753                                                 }
754                                         }
755                                         $user->wantroutepc19(1) unless defined $wantpc19; # for now we work on the basis that pc16 = real route 
756                                         $user->lastin($main::systime) unless DXChannel::get($ncall);
757                                         $user->put;
758                                                 
759                                         # route the pc19 - this will cause 'stuttering PC19s' for a while
760                                         $self->route_pc19($origin, $line, @nrout) if @nrout ;
761                                         $parent = Route::Node::get($ncall);
762                                         unless ($parent) {
763                                                 dbg("PCPROT: lost $ncall after sending PC19 for it?");
764                                                 return;
765                                         }
766                                 } else {
767                                         return;
768                                 }
769                                 delete $pc19list{$ncall};
770                         }
771                 } else {
772                         dbg("PCPROT: Node $ncall not in config") if isdbg('chanerr');
773                         return;
774                 }
775         } else {
776
777                 $dxchan = $parent->dxchan;
778                 if ($dxchan && $dxchan ne $self) {
779                         dbg("PCPROT: PC16 from $self->{call} trying to alter locally connected $ncall, ignored!") if isdbg('chanerr');
780                         return;
781                 }
782
783                 # input filter if required
784                 return unless $self->in_filter_route($parent);
785         }
786
787         # is he under the control of the new protocol?
788         if ($parent && $parent->np) {
789                 dbg("PCPROT: $ncall aranea node, ignored") if isdbg('chanerr');
790                 return;
791         }
792                 
793         my $i;
794         my @rout;
795         for ($i = 2; $i < $#_; $i++) {
796                 my ($call, $conf, $here) = $_[$i] =~ /^(\S+) (\S) (\d)/o;
797                 next unless $call && $conf && defined $here && is_callsign($call);
798                 next if $call eq $main::mycall;
799                 
800                 eph_del_regex("^PC17\\^$call\\^$ncall");
801                 
802                 $conf = $conf eq '*';
803                 
804                 # reject this if we think it is a node already
805                 my $r = Route::Node::get($call);
806                 my $u = DXUser->get_current($call) unless $r;
807                 if ($r || ($u && $u->is_node)) {
808                         dbg("PCPROT: $call is a node") if isdbg('chanerr');
809                         next;
810                 }
811                 
812                 $r = Route::User::get($call);
813                 my $flags = Route::here($here)|Route::conf($conf);
814                 
815                 if ($r) {
816                         my $au = $r->addparent($parent);                                        
817                         if ($r->flags != $flags) {
818                                 $r->flags($flags);
819                                 $au = $r;
820                         }
821                         push @rout, $r if $au;
822                 } else {
823                         push @rout, $parent->add_user($call, $flags);
824                 }
825                 
826                 
827                 # add this station to the user database, if required
828                 $call =~ s/-\d+$//o;    # remove ssid for users
829                 my $user = DXUser->get_current($call);
830                 $user = DXUser->new($call) if !$user;
831                 $user->homenode($parent->call) if !$user->homenode;
832                 $user->node($parent->call);
833                 $user->lastin($main::systime) unless DXChannel::get($call);
834                 $user->put;
835         }
836         $self->route_pc16($origin, $line, $parent, @rout) if @rout;
837 }
838                 
839 # remove a user
840 sub handle_17
841 {
842         my $self = shift;
843         my $pcno = shift;
844         my $line = shift;
845         my $origin = shift;
846         my $dxchan;
847         my $ncall = $_[2];
848         my $ucall = $_[1];
849
850         eph_del_regex("^PC16\\^$ncall.*$ucall");
851                         
852         # do I want users from this channel?
853         unless ($self->user->wantpc16) {
854                 dbg("PCPROT: don't send users to $self->{call}") if isdbg('chanerr');
855                 return;
856         }
857         if ($ncall eq $main::mycall) {
858                 dbg("PCPROT: trying to alter config on this node from outside!") if isdbg('chanerr');
859                 return;
860         }
861
862         RouteDB::delete($ncall, $self->{call});
863
864         # do we believe this call? 
865         unless ($ncall eq $self->{call} || $self->is_believed($ncall)) {
866                 if (my $ivp = Investigate::get($ncall, $self->{call})) {
867                         $ivp->store_pcxx($pcno,$line,$origin,@_);
868                 } else {
869                         dbg("PCPROT: We don't believe $ncall on $self->{call}") if isdbg('chanerr');
870                 }
871                 return;
872         }
873
874         my $uref = Route::User::get($ucall);
875         unless ($uref) {
876                 dbg("PCPROT: Route::User $ucall not in config") if isdbg('chanerr');
877         }
878         my $parent = Route::Node::get($ncall);
879         unless ($parent) {
880                 dbg("PCPROT: Route::Node $ncall not in config") if isdbg('chanerr');
881         }                       
882
883         $dxchan = $parent->dxchan if $parent;
884         if ($dxchan && $dxchan ne $self) {
885                 dbg("PCPROT: PC17 from $self->{call} trying to alter locally connected $ncall, ignored!") if isdbg('chanerr');
886                 return;
887         }
888
889         # is he under the control of the new protocol?
890         if ($parent && $parent->np) {
891                 dbg("PCPROT: $ncall aranea node, ignored") if isdbg('chanerr');
892                 return;
893         }
894
895         # input filter if required and then remove user if present
896         if ($parent) {
897 #               return unless $self->in_filter_route($parent);  
898                 $parent->del_user($uref) if $uref;
899         } else {
900                 $parent = Route->new($ncall);  # throw away
901         }
902
903         if (eph_dup($line)) {
904                 dbg("PCPROT: dup PC17 detected") if isdbg('chanerr');
905                 return;
906         }
907
908         $uref = Route->new($ucall) unless $uref; # throw away
909         $self->route_pc17($origin, $line, $parent, $uref);
910 }
911                 
912 # link request
913 sub handle_18
914 {
915         my $self = shift;
916         my $pcno = shift;
917         my $line = shift;
918         my $origin = shift;
919         $self->state('init');   
920
921         # record the type and version offered
922         if ($_[1] =~ /DXSpider Version: (\d+\.\d+) Build: (\d+\.\d+)/) {
923                 $self->version(52.51 + $1);
924                 $self->user->version(52.51 + $1);
925                 $self->build(0 + $2);
926                 $self->user->build(0 + $2);
927                 unless ($self->is_spider) {
928                         $self->user->sort('S');
929                         $self->user->put;
930                         $self->sort('S');
931                 }
932         } else {
933                 $self->version(50.0);
934                 $self->version($_[2] / 100) if $_[2] && $_[2] =~ /^\d+$/;
935                 $self->user->version($self->version);
936         }
937
938         # first clear out any nodes on this dxchannel
939         my $parent = Route::Node::get($origin);
940         my @rout = $parent->del_nodes;
941         $self->route_pc21($origin, $line, @rout, $parent) if @rout;
942         $self->send_local_config();
943         $self->send(pc20());
944 }
945                 
946 # incoming cluster list
947 sub handle_19
948 {
949         my $self = shift;
950         my $pcno = shift;
951         my $line = shift;
952         my $origin = shift;
953
954         my $i;
955         my $newline = "PC19^";
956
957         # new routing list
958         my @rout;
959
960         # first get the INTERFACE node
961         my $parent = Route::Node::get($origin);
962         unless ($parent) {
963                 dbg("DXPROT: my parent $origin has disappeared");
964                 $self->disconnect;
965                 return;
966         }
967
968         # if the origin isn't the same as the INTERFACE, then reparent, creating nodes as necessary
969         if ($origin ne $self->call) {
970                 my $op = Route::Node::get($origin);
971                 unless ($op) {
972                         $op = $parent->add($origin, 5000, Route::here(1));
973                         my $user = DXUser->get_current($origin);
974                         if (!$user) {
975                                 $user = DXUser->new($origin);
976                                 $user->priv(1);         # I have relented and defaulted nodes
977                                 $user->lockout(1);
978                                 $user->homenode($origin);
979                                 $user->node($origin);
980                                 $user->wantroutepc19(1);
981                         }
982                         $user->sort('A') unless $user->is_node;
983                         $user->put;
984                 }
985                 $parent = $op;
986         }
987
988         # parse the PC19
989         for ($i = 1; $i < $#_-1; $i += 4) {
990                 my $here = $_[$i];
991                 my $call = uc $_[$i+1];
992                 my $conf = $_[$i+2];
993                 my $ver = $_[$i+3];
994                 next unless defined $here && defined $conf && is_callsign($call);
995
996                 eph_del_regex("^PC(?:21\\^$call|17\\^[^\\^]+\\^$call)");
997                                 
998                 # check for sane parameters
999                 #                               $ver = 5000 if $ver eq '0000';
1000                 next if $ver < 5000;    # only works with version 5 software
1001                 next if length $call < 3; # min 3 letter callsigns
1002                 next if $call eq $main::mycall;
1003
1004                 # check that this PC19 isn't trying to alter the wrong dxchan
1005                 my $dxchan = DXChannel::get($call);
1006                 if ($dxchan && $dxchan != $self) {
1007                         dbg("PCPROT: PC19 from $origin trying to alter wrong locally connected $call, ignored!") if isdbg('chanerr');
1008                         next;
1009                 }
1010
1011                 # add this station to the user database, if required (don't remove SSID from nodes)
1012                 my $user = DXUser->get_current($call);
1013                 if (!$user) {
1014                         $user = DXUser->new($call);
1015                         $user->priv(1);         # I have relented and defaulted nodes
1016                         $user->lockout(1);
1017                         $user->homenode($call);
1018                         $user->node($call);
1019                 }
1020                 $user->sort('A') unless $user->is_node;
1021
1022                 RouteDB::update($call, $origin);
1023
1024                 # do we believe this call?
1025                 my $genline = "PC19^$here^$call^$conf^$ver^$_[-1]^"; 
1026                 unless ($call eq $origin || $self->is_believed($call)) {
1027                         my $pt = $user->lastping($origin) || 0;
1028                         if ($pt+$investigation_int < $main::systime && !Investigate::get($call, $origin)) {
1029                                 my $ivp  = Investigate->new($call, $origin);
1030                                 $ivp->version($ver);
1031                                 $ivp->here($here);
1032                                 $ivp->store_pcxx($pcno,$genline,$origin,'PC19',$here,$call,$conf,$ver,$_[-1]);
1033                         } else {
1034                                 dbg("PCPROT: We don't believe $call on $origin") if isdbg('chanerr');
1035                         }
1036                         $user->put;
1037                         next;
1038                 }
1039
1040                 if (eph_dup($genline)) {
1041                         dbg("PCPROT: dup PC19 for $call detected") if isdbg('chanerr');
1042                         next;
1043                 }
1044
1045                 my $r = Route::Node::get($call);
1046                 my $flags = Route::here($here)|Route::conf($conf);
1047
1048                 # is he under the control of the new protocol?
1049                 if ($r && $r->np) {
1050                         dbg("PCPROT: $call aranea node, ignored") if isdbg('chanerr');
1051                         next;
1052                 }
1053                 # modify the routing table if it is in it, otherwise store it in the pc19list for now
1054                 if ($r) {
1055                         my $ar;
1056                         if ($call ne $parent->call) {
1057                                 if ($self->in_filter_route($r)) {
1058                                         $ar = $parent->add($call, $ver, $flags);
1059                                         push @rout, $ar if $ar;
1060                                 } else {
1061                                         next;
1062                                 }
1063                         }
1064                         if ($r->version ne $ver || $r->flags != $flags) {
1065                                 $r->version($ver);
1066                                 $r->flags($flags);
1067                                 push @rout, $r unless $ar;
1068                         }
1069                 } else {
1070
1071                         # if he is directly connected or allowed then add him, otherwise store him up for later
1072                         if ($call eq $origin || $user->wantroutepc19) {
1073                                 my $new = Route->new($call); # throw away
1074                                 if ($self->in_filter_route($new)) {
1075                                         my $ar = $parent->add($call, $ver, $flags);
1076                                         $user->wantroutepc19(1) unless defined $user->wantroutepc19;
1077                                         push @rout, $ar if $ar;
1078                                 } else {
1079                                         next;
1080                                 }
1081                         } else {
1082                                 $pc19list{$call} = [] unless exists $pc19list{$call};
1083                                 my $nl = $pc19list{$call};
1084                                 push @{$pc19list{$call}}, [$origin, $ver, $flags] unless grep $_->[0] eq $origin, @$nl;
1085                         }
1086                 }
1087
1088                 # unbusy and stop and outgoing mail (ie if somehow we receive another PC19 without a disconnect)
1089                 my $mref = DXMsg::get_busy($call);
1090                 $mref->stop_msg($call) if $mref;
1091                                 
1092                 $user->lastin($main::systime) unless DXChannel::get($call);
1093                 $user->put;
1094         }
1095
1096
1097         $self->route_pc19($origin, $line, @rout) if @rout;
1098 }
1099                 
1100 # send local configuration
1101 sub handle_20
1102 {
1103         my $self = shift;
1104         my $pcno = shift;
1105         my $line = shift;
1106         my $origin = shift;
1107         $self->send_local_config();
1108         $self->send(pc22());
1109         $self->state('normal');
1110         $self->{lastping} = 0;
1111         my $thing = Thingy::Rt->new(user=>$self->{call});
1112         my $nref = Route::Node::get($self->{call});
1113         $thing->copy_pc16_data($nref);
1114         $thing->broadcast;
1115         
1116         $self->lastcf($main::systime);
1117 }
1118                 
1119 # delete a cluster from the list
1120 sub handle_21
1121 {
1122         my $self = shift;
1123         my $pcno = shift;
1124         my $line = shift;
1125         my $origin = shift;
1126         my $call = uc $_[1];
1127
1128         eph_del_regex("^PC1[679].*$call");
1129                         
1130         # if I get a PC21 from the same callsign as self then treat it
1131         # as a PC39: I have gone away
1132         if ($call eq $self->call) {
1133                 $self->disconnect(1);
1134                 return;
1135         }
1136
1137         RouteDB::delete($call, $origin);
1138
1139         # check if we believe this
1140         unless ($call eq $origin || $self->is_believed($call)) {
1141                 if (my $ivp = Investigate::get($call, $origin)) {
1142                         $ivp->store_pcxx($pcno,$line,$origin,@_);
1143                 } else {
1144                         dbg("PCPROT: We don't believe $call on $origin") if isdbg('chanerr');
1145                 }
1146                 return;
1147         }
1148
1149         # check to see if we are in the pc19list, if we are then don't bother with any of
1150         # this routing table manipulation, just remove it from the list and dump it
1151         my @rout;
1152         if (my $nl = $pc19list{$call}) {
1153                 $pc19list{$call} = [ grep {$_->[0] ne $origin} @$nl ];
1154                 delete $pc19list{$call} unless @{$pc19list{$call}};
1155         } else {
1156                                 
1157                 my $parent = Route::Node::get($origin);
1158                 unless ($parent) {
1159                         dbg("DXPROT: my parent $origin has disappeared");
1160                         $self->disconnect;
1161                         return;
1162                 }
1163                 if ($call ne $main::mycall) { # don't allow malicious buggers to disconnect me!
1164                         my $node = Route::Node::get($call);
1165                         if ($node) {
1166                                                 
1167                                 my $dxchan = DXChannel::get($call);
1168                                 if ($dxchan && $dxchan != $self) {
1169                                         dbg("PCPROT: PC21 from $origin trying to alter locally connected $call, ignored!") if isdbg('chanerr');
1170                                         return;
1171                                 }
1172                                                 
1173                                 # input filter it
1174                                 return unless $self->in_filter_route($node);
1175
1176                                 # is he under the control of the new protocol?
1177                                 if ($node->np) {
1178                                         dbg("PCPROT: $call aranea node, ignored") if isdbg('chanerr');
1179                                         return;
1180                                 }
1181                                                 
1182                                 # routing objects
1183                                 push @rout, $node->del($parent);
1184                         }
1185                 } else {
1186                         dbg("PCPROT: I WILL _NOT_ be disconnected!") if isdbg('chanerr');
1187                         return;
1188                 }
1189         }
1190
1191         $self->route_pc21($origin, $line, @rout) if @rout;
1192 }
1193                 
1194
1195 sub handle_22
1196 {
1197         my $self = shift;
1198         my $pcno = shift;
1199         my $line = shift;
1200         my $origin = shift;
1201         $self->state('normal');
1202         $self->{lastping} = 0;
1203         my $thing = Thingy::Rt->new(user=>$self->{call});
1204         my $nref = Route::Node::get($self->{call});
1205         $thing->copy_pc16_data($nref);
1206         $thing->broadcast;
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__