Commit Graph

1972 Commits

Author SHA1 Message Date
Dirk Koopman
9f4c467f60 K records only come from $mycall
The hourly C records for external nodes will be fine for
keepalive purposes.
Remove all references to Investigate.
2007-09-19 15:54:11 +01:00
Dirk Koopman
937b3f6592 issue K records and start to use them
Also halve the frequency of main::me node C records. This
will eventually go to once a day.
2007-09-18 20:28:17 +01:00
Dirk Koopman
2c50f9b4b2 new keepalive system + timings for PC92 C recs
Added the new K record for keepalives.
Increased the PC92 C interval to 24 hours.
Increased dependent node C interval to 2 hours.
PC50 can reset obs.
PC50 now routed everywhere without filters except isolation,
this may change back in time, when K record is ubiquitous.

Still need to actually issue K record
2007-09-17 22:44:15 +01:00
Dirk Koopman
7e2b5e1e1f only the first slot in PC92C should have version nos 2007-09-16 22:06:41 +01:00
Dirk Koopman
8e15f9531d bigger random element in PC92 ext. node holdoff calcs 2007-09-16 19:36:10 +01:00
Dirk Koopman
93292dcd62 reduce the number of duplicate PC92 for Ext Nodes
Try to reduce the no of duplicate PC92C for external PC protocol
nodes by listening for others that are out there and bumping up our
update time instead of us transmitting more or less the same info
as well.
2007-09-16 18:01:53 +01:00
Dirk Koopman
f7d12c1c29 do some more rigorous checking of PC9x sentences 2007-09-15 18:03:55 +01:00
Dirk Koopman
ab1e2dae04 add optional INET6 capability. Need to load CPAN modules
You will need IO::Socket::INET6 to use INET6 capability.
Also I have enabled PC92 slugging and set it to 1 minute as default.
Also I have put code in to handle empty first node slots in PC92.
2007-09-15 17:33:26 +01:00
Dirk Koopman
da2c51a552 reduce the (default) length of announces to dupe 2007-09-12 22:05:45 +01:00
Dirk Koopman
11d4503c67 allow PC92(A/D) to be slugged and aggregated
Wait for a period of time before issuing pc92a or d records
and then aggregate them together as a collection of adds or deletes
in just (up to) two sentences, instead of one per event.

