spider.git
15 years agoadd Geo::TAF changes from Robin Johnson + CTY1902
Dirk Koopman [Thu, 26 Feb 2009 11:11:53 +0000 (11:11 +0000)]
add Geo::TAF changes from Robin Johnson + CTY1902

15 years agoadd missing show/motd command
Dirk Koopman [Mon, 29 Dec 2008 22:00:08 +0000 (22:00 +0000)]
add missing show/motd command

15 years agoadd show/motd command
Dirk Koopman [Mon, 29 Dec 2008 18:23:48 +0000 (18:23 +0000)]
add show/motd command

and also CTY-1817 prefix changes

15 years agomake it more difficult to have $mycall & $myalias the same
Dirk Koopman [Sun, 28 Dec 2008 23:30:18 +0000 (23:30 +0000)]
make it more difficult to have $mycall & $myalias the same

15 years agofix sh/425 to point to new server
Dirk Koopman [Mon, 17 Nov 2008 00:09:29 +0000 (00:09 +0000)]
fix sh/425 to point to new server

unfortunately this is http/1.1 only which causes problems with
detecting the EOF ('cos there ain't one). So it is slower than it was.

Add CTY-1814 prefixes 'Kingman Reef'

15 years agoadded CTY-1811 prefixes
Dirk Koopman [Tue, 21 Oct 2008 18:27:19 +0000 (19:27 +0100)]
added CTY-1811 prefixes

15 years agoset $main::maxconnect back to 0 as default
Dirk Koopman [Sat, 4 Oct 2008 12:35:36 +0000 (13:35 +0100)]
set $main::maxconnect back to 0 as default

15 years agomake sure the maxconnect check is on incoming only
Dirk Koopman [Thu, 2 Oct 2008 22:03:15 +0000 (23:03 +0100)]
make sure the maxconnect check is on incoming only

15 years agoAdd set/maxconnect command
Dirk Koopman [Thu, 2 Oct 2008 09:13:18 +0000 (10:13 +0100)]
Add set/maxconnect command

15 years agoadd the ability to limit no of connections
Dirk Koopman [Wed, 1 Oct 2008 22:04:48 +0000 (23:04 +0100)]
add the ability to limit no of connections

Add the ability to limit the no of connections an incoming user/node
has. If a node/user is already connected elsewhere more than the maximum
no of times then this incoming connection is refused.

15 years agoadd CTY-1809 prefix data
Dirk Koopman [Wed, 1 Oct 2008 21:17:32 +0000 (22:17 +0100)]
add CTY-1809 prefix data

15 years agomake buddies work better :-)
Dirk Koopman [Sat, 28 Jun 2008 14:27:16 +0000 (15:27 +0100)]
make buddies work better :-)

also prettify show/sun.pl to help my understanding

15 years agoget rid of PC92 local node check
Dirk Koopman [Thu, 26 Jun 2008 19:58:47 +0000 (20:58 +0100)]
get rid of PC92 local node check

this is in addition to the last commit, it also stopped normal
linking of nodes as well

15 years agoallow local users to be on other nodes
Dirk Koopman [Thu, 26 Jun 2008 19:49:50 +0000 (20:49 +0100)]
allow local users to be on other nodes

Depending on the order in which things happen, a local user might not
have the other nodes he is logged in registered in the routing table.

15 years agosend talks to every node a user is logged in to
Dirk Koopman [Thu, 26 Jun 2008 19:25:21 +0000 (20:25 +0100)]
send talks to every node a user is logged in to

If a user is on more than one node, a talk will be sent to each of those
nodes. Before it would only go to the first node in the routing table.

15 years agoincrement the PC19 version no to 5455
Dirk Koopman [Thu, 26 Jun 2008 13:56:59 +0000 (14:56 +0100)]
increment the PC19 version no to 5455

15 years agoadded show/ik3qar command
Dirk Koopman [Thu, 26 Jun 2008 12:49:50 +0000 (13:49 +0100)]
added show/ik3qar command

