spider.git
16 years agoadd continuous chat mode (like talk) contchat
Dirk Koopman [Mon, 25 Jun 2007 20:19:19 +0000 (21:19 +0100)]
add continuous chat mode (like talk)

16 years agofix dates on Changes file
Dirk Koopman [Mon, 25 Jun 2007 18:51:23 +0000 (19:51 +0100)]
fix dates on Changes file

16 years agofix longstanding possibility of a crash on new user.
Dirk Koopman [Mon, 25 Jun 2007 18:32:29 +0000 (19:32 +0100)]
fix longstanding possibility of a crash on new user.

16 years agofix announces
Dirk Koopman [Mon, 25 Jun 2007 17:04:59 +0000 (18:04 +0100)]
fix announces

This was caused by double duplication, in turn because I
have moved to having everything done by the pc93 handler.

16 years agoreally REALLY fix period C records
Dirk Koopman [Mon, 25 Jun 2007 14:17:19 +0000 (15:17 +0100)]
really REALLY fix period C records

16 years agoreally make sure a C record is send and stored!
Dirk Koopman [Mon, 25 Jun 2007 13:45:26 +0000 (14:45 +0100)]
really make sure a C record is send and stored!

16 years agomake sure that periodic C updates come from node
Dirk Koopman [Mon, 25 Jun 2007 10:27:35 +0000 (11:27 +0100)]
make sure that periodic C updates come from node

16 years agoextend 4m in bands.pl to 70631
Dirk Koopman [Sun, 24 Jun 2007 20:45:17 +0000 (21:45 +0100)]
extend 4m in bands.pl to 70631

16 years agoconnect up the discontinuous trees and route better
Dirk Koopman [Sun, 24 Jun 2007 20:15:23 +0000 (21:15 +0100)]
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...

16 years agoimprove debugging of obscounting
Dirk Koopman [Sun, 24 Jun 2007 09:44:48 +0000 (10:44 +0100)]
improve debugging of obscounting

16 years agoremove all $Id$ strings
Dirk Koopman [Sun, 24 Jun 2007 01:17:43 +0000 (02:17 +0100)]
remove all $Id$ strings

16 years agotarget eph_dup better
Dirk Koopman [Sun, 24 Jun 2007 00:47:37 +0000 (01:47 +0100)]
target eph_dup better

16 years agoremove redundant PC10 handling after PC93 conversion
Dirk Koopman [Sun, 24 Jun 2007 00:24:16 +0000 (01:24 +0100)]
remove redundant PC10 handling after PC93 conversion

16 years agomake Route::findroutes the basis of all routing
Dirk Koopman [Sun, 24 Jun 2007 00:03:03 +0000 (01:03 +0100)]
make Route::findroutes the basis of all routing

16 years agoexplicitly ignore just hoptable.pl
Dirk Koopman [Sat, 23 Jun 2007 23:46:21 +0000 (00:46 +0100)]
explicitly ignore just hoptable.pl

16 years agoadd *.pl (to catch hoptable.pl et al)
Dirk Koopman [Sat, 23 Jun 2007 23:37:02 +0000 (00:37 +0100)]
add *.pl (to catch hoptable.pl et al)

16 years agofix Route::findroutes?
Dirk Koopman [Sat, 23 Jun 2007 23:21:06 +0000 (00:21 +0100)]
fix Route::findroutes?

16 years agoactually commit the set/isolate patch!
Dirk Koopman [Sat, 23 Jun 2007 23:10:05 +0000 (00:10 +0100)]
actually commit the set/isolate patch!

16 years agoMake obscount disconnections visible
Dirk Koopman [Sat, 23 Jun 2007 22:54:32 +0000 (23:54 +0100)]
Make obscount disconnections visible

There may be a problem with the obscount mechanism not working
for some reason.

16 years agotry to stop Route::findroutes recursing too much
Dirk Koopman [Sat, 23 Jun 2007 22:50:10 +0000 (23:50 +0100)]
try to stop Route::findroutes recursing too much

16 years agoadd list of Changes
Dirk Koopman [Sat, 23 Jun 2007 22:19:07 +0000 (23:19 +0100)]
add list of Changes

