Commit Graph

1617 Commits

Author SHA1 Message Date
Dirk Koopman
963ead7224 Add set/maxconnect command 2008-10-02 10:13:18 +01:00
Dirk Koopman
8081646e93 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.
2008-10-01 23:04:48 +01:00
Dirk Koopman
624fab70a1 add CTY-1809 prefix data 2008-10-01 22:17:32 +01:00
Dirk Koopman
229eee2688 make buddies work better :-)
also prettify show/sun.pl to help my understanding
2008-06-28 15:27:16 +01:00
Dirk Koopman
00f33ae913 get rid of PC92 local node check
this is in addition to the last commit, it also stopped normal
linking of nodes as well
2008-06-26 20:58:47 +01:00
Dirk Koopman
b4788593ff 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.
2008-06-26 20:49:50 +01:00
Dirk Koopman
ba799b8ac9 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.
2008-06-26 20:25:21 +01:00
Dirk Koopman
f4901c535b increment the PC19 version no to 5455 2008-06-26 14:56:59 +01:00
Dirk Koopman
51de27cf70 added show/ik3qar command 2008-06-26 13:49:50 +01:00
Dirk Koopman
2255cfd184 allow multiple PC93 if same hopcount 2008-06-25 00:32:56 +01:00
Dirk Koopman
59e7157e3e fix USDB problems?
Also add CTY-1806 prefix data
2008-06-24 22:51:10 +01:00
Dirk Koopman
b2dfa97751 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.
2008-06-24 22:22:44 +01:00
Dirk Koopman
d638bda3f7 improve debugging on findroutes 2008-06-24 20:25:40 +01:00
Dirk Koopman
c8e15fc700 allow users of next door nodes to override search 2008-06-24 20:24:53 +01:00
Dirk Koopman
c1540ccd79 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.
2008-06-24 19:36:57 +01:00
Dirk Koopman
7a3918d750 remove 'recursion limit' message fromRoute.pm 2008-05-30 11:56:46 +01:00
Dirk Koopman
139148d8a8 add missing call for CTY-1805 cty.dat 2008-05-28 22:53:57 +01:00
Dirk Koopman
e044603c96 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.
2008-05-28 22:26:01 +01:00
Dirk Koopman
a48eea32af 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)
2008-05-26 16:58:15 +01:00
Dirk Koopman
5547dff2ba correct attribution for disc cmd changes 2008-05-13 12:56:52 +01:00
Dirk Koopman
8b21846900 add disc users|nodes|all to disconnect cmd 2008-05-13 12:53:47 +01:00
Dirk Koopman
ed96190995 add 'exact' keyword to sh/dx
this allows an exact match for a callsign.
2008-05-12 23:01:57 +01:00
Dirk Koopman
3cdd57e7ba add privilege checks to (un)set/show/bad* cmds
These commands now require at least privilege 6 and cannot be done
remotely.
2008-05-10 15:26:57 +01:00
Dirk Koopman
0560e85c7f add more error messages around DXUser::get* 2008-05-10 14:50:00 +01:00
Dirk Koopman
618b5fd5a1 add sh/rcmd and sh/ann to help 2008-05-08 11:52:55 +01:00
Dirk Koopman
ad8639433d lower 60m limit 2008-05-06 17:09:58 +01:00
Dirk Koopman
49c63abb49 upissue version no 2008-05-06 16:41:01 +01:00
Dirk Koopman
89647f9ae8 upissue Version no 2008-05-06 16:39:54 +01:00
Dirk Koopman
ab811a0c90 Change DXUser->get* to DXUser::get*
and also check the output of thaw more carefully, complain if it
isn't a DXUser.
2008-05-06 15:00:00 +01:00
Dirk Koopman
8182fba8e3 added two Xmas Is calls 2008-04-22 17:51:43 +01:00
Dirk Koopman
16cdc76201 include CTY-1803 changes 2008-04-15 22:26:37 +01:00
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
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
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
Dirk Koopman
0181f6483f send build in pc92 K 2007-10-10 08:48:43 +01:00
Dirk Koopman
b72f258187 remove pc92 A/D first slot if == $mycall
also increase the C periodic update time to 4 hours
2007-10-09 17:21:59 +01:00
Dirk Koopman
f4c54c5174 fix new pc9x midnight rollover bug 2007-10-09 15:27:00 +01:00
Dirk Koopman
6ca2448755 added radio specific "motd_ax25" 2007-10-06 09:05:52 +01:00
Dirk Koopman
8320b88d08 treat PC61 as PC11. 2007-10-05 18:49:35 +01:00
Dirk Koopman
79e5e96cba fix .gtkconsole_data creation bug 2007-10-01 18:40:19 +01:00
Dirk Koopman
299b605c22 recast the callsign gathering 2007-09-27 18:44:11 +01:00
Dirk Koopman
fe84c38565 more README for gtkconsole 2007-09-27 18:14:04 +01:00
Dirk Koopman
28cebf8f02 added new version of gtkconsole
and admitted its existance.
2007-09-27 18:05:46 +01:00
Dirk Koopman
d8a5452bc7 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.
2007-09-27 17:24:55 +01:00
Dirk Koopman
1aac4bfce7 change back to guage (but divided by 5) 2007-09-25 21:06:37 +01:00
Dirk Koopman
7d604d6c1d add perminute modifier 2007-09-25 20:54:43 +01:00
Dirk Koopman
9e21eb1e34 fix mrtg to not use /var/* tree in debian/ubuntu 2007-09-25 20:07:35 +01:00
Dirk Koopman
9549aeeb92 change the type of unit for spots
This is an attempt to see if we now get the correct no of spots / minute
2007-09-25 19:11:57 +01:00
Dirk Koopman
44bbcb37d9 reset the F*****g obscount on C and K records! 2007-09-24 23:16:03 +01:00
Dirk Koopman
e6c2021620 add changes to Changes 2007-09-24 22:12:14 +01:00
Dirk Koopman
fdcc6aa642 Timeout PC92 nodes at the correct rate 2007-09-24 22:10:43 +01:00
Dirk Koopman
0e5d48bce6 make ping reset the node obscount
also add ping debugging on obscount tag
2007-09-24 21:35:07 +01:00
Dirk Koopman
f09464a2ad fix K crash 2007-09-22 20:21:06 +01:00
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
Dirk Koopman
d7854d2dce add sh/cmd_cache 2007-07-02 15:14:29 +01:00
Dirk Koopman
3065f0dd2c try to make set/isolate more bombproof.
Add a set/wantpc9x (default = on) command. It is likely
that (apart from mistakes) you will want to unset it mostly.
If either this flag == 0 or the node is isolated then pc9x
will not be offered on the PC18 and PC9x's will be ignored.
2007-06-29 14:29:13 +01:00
Dirk Koopman
eb9befb4de fix typo in /ex in chat mode 2007-06-25 22:19:45 +01:00
Dirk Koopman
d44eaf6ad5 add comment about chat to Changes 2007-06-25 22:16:07 +01:00
Dirk Koopman
8ea73c5334 add continuous chat mode (like talk) 2007-06-25 21:19:19 +01:00
Dirk Koopman
ef4dc061c3 fix dates on Changes file 2007-06-25 19:51:23 +01:00
Dirk Koopman
dcb4f4b5aa fix longstanding possibility of a crash on new user. 2007-06-25 19:32:29 +01:00
Dirk Koopman
c23f49862b fix announces
This was caused by double duplication, in turn because I
have moved to having everything done by the pc93 handler.
2007-06-25 18:04:59 +01:00
Dirk Koopman
a58b356bd3 really REALLY fix period C records 2007-06-25 15:17:19 +01:00
Dirk Koopman
43a54b922d really make sure a C record is send and stored! 2007-06-25 14:45:26 +01:00
Dirk Koopman
79fe9451ac make sure that periodic C updates come from node 2007-06-25 11:27:35 +01:00
Dirk Koopman
11ddef27f6 extend 4m in bands.pl to 70631 2007-06-24 21:45:17 +01:00
Dirk Koopman
ac14c69838 connect up the discontinuous trees and route better
This involves making sure that all the external nodes get fixed
up even though their parent node does not yet exist (because no
config record has come in. It is safe to create these, in
anticipation of the C record coming in somewhen.

In the process of this, obscount reseting now happens much more
frequently (which I hope means correctly).

Allow Route::findroutes to find routes to these disconnected
nodes that are in the routing table but have no parent that is
yet anchored to a dxchan. Simply remember the dxchan that that
C record came in on. It doesn't matter if it gets overwritten by
another node, if it came in that way, there must be a route.

In any case, chances are, the first dxchan to get the C record
is the best and the deduping will (mostly) prevent it being
overwritten. When the linking C record comes in, it is all
irrelevant anyway...
2007-06-24 21:15:23 +01:00
Dirk Koopman
c62d1dbdc3 improve debugging of obscounting 2007-06-24 10:44:48 +01:00
Dirk Koopman
fd0a34c34a remove all $Id$ strings 2007-06-24 02:17:43 +01:00
Dirk Koopman
9392cc93cc target eph_dup better 2007-06-24 01:47:37 +01:00
Dirk Koopman
3fb4b66f60 remove redundant PC10 handling after PC93 conversion 2007-06-24 01:24:16 +01:00
Dirk Koopman
05bed9a172 make Route::findroutes the basis of all routing 2007-06-24 01:03:03 +01:00
Dirk Koopman
7bb8e1e37a explicitly ignore just hoptable.pl 2007-06-24 00:46:21 +01:00
Dirk Koopman
5db4d809b6 add *.pl (to catch hoptable.pl et al) 2007-06-24 00:37:02 +01:00
Dirk Koopman
28f251eee8 fix Route::findroutes? 2007-06-24 00:21:06 +01:00
Dirk Koopman
460c05b504 actually commit the set/isolate patch! 2007-06-24 00:10:05 +01:00
Dirk Koopman
ac50e25791 Make obscount disconnections visible
There may be a problem with the obscount mechanism not working
for some reason.
2007-06-23 23:54:32 +01:00
Dirk Koopman
a2b44b1c0d try to stop Route::findroutes recursing too much 2007-06-23 23:50:10 +01:00
Dirk Koopman
0bf3741541 add list of Changes 2007-06-23 23:19:07 +01:00
Dirk Koopman
e38d19c302 if node is isolated, stay in old protocol 2007-06-23 23:12:32 +01:00
Dirk Koopman
99e970eab7 fixed Route::findroutes 2007-06-23 22:42:09 +01:00
Dirk Koopman
90b87fdbe4 Simply reset do_pc9x on failure to initialise 2007-06-23 22:12:22 +01:00
Dirk Koopman
916f0deef0 temporary commit for findroutes 2007-06-23 21:39:37 +01:00
Dirk Koopman
1cbb4d2083 fix send_pc92_update 2007-06-23 14:43:17 +01:00
Dirk Koopman
2f2b6dbde8 fix period updates (I think) 2007-06-23 14:21:28 +01:00
Dirk Koopman
b58ca3b584 fix pc20 disconnect 2007-06-23 14:05:07 +01:00
Dirk Koopman
d3641e4f28 Rearrange startup PC92 arrangements
This is an attempt to cut down on the number PC92Cs that are flying
around. It does this be storing the last PC92C and only sending
it (which should be ignored by other people if broadcast) and
a PC92A. It does mean that the PC92C could be quite out of date
but a fresher will be along soon(ish)

I have also increase the pc92 update time to one hour and
randomised it to one hour - upto 1/4 of the update time.

It will also do each node separately, rather than all together in
one big gob.
2007-06-23 12:54:02 +01:00
Dirk Koopman
b1a1e93dae fix dedupe algorthim 2007-06-23 08:22:11 +01:00
Dirk Koopman
8da884d53c Fix broken set/sys_qra command 2007-06-22 20:18:09 +01:00
Dirk Koopman
bbd575c64d chmod +x the cvsupdate files 2007-06-22 19:04:25 +01:00
Dirk Koopman
d9878df3e2 add cvsupdate files 2007-06-22 19:03:26 +01:00
Dirk Koopman
6230850db2 Fix initial set of bugs pointed on mailing list
1. Fix Alias for sh/mydx (so it isn't the same as sh/myfdx).
2. Fix sh/c/n uninitialised variable message
3. Fix (and improve) sh/newc gb7 problem
2007-06-22 18:50:11 +01:00
Dirk Koopman
23f64142e2 fix alias for sh/mydx 2007-06-22 12:04:57 +01:00
Dirk Koopman
281bb0799e add a subversion derived from tags to all builds 2007-06-21 19:07:53 +01:00
Dirk Koopman
948528bfc0 recover from removal of newline characters! 2007-06-21 15:40:45 +01:00
Dirk Koopman
df4f04ce8d fix version to 1.54 2007-06-21 14:55:55 +01:00
Dirk Koopman
d2580480d2 Merge branch 'SIMPLEROUTE'
and tag as 1.55

Conflicts:

	.gitignore
	data/.gitignore
	perl/DXProt.pm
	perl/Version.pm
2007-06-21 14:54:07 +01:00
Dirk Koopman
6d4a32b02d add some words about creating input route filters 2007-06-18 15:45:26 +01:00
Dirk Koopman
f45892a3ea fix lack of warnins.pm in 5.005004 2007-06-18 15:37:54 +01:00
Dirk Koopman
84f339800c upissue version 2007-06-18 15:28:35 +01:00
Dirk Koopman
922dfc80b6 deploy a default input route if none present. 2007-06-18 15:27:31 +01:00
Dirk Koopman
495e620d66 use Encode to see whether this reduces dupes 2007-06-18 15:18:25 +01:00
Dirk Koopman
6ac264a972 try to fix the gtkconsole CVS version no
add missing gcomiit scripts
2007-06-16 17:33:16 +01:00
Dirk Koopman
67db0fd456 try to perturb the gtkconsole CVS version 2007-06-16 17:30:59 +01:00
Dirk Koopman
5a6b740514 improve talk logging to show orig or dest node. 2007-06-16 17:10:00 +01:00
Dirk Koopman
4523a3419c fix path in gcommit 2007-06-15 16:21:38 +01:00
Dirk Koopman
c4dcdb17c8 add standard gcommit command
The gcommit command runs issue.pl before doing a commit
2007-06-15 16:20:32 +01:00