15 years agoallow multiple PC93 if same hopcount
Dirk Koopman [Tue, 24 Jun 2008 23:32:56 +0000 (00:32 +0100)]
allow multiple PC93 if same hopcount

15 years agoadd ... for more than 4 routes in sh/route
dirk [Tue, 24 Jun 2008 23:02:59 +0000 (00:02 +0100)]
add ... for more than 4 routes in sh/route

15 years agofix USDB problems?
Dirk Koopman [Tue, 24 Jun 2008 21:51:10 +0000 (22:51 +0100)]
fix USDB problems?

Also add CTY-1806 prefix data

15 years agochange interface to Route::findroutes
Dirk Koopman [Tue, 24 Jun 2008 21:22:44 +0000 (22:22 +0100)]
change interface to Route::findroutes

This change allows things like sh/route to obtain the actual
routing priorities either for use or display.

Add a command 'send_config' to broadcast a new PC92 C record
to all interfaces. Useful for playig catchup more quickly after
a restart.

15 years agoimprove debugging on findroutes
Dirk Koopman [Tue, 24 Jun 2008 19:25:40 +0000 (20:25 +0100)]
improve debugging on findroutes

15 years agoallow users of next door nodes to override search
Dirk Koopman [Tue, 24 Jun 2008 19:24:53 +0000 (20:24 +0100)]
allow users of next door nodes to override search

15 years agoNew improved route finding algorithm
Dirk Koopman [Tue, 24 Jun 2008 18:36:57 +0000 (19:36 +0100)]
New improved route finding algorithm

This is what Changes says:

Change the route finding algorithm completely. No more recursion. No more
tree searching. It now gives you answers even on a partial cluster map. Oh
and the answers are correct, instead on completely random.

Also completely remove RouteDB from the equation.
Also change sh/newc to default to node map rather than node+user map.

15 years agoremove 'recursion limit' message fromRoute.pm
Dirk Koopman [Fri, 30 May 2008 10:56:46 +0000 (11:56 +0100)]
remove 'recursion limit' message fromRoute.pm

15 years agoadd missing call for CTY-1805 cty.dat
Dirk Koopman [Wed, 28 May 2008 21:53:57 +0000 (22:53 +0100)]
add missing call for CTY-1805 cty.dat

15 years agoImprove short callsign handling (eg K7A)
Dirk Koopman [Wed, 28 May 2008 21:26:01 +0000 (22:26 +0100)]
Improve short callsign handling (eg K7A)

The format of cty.dat has changed in that exact calls now have
an = prefixed to them. This allow reliable checking for exact short
calls that are otherwise treated as prefixes.

Also fix a small buglet on console.pl that meant that line went awry on
lines that are exactly the column width of the screen.

15 years agoLimit depth of recursion for route finding
Dirk Koopman [Mon, 26 May 2008 15:58:15 +0000 (16:58 +0100)]
Limit depth of recursion for route finding

The limit is 20 levels, which should be enough for anybody.
Add CTY-1804 data
Start the process of allowing filtering on PC92 (w.i.p)

15 years agocorrect attribution for disc cmd changes
Dirk Koopman [Tue, 13 May 2008 11:56:52 +0000 (12:56 +0100)]
correct attribution for disc cmd changes

15 years agoadd disc users|nodes|all to disconnect cmd
Dirk Koopman [Tue, 13 May 2008 11:53:47 +0000 (12:53 +0100)]
add disc users|nodes|all to disconnect cmd

15 years agoadd 'exact' keyword to sh/dx
Dirk Koopman [Mon, 12 May 2008 22:01:57 +0000 (23:01 +0100)]
add 'exact' keyword to sh/dx

this allows an exact match for a callsign.

15 years agoadd privilege checks to (un)set/show/bad* cmds
Dirk Koopman [Sat, 10 May 2008 14:26:57 +0000 (15:26 +0100)]
add privilege checks to (un)set/show/bad* cmds

