spider.git
24 years agofixed ^K handling R_1_30
djk [Tue, 29 Jun 1999 10:40:13 +0000 (10:40 +0000)]
fixed ^K handling

24 years agoadded some more condx for coloration
djk [Tue, 29 Jun 1999 10:24:58 +0000 (10:24 +0000)]
added some more condx for coloration

24 years agoset ^Z and ^V correctly
djk [Tue, 29 Jun 1999 09:31:09 +0000 (09:31 +0000)]
set ^Z and ^V correctly

24 years agoadded ansi
djk [Tue, 29 Jun 1999 09:24:35 +0000 (09:24 +0000)]
added ansi

24 years agosome detail changes and speed ups
djk [Tue, 29 Jun 1999 09:10:33 +0000 (09:10 +0000)]
some detail changes and speed ups

24 years agoaltered default colours
djk [Tue, 29 Jun 1999 00:31:33 +0000 (00:31 +0000)]
altered default colours

24 years agoadded some heristics for console/xterms
djk [Tue, 29 Jun 1999 00:03:13 +0000 (00:03 +0000)]
added some heristics for console/xterms

24 years agoadded scrolling and color
djk [Mon, 28 Jun 1999 23:53:12 +0000 (23:53 +0000)]
added scrolling and color

24 years agoadded a clrtoeol and a ^A
djk [Mon, 28 Jun 1999 15:47:50 +0000 (15:47 +0000)]
added a clrtoeol and a ^A

24 years agomade the console.pl work with history and editing
djk [Mon, 28 Jun 1999 15:42:57 +0000 (15:42 +0000)]
made the console.pl work with history and editing

24 years agomade local aliases additive to the standard ones. Locals override standard
djk [Sun, 27 Jun 1999 23:31:55 +0000 (23:31 +0000)]
made local aliases additive to the standard ones. Locals override standard

24 years agofixed compilation probs
djk [Sun, 27 Jun 1999 17:29:44 +0000 (17:29 +0000)]
fixed compilation probs

24 years ago1. added WWV filtering
djk [Sun, 27 Jun 1999 11:01:31 +0000 (11:01 +0000)]
1. added WWV filtering
2. added timeouts to for forwarding Messages, also added a waiting time for
failed (stalled) outgoing messages.
3. Incoming messages will now have priority over outgoing messages to the
same node.
4. Added 'catchup' command which will 'catchup' messages to date for a node.
This means that when you start forwarding to a node, it doesn't get all the
messages queued up that are probably old.

24 years agofixed cluster->client regex so the |---| works correctly as data
djk [Mon, 21 Jun 1999 08:13:59 +0000 (08:13 +0000)]
fixed cluster->client regex so the |---| works correctly as data

24 years agoprevent merges to myself
djk [Sun, 20 Jun 1999 20:36:46 +0000 (20:36 +0000)]
prevent merges to myself

24 years ago1. fixed a problem with DXLogPrint repeating log entries.
djk [Fri, 18 Jun 1999 14:12:01 +0000 (14:12 +0000)]
1. fixed a problem with DXLogPrint repeating log entries.
2. altered the permissions on disconnnect so that priv 5 users can disconnect
clusters, but still require priv 8 to disconnect users.
3. made sure that an incoming PC18 clears out all the cluster info for
that channel before re-initialising.
4. add init command.
5. disconnect users before nodess on shutdown

