Commit Graph

2292 Commits

Author SHA1 Message Date
Dirk Koopman
dae73e6b70 include latest cty.dat changes 2008-03-25 09:24:57 +00:00
Dirk Koopman
e9953f8212 add CTY-1802 changes 2008-03-19 11:44:20 +00:00
Dirk Koopman
82aac01bdf Fix crash on sending an invalid rcmd 2008-02-29 22:47:43 +00:00
Dirk Koopman
2f23141776 modify BPQ instructions 2008-02-27 21:04:35 +00:00
Dirk Koopman
a5b87707ad fix them differently 2008-02-26 21:18:14 +00:00
Dirk Koopman
dc888bd77f put back IPPROTO_TCP and TCP_NODELAY 2008-02-26 21:15:57 +00:00
Dirk Koopman
09cf2338da add checks for other Win32 POSIX substitutes 2008-02-26 18:29:21 +00:00
Dirk Koopman
71620f62f3 make sure rproc isn't trashed in AGWMsg.pm 2008-02-26 17:31:02 +00:00
Dirk Koopman
1a704d7335 make sure nothing can be sent to AGW after error 2008-02-26 13:40:47 +00:00
Dirk Koopman
8655b1a19d 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.
2008-02-26 13:12:43 +00:00
Dirk Koopman
7a74bbb4aa 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.
2008-02-25 19:02:25 +00:00
Dirk Koopman
cf757a24d8 fix DXCommandmode::run_cmd to detect errors earlier
Also fix localhost detection better both for IPV4 and IPV6 systems.
Add CTY1801 cty changes.
2008-02-19 17:10:50 +00:00
Dirk Koopman
db1ab4fb25 Try to recognise CC-Cluster nodes 2008-02-10 18:55:34 +00:00
Dirk Koopman
d3454b1b98 add Windows BPQ documentation
Also add wpxloc.dat (nextgen prefix handling)
2008-02-10 18:43:55 +00:00
Dirk Koopman
1e3ff22b6d add Changes for last commit 2008-02-10 18:30:08 +00:00
Dirk Koopman
16d19a14ff sort show/node output 2008-02-10 18:28:20 +00:00
Dirk Koopman
22709bc68b remove $id$ strings from BPQ changes 2008-02-05 11:50:05 +00:00
Dirk Koopman
a90885c5c1 added Windows only BPQ interface from John G8BPQ 2008-02-05 00:28:54 +00:00
Dirk Koopman
e5c28b46a0 don't linger on AGWMsg connections. 2008-01-19 22:59:39 +00:00
Dirk Koopman
7c6a11dd10 added new version of cty.dat with FO/OH1RX 2008-01-11 10:44:08 +00:00
Dirk Koopman
cb821e948a added TO5FJ 2008-01-07 16:01:02 +00:00
Dirk Koopman
2d6de0d041 make it (seem to) work under perl 5.10 2008-01-05 22:47:39 +00:00
Dirk Koopman
da1b0e1dc6 added CTY-1711 and wpxloc.raw changes 2007-12-27 10:53:24 +00:00
Dirk Koopman
8ef2568bd4 fix a crash on receiving an rcmd from a new node 2007-11-27 19:11:27 +00:00
Dirk Koopman
7071a39079 added CTY-1710 prefix changes 2007-11-21 16:03:41 +00:00
Dirk Koopman
741d603d87 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.
2007-11-19 13:47:23 +00:00
Dirk Koopman
e72ce56ce6 tidy the Local.pm changes
use the correct perl-fu to determine whether a function is
defined or not.
2007-11-19 13:05:56 +00:00
Dirk Koopman
0a67d4205a make mrtg graphs GMT rather than localtime() based 2007-11-19 10:42:57 +00:00
Dirk Koopman
bdf68641f4 (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).
2007-11-19 01:09:27 +00:00
Dirk Koopman
6a14d3e73d fix Local::ann eval error.
For some reason if (defined *Local::ann) does not do what I expect.
More research required.
2007-11-18 10:52:40 +00:00
Dirk Koopman
d8b9ca222a and stop incoming LOCAL pc93 being displayed 2007-11-17 15:38:42 +00:00
Dirk Koopman
33947d79ca prevent LOCAL chat from propagating outside node 2007-11-17 15:31:40 +00:00
Dirk Koopman
d7a3d8da34 Add Local::ann() as requested by Felipe PY1NB.
Also check that the Local::xxx stubs are defined before trying to eval {}
them.
2007-11-17 13:35:14 +00:00
Dirk Koopman
a3b23e9c00 remove the mod commnd from the pc9x check and revert 2007-11-16 18:52:31 +00:00
Dirk Koopman
bf54094816 add a bit of extra pc92 check debugging 2007-11-16 18:04:16 +00:00
Dirk Koopman
3ed951e9fc fix propagation of circular referencing D records 2007-11-16 18:01:29 +00:00
Dirk Koopman
eef5dcbb47 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.
2007-11-16 17:15:11 +00:00
Dirk Koopman
4fc7698252 add better debugging to pc92 deduping check 2007-11-11 12:45:35 +00:00
Dirk Koopman
5e61d31d9f Merge branch 'master' of /scm/spider 2007-11-02 17:19:11 +01:00
Dirk Koopman
8eb97fa0b7 try to improve the cpu account in mrtg 2007-11-02 17:18:29 +01:00
Dirk Koopman
46f7bad38a added cty1708 changes 2007-10-24 13:47:01 +01:00
Dirk Koopman
7b35ba0ffd add cty1707 prefix changes
Also pickup version and build from PC92 K records
2007-10-23 23:13:19 +01:00
Dirk Koopman
2cb165bafb use DXUtil::month for sh/contest 2007-10-15 12:29:02 +01:00
Dirk Koopman
715cd45b03 fix regex in sh/contest for perl < 5.8.x 2007-10-15 12:25:57 +01:00
Dirk Koopman
1ee4518627 prevent PC61 going to non-spider clusters 2007-10-14 23:34:35 +01:00
Dirk Koopman
a2823c8abe cosmetic change to mrtg.pl 2007-10-10 21:59:40 +01:00
Dirk Koopman
c32170b5b0 added PC92 stats to mrtg 2007-10-10 16:11:35 +01:00
Dirk Koopman
0cbfabaee9 put the version no back in 1st slot for now 2007-10-10 14:38:21 +01:00
Dirk Koopman
709a22cc74 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.
2007-10-10 11:45:59 +01:00
Dirk Koopman
be8bb8ddec 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
2007-10-10 11:37:24 +01:00