These commands now require at least privilege 6 and cannot be done
remotely.

15 years agoadd more error messages around DXUser::get*
Dirk Koopman [Sat, 10 May 2008 13:50:00 +0000 (14:50 +0100)]
add more error messages around DXUser::get*

15 years agoadd sh/rcmd and sh/ann to help
Dirk Koopman [Thu, 8 May 2008 10:52:55 +0000 (11:52 +0100)]
add sh/rcmd and sh/ann to help

15 years agolower 60m limit
Dirk Koopman [Tue, 6 May 2008 16:09:58 +0000 (17:09 +0100)]
lower 60m limit

15 years agoupissue version no
Dirk Koopman [Tue, 6 May 2008 15:41:01 +0000 (16:41 +0100)]
upissue version no

15 years agoupissue Version no
Dirk Koopman [Tue, 6 May 2008 15:39:54 +0000 (16:39 +0100)]
upissue Version no

15 years agoChange DXUser->get* to DXUser::get* 1.55
Dirk Koopman [Tue, 6 May 2008 14:00:00 +0000 (15:00 +0100)]
Change DXUser->get* to DXUser::get*

and also check the output of thaw more carefully, complain if it
isn't a DXUser.

16 years agoadded two Xmas Is calls
Dirk Koopman [Tue, 22 Apr 2008 16:51:43 +0000 (17:51 +0100)]
added two Xmas Is calls

16 years agoinclude CTY-1803 changes
Dirk Koopman [Tue, 15 Apr 2008 21:26:37 +0000 (22:26 +0100)]
include CTY-1803 changes

16 years agoinclude latest cty.dat changes
Dirk Koopman [Tue, 25 Mar 2008 09:24:57 +0000 (09:24 +0000)]
include latest cty.dat changes

16 years agoadd CTY-1802 changes
Dirk Koopman [Wed, 19 Mar 2008 11:44:20 +0000 (11:44 +0000)]
add CTY-1802 changes

16 years agoFix crash on sending an invalid rcmd
Dirk Koopman [Fri, 29 Feb 2008 22:47:43 +0000 (22:47 +0000)]
Fix crash on sending an invalid rcmd

16 years agomodify BPQ instructions origin/HEAD origin/master
Dirk Koopman [Wed, 27 Feb 2008 21:04:35 +0000 (21:04 +0000)]
modify BPQ instructions

16 years agofix them differently
Dirk Koopman [Tue, 26 Feb 2008 21:18:14 +0000 (21:18 +0000)]
fix them differently

16 years agoput back IPPROTO_TCP and TCP_NODELAY
Dirk Koopman [Tue, 26 Feb 2008 21:15:57 +0000 (21:15 +0000)]
put back IPPROTO_TCP and TCP_NODELAY

16 years agoadd checks for other Win32 POSIX substitutes
Dirk Koopman [Tue, 26 Feb 2008 18:29:21 +0000 (18:29 +0000)]
add checks for other Win32 POSIX substitutes

16 years agomake sure rproc isn't trashed in AGWMsg.pm
Dirk Koopman [Tue, 26 Feb 2008 17:31:02 +0000 (17:31 +0000)]
make sure rproc isn't trashed in AGWMsg.pm

16 years agomake sure nothing can be sent to AGW after error
Dirk Koopman [Tue, 26 Feb 2008 13:40:47 +0000 (13:40 +0000)]
make sure nothing can be sent to AGW after error

16 years agoFix some problems (on testing) with AGW restarts
Dirk Koopman [Tue, 26 Feb 2008 13:12:43 +0000 (13:12 +0000)]
Fix some problems (on testing) with AGW restarts

I have got a copy of AGW Packet Engine Pro on windows and tested
the code with that. I have also added some commands to enable/disable
the AGW connection on the fly.