24 years ago1. added grepdbg program (so you can search your debug files and get times
djk [Tue, 15 Jun 1999 09:19:17 +0000 (09:19 +0000)]
1. added grepdbg program (so you can search your debug files and get times
and dates of incidents).
2. Moved DXVars.pm to DXVars.pm.issue to force new users to cp it to their
local directory.
3. added $allowzero to DXProt to allow thru PC19s with zero protocol versions.

24 years ago*** empty log message ***
djk [Mon, 14 Jun 1999 15:50:15 +0000 (15:50 +0000)]
*** empty log message ***

24 years agochanged FileHandle to IO::File in cmds
djk [Mon, 14 Jun 1999 15:49:14 +0000 (15:49 +0000)]
changed FileHandle to IO::File in cmds
added a check for a isa('DXNode') in PC50

24 years agoadded console.pl
djk [Tue, 8 Jun 1999 21:32:21 +0000 (21:32 +0000)]
added console.pl

24 years agochanged all instances of FileHandle to IO::File
djk [Thu, 3 Jun 1999 21:19:43 +0000 (21:19 +0000)]
changed all instances of FileHandle to IO::File

24 years ago*** empty log message ***
djk [Thu, 3 Jun 1999 20:17:39 +0000 (20:17 +0000)]
*** empty log message ***

24 years agofixed probs with checking for loops on locally connected nodes
djk [Thu, 3 Jun 1999 20:13:58 +0000 (20:13 +0000)]
fixed probs with checking for loops on locally connected nodes

24 years ago1. cluster seems to have a memory leak, put DESTROY functions in where
djk [Thu, 3 Jun 1999 19:47:49 +0000 (19:47 +0000)]
1. cluster seems to have a memory leak, put DESTROY functions in where
appropriate.
2. try to make sure that PC21 commands are not issued inappropriately and
also reformat PC19 for onward broadcast so that nodes coming in on loops are
dropped from those broadcasts.
3. make sure PC16,17,19,21 doen't affect locally connected nodes.

24 years agoremoved unwanted pc21 for isolated nodes R_1_29
djk [Tue, 1 Jun 1999 08:44:49 +0000 (08:44 +0000)]
removed unwanted pc21 for isolated nodes

24 years agoadded routing for PC26/27 and also put the correct callsign on the end
djk [Mon, 31 May 1999 21:26:41 +0000 (21:26 +0000)]
added routing for PC26/27 and also put the correct callsign on the end

24 years agoadded code to route mail commands past me
djk [Mon, 31 May 1999 17:23:59 +0000 (17:23 +0000)]
added code to route mail commands past me

24 years agoroute external DB Commands and drop any directed locally
djk [Mon, 31 May 1999 17:04:20 +0000 (17:04 +0000)]
route external DB Commands and drop any directed locally

24 years agoremoved a warning from client
djk [Mon, 31 May 1999 17:01:56 +0000 (17:01 +0000)]
removed a warning from client

24 years agofurther fix for DXProt
djk [Mon, 31 May 1999 09:24:12 +0000 (09:24 +0000)]
further fix for DXProt

24 years agoput in some more loop protection.
djk [Mon, 31 May 1999 09:16:12 +0000 (09:16 +0000)]
put in some more loop protection.
allowed merge request passthru
correct priv used on rcmd

24 years agoadd who help R_1_28
djk [Tue, 25 May 1999 15:35:37 +0000 (15:35 +0000)]
add who help

24 years agoadded who command
djk [Tue, 25 May 1999 13:21:40 +0000 (13:21 +0000)]
added who command

24 years agotried to sort out last in
djk [Tue, 25 May 1999 11:34:56 +0000 (11:34 +0000)]
tried to sort out last in
fixed problem with client printing out crap if there is an offline message

24 years agofixed problems with directory only listing privates for you
djk [Mon, 24 May 1999 19:46:14 +0000 (19:46 +0000)]
fixed problems with directory only listing privates for you

24 years ago*** empty log message ***
djk [Mon, 24 May 1999 14:37:49 +0000 (14:37 +0000)]
*** empty log message ***

24 years agotried to get rid of some of the annoying global destructions messages
djk [Mon, 24 May 1999 11:33:19 +0000 (11:33 +0000)]
tried to get rid of some of the annoying global destructions messages
on end of program

24 years ago-w
djk [Mon, 24 May 1999 10:48:52 +0000 (10:48 +0000)]
-w

24 years agoadded comments to Changes
djk [Mon, 24 May 1999 10:48:18 +0000 (10:48 +0000)]
added comments to Changes

24 years agoattempt to get rid of some of the useless messages on program exit
djk [Mon, 24 May 1999 10:46:44 +0000 (10:46 +0000)]
attempt to get rid of some of the useless messages on program exit

24 years agochanged comments to reflect reality in CmdAlias
djk [Mon, 24 May 1999 09:24:24 +0000 (09:24 +0000)]
changed comments to reflect reality in CmdAlias

24 years agoadded comment to changes
djk [Sun, 23 May 1999 19:07:57 +0000 (19:07 +0000)]
added comment to changes

24 years agoadded more functionality to the kill command
djk [Sun, 23 May 1999 19:06:39 +0000 (19:06 +0000)]
added more functionality to the kill command

24 years agodone more work on directory now really quite ak1a compatible
djk [Sun, 23 May 1999 15:32:32 +0000 (15:32 +0000)]
done more work on directory now really quite ak1a compatible
made sure that a channel has a privilege - even if it is 0

24 years agoadded regex to sh/files
djk [Sun, 23 May 1999 14:03:13 +0000 (14:03 +0000)]
added regex to sh/files
fixed dir

24 years agoadded shellregex
djk [Sun, 23 May 1999 13:06:09 +0000 (13:06 +0000)]
added shellregex
made sh/c and sh/u sorted
added shelregex to sh/dx and dir
started making dir more useful

24 years agoadded raw mode for cluster connections ?
djk [Sun, 23 May 1999 11:12:21 +0000 (11:12 +0000)]
added raw mode for cluster connections ?

24 years agomerge in changes from BAA
djk [Sat, 22 May 1999 20:52:59 +0000 (20:52 +0000)]
merge in changes from BAA

24 years agochanged crap handling
djk [Sat, 22 May 1999 20:42:13 +0000 (20:42 +0000)]
changed crap handling
changed multiple connect handling

24 years agoadded type and show/files
djk [Sat, 22 May 1999 20:39:20 +0000 (20:39 +0000)]
added type and show/files

24 years agomade spots work again
djk [Sat, 22 May 1999 18:50:20 +0000 (18:50 +0000)]
made spots work again
removed detritus

24 years agoadded announce deduping and filtering
djk [Tue, 18 May 1999 21:28:01 +0000 (21:28 +0000)]
added announce deduping and filtering
changed dup connect semantics

24 years ago1. Added a bit more checking to the rcmd thing to make more sure that this
djk [Sat, 8 May 1999 21:09:11 +0000 (21:09 +0000)]
1. Added a bit more checking to the rcmd thing to make more sure that this
rcmd isn't coming from an imposter. Not possible to prevent everything
ofcourse, just make it a bit harder.
2. altered set/lockout and set/privilege so that they can't executed remotely.
3. Added some code to reject rubbish (with invalid binary characters) protocol
or user lines as input.
4. prevented PC command being executed remotely :-)

