spider.git
23 years ago*** empty log message *** R_1_40
djk [Sat, 10 Jun 2000 18:11:46 +0000 (18:11 +0000)]
*** empty log message ***

23 years agochanged power and rx sensitivity in sh/muf
djk [Sat, 10 Jun 2000 18:04:35 +0000 (18:04 +0000)]
changed power and rx sensitivity in sh/muf
added a log message to DXMsg

23 years agochanged changes
djk [Sat, 10 Jun 2000 14:28:44 +0000 (14:28 +0000)]
changed changes

23 years agostore the correct duptext for PC11
djk [Sat, 10 Jun 2000 14:27:32 +0000 (14:27 +0000)]
store the correct duptext for PC11

23 years agofixed croatia prefix
djk [Sat, 10 Jun 2000 14:21:49 +0000 (14:21 +0000)]
fixed croatia prefix
fixed sh/qra 4 letter calcs as well as allow more flexibility in lat/long
entry.

23 years agosome cosmetic changes
djk [Sat, 10 Jun 2000 12:42:26 +0000 (12:42 +0000)]
some cosmetic changes

23 years agosave changes
djk [Fri, 9 Jun 2000 17:39:52 +0000 (17:39 +0000)]
save changes

23 years agoget all the debugging finally into the debug files when things go wrong
djk [Fri, 9 Jun 2000 17:29:34 +0000 (17:29 +0000)]
get all the debugging finally into the debug files when things go wrong
added 'err' as a catchall dbg category
changed all the print stdout statements to dbg('err', ...)