16 years agoif node is isolated, stay in old protocol
Dirk Koopman [Sat, 23 Jun 2007 22:12:32 +0000 (23:12 +0100)]
if node is isolated, stay in old protocol

16 years agofixed Route::findroutes
Dirk Koopman [Sat, 23 Jun 2007 21:42:09 +0000 (22:42 +0100)]
fixed Route::findroutes

16 years agoSimply reset do_pc9x on failure to initialise
Dirk Koopman [Sat, 23 Jun 2007 21:12:22 +0000 (22:12 +0100)]
Simply reset do_pc9x on failure to initialise

16 years agotemporary commit for findroutes
Dirk Koopman [Sat, 23 Jun 2007 20:39:37 +0000 (21:39 +0100)]
temporary commit for findroutes

16 years agofix send_pc92_update
Dirk Koopman [Sat, 23 Jun 2007 13:43:17 +0000 (14:43 +0100)]
fix send_pc92_update

16 years agofix period updates (I think)
Dirk Koopman [Sat, 23 Jun 2007 13:21:28 +0000 (14:21 +0100)]
fix period updates (I think)

16 years agofix pc20 disconnect
Dirk Koopman [Sat, 23 Jun 2007 13:05:07 +0000 (14:05 +0100)]
fix pc20 disconnect

16 years agoRearrange startup PC92 arrangements
Dirk Koopman [Sat, 23 Jun 2007 11:54:02 +0000 (12:54 +0100)]
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.

16 years agofix dedupe algorthim
Dirk Koopman [Sat, 23 Jun 2007 07:22:11 +0000 (08:22 +0100)]
fix dedupe algorthim

16 years agoFix broken set/sys_qra command
Dirk Koopman [Fri, 22 Jun 2007 19:18:09 +0000 (20:18 +0100)]
Fix broken set/sys_qra command

16 years agochmod +x the cvsupdate files
Dirk Koopman [Fri, 22 Jun 2007 18:04:25 +0000 (19:04 +0100)]
chmod +x the cvsupdate files

16 years agoadd cvsupdate files
Dirk Koopman [Fri, 22 Jun 2007 18:03:26 +0000 (19:03 +0100)]
add cvsupdate files

16 years agoFix initial set of bugs pointed on mailing list
Dirk Koopman [Fri, 22 Jun 2007 17:50:11 +0000 (18:50 +0100)]
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

16 years agofix alias for sh/mydx
Dirk Koopman [Fri, 22 Jun 2007 11:04:57 +0000 (12:04 +0100)]
fix alias for sh/mydx

16 years agoadd a subversion derived from tags to all builds
Dirk Koopman [Thu, 21 Jun 2007 18:07:53 +0000 (19:07 +0100)]
add a subversion derived from tags to all builds

16 years agorecover from removal of newline characters! SIMPLEROUTE origin/SIMPLEROUTE
Dirk Koopman [Thu, 21 Jun 2007 14:38:09 +0000 (15:38 +0100)]
recover from removal of newline characters!

16 years agofix version to 1.54
Dirk Koopman [Thu, 21 Jun 2007 13:55:55 +0000 (14:55 +0100)]
fix version to 1.54

16 years agoMerge branch 'SIMPLEROUTE'
Dirk Koopman [Thu, 21 Jun 2007 13:54:07 +0000 (14:54 +0100)]
Merge branch 'SIMPLEROUTE'

and tag as 1.55

Conflicts:

.gitignore
data/.gitignore
perl/DXProt.pm
perl/Version.pm

16 years agoadd some words about creating input route filters
Dirk Koopman [Mon, 18 Jun 2007 14:45:26 +0000 (15:45 +0100)]
add some words about creating input route filters

16 years agofix lack of warnins.pm in 5.005004
Dirk Koopman [Mon, 18 Jun 2007 14:37:54 +0000 (15:37 +0100)]
fix lack of warnins.pm in 5.005004

16 years agoupissue version
Dirk Koopman [Mon, 18 Jun 2007 14:28:35 +0000 (15:28 +0100)]
upissue version