25 years agoadded a disconnect if already connected locally.
djk [Tue, 4 May 1999 16:03:38 +0000 (16:03 +0000)]
added a disconnect if already connected locally.

25 years agoadded G8TIC 'user' filter example R_1_27
djk [Sun, 2 May 1999 19:37:57 +0000 (19:37 +0000)]
added G8TIC 'user' filter example

25 years agofixed user filtering
djk [Sun, 2 May 1999 18:42:42 +0000 (18:42 +0000)]
fixed user filtering

25 years agofixed little buglet with can't ref hash {'0'}
djk [Sun, 2 May 1999 17:46:07 +0000 (17:46 +0000)]
fixed little buglet with can't ref hash {'0'}

25 years agoadded user filtering (or at leats the capability for it)
djk [Sun, 2 May 1999 14:49:10 +0000 (14:49 +0000)]
added user filtering (or at leats the capability for it)
fixed isolation problem

25 years agochanged Changes R_1_26
djk [Fri, 30 Apr 1999 20:08:55 +0000 (20:08 +0000)]
changed Changes

25 years agoadded broadcast_all_ak1a so that local commands go to isolated clusters
djk [Fri, 30 Apr 1999 20:07:10 +0000 (20:07 +0000)]
added broadcast_all_ak1a so that local commands go to isolated clusters
as well.

