]>
www.dxcluster.org Git - spider.git/log
Dirk Koopman [Fri, 24 Apr 2020 23:47:02 +0000 (00:47 +0100)]
do some ring printing if carp et al are called
Dirk Koopman [Fri, 24 Apr 2020 19:54:06 +0000 (20:54 +0100)]
add link to show/debug_ring as dmesg
Should be a reasonable synonym for linux people. And it's a lot quicker
to type than show/debug_ring. Which is, admittedly, more descriptive.
Dirk Koopman [Fri, 24 Apr 2020 12:52:14 +0000 (13:52 +0100)]
add "progress" to pc93 messages
Dirk Koopman [Fri, 24 Apr 2020 12:13:45 +0000 (13:13 +0100)]
fix default crontab
Dirk Koopman [Fri, 24 Apr 2020 11:02:10 +0000 (12:02 +0100)]
change spawn_cmd diffms msg to progress
Dirk Koopman [Fri, 24 Apr 2020 10:52:56 +0000 (11:52 +0100)]
changed the default DXVars.pm.issue debug
Dirk Koopman [Fri, 24 Apr 2020 10:05:50 +0000 (11:05 +0100)]
change DXCron subprocess stats to 'progress'
Dirk Koopman [Fri, 24 Apr 2020 09:52:22 +0000 (10:52 +0100)]
add arguments to CMD progress debug
Dirk Koopman [Fri, 24 Apr 2020 09:43:46 +0000 (10:43 +0100)]
add CTY-3008 prefixes
Dirk Koopman [Fri, 24 Apr 2020 09:32:42 +0000 (10:32 +0100)]
add progress indications
set/debug progress (now a default) will show signs of stuff happening
in concentrated form, e.g a new spot or someone using a command. This
is especially useful in 'nolog' (i,e "ring buffer") modes.
Fix grepdbg so that no input line just lists the latest dbg file
Dirk Koopman [Wed, 22 Apr 2020 23:06:29 +0000 (00:06 +0100)]
add unset/startup to the Changes list
Dirk Koopman [Wed, 22 Apr 2020 23:03:08 +0000 (00:03 +0100)]
Fix unset/startup cmd
Dirk Koopman [Wed, 22 Apr 2020 20:07:49 +0000 (21:07 +0100)]
add prefixes CTY-3007
Dirk Koopman [Wed, 22 Apr 2020 17:43:28 +0000 (18:43 +0100)]
fix modules search path in update_sysop.pl
This means it will work even if not called from /spider/perl.
Dirk Koopman [Tue, 21 Apr 2020 21:26:53 +0000 (22:26 +0100)]
add Spot.pm with disabled $readback
It turns out that using tac to read backwards isn't really worth it
for spot files, but I'm leaving the code there for any future
use cases.
Dirk Koopman [Tue, 21 Apr 2020 19:13:39 +0000 (20:13 +0100)]
simplified the disconnect even more
And now added some working debugging and put back bye.pl so that
it doesn't call Mojo directly.
Simplified the whole thing. Now let's see whether that has a memory leak
Dirk Koopman [Tue, 21 Apr 2020 18:43:32 +0000 (19:43 +0100)]
Remove wait on drain (which may never happen)
Changed the arrangements sending logout files (what a palaver for
something so "simple"). Basically, if there is nothing to send on
disconnect, the Mojo "drain" signal is never emitted. So it hangs for
ever. But only sometimes (for some reason).
Dirk Koopman [Mon, 20 Apr 2020 17:57:15 +0000 (18:57 +0100)]
note sh/log speedup changes
Dirk Koopman [Mon, 20 Apr 2020 13:55:13 +0000 (14:55 +0100)]
fix sh/log things to allow all search strings
Search strings are escaped so can't be regexes (but that could change)
Dirk Koopman [Mon, 20 Apr 2020 13:39:39 +0000 (14:39 +0100)]
fix sh/log users as well
Dirk Koopman [Mon, 20 Apr 2020 13:07:34 +0000 (14:07 +0100)]
speed up sh/log et al by using 'tac' if found
Dirk Koopman [Mon, 20 Apr 2020 00:22:27 +0000 (01:22 +0100)]
add info to Changes and UPGRADE.mojo
Dirk Koopman [Sun, 19 Apr 2020 22:44:00 +0000 (23:44 +0100)]
remove any leading ::ffff: on ipv4 addresses
Dirk Koopman [Sun, 19 Apr 2020 20:33:07 +0000 (21:33 +0100)]
force disconnect on attempt 2
Dirk Koopman [Sun, 19 Apr 2020 20:28:28 +0000 (21:28 +0100)]
clean up Msg debugging further
Also make sure that a FORCE CLOSE situation (which may now never happen)
goes directly to close it.
Dirk Koopman [Sun, 19 Apr 2020 20:18:30 +0000 (21:18 +0100)]
adjust accept debugging a tad
Dirk Koopman [Sun, 19 Apr 2020 20:09:17 +0000 (21:09 +0100)]
fix hang on unreachable outgoing connects
Dirk Koopman [Sun, 19 Apr 2020 16:00:54 +0000 (17:00 +0100)]
move ::process things back into persec
Dirk Koopman [Sun, 19 Apr 2020 15:12:57 +0000 (16:12 +0100)]
improve spawn dbg, move "use Mojolicious"
We have moved the first use of "use Mojolicious <version>" AFTER the
"use DXDebug" to allow capture of Mojo errors into the debug log.
Dirk Koopman [Sat, 18 Apr 2020 21:07:56 +0000 (22:07 +0100)]
new style disconnect
This attempts to fix the "send the logout file" issue
Dirk Koopman [Fri, 17 Apr 2020 14:38:08 +0000 (15:38 +0100)]
fix DXProt.pm
Dirk Koopman [Fri, 17 Apr 2020 14:03:22 +0000 (15:03 +0100)]
log all incoming rcmd regardless of outcome
Dirk Koopman [Fri, 17 Apr 2020 13:45:47 +0000 (14:45 +0100)]
put dx.pl into an explicit handle sub
Dirk Koopman [Fri, 17 Apr 2020 01:59:49 +0000 (02:59 +0100)]
tidy debuging in DXCron
Change UPGRADE.mojo to reflect no longer using Mojo::IOLoop::ForkCall
Dirk Koopman [Fri, 17 Apr 2020 01:13:58 +0000 (02:13 +0100)]
add dbg line to dxcron::spawn_cmd
Dirk Koopman [Fri, 17 Apr 2020 00:32:27 +0000 (01:32 +0100)]
make save a non-spawnable cmd
Dirk Koopman [Thu, 16 Apr 2020 23:57:17 +0000 (00:57 +0100)]
nospawnify the rest of the known commands
Dirk Koopman [Thu, 16 Apr 2020 23:29:24 +0000 (00:29 +0100)]
nospawnify some of the commands
Dirk Koopman [Thu, 16 Apr 2020 20:41:40 +0000 (21:41 +0100)]
new version of subprocessing
Dirk Koopman [Sat, 11 Apr 2020 13:33:27 +0000 (14:33 +0100)]
regularise sh/dx debugging
Dirk Koopman [Mon, 6 Apr 2020 20:56:42 +0000 (21:56 +0100)]
Merge branch 'mojo' of ssh://server/scm/spider into mojo
I wish I knew why I am doing the merge at this time!
Dirk Koopman [Mon, 6 Apr 2020 20:05:28 +0000 (21:05 +0100)]
add sh/dx origin and ip and regexes
See help show/ddx for more information
A regex for alpha fields for filters, Regexes are indicated by surrounding
the pattern required with { and } e.g {\d+\s*db\s+\d+\s*wpm(?:\s+cq)?} But, in this case,
the 'set/badword' mechanism is probably more robust.
This is an experimental feature that may well not work...
Dirk Koopman [Tue, 18 Feb 2020 00:38:09 +0000 (00:38 +0000)]
part of making rcmd work again for async cmds
Dirk Koopman [Sat, 21 Sep 2019 14:39:22 +0000 (15:39 +0100)]
tiddle a bit with PC[61]1 spot validation
with a view toward only allowing known users spots through.
Dirk Koopman [Sat, 21 Sep 2019 11:58:26 +0000 (12:58 +0100)]
improve is_callsign, is_ipaddr
fix typo in update_sysop.pl and watchdbg
Dirk Koopman [Tue, 10 Sep 2019 16:47:01 +0000 (17:47 +0100)]
add prefix_data.pl file
Dirk Koopman [Tue, 10 Sep 2019 16:05:24 +0000 (17:05 +0100)]
add CTY-2913 prefixes
Dirk Koopman [Tue, 10 Sep 2019 16:02:53 +0000 (17:02 +0100)]
improve DXQsl handling and fix crashes?
Dirk Koopman [Thu, 29 Aug 2019 10:28:06 +0000 (11:28 +0100)]
add a 'not found' message if sh/dx shows nothing
Dirk Koopman [Wed, 28 Aug 2019 18:15:34 +0000 (19:15 +0100)]
remove empty forward/mail command
Dirk Koopman [Wed, 28 Aug 2019 18:14:29 +0000 (19:14 +0100)]
minor doc change in QSL.pm
Dirk Koopman [Thu, 21 Feb 2019 10:16:50 +0000 (11:16 +0100)]
close QSL before re-initing it.
Dirk Koopman [Sat, 16 Feb 2019 17:00:59 +0000 (17:00 +0000)]
revert export_users to in process action
This potentially does deletes which is a problem (at least for now) on spawned commands
Dirk Koopman [Sat, 16 Feb 2019 00:29:12 +0000 (00:29 +0000)]
Add a ring buffer to debugging + other things
Add a ring buffer to debugging to allow sysops to reduce the amount of pointless debugging info that is
continually logged. Likely this is something that big sites or RPi users might want.
The biggy is 'chan'. You want this in the ring buffer, but not logging. To do this:
set/debug chan nologchan
You can log the ring contents at any time with: show/debug_ring
NOTE: you should probably have watchdbg running for this to be much use unless you are doing this as a
matter of record.
export_users has been fixed and is forced to be dumped into /spider/local_data as default.
show/debug now sorts its output.
LogDbg has been fixed to log stuff to the correct category.
Dirk Koopman [Sat, 14 Jul 2018 09:22:01 +0000 (10:22 +0100)]
add cty2802 prefixes + wpxloc.raw
Dirk Koopman [Sat, 16 Jun 2018 11:20:06 +0000 (12:20 +0100)]
some RBN prerequisite changes
Dirk Koopman [Sun, 6 May 2018 15:57:41 +0000 (16:57 +0100)]
add more digi modes and other fixes
In particular make the selection(s) work and not order dependent
Dirk Koopman [Tue, 23 Jan 2018 15:15:21 +0000 (15:15 +0000)]
add CTY-2802 prefixes
Dirk Koopman [Wed, 1 Nov 2017 10:27:26 +0000 (10:27 +0000)]
remove last is_aranea reference
Dirk Koopman [Thu, 26 Oct 2017 23:04:24 +0000 (00:04 +0100)]
Get basic web protocol working
Dirk Koopman [Thu, 26 Oct 2017 18:02:50 +0000 (19:02 +0100)]
extend the Web interface protocol further
Also clarify things like the ultimate hostname if it is an IP based system.
This means that stuff coming in on the web will be identified by the IP
address that they connect to, rather than the IP address of the channel. Basically
a Web interface is a proxy and therefore the connection object needs the address
of the web server, but things like DX spots need the proxy address.
Dirk Koopman [Thu, 26 Oct 2017 01:21:58 +0000 (02:21 +0100)]
Merge branch 'mojo' of ssh://server/scm/spider into mojo
Dirk Koopman [Thu, 26 Oct 2017 01:20:53 +0000 (02:20 +0100)]
Start (serious) web interface work
Install and test basic connections from an associated web interface
Dirk Koopman [Sat, 21 Oct 2017 16:08:45 +0000 (17:08 +0100)]
add dxweb app
Dirk Koopman [Sat, 21 Oct 2017 14:33:24 +0000 (15:33 +0100)]
Make license version 2
Dirk Koopman [Sat, 26 Aug 2017 10:25:54 +0000 (11:25 +0100)]
fix up small error on Spot::init
This is only relevant for converting old spots into new ones and will only happen once.
It will now convert old <14 field spots to modern 14 field ones (and not only 12 field ones)
Dirk Koopman [Fri, 11 Aug 2017 14:02:13 +0000 (15:02 +0100)]
add default systemd service (init) file
Dirk Koopman [Thu, 10 Aug 2017 11:13:05 +0000 (12:13 +0100)]
try harder to get clean disconnects
Dirk Koopman [Thu, 10 Aug 2017 09:52:18 +0000 (10:52 +0100)]
extend coverage of disconnected flag
Dirk Koopman [Mon, 31 Jul 2017 18:51:50 +0000 (19:51 +0100)]
add CTY-2708 prefixes
Dirk Koopman [Mon, 31 Jul 2017 18:45:13 +0000 (19:45 +0100)]
fix create_usdb.pl data area paths
Dirk Koopman [Fri, 12 May 2017 19:18:24 +0000 (20:18 +0100)]
add CTY-2706 prefixes
Dirk Koopman [Fri, 12 May 2017 17:56:30 +0000 (18:56 +0100)]
fix sh/425 (mostly - bull doesn't work)
Dirk Koopman [Fri, 5 May 2017 14:45:26 +0000 (15:45 +0100)]
add CTY-2705 prefixes
Dirk Koopman [Tue, 4 Apr 2017 16:42:45 +0000 (17:42 +0100)]
add CTY-2704 changes
Dirk Koopman [Tue, 28 Mar 2017 14:58:09 +0000 (15:58 +0100)]
set DXVar.pm defaults into console.pl
as well as cluster.pl.
Remove mention of the defaults in DXVars.pm.issue
Dirk Koopman [Mon, 27 Mar 2017 11:37:02 +0000 (12:37 +0100)]
fix rbn.pl
Dirk Koopman [Fri, 17 Mar 2017 20:28:44 +0000 (20:28 +0000)]
Add latest cty.dat & wpxloc.raw for Jim
Dirk Koopman [Tue, 21 Feb 2017 13:35:44 +0000 (13:35 +0000)]
add CTY-2702 prefixes
Conflicts:
Changes
Dirk Koopman [Tue, 21 Feb 2017 10:13:52 +0000 (10:13 +0000)]
Fix sh/dx on 14050 so it does what one expects
Dirk Koopman [Wed, 15 Feb 2017 22:50:34 +0000 (22:50 +0000)]
Merge branch 'mojo' of ssh://server/scm/spider into mojo
Conflicts:
Changes
perl/cluster.pl
Dirk Koopman [Wed, 15 Feb 2017 22:45:36 +0000 (22:45 +0000)]
fix SysVar.pm problems (maybe)
Dirk Koopman [Sun, 15 Jan 2017 13:37:36 +0000 (13:37 +0000)]
fix typo in rbn.pl
Dirk Koopman [Sun, 15 Jan 2017 13:31:25 +0000 (13:31 +0000)]
Tidy up rbn.pl add -raw & want=dx flags
The -raw flag simply outputs the raw line from the RBN with a 'RAW,'
tag in front of it.
The want=dx flag is for picking up 'DX' in the mode/calling column.
Dirk Koopman [Mon, 9 Jan 2017 14:57:02 +0000 (14:57 +0000)]
Fix issues finding $main::data etc on clean install
Dirk Koopman [Thu, 5 Jan 2017 12:07:12 +0000 (12:07 +0000)]
improve rbn.pl
Dirk Koopman [Wed, 4 Jan 2017 22:17:14 +0000 (22:17 +0000)]
remove args typo from rbn.pl
Dirk Koopman [Wed, 4 Jan 2017 21:57:32 +0000 (21:57 +0000)]
change arg processing in rbn.pl
Also add some pod
Dirk Koopman [Tue, 3 Jan 2017 11:11:51 +0000 (11:11 +0000)]
fix stats display on rbn.pl
Make sure that a stats display happens every minute.
Add the rbn arg to allow the display of (de-duped) rbn spots.
Dirk Koopman [Mon, 2 Jan 2017 23:10:22 +0000 (23:10 +0000)]
Added extra flags to rbn.pl
any of /^cw|rtty|psk|beacon/ will enable only these types of spots
stats will print a STATS,<raw RBN spots>,<deduped RBN spots>,<spots>
Dirk Koopman [Mon, 2 Jan 2017 21:48:51 +0000 (21:48 +0000)]
add rbn.pl - a deduplicating RBN spot filter
This is some experimental preparatory work for adding in handling
of an RBN feed to DXSpider.
Dirk Koopman [Mon, 2 Jan 2017 12:48:00 +0000 (12:48 +0000)]
add CTY-2615 prefixes
Dirk Koopman [Mon, 2 Jan 2017 12:45:26 +0000 (12:45 +0000)]
tell operator where the prefix file is created
Issue a line saying whether this is a SYSTEM or a LOCAL prefix file
being created.
Dirk Koopman [Mon, 26 Dec 2016 22:31:57 +0000 (22:31 +0000)]
Merge branch 'mojo' of ssh://server/scm/spider into mojo
Dirk Koopman [Mon, 26 Dec 2016 22:27:21 +0000 (22:27 +0000)]
try to prevent $myalias calls being set to nodes
Dirk Koopman [Fri, 25 Nov 2016 20:56:33 +0000 (20:56 +0000)]
update actual prefix file
Dirk Koopman [Thu, 24 Nov 2016 21:38:01 +0000 (21:38 +0000)]
add CTY-2614
Dirk Koopman [Mon, 21 Nov 2016 17:39:35 +0000 (17:39 +0000)]
add CTY2613 prefixes
Dirk Koopman [Thu, 17 Nov 2016 16:10:39 +0000 (16:10 +0000)]
more mrtg, store in 10ths and display to 0.1 sec
Dirk Koopman [Thu, 17 Nov 2016 14:40:28 +0000 (14:40 +0000)]
tweek cmd/mrtg.pl