Commit Graph

1918 Commits

Author SHA1 Message Date
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
7ac0ed9d6f Merge branch 'SIMPLEROUTE' of ssh://dirk@server/scm/spider into SIMPLEROUTE 2007-06-16 17:10:21 +01:00
Dirk Koopman
5a6b740514 improve talk logging to show orig or dest node. 2007-06-16 17:10:00 +01:00
dirk
285ec3a756 add connected 2007-06-15 19:29:41 +02:00
Dirk Koopman
4523a3419c fix path in gcommit 2007-06-15 16:21:38 +01:00