58b5982df7848e278e598d69db784acc4b104324
[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 BadWords;
31 use DXHash;
32 use Route;
33 use Route::Node;
34 use Script;
35 use Investigate;
36 use RouteDB;
37 use DXProtHandle;
38
39 use strict;
40
41 use vars qw($VERSION $BRANCH);
42 $VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ );
43 $BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/  || (0,0));
44 $main::build += $VERSION;
45 $main::branch += $BRANCH;
46
47 use vars qw($pc11_max_age $pc23_max_age $last_pc50 $eph_restime $eph_info_restime $eph_pc34_restime
48                         $last_hour $last10 %eph  %pings %rcmds $ann_to_talk
49                         $pingint $obscount %pc19list $chatdupeage $chatimportfn
50                         $investigation_int $pc19_version $myprot_version
51                         %nodehops $baddx $badspotter $badnode $censorpc $rspfcheck
52                         $allowzero $decode_dk0wcy $send_opernam @checklist
53                    );
54
55 $pc11_max_age = 1*3600;                 # the maximum age for an incoming 'real-time' pc11
56 $pc23_max_age = 1*3600;                 # the maximum age for an incoming 'real-time' pc23
57
58 $last_hour = time;                              # last time I did an hourly periodic update
59 %rcmds = ();                    # outstanding rcmd requests outbound
60 %nodehops = ();                 # node specific hop control
61 %pc19list = ();                                 # list of outstanding PC19s that haven't had PC16s on them
62
63 $censorpc = 1;                                  # Do a BadWords::check on text fields and reject things
64                                                                 # loads of 'bad things'
65 $baddx = new DXHash "baddx";
66 $badspotter = new DXHash "badspotter";
67 $badnode = new DXHash "badnode";
68 $last10 = $last_pc50 = time;
69 $ann_to_talk = 1;
70 $rspfcheck = 1;
71 $eph_restime = 180;
72 $eph_info_restime = 60*60;
73 $eph_pc34_restime = 30;
74 $pingint = 5*60;
75 $obscount = 2;
76 $chatdupeage = 20 * 60 * 60;
77 $chatimportfn = "$main::root/chat_import";
78 $investigation_int = 12*60*60;  # time between checks to see if we can see this node
79 $pc19_version = 5466;                   # the visible version no for outgoing PC19s generated from pc59
80
81 @checklist = 
82 (
83  [ qw(i c c m bp bc c) ],                       # pc10
84  [ qw(i f m d t m c c h) ],             # pc11
85  [ qw(i c bm m bm bm p h) ],            # pc12
86  [ qw(i c h) ],                                 # 
87  [ qw(i c h) ],                                 # 
88  [ qw(i c m h) ],                                       # 
89  undef ,                                                # pc16 has to be validated manually
90  [ qw(i c c h) ],                                       # pc17
91  [ qw(i m n) ],                                 # pc18
92  undef ,                                                # pc19 has to be validated manually
93  undef ,                                                # pc20 no validation
94  [ qw(i c m h) ],                                       # pc21
95  undef ,                                                # pc22 no validation
96  [ qw(i d n n n n m c c h) ],           # pc23
97  [ qw(i c p h) ],                                       # pc24
98  [ qw(i c c n n) ],                             # pc25
99  [ qw(i f m d t m c c bc) ],            # pc26
100  [ qw(i d n n n n m c c bc) ],  # pc27
101  [ qw(i c c m c d t p m bp n p bp bc) ], # pc28
102  [ qw(i c c n m) ],                             # pc29
103  [ qw(i c c n) ],                                       # pc30
104  [ qw(i c c n) ],                                       # pc31
105  [ qw(i c c n) ],                                       # pc32
106  [ qw(i c c n) ],                                       # pc33
107  [ qw(i c c m) ],                                       # pc34
108  [ qw(i c c m) ],                                       # pc35
109  [ qw(i c c m) ],                                       # pc36
110  [ qw(i c c n m) ],                             # pc37
111  undef,                                                 # pc38 not interested
112  [ qw(i c m) ],                                 # pc39
113  [ qw(i c c m p n) ],                           # pc40
114  [ qw(i c n m h) ],                             # pc41
115  [ qw(i c c n) ],                                       # pc42
116  undef,                                                 # pc43 don't handle it
117  [ qw(i c c n m m c) ],                 # pc44
118  [ qw(i c c n m) ],                             # pc45
119  [ qw(i c c n) ],                                       # pc46
120  undef,                                                 # pc47
121  undef,                                                 # pc48
122  [ qw(i c m h) ],                                       # pc49
123  [ qw(i c n h) ],                                       # pc50
124  [ qw(i c c n) ],                                       # pc51
125  undef,
126  undef,
127  undef,
128  undef,
129  undef,
130  undef,
131  undef,
132  undef,
133  undef,                                                 # pc60
134  undef,
135  undef,
136  undef,
137  undef,
138  undef,
139  undef,
140  undef,
141  undef,
142  undef,
143  undef,                                                 # pc70
144  undef,
145  undef,
146  [ qw(i d n n n n n n m m m c c h) ],   # pc73
147  undef,
148  undef,
149  undef,
150  undef,
151  undef,
152  undef,
153  undef,                                                 # pc80
154  undef,
155  undef,
156  undef,
157  [ qw(i c c c m) ],                             # pc84
158  [ qw(i c c c m) ],                             # pc85
159  undef,
160  undef,
161  undef,
162  undef,
163  [ qw(i c n) ],                                 # pc90
164 );
165
166 # use the entry in the check list to check the field list presented
167 # return OK if line NOT in check list (for now)
168 sub check
169 {
170         my $n = shift;
171         $n -= 10;
172         return 0 if $n < 0 || $n > @checklist; 
173         my $ref = $checklist[$n];
174         return 0 unless ref $ref;
175         
176         my $i;
177         for ($i = 1; $i < @$ref; $i++) {
178                 my ($blank, $act) = $$ref[$i] =~ /^(b?)(\w)$/;
179                 return 0 unless $act;
180                 next if $blank && $_[$i] =~ /^[ \*]$/;
181                 if ($act eq 'c') {
182                         return $i unless is_callsign($_[$i]);
183                 } elsif ($act eq 'i') {                 
184                         ;                                       # do nothing
185                 } elsif ($act eq 'm') {
186                         return $i unless is_pctext($_[$i]);
187                 } elsif ($act eq 'p') {
188                         return $i unless is_pcflag($_[$i]);
189                 } elsif ($act eq 'f') {
190                         return $i unless is_freq($_[$i]);
191                 } elsif ($act eq 'n') {
192                         return $i unless $_[$i] =~ /^[\d ]+$/;
193                 } elsif ($act eq 'h') {
194                         return $i unless $_[$i] =~ /^H\d\d?$/;
195                 } elsif ($act eq 'd') {
196                         return $i unless $_[$i] =~ /^\s*\d+-\w\w\w-[12][90]\d\d$/;
197                 } elsif ($act eq 't') {
198                         return $i unless $_[$i] =~ /^[012]\d[012345]\dZ$/;
199                 } 
200         }
201         return 0;
202 }
203
204 sub init
205 {
206         do "$main::data/hop_table.pl" if -e "$main::data/hop_table.pl";
207         confess $@ if $@;
208
209         my $user = DXUser->get($main::mycall);
210         die "User $main::mycall not setup or disappeared RTFM" unless $user;
211         
212         $myprot_version += $main::version*100;
213         $main::me = DXProt->new($main::mycall, 0, $user); 
214         $main::me->{here} = 1;
215         $main::me->{state} = "indifferent";
216         $main::me->{sort} = 'S';    # S for spider
217         $main::me->{priv} = 9;
218         $main::me->{metric} = 0;
219         $main::me->{pingave} = 0;
220         $main::me->{registered} = 1;
221         $main::me->{version} = $main::version;
222         $main::me->{build} = $main::build;
223 }
224
225 #
226 # obtain a new connection this is derived from dxchannel
227 #
228
229 sub new 
230 {
231         my $self = DXChannel::alloc(@_);
232
233         # add this node to the table, the values get filled in later
234         my $pkg = shift;
235         my $call = shift;
236         $main::routeroot->add($call, '5000', Route::here(1)) if $call ne $main::mycall;
237
238         return $self;
239 }
240
241 # this is how a pc connection starts (for an incoming connection)
242 # issue a PC38 followed by a PC18, then wait for a PC20 (remembering
243 # all the crap that comes between).
244 sub start
245 {
246         my ($self, $line, $sort) = @_;
247         my $call = $self->{call};
248         my $user = $self->{user};
249
250         # log it
251         my $host = $self->{conn}->{peerhost};
252         $host ||= "AGW Port #$self->{conn}->{agwport}" if exists $self->{conn}->{agwport};
253         $host ||= "unknown";
254
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 # This is the normal pcxx despatcher
330 #
331 sub normal
332 {
333         my ($self, $line) = @_;
334
335         if ($line =~ '^<\w+\s' && $main::do_xml) {
336                 DXXml::normal($self, $line);
337                 return;
338         }
339
340         my @field = split /\^/, $line;
341         return unless @field;
342         
343         pop @field if $field[-1] eq '~';
344         
345 #       print join(',', @field), "\n";
346                                                 
347         
348         # process PC frames, this will fail unless the frame starts PCnn
349         my ($pcno) = $field[0] =~ /^PC(\d\d)/; # just get the number
350         unless (defined $pcno && $pcno >= 10 && $pcno <= 99) {
351                 dbg("PCPROT: unknown protocol") if isdbg('chanerr');
352                 return;
353         }
354
355         # check for and dump bad protocol messages
356         my $n = check($pcno, @field);
357         if ($n) {
358                 dbg("PCPROT: bad field $n, dumped (" . parray($checklist[$pcno-10]) . ")") if isdbg('chanerr');
359                 return;
360         }
361
362         # modify the hop count here
363         if (my ($hops, $trail) = $line =~ /\^H(\d+)(\^?\~?)?$/) {
364                 $trail ||= '';
365                 $hops--;
366                 return if $hops < 0;
367                 $line =~ s/\^H(\d+)(\^?\~?)?$/sprintf('^H%d%s', $hops, $trail)/e;
368                 $field[-1] = "H$hops";
369         }
370
371         # send it out for processing
372         my $origin = $self->{call};
373         no strict 'subs';
374         my $sub = "handle_$pcno";
375
376         if ($self->can($sub)) {
377                 $self->$sub($pcno, $line, $origin, @field);
378         } else {
379                 $self->handle_default($pcno, $line, $origin, @field);
380         }
381 }
382
383 #
384 # This is called from inside the main cluster processing loop and is used
385 # for despatching commands that are doing some long processing job
386 #
387 sub process
388 {
389         my $t = time;
390         my @dxchan = DXChannel::get_all();
391         my $dxchan;
392         my $pc50s;
393         
394         # send out a pc50 on EVERY channel all at once
395         if ($t >= $last_pc50 + $DXProt::pc50_interval) {
396                 $pc50s = pc50($main::me, scalar DXChannel::get_all_users);
397                 eph_dup($pc50s);
398                 $last_pc50 = $t;
399         }
400
401         foreach $dxchan (@dxchan) {
402                 next unless $dxchan->is_node;
403                 next if $dxchan->handle_xml;
404                 next if $dxchan == $main::me;
405
406                 # send the pc50
407                 $dxchan->send($pc50s) if $pc50s;
408                 
409                 # send a ping out on this channel
410                 if ($dxchan->{pingint} && $t >= $dxchan->{pingint} + $dxchan->{lastping}) {
411                         if ($dxchan->{nopings} <= 0) {
412                                 $dxchan->disconnect;
413                         } else {
414                                 DXXml::Ping::add($main::me, $dxchan->call);
415                                 $dxchan->{nopings} -= 1;
416                                 $dxchan->{lastping} = $t;
417                                 $dxchan->{lastping} += $dxchan->{pingint} / 2 unless @{$dxchan->{pingtime}};
418                         }
419                 }
420         }
421
422         Investigate::process();
423
424         # every ten seconds
425         if ($t - $last10 >= 10) {       
426                 # clean out ephemera 
427
428                 eph_clean();
429                 import_chat();
430                 
431
432                 $last10 = $t;
433         }
434         
435         if ($main::systime - 3600 > $last_hour) {
436                 $last_hour = $main::systime;
437         }
438 }
439
440 #
441 # finish up a pc context
442 #
443
444 #
445 # some active measures
446 #
447
448
449 sub send_dx_spot
450 {
451         my $self = shift;
452         my $line = shift;
453         my @dxchan = DXChannel::get_all();
454         my $dxchan;
455         
456         # send it if it isn't the except list and isn't isolated and still has a hop count
457         # taking into account filtering and so on
458         foreach $dxchan (@dxchan) {
459                 next if $dxchan == $main::me;
460                 next if $dxchan == $self && $self->is_node;
461                 $dxchan->dx_spot($line, $self->{isolate}, @_, $self->{call});
462         }
463 }
464
465 sub dx_spot
466 {
467         my $self = shift;
468         my $line = shift;
469         my $isolate = shift;
470         my ($filter, $hops);
471
472         if ($self->{spotsfilter}) {
473                 ($filter, $hops) = $self->{spotsfilter}->it(@_);
474                 return unless $filter;
475         }
476         send_prot_line($self, $filter, $hops, $isolate, $line);
477 }
478
479 sub send_prot_line
480 {
481         my ($self, $filter, $hops, $isolate, $line) = @_;
482         my $routeit;
483
484
485         if ($hops) {
486                 $routeit = $line;
487                 $routeit =~ s/\^H\d+\^\~$/\^H$hops\^\~/;
488         } else {
489                 $routeit = adjust_hops($self, $line);  # adjust its hop count by node name
490                 return unless $routeit;
491         }
492         if ($filter) {
493                 $self->send($routeit);
494         } else {
495                 $self->send($routeit) unless $self->{isolate} || $isolate;
496         }
497 }
498
499
500 sub send_wwv_spot
501 {
502         my $self = shift;
503         my $line = shift;
504         my @dxchan = DXChannel::get_all();
505         my $dxchan;
506         my @dxcc = ((Prefix::cty_data($_[6]))[0..2], (Prefix::cty_data($_[7]))[0..2]);
507
508         # send it if it isn't the except list and isn't isolated and still has a hop count
509         # taking into account filtering and so on
510         foreach $dxchan (@dxchan) {
511                 next if $dxchan == $main::me;
512                 next if $dxchan == $self && $self->is_node;
513                 my $routeit;
514                 my ($filter, $hops);
515
516                 $dxchan->wwv($line, $self->{isolate}, @_, $self->{call}, @dxcc);
517         }
518 }
519
520 sub wwv
521 {
522         my $self = shift;
523         my $line = shift;
524         my $isolate = shift;
525         my ($filter, $hops);
526         
527         if ($self->{wwvfilter}) {
528                 ($filter, $hops) = $self->{wwvfilter}->it(@_[7..$#_]);
529                 return unless $filter;
530         }
531         send_prot_line($self, $filter, $hops, $isolate, $line)
532 }
533
534 sub send_wcy_spot
535 {
536         my $self = shift;
537         my $line = shift;
538         my @dxchan = DXChannel::get_all();
539         my $dxchan;
540         my @dxcc = ((Prefix::cty_data($_[10]))[0..2], (Prefix::cty_data($_[11]))[0..2]);
541         
542         # send it if it isn't the except list and isn't isolated and still has a hop count
543         # taking into account filtering and so on
544         foreach $dxchan (@dxchan) {
545                 next if $dxchan == $main::me;
546                 next if $dxchan == $self;
547
548                 $dxchan->wcy($line, $self->{isolate}, @_, $self->{call}, @dxcc);
549         }
550 }
551
552 sub wcy
553 {
554         my $self = shift;
555         my $line = shift;
556         my $isolate = shift;
557         my ($filter, $hops);
558
559         if ($self->{wcyfilter}) {
560                 ($filter, $hops) = $self->{wcyfilter}->it(@_);
561                 return unless $filter;
562         }
563         send_prot_line($self, $filter, $hops, $isolate, $line) if $self->is_clx || $self->is_spider || $self->is_dxnet;
564 }
565
566 # send an announce
567 sub send_announce
568 {
569         my $self = shift;
570         my $line = shift;
571         my @dxchan = DXChannel::get_all();
572         my $dxchan;
573         my $target;
574         my $to = 'To ';
575         my $text = unpad($_[2]);
576                                 
577         if ($_[3] eq '*') {     # sysops
578                 $target = "SYSOP";
579         } elsif ($_[3] gt ' ') { # speciality list handling
580                 my ($name) = split /\./, $_[3]; 
581                 $target = "$name"; # put the rest in later (if bothered) 
582         } 
583         
584         if ($_[5] eq '1') {
585                 $target = "WX"; 
586                 $to = '';
587         }
588         $target = "ALL" if !$target;
589
590
591         # obtain country codes etc 
592         my @a = Prefix::cty_data($_[0]);
593         my @b = Prefix::cty_data($_[4]);
594         if ($self->{inannfilter}) {
595                 my ($filter, $hops) = 
596                         $self->{inannfilter}->it(@_, $self->{call}, 
597                                                                          @a[0..2],
598                                                                          @b[0..2], $a[3], $b[3]);
599                 unless ($filter) {
600                         dbg("PCPROT: Rejected by input announce filter") if isdbg('chanerr');
601                         return;
602                 }
603         }
604
605         if (AnnTalk::dup($_[0], $_[1], $_[2])) {
606                 dbg("PCPROT: Duplicate Announce ignored") if isdbg('chanerr');
607                 return;
608         }
609
610         Log('ann', $target, $_[0], $text);
611
612         # send it if it isn't the except list and isn't isolated and still has a hop count
613         # taking into account filtering and so on
614         foreach $dxchan (@dxchan) {
615                 next if $dxchan == $main::me;
616                 next if $dxchan == $self && $self->is_node;
617                 $dxchan->announce($line, $self->{isolate}, $to, $target, $text, @_, $self->{call},
618                                                   @a[0..2], @b[0..2]);
619         }
620 }
621
622 my $msgid = 0;
623
624 sub nextchatmsgid
625 {
626         $msgid++;
627         $msgid = 1 if $msgid > 999;
628         return $msgid;
629 }
630
631 # send a chat line
632 sub send_chat
633 {
634         my $self = shift;
635         my $line = shift;
636         my @dxchan = DXChannel::get_all();
637         my $dxchan;
638         my $target = $_[3];
639         my $text = unpad($_[2]);
640         my $ak1a_line;
641                                 
642         # munge the group and recast the line if required
643         if ($target =~ s/\.LST$//) {
644                 $ak1a_line = $line;
645         }
646         
647         # obtain country codes etc 
648         my @a = Prefix::cty_data($_[0]);
649         my @b = Prefix::cty_data($_[4]);
650         if ($self->{inannfilter}) {
651                 my ($filter, $hops) = 
652                         $self->{inannfilter}->it(@_, $self->{call}, 
653                                                                          @a[0..2],
654                                                                          @b[0..2], $a[3], $b[3]);
655                 unless ($filter) {
656                         dbg("PCPROT: Rejected by input announce filter") if isdbg('chanerr');
657                         return;
658                 }
659         }
660
661         if (AnnTalk::dup($_[0], $_[1], $_[2], $chatdupeage)) {
662                 dbg("PCPROT: Duplicate Announce ignored") if isdbg('chanerr');
663                 return;
664         }
665
666
667         Log('chat', $target, $_[0], $text);
668
669         # send it if it isn't the except list and isn't isolated and still has a hop count
670         # taking into account filtering and so on
671         foreach $dxchan (@dxchan) {
672                 my $is_ak1a = $dxchan->is_ak1a;
673                 
674                 if ($dxchan->is_node) {
675                         next if $dxchan == $main::me;
676                         next if $dxchan == $self;
677                         next unless $dxchan->is_spider || $is_ak1a;
678                         next if $target eq 'LOCAL';
679                         if (!$ak1a_line && $is_ak1a) {
680                                 $ak1a_line = DXProt::pc12($_[0], $text, $_[1], "$target.LST");
681                         }
682                 }
683                 
684                 $dxchan->chat($is_ak1a ? $ak1a_line : $line, $self->{isolate}, $target, $_[1], 
685                                           $text, @_, $self->{call}, @a[0..2], @b[0..2]);
686         }
687 }
688
689 sub announce
690 {
691         my $self = shift;
692         my $line = shift;
693         my $isolate = shift;
694         my $to = shift;
695         my $target = shift;
696         my $text = shift;
697         my ($filter, $hops);
698
699         if ($self->{annfilter}) {
700                 ($filter, $hops) = $self->{annfilter}->it(@_);
701                 return unless $filter;
702         }
703         send_prot_line($self, $filter, $hops, $isolate, $line) unless $_[1] eq $main::mycall;
704 }
705
706 sub chat
707 {
708         goto &announce;
709 }
710
711
712 sub send_local_config
713 {
714         my $self = shift;
715
716         dbg('DXProt::send_local_config') if isdbg('trace');
717
718         # send our nodes
719         if ($self->{do_pc92}) { 
720                 $self->send_pc92_config;
721         } else {
722                 my $node;
723                 my @nodes;
724                 my @localnodes;
725                 my @remotenodes;
726
727                 if ($self->{isolate}) {
728                         @localnodes = ( $main::routeroot );
729                         $self->send_route($main::mycall, \&pc19, 1, $main::routeroot);
730                 } else {
731                         # create a list of all the nodes that are not connected to this connection
732                         # and are not themselves isolated, this to make sure that isolated nodes
733                         # don't appear outside of this node
734
735                         # send locally connected nodes
736                         my @dxchan = grep { $_->call ne $main::mycall && $_ != $self && !$_->{isolate} } DXChannel::get_all_nodes();
737                         @localnodes = map { my $r = Route::Node::get($_->{call}); $r ? $r : () } @dxchan if @dxchan;
738                         $self->send_route($main::mycall, \&pc19, scalar(@localnodes)+1, $main::routeroot, @localnodes);
739
740                         my $node;
741                         my @rawintcalls = map { $_->nodes } @localnodes if @localnodes;
742                         my @intcalls;
743                         for $node (@rawintcalls) {
744                                 push @intcalls, $node unless grep $node eq $_, @intcalls; 
745                         }
746                         my $ref = Route::Node::get($self->{call});
747                         my @rnodes = $ref->nodes;
748                         for $node (@intcalls) {
749                                 push @remotenodes, Route::Node::get($node) unless grep $node eq $_, @rnodes, @remotenodes;
750                         }
751                         $self->send_route($main::mycall, \&pc19, scalar(@remotenodes), @remotenodes);
752                 }
753         
754                 # get all the users connected on the above nodes and send them out
755                 foreach $node ($main::routeroot, @localnodes, @remotenodes) {
756                         if ($node) {
757                                 my @rout = map {my $r = Route::User::get($_); $r ? ($r) : ()} $node->users;
758                                 $self->send_route($main::mycall, \&pc16, 1, $node, @rout) if @rout && $self->user->wantsendpc16;
759                         } else {
760                                 dbg("sent a null value") if isdbg('chanerr');
761                         }
762                 }
763         }
764 }
765
766 sub send_pc92_config
767 {
768         my $self = shift;
769         my $node;
770
771         dbg('DXProt::send_pc92_config') if isdbg('trace');
772         
773         my @dxchan = grep { $_->call ne $main::mycall && $_ != $self && !$_->{isolate} } DXChannel::get_all();
774         my @localnodes = map { my $r = Route::get($_->{call}); $r ? $r : () } @dxchan if @dxchan;
775         $self->send_route_pc92($main::mycall, \&pc92c, scalar @localnodes, @localnodes);
776 }
777
778 #
779 # route a message down an appropriate interface for a callsign
780 #
781 # is called route(to, pcline);
782 #
783
784 sub route
785 {
786         my ($self, $call, $line) = @_;
787
788         if (ref $self && $call eq $self->{call}) {
789                 dbg("PCPROT: Trying to route back to source, dropped") if isdbg('chanerr');
790                 return;
791         }
792
793         # always send it down the local interface if available
794         my $dxchan = DXChannel::get($call);
795         if ($dxchan) {
796                 dbg("route: $call -> $dxchan->{call} direct" ) if isdbg('route');
797         } else {
798                 my $cl = Route::get($call);
799                 $dxchan = $cl->dxchan if $cl;
800                 if (ref $dxchan) {
801                         if (ref $self && $dxchan eq $self) {
802                                 dbg("PCPROT: Trying to route back to source, dropped") if isdbg('chanerr');
803                                 return;
804                         }
805                         dbg("route: $call -> $dxchan->{call} using normal route" ) if isdbg('route');
806                 }
807         }
808
809         # try the backstop method
810         unless ($dxchan) {
811                 my $rcall = RouteDB::get($call);
812                 if ($rcall) {
813                         if ($self && $rcall eq $self->{call}) {
814                                 dbg("PCPROT: Trying to route back to source, dropped") if isdbg('chanerr');
815                                 return;
816                         }
817                         $dxchan = DXChannel::get($rcall);
818                         dbg("route: $call -> $rcall using RouteDB" ) if isdbg('route') && $dxchan;
819                 }
820         }
821
822         if ($dxchan) {
823                 my $routeit = adjust_hops($dxchan, $line);   # adjust its hop count by node name
824                 if ($routeit) {
825                         $dxchan->send($routeit) unless $dxchan == $main::me;
826                 }
827         } else {
828                 dbg("PCPROT: No route available, dropped") if isdbg('chanerr');
829         }
830 }
831
832 #
833 # obtain the hops from the list for this callsign and pc no 
834 #
835
836 sub get_hops
837 {
838         my $pcno = shift;
839         my $hops = $DXProt::hopcount{$pcno};
840         $hops = $DXProt::def_hopcount if !$hops;
841         return "H$hops";       
842 }
843
844
845 # adjust the hop count on a per node basis using the user loadable 
846 # hop table if available or else decrement an existing one
847 #
848
849 sub adjust_hops
850 {
851         my $self = shift;
852         my $s = shift;
853         my $call = $self->{call};
854         my $hops;
855         
856         if (($hops) = $s =~ /\^H(\d+)\^?~?$/o) {
857                 my ($pcno) = $s =~ /^PC(\d\d)/o;
858                 confess "$call called adjust_hops with '$s'" unless $pcno;
859                 my $ref = $nodehops{$call} if %nodehops;
860                 if ($ref) {
861                         my $newhops = $ref->{$pcno};
862                         return "" if defined $newhops && $newhops == 0;
863                         $newhops = $ref->{default} unless $newhops;
864                         return "" if defined $newhops && $newhops == 0;
865                         $newhops = $hops if !$newhops;
866                         $s =~ s/\^H(\d+)(\^~?)$/\^H$newhops$2/ if $newhops;
867                 }
868         }
869         return $s;
870 }
871
872
873 # load hop tables
874 #
875 sub load_hops
876 {
877         my $self = shift;
878         return $self->msg('lh1') unless -e "$main::data/hop_table.pl";
879         do "$main::data/hop_table.pl";
880         return $@ if $@;
881         return ();
882 }
883
884 sub process_rcmd
885 {
886         my ($self, $tonode, $fromnode, $user, $cmd) = @_;
887         if ($tonode eq $main::mycall) {
888                 my $ref = DXUser->get_current($fromnode);
889                 my $cref = Route::Node::get($fromnode);
890                 Log('rcmd', 'in', $ref->{priv}, $fromnode, $cmd);
891                 if ($cmd !~ /^\s*rcmd/i && $cref && $ref && $cref->call eq $ref->homenode) { # not allowed to relay RCMDS!
892                         if ($ref->{priv}) {             # you have to have SOME privilege, the commands have further filtering
893                                 $self->{remotecmd} = 1; # for the benefit of any command that needs to know
894                                 my $oldpriv = $self->{priv};
895                                 $self->{priv} = $ref->{priv}; # assume the user's privilege level
896                                 my @in = (DXCommandmode::run_cmd($self, $cmd));
897                                 $self->{priv} = $oldpriv;
898                                 $self->send_rcmd_reply($main::mycall, $fromnode, $user, @in);
899                                 delete $self->{remotecmd};
900                         } else {
901                                 $self->send_rcmd_reply($main::mycall, $fromnode, $user, "sorry...!");
902                         }
903                 } else {
904                         $self->send_rcmd_reply($main::mycall, $fromnode, $user, "your attempt is logged, Tut tut tut...!");
905                 }
906         } else {
907                 my $ref = DXUser->get_current($tonode);
908                 if ($ref && $ref->is_clx) {
909                         $self->route($tonode, pc84($fromnode, $tonode, $user, $cmd));
910                 } else {
911                         $self->route($tonode, pc34($fromnode, $tonode, $cmd));
912                 }
913         }
914 }
915
916 sub process_rcmd_reply
917 {
918         my ($self, $tonode, $fromnode, $user, $line) = @_;
919         if ($tonode eq $main::mycall) {
920                 my $s = $rcmds{$fromnode};
921                 if ($s) {
922                         my $dxchan = DXChannel::get($s->{call});
923                         my $ref = $user eq $tonode ? $dxchan : (DXChannel::get($user) || $dxchan);
924                         $ref->send($line) if $ref;
925                         delete $rcmds{$fromnode} if !$dxchan;
926                 } else {
927                         # send unsolicited ones to the sysop
928                         my $dxchan = DXChannel::get($main::myalias);
929                         $dxchan->send($line) if $dxchan;
930                 }
931         } else {
932                 my $ref = DXUser->get_current($tonode);
933                 if ($ref && $ref->is_clx) {
934                         $self->route($tonode, pc85($fromnode, $tonode, $user, $line));
935                 } else {
936                         $self->route($tonode, pc35($fromnode, $tonode, $line));
937                 }
938         }
939 }
940
941 sub send_rcmd_reply
942 {
943         my $self = shift;
944         my $tonode = shift;
945         my $fromnode = shift;
946         my $user = shift;
947         while (@_) {
948                 my $line = shift;
949                 $line =~ s/\s*$//;
950                 Log('rcmd', 'out', $fromnode, $line);
951                 if ($self->is_clx) {
952                         $self->send(pc85($main::mycall, $fromnode, $user, "$main::mycall:$line"));
953                 } else {
954                         $self->send(pc35($main::mycall, $fromnode, "$main::mycall:$line"));
955                 }
956         }
957 }
958
959 # add a rcmd request to the rcmd queues
960 sub addrcmd
961 {
962         my ($self, $to, $cmd) = @_;
963
964         my $r = {};
965         $r->{call} = $self->{call};
966         $r->{t} = $main::systime;
967         $r->{cmd} = $cmd;
968         $rcmds{$to} = $r;
969         
970         my $ref = Route::Node::get($to);
971         my $dxchan = $ref->dxchan;
972         if ($dxchan && $dxchan->is_clx) {
973                 route(undef, $to, pc84($main::mycall, $to, $self->{call}, $cmd));
974         } else {
975                 route(undef, $to, pc34($main::mycall, $to, $cmd));
976         }
977 }
978
979 sub disconnect
980 {
981         my $self = shift;
982         my $pc39flag = shift;
983         my $call = $self->call;
984
985         return if $self->{disconnecting}++;
986         
987         unless ($pc39flag && $pc39flag == 1) {
988                 $self->send_now("D", DXProt::pc39($main::mycall, $self->msg('disc1', "System Op")));
989         }
990
991         # get rid of any PC16/17/19
992         eph_del_regex("^PC1[679]*$call");
993
994         # do routing stuff, remove me from routing table
995         my $node = Route::Node::get($call);
996         my @rout;
997         if ($node) {
998                 @rout = $node->del($main::routeroot);
999                 
1000                 # and all my ephemera as well
1001                 for (@rout) {
1002                         my $c = $_->call;
1003                         eph_del_regex("^PC1[679].*$c");
1004                 }
1005         }
1006
1007         RouteDB::delete_interface($call);
1008         
1009         # unbusy and stop and outgoing mail
1010         my $mref = DXMsg::get_busy($call);
1011         $mref->stop_msg($call) if $mref;
1012         
1013         # broadcast to all other nodes that all the nodes connected to via me are gone
1014         unless ($pc39flag && $pc39flag == 2)  {
1015                 $self->route_pc21($main::mycall, undef, @rout) if @rout;
1016                 $self->route_pc92d($main::mycall, undef, $node) if $node;
1017         }
1018
1019         # remove outstanding pings
1020         delete $pings{$call};
1021         
1022         # I was the last node visited
1023     $self->user->node($main::mycall);
1024
1025         # send info to all logged in thingies
1026         $self->tell_login('logoutn');
1027
1028         Log('DXProt', $call . " Disconnected");
1029
1030         $self->SUPER::disconnect;
1031 }
1032
1033
1034
1035 # send a talk message to this thingy
1036 #
1037 sub talk
1038 {
1039         my ($self, $from, $to, $via, $line, $origin) = @_;
1040         
1041         $line =~ s/\^/\\5E/g;                   # remove any ^ characters
1042         $self->send(DXProt::pc10($from, $to, $via, $line, $origin));
1043         Log('talk', $to, $from, $via?$via:$self->call, $line) unless $origin && $origin ne $main::mycall;
1044 }
1045
1046 # send it if it isn't the except list and isn't isolated and still has a hop count
1047 # taking into account filtering and so on
1048
1049 sub send_route
1050 {
1051         my $self = shift;
1052         my $origin = shift;
1053         my $generate = shift;
1054         my $no = shift;     # the no of things to filter on 
1055         my $routeit;
1056         my ($filter, $hops);
1057         my @rin;
1058         
1059         for (; @_ && $no; $no--) {
1060                 my $r = shift;
1061                 
1062                 if (!$self->{isolate} && $self->{routefilter}) {
1063                         $filter = undef;
1064                         if ($r) {
1065                                 ($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});
1066                                 if ($filter) {
1067                                         push @rin, $r;
1068                                 } else {
1069                                         dbg("DXPROT: $self->{call}/" . $r->call . " rejected by output filter") if isdbg('chanerr');
1070                                 }
1071                         } else {
1072                                 dbg("was sent a null value") if isdbg('chanerr');
1073                         }
1074                 } else {
1075                         push @rin, $r unless $self->{isolate} && $r->call ne $main::mycall;
1076                 }
1077         }
1078         if (@rin) {
1079                 foreach my $line (&$generate(@rin, @_)) {
1080                         if ($hops) {
1081                                 $routeit = $line;
1082                                 $routeit =~ s/\^H\d+\^\~$/\^H$hops\^\~/;
1083                         } else {
1084                                 $routeit = adjust_hops($self, $line);  # adjust its hop count by node name
1085                                 next unless $routeit;
1086                         }
1087                         
1088                         $self->send($routeit);
1089                 }
1090         }
1091 }
1092
1093 sub broadcast_route
1094 {
1095         my $self = shift;
1096         my $origin = shift;
1097         my $generate = shift;
1098         my $line = shift;
1099         my @dxchan = DXChannel::get_all_nodes();
1100         my $dxchan;
1101
1102         if ($line) {
1103                 $line =~ /\^H(\d+)\^?\~?$/;
1104                 return unless $1 > 0;
1105         }
1106         unless ($self->{isolate}) {
1107                 foreach $dxchan (@dxchan) {
1108                         next if $dxchan == $self;
1109                         next if $dxchan == $main::me;
1110                         next unless $dxchan->isa('DXProt');
1111                         next if $dxchan->{do_pc92};
1112                         next if ($generate == \&pc16 || $generate==\&pc17) && !$dxchan->user->wantsendpc16;
1113  
1114                         $dxchan->send_route($origin, $generate, @_);
1115                 }
1116         }
1117 }
1118
1119 # this is only used for next door nodes on init
1120 sub send_route_pc92
1121 {
1122         my $self = shift;
1123
1124         return unless $self->{do_pc92};
1125         
1126         my $origin = shift;
1127         my $generate = shift;
1128         my $no = shift;     # the no of things to filter on 
1129         my $line;
1130
1131         $line = &$generate(@_);
1132         $self->send($line);
1133 }
1134
1135 sub broadcast_route_pc9x
1136 {
1137         my $self = shift;
1138         my $origin = shift;
1139         my $generate = shift;
1140         my $line = shift;
1141         my $no = shift;
1142         my @dxchan = DXChannel::get_all_nodes();
1143         my $dxchan;
1144
1145         if ($origin eq $main::mycall) {
1146                 $line = &$generate(@_);
1147         } 
1148
1149         $line =~ /\^H(\d+)\^\~?$/;
1150         unless ($1 > 0 && $self->{isolate}) {
1151                 foreach $dxchan (@dxchan) {
1152                         next if $dxchan == $self;
1153                         next if $dxchan == $main::me;
1154                         next unless $dxchan->{do_pc92};
1155                         next unless $dxchan->isa('DXProt');
1156
1157                         $dxchan->send($line);
1158                 }
1159         }
1160 }
1161
1162 sub route_pc16
1163 {
1164         my $self = shift;
1165         return unless $self->user->wantpc16;
1166         my $origin = shift;
1167         my $line = shift;
1168         broadcast_route($self, $origin, \&pc16, $line, 1, @_);
1169 }
1170
1171 sub route_pc17
1172 {
1173         my $self = shift;
1174         return unless $self->user->wantpc16;
1175         my $origin = shift;
1176         my $line = shift;
1177         broadcast_route($self, $origin, \&pc17, $line, 1, @_);
1178 }
1179
1180 sub route_pc19
1181 {
1182         my $self = shift;
1183         my $origin = shift;
1184         my $line = shift;
1185         broadcast_route($self, $origin, \&pc19, $line, scalar @_, @_);
1186 }
1187
1188 sub route_pc21
1189 {
1190         my $self = shift;
1191         my $origin = shift;
1192         my $line = shift;
1193         broadcast_route($self, $origin, \&pc21, $line, scalar @_, @_);
1194 }
1195
1196 sub route_pc24
1197 {
1198         my $self = shift;
1199         my $origin = shift;
1200         my $line = shift;
1201         broadcast_route($self, $origin, \&pc24, $line, 1, @_);
1202 }
1203
1204 sub route_pc41
1205 {
1206         my $self = shift;
1207         my $origin = shift;
1208         my $line = shift;
1209         broadcast_route($self, $origin, \&pc41, $line, 1, @_);
1210 }
1211
1212 sub route_pc50
1213 {
1214         my $self = shift;
1215         my $origin = shift;
1216         my $line = shift;
1217         broadcast_route($self, $origin, \&pc50, $line, 1, @_);
1218 }
1219
1220 sub route_pc92c
1221 {
1222         my $self = shift;
1223         my $origin = shift;
1224         my $line = shift;
1225         broadcast_route_pc9x($self, $origin, \&pc92c, $line, 1, @_);
1226 }
1227
1228 sub route_pc92a
1229 {
1230         my $self = shift;
1231         my $origin = shift;
1232         my $line = shift;
1233         broadcast_route_pc9x($self, $origin, \&pc92a, $line, 1, @_);
1234 }
1235
1236 sub route_pc92d
1237 {
1238         my $self = shift;
1239         my $origin = shift;
1240         my $line = shift;
1241         broadcast_route_pc9x($self, $origin, \&pc92d, $line, 1, @_);
1242 }
1243
1244 sub in_filter_route
1245 {
1246         my $self = shift;
1247         my $r = shift;
1248         my ($filter, $hops) = (1, 1);
1249         
1250         if ($self->{inroutefilter}) {
1251                 ($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);
1252                 dbg("PCPROT: $self->{call}/" . $r->call . ' rejected by in_filter_route') if !$filter && isdbg('chanerr');
1253         }
1254         return $filter;
1255 }
1256
1257 sub eph_dup
1258 {
1259         my $s = shift;
1260         my $t = shift || $eph_restime;
1261         my $r;
1262
1263         # chop the end off
1264         $s =~ s/\^H\d\d?\^?\~?$//;
1265         $r = 1 if exists $eph{$s};    # pump up the dup if it keeps circulating
1266         $eph{$s} = $main::systime + $t;
1267         dbg("PCPROT: emphemeral duplicate") if $r && isdbg('chanerr'); 
1268         return $r;
1269 }
1270
1271 sub eph_del_regex
1272 {
1273         my $regex = shift;
1274         my ($key, $val);
1275         while (($key, $val) = each %eph) {
1276                 if ($key =~ m{$regex}) {
1277                         delete $eph{$key};
1278                 }
1279         }
1280 }
1281
1282 sub eph_clean
1283 {
1284         my ($key, $val);
1285         
1286         while (($key, $val) = each %eph) {
1287                 if ($main::systime >= $val) {
1288                         delete $eph{$key};
1289                 }
1290         }
1291 }
1292
1293 sub eph_list
1294 {
1295         my ($key, $val);
1296         my @out;
1297
1298         while (($key, $val) = each %eph) {
1299                 push @out, $key, $val;
1300         }
1301         return @out;
1302 }
1303
1304 sub run_cmd
1305 {
1306         goto &DXCommandmode::run_cmd;
1307 }
1308
1309
1310 # import any msgs in the chat directory
1311 # the messages are sent to the chat group which forms the
1312 # the first part of the name (eg: solar.1243.txt would be
1313 # sent to chat group SOLAR)
1314
1315 # Each message found is sent: one non-blank line to one chat
1316 # message. So 4 lines = 4 chat messages.
1317
1318 # The special name LOCAL is for local users ANN
1319 # The special name ALL is for ANN/FULL
1320 # The special name SYSOP is for ANN/SYSOP
1321 #
1322 sub import_chat
1323 {
1324         # are there any to do in this directory?
1325         return unless -d $chatimportfn;
1326         unless (opendir(DIR, $chatimportfn)) {
1327                 dbg("can\'t open $chatimportfn $!") if isdbg('msg');
1328                 Log('msg', "can\'t open $chatimportfn $!");
1329                 return;
1330         } 
1331
1332         my @names = readdir(DIR);
1333         closedir(DIR);
1334         my $name;
1335         foreach $name (@names) {
1336                 next if $name =~ /^\./;
1337                 my $splitit = $name =~ /^split/;
1338                 my $fn = "$chatimportfn/$name";
1339                 next unless -f $fn;
1340                 unless (open(MSG, $fn)) {
1341                         dbg("can\'t open import file $fn $!") if isdbg('msg');
1342                         Log('msg', "can\'t open import file $fn $!");
1343                         unlink($fn);
1344                         next;
1345                 }
1346                 my @msg = map { s/\r?\n$//; $_ } <MSG>;
1347                 close(MSG);
1348                 unlink($fn);
1349
1350                 my @cat = split /\./, $name;
1351                 my $target = uc $cat[0];
1352
1353                 foreach my $text (@msg) {
1354                         next unless $text && $text !~ /^\s*#/;
1355                         if ($target eq 'ALL' || $target eq 'LOCAL' || $target eq 'SYSOP') {
1356                                 my $sysopflag = $target eq 'SYSOP' ? '*' : ' ';
1357                                 if ($target ne 'LOCAL') {
1358                                         send_announce($main::me, pc12($main::mycall, $text, '*', $sysopflag), $main::mycall, '*', $text, $sysopflag, $main::mycall, '0');
1359                                 } else {
1360                                         Log('ann', 'LOCAL', $main::mycall, $text);
1361                                         DXChannel::broadcast_list("To LOCAL de ${main::mycall}: $text\a", 'ann', undef, DXCommandmode->get_all());
1362                                 }
1363                         } else {
1364                                 my $msgid = nextchatmsgid();
1365                                 $text = "#$msgid $text";
1366                                 send_chat($main::me, pc12($main::mycall, $text, '*', $target), $main::mycall, '*', $text, $target, $main::mycall, '0');
1367                         }
1368                 }
1369         }
1370 }
1371
1372 1;
1373 __END__