16 years agoRetry connection to AGW to every 30 seconds on fail
Dirk Koopman [Mon, 25 Feb 2008 19:02:25 +0000 (19:02 +0000)]
Retry connection to AGW to every 30 seconds on fail

If the connection to AGW goes away or AGW is not loaded when dxspider starts
up, then there was no retry mechanism for restarting the connection. Now
it will try to connect every 30 seconds if AGW is enabled and there is no
connection present.

16 years agofix DXCommandmode::run_cmd to detect errors earlier
Dirk Koopman [Tue, 19 Feb 2008 17:10:50 +0000 (17:10 +0000)]
fix DXCommandmode::run_cmd to detect errors earlier

Also fix localhost detection better both for IPV4 and IPV6 systems.
Add CTY1801 cty changes.

16 years agoTry to recognise CC-Cluster nodes
Dirk Koopman [Sun, 10 Feb 2008 18:55:34 +0000 (18:55 +0000)]
Try to recognise CC-Cluster nodes

16 years agoadd Windows BPQ documentation
Dirk Koopman [Sun, 10 Feb 2008 18:43:55 +0000 (18:43 +0000)]
add Windows BPQ documentation

Also add wpxloc.dat (nextgen prefix handling)

16 years agoadd Changes for last commit
Dirk Koopman [Sun, 10 Feb 2008 18:30:08 +0000 (18:30 +0000)]
add Changes for last commit

16 years agosort show/node output
Dirk Koopman [Sun, 10 Feb 2008 18:28:20 +0000 (18:28 +0000)]
sort show/node output

16 years agoremove $id$ strings from BPQ changes
Dirk Koopman [Tue, 5 Feb 2008 11:50:05 +0000 (11:50 +0000)]
remove $id$ strings from BPQ changes

16 years agoadded Windows only BPQ interface from John G8BPQ
Dirk Koopman [Tue, 5 Feb 2008 00:28:54 +0000 (00:28 +0000)]
added Windows only BPQ interface from John G8BPQ

16 years agodon't linger on AGWMsg connections.
Dirk Koopman [Sat, 19 Jan 2008 22:59:39 +0000 (22:59 +0000)]
don't linger on AGWMsg connections.

16 years agoadded new version of cty.dat with FO/OH1RX
Dirk Koopman [Fri, 11 Jan 2008 10:44:08 +0000 (10:44 +0000)]
added new version of cty.dat with FO/OH1RX

16 years agoadded TO5FJ
Dirk Koopman [Mon, 7 Jan 2008 16:01:02 +0000 (16:01 +0000)]
added TO5FJ

16 years agomake it (seem to) work under perl 5.10
Dirk Koopman [Sat, 5 Jan 2008 22:47:39 +0000 (22:47 +0000)]
make it (seem to) work under perl 5.10

16 years agoadded CTY-1711 and wpxloc.raw changes
Dirk Koopman [Thu, 27 Dec 2007 10:53:24 +0000 (10:53 +0000)]
added CTY-1711 and wpxloc.raw changes

16 years agofix a crash on receiving an rcmd from a new node
Dirk Koopman [Tue, 27 Nov 2007 19:11:27 +0000 (19:11 +0000)]
fix a crash on receiving an rcmd from a new node

16 years agoadded CTY-1710 prefix changes
Dirk Koopman [Wed, 21 Nov 2007 16:03:41 +0000 (16:03 +0000)]
added CTY-1710 prefix changes

16 years agoadd a create/user command
Dirk Koopman [Mon, 19 Nov 2007 13:47:23 +0000 (13:47 +0000)]
add a create/user command

Which is a big can of worms. Had a good shift around and changed
set/user to be a real command (rather than an alias), renamed the
existing command (which on I use) to set/uservar and sorted the
Aliases so that unset/node still works.

16 years agotidy the Local.pm changes
Dirk Koopman [Mon, 19 Nov 2007 13:05:56 +0000 (13:05 +0000)]
tidy the Local.pm changes