25 years agochanged order of nodes going out for AK1A's benefit
djk [Fri, 30 Apr 1999 16:19:37 +0000 (16:19 +0000)]
changed order of nodes going out for AK1A's benefit

25 years agoadded export_opernam.pl R_1_25
djk [Mon, 26 Apr 1999 19:39:56 +0000 (19:39 +0000)]
added export_opernam.pl

25 years agoadded set/user command
djk [Mon, 26 Apr 1999 18:54:21 +0000 (18:54 +0000)]
added set/user command

25 years agoadded code to allow filtering on spot channel callsign
djk [Sun, 25 Apr 1999 17:32:01 +0000 (17:32 +0000)]
added code to allow filtering on spot channel callsign

25 years agofixed the fact that the filter works, but the DXProt didn't send it onx
djk [Sun, 25 Apr 1999 15:57:51 +0000 (15:57 +0000)]
fixed the fact that the filter works, but the DXProt didn't send it onx

25 years agoaltered band data
djk [Tue, 20 Apr 1999 18:00:37 +0000 (18:00 +0000)]
altered band data

25 years ago*** empty log message ***
djk [Tue, 20 Apr 1999 17:55:49 +0000 (17:55 +0000)]
*** empty log message ***

25 years agoadded extra validation to the year. need my own routine.
djk [Sun, 21 Mar 1999 21:37:34 +0000 (21:37 +0000)]
added extra validation to the year. need my own routine.

25 years agoadded sysop command R_1_24
djk [Mon, 15 Mar 1999 21:44:08 +0000 (21:44 +0000)]
added sysop command

25 years agoadded new html
djk [Mon, 15 Mar 1999 21:40:40 +0000 (21:40 +0000)]
added new html

25 years agoadded an extra sorry
djk [Mon, 15 Mar 1999 21:16:26 +0000 (21:16 +0000)]
added an extra sorry

25 years ago1. added $actiondata to filter line to allow per action data such as no of hops
djk [Mon, 15 Mar 1999 17:59:38 +0000 (17:59 +0000)]
1. added $actiondata to filter line to allow per action data such as no of hops
2. fixed a silly problem in talk for non-existant callsigns
3. Added sysop command

25 years agoadded code to cope with disappearing records
djk [Thu, 4 Mar 1999 22:26:29 +0000 (22:26 +0000)]
added code to cope with disappearing records

25 years agoadded new DXUser with homemade data->ref and ref->data routines
djk [Wed, 3 Mar 1999 02:26:16 +0000 (02:26 +0000)]
added new DXUser with homemade data->ref and ref->data routines
added import, export and convert users programs

25 years agoadded NL language and the ability to change to it
djk [Thu, 25 Feb 1999 22:26:35 +0000 (22:26 +0000)]
added NL language and the ability to change to it

25 years agothink I have it working finally
djk [Sun, 21 Feb 1999 20:57:41 +0000 (20:57 +0000)]
think I have it working finally

25 years agomade $in global so that read_in works
djk [Sun, 21 Feb 1999 20:07:09 +0000 (20:07 +0000)]
made $in global so that read_in works

25 years agoadded filter code
djk [Sun, 21 Feb 1999 17:41:31 +0000 (17:41 +0000)]
added filter code
fiddled a bit with the dx commands to allow multiple freq ranges

25 years ago1. added export_user.pl to export user files (for interest and safety)
djk [Wed, 17 Feb 1999 00:06:52 +0000 (00:06 +0000)]
1. added export_user.pl to export user files (for interest and safety)
2. changed DXUser::init to allow O_RDONLY access which may limit the number
of coredumps G0RDI seems to get.

25 years agoadded message forwarding code
djk [Mon, 15 Feb 1999 16:10:24 +0000 (16:10 +0000)]
added message forwarding code