16 years agodeploy a default input route if none present.
Dirk Koopman [Mon, 18 Jun 2007 14:27:31 +0000 (15:27 +0100)]
deploy a default input route if none present.

16 years agouse Encode to see whether this reduces dupes
Dirk Koopman [Mon, 18 Jun 2007 14:18:25 +0000 (15:18 +0100)]
use Encode to see whether this reduces dupes

16 years agotry to fix the gtkconsole CVS version no
Dirk Koopman [Sat, 16 Jun 2007 16:33:16 +0000 (17:33 +0100)]
try to fix the gtkconsole CVS version no

add missing gcomiit scripts

16 years agotry to perturb the gtkconsole CVS version
Dirk Koopman [Sat, 16 Jun 2007 16:30:59 +0000 (17:30 +0100)]
try to perturb the gtkconsole CVS version

16 years agoMerge branch 'SIMPLEROUTE' of ssh://dirk@server/scm/spider into SIMPLEROUTE
Dirk Koopman [Sat, 16 Jun 2007 16:10:21 +0000 (17:10 +0100)]
Merge branch 'SIMPLEROUTE' of ssh://dirk@server/scm/spider into SIMPLEROUTE

16 years agoimprove talk logging to show orig or dest node.
Dirk Koopman [Sat, 16 Jun 2007 16:10:00 +0000 (17:10 +0100)]
improve talk logging to show orig or dest node.

16 years agoadd connected
dirk [Fri, 15 Jun 2007 17:29:41 +0000 (19:29 +0200)]
add connected

16 years agofix path in gcommit
Dirk Koopman [Fri, 15 Jun 2007 15:21:38 +0000 (16:21 +0100)]
fix path in gcommit

16 years agoadd standard gcommit command
Dirk Koopman [Fri, 15 Jun 2007 15:20:32 +0000 (16:20 +0100)]
add standard gcommit command

The gcommit command runs issue.pl before doing a commit

16 years agoupissue version
Dirk Koopman [Fri, 15 Jun 2007 14:04:41 +0000 (15:04 +0100)]
upissue version

16 years agomerge in build no fix to PC18 from SIMPLEROUTE again
Dirk Koopman [Fri, 15 Jun 2007 14:01:26 +0000 (15:01 +0100)]
merge in build no fix to PC18 from SIMPLEROUTE again

16 years agoMerge branch 'master' of ssh://dirk@server/scm/spider
Dirk Koopman [Fri, 15 Jun 2007 13:58:24 +0000 (14:58 +0100)]
Merge branch 'master' of ssh://dirk@server/scm/spider

16 years agomerge in pc18 fix and sort out gitignores
Dirk Koopman [Fri, 15 Jun 2007 13:55:47 +0000 (14:55 +0100)]
merge in pc18 fix and sort out gitignores

16 years agofix problem recognising new buildnos in PC18
Dirk Koopman [Fri, 15 Jun 2007 13:36:29 +0000 (14:36 +0100)]
fix problem recognising new buildnos in PC18

16 years agomerge back some files from SIMPLEROUTE
Dirk Koopman [Thu, 14 Jun 2007 23:30:45 +0000 (00:30 +0100)]
merge back some files from SIMPLEROUTE

16 years agoupissue build
Dirk Koopman [Thu, 14 Jun 2007 23:12:07 +0000 (00:12 +0100)]
upissue build

16 years agoMerge ssh://dirk@server/spider into SIMPLEROUTE server/SIMPLEROUTE
Dirk Koopman [Thu, 14 Jun 2007 22:10:51 +0000 (23:10 +0100)]
Merge ssh://dirk@server/spider into SIMPLEROUTE

Merge it all back again....

Conflicts:

data/.gitignore
perl/Version.pm

16 years agoupissue version
dirk [Thu, 14 Jun 2007 22:04:02 +0000 (00:04 +0200)]
upissue version

16 years agoMerge /scm/spider into SIMPLEROUTE
dirk [Thu, 14 Jun 2007 22:03:30 +0000 (00:03 +0200)]
Merge /scm/spider into SIMPLEROUTE