use the correct perl-fu to determine whether a function is
defined or not.

16 years agomake mrtg graphs GMT rather than localtime() based
Dirk Koopman [Mon, 19 Nov 2007 10:42:57 +0000 (10:42 +0000)]
make mrtg graphs GMT rather than localtime() based

16 years ago(re)fix the final hole in the PC9x TS checking code
Dirk Koopman [Mon, 19 Nov 2007 01:09:27 +0000 (01:09 +0000)]
(re)fix the final hole in the PC9x TS checking code

Silly me, not bothering to simulate all possibilities. At least
what is there now makes some sense (which it didn't before).

16 years agofix Local::ann eval error.
Dirk Koopman [Sun, 18 Nov 2007 10:52:40 +0000 (10:52 +0000)]
fix Local::ann eval error.

For some reason if (defined *Local::ann) does not do what I expect.
More research required.

16 years agoand stop incoming LOCAL pc93 being displayed
Dirk Koopman [Sat, 17 Nov 2007 15:38:42 +0000 (15:38 +0000)]
and stop incoming LOCAL pc93 being displayed

16 years agoprevent LOCAL chat from propagating outside node
Dirk Koopman [Sat, 17 Nov 2007 15:31:40 +0000 (15:31 +0000)]
prevent LOCAL chat from propagating outside node

16 years agoAdd Local::ann() as requested by Felipe PY1NB. origin/spider
Dirk Koopman [Sat, 17 Nov 2007 13:35:14 +0000 (13:35 +0000)]
Add Local::ann() as requested by Felipe PY1NB.

Also check that the Local::xxx stubs are defined before trying to eval {}
them.

16 years agoremove the mod commnd from the pc9x check and revert
Dirk Koopman [Fri, 16 Nov 2007 18:52:31 +0000 (18:52 +0000)]
remove the mod commnd from the pc9x check and revert

16 years agoadd a bit of extra pc92 check debugging
Dirk Koopman [Fri, 16 Nov 2007 18:04:16 +0000 (18:04 +0000)]
add a bit of extra pc92 check debugging

16 years agofix propagation of circular referencing D records
Dirk Koopman [Fri, 16 Nov 2007 18:01:29 +0000 (18:01 +0000)]
fix propagation of circular referencing D records

16 years agoadd time constraints and other checks on PC9x timestamp
Dirk Koopman [Fri, 16 Nov 2007 17:15:11 +0000 (17:15 +0000)]
add time constraints and other checks on PC9x timestamp

This involves making sure that the timestamp is within 15 mins of "now"
to be accepted. This has other rollover effects in that I don't send an
"old" C record on startup anymore, just send an A record followed by a K.
These days a newly minted C record will be along in 15mins or so anyway.

Made sh/newc terminal width aware.

Added CTY-1709 cty.dat data.

16 years agoadd better debugging to pc92 deduping check
Dirk Koopman [Sun, 11 Nov 2007 12:45:35 +0000 (12:45 +0000)]
add better debugging to pc92 deduping check

16 years agoMerge branch 'master' of /scm/spider
Dirk Koopman [Fri, 2 Nov 2007 16:19:11 +0000 (17:19 +0100)]
Merge branch 'master' of /scm/spider

16 years agotry to improve the cpu account in mrtg
Dirk Koopman [Fri, 2 Nov 2007 16:18:29 +0000 (17:18 +0100)]
try to improve the cpu account in mrtg

16 years agoadded cty1708 changes
Dirk Koopman [Wed, 24 Oct 2007 12:47:01 +0000 (13:47 +0100)]
added cty1708 changes

16 years agoadd cty1707 prefix changes
Dirk Koopman [Tue, 23 Oct 2007 22:13:19 +0000 (23:13 +0100)]
add cty1707 prefix changes

Also pickup version and build from PC92 K records

16 years agouse DXUtil::month for sh/contest
Dirk Koopman [Mon, 15 Oct 2007 11:29:02 +0000 (12:29 +0100)]
use DXUtil::month for sh/contest

16 years agofix regex in sh/contest for perl < 5.8.x
Dirk Koopman [Mon, 15 Oct 2007 11:25:57 +0000 (12:25 +0100)]
fix regex in sh/contest for perl < 5.8.x

16 years agoprevent PC61 going to non-spider clusters
Dirk Koopman [Sun, 14 Oct 2007 22:34:35 +0000 (23:34 +0100)]
prevent PC61 going to non-spider clusters

16 years agocosmetic change to mrtg.pl
Dirk Koopman [Wed, 10 Oct 2007 20:59:40 +0000 (21:59 +0100)]
cosmetic change to mrtg.pl

16 years agoadded PC92 stats to mrtg
Dirk Koopman [Wed, 10 Oct 2007 15:11:35 +0000 (16:11 +0100)]
added PC92 stats to mrtg

16 years agoput the version no back in 1st slot for now
Dirk Koopman [Wed, 10 Oct 2007 13:38:21 +0000 (14:38 +0100)]
put the version no back in 1st slot for now

16 years agopush non-pc9x and non-spider nodes back for routing
Dirk Koopman [Wed, 10 Oct 2007 10:45:59 +0000 (11:45 +0100)]
push non-pc9x and non-spider nodes back for routing

At the moment it appears that we can rely on non-spider nodes routing
stuff correctly for mail and rcmd. So we push those routes to the back
of the list.

16 years agopush non-pc9x nodes to the back for routing
Dirk Koopman [Wed, 10 Oct 2007 10:37:24 +0000 (11:37 +0100)]
push non-pc9x nodes to the back for routing

Currently, if a directly connected non-pc9x node advertises a route
to another node, even if that node

16 years agosend build in pc92 K
Dirk Koopman [Wed, 10 Oct 2007 07:48:43 +0000 (08:48 +0100)]
send build in pc92 K

16 years agoremove pc92 A/D first slot if == $mycall
Dirk Koopman [Tue, 9 Oct 2007 16:21:59 +0000 (17:21 +0100)]
remove pc92 A/D first slot if == $mycall

also increase the C periodic update time to 4 hours

16 years agofix new pc9x midnight rollover bug
Dirk Koopman [Tue, 9 Oct 2007 14:27:00 +0000 (15:27 +0100)]
fix new pc9x midnight rollover bug

16 years agoadded radio specific "motd_ax25"
Dirk Koopman [Sat, 6 Oct 2007 08:05:52 +0000 (09:05 +0100)]
added radio specific "motd_ax25"

16 years agotreat PC61 as PC11.
Dirk Koopman [Fri, 5 Oct 2007 17:49:35 +0000 (18:49 +0100)]
treat PC61 as PC11.

16 years agofix .gtkconsole_data creation bug
Dirk Koopman [Mon, 1 Oct 2007 17:40:19 +0000 (18:40 +0100)]
fix .gtkconsole_data creation bug

16 years agorecast the callsign gathering
Dirk Koopman [Thu, 27 Sep 2007 17:44:11 +0000 (18:44 +0100)]
recast the callsign gathering

16 years agomore README for gtkconsole
Dirk Koopman [Thu, 27 Sep 2007 17:14:04 +0000 (18:14 +0100)]
more README for gtkconsole

16 years agoadded new version of gtkconsole
Dirk Koopman [Thu, 27 Sep 2007 17:05:46 +0000 (18:05 +0100)]
added new version of gtkconsole

and admitted its existance.

16 years agostart the recasting of gtkconsole
Dirk Koopman [Thu, 27 Sep 2007 16:24:55 +0000 (17:24 +0100)]
start the recasting of gtkconsole

This involves splitting up the one screen into separate ones
Adding a chat screen
Making them only popup when input arrives.