+19Jun00=======================================================================
+1. move ann_dup, spot_dup etc to dup_ann, dup_spots etc
+2. made mode 3 the default line ending convention for all out going connects
+via telnet in client.pl
18Jun00=======================================================================
1. fixed line ending ambiguities (I think) for telnet connections. Well
actually only really band aided it. It works but isn't how I want it.
'^\?', 'apropos', 'apropos',
],
'a' => [
- '^ann.*/full', 'announce full', 'announce',
- '^ann.*/sysop', 'announce sysop', 'announce',
- '^ann.*/(.*)$', 'announce $1', 'announce',
+ '^ann\w*/full', 'announce full', 'announce',
+ '^ann\w*/sysop', 'announce sysop', 'announce',
+ '^ann\w*/(.*)$', 'announce $1', 'announce',
],
'b' => [
],
+++ /dev/null
-#
-# show a list of all the outstanding spot dups
-# for debugging really
-#
-# Copyright (c) 2000 Dirk Koopman G1TLH
-#
-# $Id$
-#
-my $self = shift;
-return (1, $self->msg('e5')) unless $self->priv >= 9;
-return (1, AnnTalk::listdups);
--- /dev/null
+#
+# show a list of all the outstanding announce dups
+# for debugging really
+#
+# Copyright (c) 2000 Dirk Koopman G1TLH
+#
+# $Id$
+#
+my $self = shift;
+return (1, $self->msg('e5')) unless $self->priv >= 9;
+return (1, AnnTalk::listdups);
--- /dev/null
+#
+# show a list of all the outstanding spot dups
+# for debugging really
+#
+# Copyright (c) 2000 Dirk Koopman G1TLH
+#
+# $Id$
+#
+my $self = shift;
+return (1, $self->msg('e5')) unless $self->priv >= 9;
+return (1, Spot::listdups);
--- /dev/null
+#
+# show a list of all the outstanding wcy dups
+# for debugging really
+#
+# Copyright (c) 2000 Dirk Koopman G1TLH
+#
+# $Id$
+#
+my $self = shift;
+return (1, $self->msg('e5')) unless $self->priv >= 9;
+return (1, WCY::listdups);
--- /dev/null
+#
+# show a list of all the outstanding wwv dups
+# for debugging really
+#
+# Copyright (c) 2000 Dirk Koopman G1TLH
+#
+# $Id$
+#
+my $self = shift;
+return (1, $self->msg('e5')) unless $self->priv >= 9;
+return (1, Geomag::listdups);
+++ /dev/null
-#
-# show a list of all the outstanding spot dups
-# for debugging really
-#
-# Copyright (c) 2000 Dirk Koopman G1TLH
-#
-# $Id$
-#
-my $self = shift;
-return (1, $self->msg('e5')) unless $self->priv >= 9;
-return (1, Spot::listdups);
+++ /dev/null
-#
-# show a list of all the outstanding spot dups
-# for debugging really
-#
-# Copyright (c) 2000 Dirk Koopman G1TLH
-#
-# $Id$
-#
-my $self = shift;
-return (1, $self->msg('e5')) unless $self->priv >= 9;
-return (1, Geomag::listdups);
$sock->option_accept(Dont => TELOPT_ECHO, Wont => TELOPT_ECHO);
$sock->open($host) or die "Can't connect to $host port $port $!";
$sock->binmode(1);
- $mode = ($port == 23) ? 2 : 3;
+ $mode = 3;
} elsif ($sort eq 'ax25' || $sort eq 'prog') {
my @args = split /\s+/, $line;
$rfh = new IO::File;
@inqueue = (); # the main input queue, an array of hashes
$systime = 0; # the time now (in seconds)
-$version = "1.42"; # the version no of the software
+$version = "1.43"; # the version no of the software
$starttime = 0; # the starting time of the cluster
$lockfn = "cluster.lock"; # lock file name
@outstanding_connects = (); # list of outstanding connects