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