fix DXCron, lockout and close_gracefully
authorDirk Koopman <djk@tobit.co.uk>
Fri, 5 Mar 2021 09:41:06 +0000 (09:41 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 5 Mar 2021 09:41:06 +0000 (09:41 +0000)
commit309eea6bcd4a0eaf25f810168bc38dc348c2a982
tree8a3d65bee2c0de4a3a512a68e7d9b8cb60fb3d27
parent2ca690592ea14e2ecd6783feed99ed7a8195162c
fix DXCron, lockout and close_gracefully

1. Fix DXCron::spawn_cmd so that more than one spawn_cmd can be active at a
   time. This affects many nodes where lots of regular spawn_cmds happen at
   a time and this prevented crucial things like 'start_connect' from working!
2. Sort user lockout issues to cope with all likely scenarios - including
   "phantom" SSID working.
3. Fix "close_gracefully" error messages which are useless, but benign. These
   happen (mainly) when outgoing connects timeout.
Changes
perl/DXCron.pm
perl/Messages
perl/Msg.pm
perl/Timer.pm
perl/cluster.pl