From: Dirk Koopman Date: Tue, 4 Feb 2025 13:11:11 +0000 (+0000) Subject: Merge branch 'test' of ssh://server/scm/spider into test X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ee722674198589ecfe27a20b506bf56685837c6;p=spider.git Merge branch 'test' of ssh://server/scm/spider into test --- 1ee722674198589ecfe27a20b506bf56685837c6 diff --cc Changes index 9235a747,2ab22dfe..0ff79013 --- a/Changes +++ b/Changes @@@ -1,5 -1,3 +1,5 @@@ - 03Jan25====================================================================== ++03Feb25====================================================================== +1. Filter cleanup (especially filter debugging) 31Jan25====================================================================== 1. Fixed botched node link initialisation check. This what prevent ann/full working and would have stopped talk, rcmd etc etc. diff --cc perl/Filter.pm index 53b7d64b,40f7b59c..0c0901fe --- a/perl/Filter.pm +++ b/perl/Filter.pm @@@ -251,14 -252,10 +251,13 @@@ sub i my $key; my $type = 'Dunno'; my $asc = '?'; - - my $r = @keys > 0 ? 0 : 1; - my @tests; + my $r = 1; + my $reason = ''; - + my $hit = undef; + my $true = 'PASS'; + + foreach $key (@keys) { $filter = $self->{$key}; if ($filter->{reject} && exists $filter->{reject}->{code}) {