25 years agofixed A & K to be right way round
djk [Mon, 15 Feb 1999 13:17:32 +0000 (13:17 +0000)]
fixed A & K to be right way round
allow ~ in message lines
started message forwarding table code

25 years agofixed the isolation so it seems to work for messages and protocol
djk [Thu, 11 Feb 1999 20:53:33 +0000 (20:53 +0000)]
fixed the isolation so it seems to work for messages and protocol

25 years agoadded some more isolation
djk [Thu, 11 Feb 1999 19:57:45 +0000 (19:57 +0000)]
added some more isolation

25 years agoadded code to isolate things from rest o network on startup
djk [Thu, 11 Feb 1999 19:31:56 +0000 (19:31 +0000)]
added code to isolate things from rest o network on startup

25 years agoadded E4 (palestine) to prefix data
djk [Tue, 9 Feb 1999 12:44:13 +0000 (12:44 +0000)]
added E4 (palestine) to prefix data
fixed create_prefix.pl to work with directory scheme

25 years agoadded RR handling
djk [Mon, 8 Feb 1999 21:42:21 +0000 (21:42 +0000)]
added RR handling

25 years agovarious merges with the portable
djk [Mon, 8 Feb 1999 20:34:13 +0000 (20:34 +0000)]
various merges with the portable

25 years agofiddled with DXuser for G0RDI's benenfit
djk [Mon, 8 Feb 1999 20:32:35 +0000 (20:32 +0000)]
fiddled with DXuser for G0RDI's benenfit

25 years ago*** empty log message ***
djk [Mon, 8 Feb 1999 15:29:09 +0000 (15:29 +0000)]
*** empty log message ***

25 years agoadded load baddx.pl badmsg.pl
djk [Sun, 31 Jan 1999 13:31:24 +0000 (13:31 +0000)]
added load baddx.pl badmsg.pl

25 years agoadded baddx and badmsg functionality
djk [Sun, 31 Jan 1999 13:15:11 +0000 (13:15 +0000)]
added baddx and badmsg functionality

25 years agoadded more restrictive time parsing
djk [Sat, 30 Jan 1999 20:33:06 +0000 (20:33 +0000)]
added more restrictive time parsing

25 years agoforgot to write this away
djk [Sat, 30 Jan 1999 20:01:42 +0000 (20:01 +0000)]
forgot to write this away

25 years agotried to make the date parsing more robust
djk [Sat, 30 Jan 1999 19:59:18 +0000 (19:59 +0000)]
tried to make the date parsing more robust
PC16 can come in without a call

25 years agopreparing for 1.23 release R_1_23
djk [Sun, 24 Jan 1999 15:36:04 +0000 (15:36 +0000)]
preparing for 1.23 release

25 years agoadded mycall to locally generated spots in spot database
djk [Tue, 19 Jan 1999 10:31:10 +0000 (10:31 +0000)]
added mycall to locally generated spots in spot database

25 years agofiddled with user counts a bit more
djk [Tue, 19 Jan 1999 10:09:59 +0000 (10:09 +0000)]
fiddled with user counts a bit more

25 years ago8. incoming messages for users will now send a 'new message' message (instead
djk [Tue, 19 Jan 1999 00:36:20 +0000 (00:36 +0000)]
8. incoming messages for users will now send a 'new message' message (instead
of merely generating the message)[who wrote this rubbish?].
9. Hooked $SIG{__WARN__} and $SIG{__DIE__} so we store these nasty error
messages.
10. Print the no of users on restricted protocol links if we have had PC50
11. Had a go at making the sh/cl stats more accurate.
12. PC11 was trying to call Local::spot1 instead of Local::spot, no warning
previously.
13. Added a simple lockfile to prevent more than one cluster running at a time

25 years agochanged sh/config to show no of users if known
djk [Mon, 18 Jan 1999 20:06:54 +0000 (20:06 +0000)]
changed sh/config to show no of users if known

25 years agoPC32 will now actually emit a new message message
djk [Mon, 18 Jan 1999 18:09:48 +0000 (18:09 +0000)]
PC32 will now actually emit a new message message