This has the side effect of (nearly) eliminating the "login, fire a
spot, logoff" merchants.
2007-09-12 20:43:28 +01:00
Dirk Koopman
fee8c4eabd use just one lastid for all pc9x sentences
This should work fine and will cure the dupe/lost talk problem
2007-09-10 21:10:52 +01:00
Dirk Koopman
b191e3a6b0 tidy blocking for windows (possibly) 2007-09-10 20:48:12 +01:00
Dirk Koopman
e4baedb969 add cty-1706 and make wpxloc.raw changes 2007-08-20 16:12:26 +01:00
Dirk Koopman
33f141e624 added CTY1705 and extended 60m band 2007-07-31 20:49:55 +01:00
Dirk Koopman
a386178f3c disable use of DBI for sh/dx as default, if active. 2007-07-29 20:03:40 +01:00
Dirk Koopman
a1d0475352 correct git URL 2007-07-27 12:07:02 +01:00
Dirk Koopman
f493dbf120 Added Angel's changes to Messages for Spanish 2007-07-27 12:01:40 +01:00
Dirk Koopman
ea27ec8024 force update of talk command
Doing this because my update of 1.29 confuses cvsserver.
2007-07-25 18:18:21 +01:00
Dirk Koopman
6fb4862ab9 restore talk "<call> not visible on cluster" message
Restore the message if the <call> is not routable. However, instead
of the old behaviour of then just stopping dead, it now sends the
message anyway as a broadcast.
2007-07-25 14:06:07 +01:00
Dirk Koopman
85915352f8 shutdown quicker by not manipulating routing table 2007-07-25 12:45:44 +01:00
Dirk Koopman
d626e783ad Try to improve PC93 discrimination between talk and chat 2007-07-24 16:38:08 +01:00
Dirk Koopman
19740220d3 prevent empty callsigns on talk 2007-07-23 21:13:16 +01:00
Dirk Koopman
29595789c0 fix and simplify dup announces 2007-07-23 19:16:45 +01:00
Dirk Koopman
4f9c3eb17f fix (and simplify) the spot dup checking code. 2007-07-23 19:12:53 +01:00
Dirk Koopman
216faa5519 prevent hop counts of -1 being generated. 2007-07-20 15:41:53 +01:00
Dirk Koopman
64d7fcd04e protect send_local_config from processing undef nodes
Don't understand how this is possible but if it happens much more
I am going to have to do some serious digging...
2007-07-20 09:27:45 +01:00
Dirk Koopman
efdf578cb0 cater better for 0 pingint in links cmd 2007-07-19 12:33:29 +01:00
Dirk Koopman
e228aafbb2 Make set/isolate work in BOTH directions
Since the beginning I have had set/isolate be unidirection, so that I could
see the far node's config, but he could not see mine. This is too confusing
for yer modern sysop and I have now made it such that only the local configs
are remembered, regardless of what is sent back to me. I.e. it is now
symmetric and bidirectional.
2007-07-18 17:04:46 +01:00
Dirk Koopman
a6c1707130 Remove dupefile before restarting node.
Also provide the clear/dupefile command to do it at runtime.
2007-07-17 22:53:22 +01:00
Dirk Koopman
aa63cbca3f fix another possible(?) error on broadcast p92 update 2007-07-12 21:53:28 +01:00
Dirk Koopman
ba5625a459 Add help for sh/band and improve sh/band command
Allow sh/bands to have arguments so people can query
a band or region.
2007-07-12 17:20:49 +01:00
Dirk Koopman
fb9c2ab049 change node disconnection code to improve node clearouts 2007-07-12 15:54:04 +01:00
Dirk Koopman
0ae2756b51 allow store nodes that have a dxchannel 2007-07-11 19:46:39 +01:00
Dirk Koopman
c3505bcfc9 remove $Id$ strings from everywhere that I can find 2007-07-11 16:41:51 +01:00
Dirk Koopman
d4aacffb55 improve speed of sh/c/n (a bit)[probably]. 2007-07-11 16:15:52 +01:00
Dirk Koopman
4eef5ad5a1 add #9000 as a default group and tidy up send_chats calls 2007-07-10 17:27:11 +01:00
Dirk Koopman
c6552c92e3 remove rspf, add pc10 eph_dup, tidy up eph_dups 2007-07-09 22:34:16 +01:00
Dirk Koopman
7f0e53a059 Allow PC10s to be converted to PC93 and be processed
The PC10 code converts all input to PC93 where all talk
processing is done. It was being called from the wrong
channel.
2007-07-09 17:45:30 +01:00
Dirk Koopman
e5c9970142 improve the fix slightly to avoid false positives 2007-07-08 16:17:37 +01:00
Dirk Koopman
a0526df192 put in temp fix for pc10 talk crashes 2007-07-08 16:08:34 +01:00
Dirk Koopman
387b0fecfd try to make sure that local nodes take precedence over external ones
There seems to be a problem with localnodes sometimes being overridden by
data from external PC92 data. Usually (but not always) data for local
PC19 nodes being overridden by data from other PC92 with the same node
connected.

Also put in a frig for the sysop announce problem.
2007-07-07 11:34:28 +01:00
Dirk Koopman
e4a8ea5a40 fix pc93 -> pc12 conversions
This should stop pc93 conversions which are sent out a) being redisplayed
and b) as SYSOP. It may also stop all these strange chat messages to
unlikely chat group names.

Also rewritten chat import routines for new regime.
2007-07-06 21:18:13 +01:00
Dirk Koopman
d0d643e52b handle old style spider version strings 2007-07-06 17:47:39 +01:00
Dirk Koopman
a0c3717faf tart up version no reporting in sh/node 2007-07-06 17:43:21 +01:00
Dirk Koopman
ca3a14c5a2 Fix the over midnight ID rollover calculation
Also use a big enough past age limit to cope with inactive nodes
that only output a config record and nowt much else, so that they
don't time out.

Add an 'id too far in the future' compared with current systime
check.
2007-07-06 10:01:18 +01:00
Dirk Koopman
40178a4be6 make sure the node C record is actually sent 2007-07-05 22:49:47 +01:00
Dirk Koopman
375f2f0008 fix unwanted dupe notifications on looped PC12 2007-07-03 23:16:08 +01:00
Dirk Koopman
980ea8f908 fix typo in links 2007-07-02 18:16:59 +01:00
Dirk Koopman
f35f001590 add iso and filter info to links command. 2007-07-02 18:05:46 +01:00
Dirk Koopman
934a5db829 add the possibility to search for a string in sh/cmd 2007-07-02 15:30:35 +01:00