23 years ago*** empty log message ***
djk [Thu, 8 Jun 2000 23:51:44 +0000 (23:51 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
djk [Thu, 8 Jun 2000 23:45:29 +0000 (23:45 +0000)]
*** empty log message ***

23 years agotry leaving echo on on tcgettattr < 0
djk [Thu, 8 Jun 2000 23:39:18 +0000 (23:39 +0000)]
try leaving echo on on tcgettattr < 0

23 years agoadded echo and noecho for clients to set/unset
djk [Thu, 8 Jun 2000 18:47:48 +0000 (18:47 +0000)]
added echo and noecho for clients to set/unset
fixed various client->cluster protocol misconecptions

23 years ago*** empty log message ***
djk [Thu, 8 Jun 2000 17:53:06 +0000 (17:53 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
djk [Tue, 6 Jun 2000 21:08:19 +0000 (21:08 +0000)]
*** empty log message ***

23 years agofixed deliberate error for ax25 dx spots
djk [Mon, 15 May 2000 14:17:28 +0000 (14:17 +0000)]
fixed deliberate error for ax25 dx spots

23 years agomade the communications between clients and server completely ascii (no
djk [Thu, 11 May 2000 16:00:30 +0000 (16:00 +0000)]
made the communications between clients and server completely ascii (no
length word at the fron anymore).
added watchdbg (a cross between tail -f and grep)

23 years agorewrote parts of Msg.pm and client.c so that the messages no longer use
djk [Fri, 5 May 2000 17:00:22 +0000 (17:00 +0000)]
rewrote parts of Msg.pm and client.c so that the messages no longer use
a length word at the front of each one. They are simply strings of characters
separated by a \n. No binary characters are allowed (they are encoded as %nn)
a la HTTP. This hopefully cures Arnold's problem and also make it more
secure anyway. It also paves the way for the ax25/ip multicast client.

24 years ago1. put some extra checks and balances in to message send routine in Msg.pm to
djk [Wed, 3 May 2000 13:34:18 +0000 (13:34 +0000)]
1. put some extra checks and balances in to message send routine in Msg.pm to
see if I can prevent the error seen by Arnold (which I think is only likely to
appear in heavily loaded sites).

24 years agoadded extra callsigns to the end of the reply command so that I can reply
djk [Wed, 26 Apr 2000 13:20:58 +0000 (13:20 +0000)]
added extra callsigns to the end of the reply command so that I can reply
to several people all at once

24 years agoallow pings if connected, but with no protocol visible yet
djk [Mon, 17 Apr 2000 06:34:46 +0000 (06:34 +0000)]
allow pings if connected, but with no protocol visible yet

24 years agoadded comment about spot deduping to Changes
djk [Fri, 31 Mar 2000 20:07:50 +0000 (20:07 +0000)]
added comment about spot deduping to Changes

24 years agoallow kill msg with range 1-n to kill from 1-n and not 1->n-1
djk [Fri, 31 Mar 2000 20:04:37 +0000 (20:04 +0000)]
allow kill msg with range 1-n to kill from 1-n and not 1->n-1
added autosplit for msgs dumped into the import directory starting with
'split' as the filename.

24 years agofixed connect code in client.pl so it doesn't falsely recognise /spider
djk [Thu, 30 Mar 2000 22:51:14 +0000 (22:51 +0000)]
fixed connect code in client.pl so it doesn't falsely recognise /spider
/src/client as a 'client' directive.
Tidied up the C client a bit

24 years agomod changes R_1_39b
djk [Tue, 28 Mar 2000 22:42:58 +0000 (22:42 +0000)]
mod changes

24 years agoremove trailing spaces properly! R_1_39a
djk [Tue, 28 Mar 2000 22:37:54 +0000 (22:37 +0000)]
remove trailing spaces properly!

24 years agodo better callsign checking
djk [Tue, 28 Mar 2000 22:23:15 +0000 (22:23 +0000)]
do better callsign checking

24 years agomake MAXPACLEN the default buffer length on non ax25 connections
djk [Tue, 28 Mar 2000 22:08:06 +0000 (22:08 +0000)]
make MAXPACLEN the default buffer length on non ax25 connections

24 years agoadded iscallsign regexes
djk [Tue, 28 Mar 2000 21:58:43 +0000 (21:58 +0000)]
added iscallsign regexes

24 years agoput in buffering
djk [Tue, 28 Mar 2000 19:33:13 +0000 (19:33 +0000)]
put in buffering
put in login

24 years agofixed swopping on msgs in all places R_1_39
djk [Mon, 27 Mar 2000 16:55:31 +0000 (16:55 +0000)]
fixed swopping on msgs in all places

24 years agoadded export command
djk [Mon, 27 Mar 2000 14:26:41 +0000 (14:26 +0000)]
added export command

24 years agofixed ITU on 4W
djk [Mon, 27 Mar 2000 13:30:48 +0000 (13:30 +0000)]
fixed ITU on 4W
fixed CQ on TX0
fixed message importing

24 years agoallow users to see there own talk and log messages
djk [Mon, 27 Mar 2000 12:32:30 +0000 (12:32 +0000)]
allow users to see there own talk and log messages
changed date on who to start date/time rather than last in time

24 years agoadded 4W and TX0 to wpxloc.raw and rsgb.cty
djk [Mon, 27 Mar 2000 10:30:20 +0000 (10:30 +0000)]
added 4W and TX0 to wpxloc.raw and rsgb.cty
tidied up create_prefix.pl

24 years agotidy up
djk [Mon, 27 Mar 2000 08:48:00 +0000 (08:48 +0000)]
tidy up

24 years agotook out kludge, did it properly
djk [Sun, 26 Mar 2000 22:39:13 +0000 (22:39 +0000)]
took out kludge, did it properly

24 years ago*** empty log message ***
djk [Sun, 26 Mar 2000 22:36:03 +0000 (22:36 +0000)]
*** empty log message ***

24 years agotake off any trailing \r with telnet mode
djk [Sun, 26 Mar 2000 22:23:06 +0000 (22:23 +0000)]
take off any trailing \r with telnet mode

24 years agoprevent messages greater than MAXBUFL from node
djk [Sun, 26 Mar 2000 19:06:38 +0000 (19:06 +0000)]
prevent messages greater than MAXBUFL from node

24 years agoadded code to cope with 'telnet' connections
djk [Sun, 26 Mar 2000 17:29:36 +0000 (17:29 +0000)]
added code to cope with 'telnet' connections

24 years agoadded text to README
djk [Sun, 26 Mar 2000 14:38:18 +0000 (14:38 +0000)]
added text to README

24 years agoremoved some irrelevant log info
djk [Sun, 26 Mar 2000 14:22:59 +0000 (14:22 +0000)]
removed some irrelevant log info

24 years agoa working version?
djk [Sun, 26 Mar 2000 14:18:24 +0000 (14:18 +0000)]
a working version?
with debugging

24 years agofirst cut of client
djk [Sun, 26 Mar 2000 00:03:30 +0000 (00:03 +0000)]
first cut of client

24 years agonew keps amd added check for missing +- character in bstar et al
djk [Fri, 17 Mar 2000 15:40:48 +0000 (15:40 +0000)]
new keps amd added check for missing +- character in bstar et al

24 years agoadded -c option to convkeps.pl
djk [Fri, 10 Mar 2000 21:52:04 +0000 (21:52 +0000)]
added -c option to convkeps.pl

24 years agoadded plain file mode to convkeps and also made it an update
djk [Fri, 10 Mar 2000 21:42:01 +0000 (21:42 +0000)]
added plain file mode to convkeps and also made it an update

24 years ago*** empty log message ***
djk [Fri, 10 Mar 2000 15:41:57 +0000 (15:41 +0000)]
*** empty log message ***

24 years agoSteve has fixed Sun.pm
djk [Fri, 10 Mar 2000 15:13:30 +0000 (15:13 +0000)]
Steve has fixed Sun.pm

24 years ago*** empty log message ***
djk [Wed, 8 Mar 2000 22:42:24 +0000 (22:42 +0000)]
*** empty log message ***

24 years agobit more tidying up
djk [Wed, 8 Mar 2000 22:24:47 +0000 (22:24 +0000)]
bit more tidying up

24 years agofixed sh/qra so that it shows the correct lat/long
djk [Wed, 8 Mar 2000 22:16:37 +0000 (22:16 +0000)]
fixed sh/qra so that it shows the correct lat/long
tidied up satellite stuff

24 years agoadded show/satellite command
djk [Mon, 10 Jan 2000 13:32:37 +0000 (13:32 +0000)]
added show/satellite command

24 years agotook out limit on msglength (ie 0 length messages are allowed)
djk [Sat, 8 Jan 2000 14:32:48 +0000 (14:32 +0000)]
took out limit on msglength (ie 0 length messages are allowed)
added a prototype message importing system

24 years agoadded some instructions for sh/node and sh/date
djk [Mon, 3 Jan 2000 15:57:19 +0000 (15:57 +0000)]
added some instructions for sh/node and sh/date

24 years agoadded show/node for G4PDQ
djk [Mon, 3 Jan 2000 15:51:30 +0000 (15:51 +0000)]
added show/node for G4PDQ

24 years agoupdated sh/version copyright date
djk [Mon, 3 Jan 2000 14:18:09 +0000 (14:18 +0000)]
updated sh/version copyright date
added g4pdq compatible sh/date command

24 years agoget the bloody thing right! R_1_38
djk [Sat, 1 Jan 2000 15:15:51 +0000 (15:15 +0000)]
get the bloody thing right!

24 years agoadded y2k.sh shell script
djk [Sat, 1 Jan 2000 15:14:59 +0000 (15:14 +0000)]
added y2k.sh shell script

24 years agorenamed gdx.pl as showdx
djk [Sat, 1 Jan 2000 14:47:20 +0000 (14:47 +0000)]
renamed gdx.pl as showdx

24 years agoadded Bands to allow on 6m
djk [Sat, 1 Jan 2000 14:21:42 +0000 (14:21 +0000)]
added Bands to allow on 6m

24 years agoadded gdx comments
djk [Sat, 1 Jan 2000 14:14:59 +0000 (14:14 +0000)]
added gdx comments

24 years ago1. fixed Julian routines
djk [Sat, 1 Jan 2000 14:13:04 +0000 (14:13 +0000)]
1. fixed Julian routines
2. fixed gdx so that it allows spots to be gathered 'off-line'.

24 years agomade sure that pc48 is processed correctly by DXDb.pm
djk [Sat, 11 Dec 1999 21:07:57 +0000 (21:07 +0000)]
made sure that pc48 is processed correctly by DXDb.pm

24 years agoadded mark messages as read or unread
djk [Fri, 10 Dec 1999 22:21:02 +0000 (22:21 +0000)]
added mark messages as read or unread

24 years agoadded callbot
djk [Wed, 1 Dec 1999 18:41:13 +0000 (18:41 +0000)]
added callbot

24 years agofixed confusion over DXCluster->get_exact and DXUser->get R_1_37
djk [Sun, 28 Nov 1999 17:41:21 +0000 (17:41 +0000)]
fixed confusion over DXCluster->get_exact and DXUser->get

24 years agoadd show/time R_1_36
djk [Wed, 24 Nov 1999 21:32:18 +0000 (21:32 +0000)]
add show/time

24 years agoadded ssid handling
djk [Wed, 24 Nov 1999 21:31:43 +0000 (21:31 +0000)]
added ssid handling
added sh/time
added help for sh/time, sh/sun, sh/moon

24 years agomade ssids unique everywhere
djk [Wed, 24 Nov 1999 18:37:27 +0000 (18:37 +0000)]
made ssids unique everywhere

24 years ago*** empty log message ***
djk [Wed, 24 Nov 1999 15:40:21 +0000 (15:40 +0000)]
*** empty log message ***

24 years agoadded swop file
djk [Wed, 24 Nov 1999 15:27:38 +0000 (15:27 +0000)]
added swop file
extended badmsg file to allow regexes on various fields
detail changes to all load/* commands

24 years agochanged pc50 logic
djk [Mon, 22 Nov 1999 20:16:36 +0000 (20:16 +0000)]
changed pc50 logic

24 years agochanged sh/moon label to RGain Db
djk [Mon, 22 Nov 1999 00:09:44 +0000 (00:09 +0000)]
changed sh/moon label to RGain Db

24 years agoallow bbses to input stuff a la pms
djk [Sun, 21 Nov 1999 23:34:56 +0000 (23:34 +0000)]
allow bbses to input stuff a la pms

24 years agotidied up login: changes in client.pl R_1_35
djk [Sun, 21 Nov 1999 21:18:49 +0000 (21:18 +0000)]
tidied up login: changes in client.pl

24 years agoremoved password from login on client
djk [Sun, 21 Nov 1999 20:49:38 +0000 (20:49 +0000)]
removed password from login on client
added set/home as an alias for set/homenode not set/homebbs

24 years agoincoming pc39 doesn't cause an outgoing one
djk [Sun, 21 Nov 1999 18:59:48 +0000 (18:59 +0000)]
incoming pc39 doesn't cause an outgoing one

24 years agonailed set/unset parameters in user file
djk [Sun, 21 Nov 1999 18:55:28 +0000 (18:55 +0000)]
nailed set/unset parameters in user file
fixed ? replicating in dx remarks

24 years agoget set/nobeeps to work?
djk [Sun, 21 Nov 1999 17:56:24 +0000 (17:56 +0000)]
get set/nobeeps to work?

24 years agofixed the default fo set/login to off not on
djk [Sun, 21 Nov 1999 17:19:28 +0000 (17:19 +0000)]
fixed the default fo set/login to off not on

24 years agoadded a possibly spurious conn->disconnect to client
djk [Sun, 21 Nov 1999 16:55:29 +0000 (16:55 +0000)]
added a possibly spurious conn->disconnect to client

24 years agofixed a missing get_all_user_calls
djk [Sun, 21 Nov 1999 16:38:19 +0000 (16:38 +0000)]
fixed a missing get_all_user_calls

24 years agoadded some new colours
djk [Sun, 21 Nov 1999 15:55:35 +0000 (15:55 +0000)]
added some new colours

24 years agoonly refresh the screen for time every minute in console.pl
djk [Sun, 21 Nov 1999 15:35:17 +0000 (15:35 +0000)]
only refresh the screen for time every minute in console.pl

24 years agoadded loginfo stuff
djk [Sun, 21 Nov 1999 15:26:48 +0000 (15:26 +0000)]
added loginfo stuff
added time to console
added setting ping interval and obscount

24 years agoremove uninit message from who
djk [Sat, 20 Nov 1999 16:05:03 +0000 (16:05 +0000)]
remove uninit message from who

24 years agoadded $@ and $! to see if we can store this stuff
djk [Sat, 20 Nov 1999 15:29:19 +0000 (15:29 +0000)]
added $@ and $! to see if we can store this stuff

24 years ago*** empty log message ***
djk [Fri, 19 Nov 1999 12:36:16 +0000 (12:36 +0000)]
*** empty log message ***

24 years agoand again
djk [Fri, 19 Nov 1999 12:34:15 +0000 (12:34 +0000)]
and again

24 years agorearranged RTT display in who
djk [Fri, 19 Nov 1999 12:33:04 +0000 (12:33 +0000)]
rearranged RTT display in who

24 years agoadded rtt to who
djk [Fri, 19 Nov 1999 12:27:36 +0000 (12:27 +0000)]
added rtt to who

24 years agoadded offest to outgoing ping times
djk [Fri, 19 Nov 1999 01:52:10 +0000 (01:52 +0000)]
added offest to outgoing ping times

24 years agouse Messages
djk [Fri, 19 Nov 1999 01:28:37 +0000 (01:28 +0000)]
use Messages

24 years agoprevent self pinging
djk [Fri, 19 Nov 1999 01:25:44 +0000 (01:25 +0000)]
prevent self pinging
altered no of pings to take into account to 6 from 10

24 years agonew sh/moon
djk [Fri, 19 Nov 1999 01:06:32 +0000 (01:06 +0000)]
new sh/moon

24 years agonew sh/sun
djk [Fri, 19 Nov 1999 01:06:02 +0000 (01:06 +0000)]
new sh/sun

24 years agoforce PC39 on ak1a disconnects
djk [Thu, 18 Nov 1999 23:49:58 +0000 (23:49 +0000)]
force PC39 on ak1a disconnects
don't allow overlapping connect requests

24 years agochanged ping regime to be a rolling list of up to ten
djk [Thu, 18 Nov 1999 23:22:10 +0000 (23:22 +0000)]
changed ping regime to be a rolling list of up to ten
an ak1a disconnect will always send a PC39

24 years agoremoved more 5.004 ambiguities including making the format of data
djk [Thu, 18 Nov 1999 22:46:15 +0000 (22:46 +0000)]
removed more 5.004 ambiguities including making the format of data
dumpered stuff dependant on version