Compare commits

..

16 Commits

Author SHA1 Message Date
33a97ce5b3 Fix showing 'View Packet' when the to zone is not in the same domain as the from domain
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 46s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m38s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s
2024-12-01 12:38:08 +11:00
2ea8bbd0b8 Implemented filefix %RESEND 2024-12-01 12:38:08 +11:00
ce19985c2d Implemented filefix %SCAN/%RESCAN, and some cosmetic cleanup 2024-12-01 12:38:08 +11:00
0e1086c99f Fixes for Zmodem missed in bf3fce 2024-12-01 12:38:08 +11:00
fc11700601 Remove/reduce usage of QueryCache 2024-12-01 12:38:08 +11:00
119f2cb6b9 Fix bug with HAPROXY v2 processing when implementing v1 in d2d109 2024-12-01 12:38:08 +11:00
d9817e1c2e Added filefix %FILELIST 2024-12-01 12:38:08 +11:00
08375f4995 Respond to filefix commands with Filefix/CommandsProcessed 2024-12-01 12:38:08 +11:00
d58ed8842b Added filefix %AREA 2024-12-01 12:38:08 +11:00
39034dbbb0 Batch up files when sending to a remote node 2024-12-01 12:38:08 +11:00
1296e3be40 Remove Address::downstream() for Address::downlinks() 2024-12-01 12:38:08 +11:00
9c828d65e6 Update TestNodeHierarchy to include a fuller FTN setup for testing. Update testing. 2024-12-01 12:38:08 +11:00
810e620526 SocketClient change has.. can.. functions to return boolean and other minor cosmetic changes 2024-12-01 12:38:08 +11:00
6c36f7f9aa Fix UDP services (ie: DNS) 2024-12-01 12:38:07 +11:00
38c68982ec Exclude points when choosing what to remove from the net during nodelist processing 2024-12-01 12:38:07 +11:00
a161b8fc5e Added filefix %LIST 2024-12-01 12:38:07 +11:00

View File

@ -70,7 +70,7 @@ class AreaList extends Netmails
foreach ($areas as $eao) { foreach ($areas as $eao) {
$msg->addText(sprintf(":%s%s%s: %-10s : %-48s : %5d :\r", $msg->addText(sprintf(":%s%s%s: %-10s : %-48s : %5d :\r",
($x=$ao->echoareas->contains($eao)) ? '*' : ' ', ($x=$ao->fileareas->contains($eao)) ? '*' : ' ',
(! $x ? '+' : ' '), (! $x ? '+' : ' '),
($eao->can_read($ao->security) && (! $eao->can_write($ao->security))) ($eao->can_read($ao->security) && (! $eao->can_write($ao->security)))
? 'R' ? 'R'