Conflicts:

.gitignore
Changes
cmd/Aliases
data/.gitignore
filter/.gitignore
msg/.gitignore
perl/DXChannel.pm
perl/DXProt.pm
perl/DXSql/SQLite.pm
perl/DXSql/mysql.pm
perl/DXXml.pm
perl/DXXml/Cmd.pm
perl/DXXml/IM.pm
perl/DXXml/Text.pm
perl/Msg.pm
perl/Route/Node.pm
perl/Version.pm

Fix merge into existing tree

16 years agosort a load of gitignores on a real server
dirk [Thu, 14 Jun 2007 21:33:41 +0000 (23:33 +0200)]
sort a load of gitignores on a real server

16 years agoadd in .gitignore
Dirk Koopman [Thu, 14 Jun 2007 20:48:21 +0000 (21:48 +0100)]
add in .gitignore

16 years agoupissue server/master server/spider
Dirk Koopman [Thu, 14 Jun 2007 15:21:48 +0000 (16:21 +0100)]
upissue

16 years agoadded wwv and wcy
Dirk Koopman [Thu, 14 Jun 2007 15:20:04 +0000 (16:20 +0100)]
added wwv and wcy

16 years agoMerge branch 'master' into SIMPLEROUTE
Dirk Koopman [Thu, 14 Jun 2007 15:16:43 +0000 (16:16 +0100)]
Merge branch 'master' into SIMPLEROUTE

Conflicts:

Changes
cmd/Aliases
perl/DXChannel.pm
perl/DXProt.pm
perl/DXSql/SQLite.pm
perl/DXSql/mysql.pm
perl/DXXml.pm
perl/DXXml/Cmd.pm
perl/DXXml/IM.pm
perl/DXXml/Text.pm
perl/Msg.pm
perl/Route/Node.pm
perl/Version.pm

fix conflicts from merge

16 years agoadd .gitignore for msg related stuff
Dirk Koopman [Thu, 14 Jun 2007 14:27:17 +0000 (15:27 +0100)]
add .gitignore for msg related stuff

16 years agoupissue build
Dirk Koopman [Thu, 14 Jun 2007 13:59:03 +0000 (14:59 +0100)]
upissue build

16 years agoadd ~ and .[oa] and CVS to patterns
Dirk Koopman [Thu, 14 Jun 2007 13:58:29 +0000 (14:58 +0100)]
add ~ and .[oa] and CVS to patterns

16 years agouse no of commits as the build no on a tag
Dirk Koopman [Thu, 14 Jun 2007 13:56:05 +0000 (14:56 +0100)]
use no of commits as the build no on a tag

use the no of commits from git-describe as the build no
relative to the the version no tag.

16 years agoPrepare for git repository
Dirk Koopman [Thu, 14 Jun 2007 11:08:12 +0000 (12:08 +0100)]
Prepare for git repository

remove all the versioning from the code and introduce Version.pm
fix some niffnaffs

16 years agofix git version/build code correctly
Dirk Koopman [Wed, 13 Jun 2007 21:57:00 +0000 (22:57 +0100)]
fix git version/build code correctly

add finer graded .gitignores

16 years agoRevert "fix 1.53 to work with old version method"
Dirk Koopman [Wed, 13 Jun 2007 21:49:09 +0000 (22:49 +0100)]
Revert "fix 1.53 to work with old version method"

This reverts commit f6fdd9847c1f46b233be56296cad39ad949d25ae.

16 years agofix 1.53 to work with old version method
Dirk Koopman [Wed, 13 Jun 2007 21:44:47 +0000 (22:44 +0100)]
fix 1.53 to work with old version method

add some .gitignores

16 years agofixup git indent problem 1.53
Dirk Koopman [Wed, 13 Jun 2007 21:31:57 +0000 (22:31 +0100)]
fixup git indent problem

16 years agoPrepare for SIMPLEROUTE merge (more files)
Dirk Koopman [Wed, 13 Jun 2007 21:30:38 +0000 (22:30 +0100)]
Prepare for SIMPLEROUTE merge (more files)

