02Jan22=======================================================================
1. Fix dx bug introduced to handle dx by ip <ipaddr> for webclusters.
+2. Remove _add_thingy dbg message from general view.
+3. Increase sh/ann cache to 130 to cope with some client programs' profligate
+ need to fill their users' screens with needless erm... data.
01Jan22=======================================================================
1. Fixed missing ';' in spoof
30Dec21=======================================================================
$user = DXUser::get($call);
unless ($user) {
$user = DXUser->new($call);
- dbg("PCProt::_add_thingy new user $call");
+ dbg("PCProt::_add_thingy new user $call") if isdbg('route');
}
}
if ($is_node) {
} else {
$user->sort('A');
}
- dbg("PCProt::_add_thingy node $call sort updated " . $user->sort);
+ dbg("PCProt::_add_thingy node $call sort updated " . $user->sort) if isdbg('route');
}
}
} else {