djk [Wed, 3 Nov 1999 21:13:11 +0000 (21:13 +0000)]
changed the command mode subs thing to use anonymous subs
allow locally connect clusters to appear in the node list even if they
don't issue PC19s (but do issue PC16s)
djk [Fri, 22 Oct 1999 18:58:57 +0000 (18:58 +0000)]
put in input filter for ann and output filters for ann/wwv/spots
allow lower case names for filters
fixed all issues on console.pl
added some eye candy to console
djk [Wed, 20 Oct 1999 20:51:05 +0000 (20:51 +0000)]
7. rewrote send so that an SB doesn't send a buckshee bull to NOPRIVATE!
8. Changed default colouration on console so that all spots >= 50Mhz are red
9. Fixed init command so that PC21s are sent down non-initted channels
10. Allow forwarding of unknown private mail. This means that you can set up
forwarding of 'foreign' mail across to and by gateways using the same
mechanism as bulletins (/spider/msg/forward.pl).
djk [Tue, 19 Oct 1999 23:44:55 +0000 (23:44 +0000)]
1. changed help command so that it works correctly with multiple title lines.
2. added to address to the list of things a message checks to see whether it
is a duplicate (how on earth did it take _this_ long to find this one?).
3. Changes S CC so that the callsign it says it has sent to is the real one.
djk [Sun, 29 Aug 1999 20:18:29 +0000 (20:18 +0000)]
1. Added msg command to allow the changing of To, From, Subject and so on the
messages. This seems particularly important just now as a whole raft of G3's
seem to be putting out non private bulls to callsigns.
2. While I am at set messages to TO fields that appear to be users to private
if they have been sent as bulls.
3. Add DISTROs, if a callsign field appears in /spider/msg/distro in upper
use that as a list of callsigns to send further. Note this is potentially
recursive as callsigns in a distro can be distros.
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.
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
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.
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.