16 years agoprepare for merge of SIMPLEROUTE
Dirk Koopman [Wed, 13 Jun 2007 21:27:18 +0000 (22:27 +0100)]
prepare for merge of SIMPLEROUTE

fix version and build issue

16 years agofix free talking in command mode 1.54
minima [Mon, 11 Jun 2007 15:22:50 +0000 (15:22 +0000)]
fix free talking in command mode

16 years agoadd 1704 cty.dat data
minima [Mon, 11 Jun 2007 10:28:17 +0000 (10:28 +0000)]
add 1704 cty.dat data

16 years agotruncate qrg for spot dupes
minima [Mon, 11 Jun 2007 10:27:14 +0000 (10:27 +0000)]
truncate qrg for spot dupes

16 years agotruncate qrg in spot dupe check origin origin/origin server/origin
minima [Mon, 11 Jun 2007 10:21:02 +0000 (10:21 +0000)]
truncate qrg in spot dupe check

16 years agologin mods
minima [Thu, 17 May 2007 15:09:07 +0000 (15:09 +0000)]
login mods

17 years agoadd latest cty
minima [Sun, 8 Apr 2007 18:40:15 +0000 (18:40 +0000)]
add latest cty
change the way deleteions are done in DXDupe

17 years agoadd the latest CTY data
minima [Sun, 8 Apr 2007 17:45:53 +0000 (17:45 +0000)]
add the latest CTY data
change the way deletions are done in dupefile

17 years agofix sh/425
minima [Sun, 18 Mar 2007 14:02:50 +0000 (14:02 +0000)]
fix sh/425

17 years agochange URL in sh/425
minima [Sun, 18 Mar 2007 14:01:50 +0000 (14:01 +0000)]
change URL in sh/425

17 years agoadd 1702 prefix data
minima [Sun, 4 Mar 2007 12:29:39 +0000 (12:29 +0000)]
add 1702 prefix data

17 years agoadd 1702 prefix cty.dat data
minima [Sun, 4 Mar 2007 12:29:05 +0000 (12:29 +0000)]
add 1702 prefix cty.dat data

17 years agoadd sh/myfdx to aliases
minima [Thu, 22 Feb 2007 18:19:22 +0000 (18:19 +0000)]
add sh/myfdx to aliases

17 years agoallow amsat keps to work again.
minima [Thu, 15 Feb 2007 15:09:29 +0000 (15:09 +0000)]
allow amsat keps to work again.

17 years agoallow norad keps to be translated
minima [Thu, 15 Feb 2007 11:11:21 +0000 (11:11 +0000)]
allow norad keps to be translated

17 years agoreplace eph_dup for PC21s
minima [Mon, 5 Feb 2007 16:35:21 +0000 (16:35 +0000)]
replace eph_dup for PC21s

17 years agoadd beginnings of a route find command.
minima [Mon, 5 Feb 2007 16:15:33 +0000 (16:15 +0000)]
add beginnings of a route find command.
fix dumping of commands coming in as pc9x from $mycall

17 years agofix chat
minima [Tue, 23 Jan 2007 22:50:33 +0000 (22:50 +0000)]
fix chat

17 years agoadd chat/wx/announce handling to PC93
minima [Tue, 23 Jan 2007 22:41:40 +0000 (22:41 +0000)]
add chat/wx/announce handling to PC93

17 years agouse correct do_pc9x call
minima [Tue, 23 Jan 2007 17:16:05 +0000 (17:16 +0000)]
use correct do_pc9x call

17 years agomore pc41 hardening
minima [Mon, 22 Jan 2007 23:15:59 +0000 (23:15 +0000)]
more pc41 hardening

17 years agobounce invalid pc41s back
minima [Mon, 22 Jan 2007 23:08:51 +0000 (23:08 +0000)]
bounce invalid pc41s back

17 years agobit more sophisticated
minima [Mon, 22 Jan 2007 23:04:29 +0000 (23:04 +0000)]
bit more sophisticated

17 years agotry to stop selfspotter strings as names
minima [Mon, 22 Jan 2007 23:01:11 +0000 (23:01 +0000)]
try to stop selfspotter strings as names