Add BBS interface info to Manual
[spider.git] / sgml / adminmanual.sgml
1 <!doctype linuxdoc system>
2
3 <article>
4
5 <!-- Title information -->
6
7 <title>The DXSpider Installation and Administration Manual 
8 <author>Ian Maude, G0VGS, (ianmaude@btinternet.com)
9 <date>Version 1.30 January 2001
10 <abstract>
11 A reference for SysOps of the DXSpider DXCluster program.
12 </abstract>
13
14 <!-- Table of contents -->
15 <toc>
16
17 <!-- Begin the document -->
18
19 <sect>Installation (Original version by Iain Phillips, G0RDI)
20
21 <P>
22 Last modified: 24 January 2001 by Ian Maude, G0VGS
23
24 <sect1>Introduction
25
26 <P>
27 This section describes the installation of DX Spider v1.35 on a 
28 <htmlurl url="http://www.redhat.com" name="RedHat"> Linux Distribution.  
29 I do not intend to try and cover the installation of Linux or the setup 
30 of the AX25 utilities.  If you need help on this then read Iains original 
31 HOWTO on the <htmlurl url="http://www.dxcluster.org" name="DXSpider"> 
32 website.
33
34 <P>
35 I am assuming a general knowledge of Linux and its commands.  You should 
36 know how to use <em>tar</em> and how to edit files using your favourite editor.
37
38 <P>
39 The crucial ingredient for all of this is 
40 <htmlurl url="http://www.perl.org" name="Perl 5.004">.  Now I know Perl 5.005 
41 is out and this will almost certainly work with it, but 
42 <htmlurl url="http://www.redhat.com" name="RedHat 5.1"> comes with 5.004. 
43 <em>Be Warned</em>, earlier versions of 
44 <htmlurl url="http://www.redhat.com" name="RedHat"> <bf>do not</bf> come 
45 with 5.004 as standard, you need to 
46 <htmlurl url="ftp://upgrade.redhat.com" name="upgrade">
47
48 <P>In addition to the standard Red Hat distribution you will require the 
49 following <htmlurl url="http://www.cpan.org/CPAN.html" name="CPAN"> modules: -
50
51 <P>
52 <itemize>
53
54 <item>          MD5-1.7.tar.gz
55 <item>          Data-Dumper-2.10.tar.gz
56 <item>          FreezeThaw-0.3.tar.gz
57 <item>          MLDBM-2.00.tar.gz
58 <item>          TimeDate-1.08.tar.gz
59 <item>          IO-1.20.tar.gz
60 <item>          Net-Telnet-3.02.tar.gz
61 <item>          Curses-1.05.tar.gz
62 <item>          Time-HiRes-01.20.tar.gz
63
64 </itemize>
65
66 <P>
67
68 <em>Do</em> get the latest versions of these packages and install them 
69 but use the above list as the earliest versions usable.
70
71 <sect1>Preparation
72
73 <P>
74 I will assume that you have already downloaded the latest tarball of 
75 the DXSpider software and are ready to install it. I am assuming version 
76 1.35 for this section but of course you would use the latest version.
77
78 <P>
79 Login as root and create a user to run the cluster under.  <bf><it>UNDER 
80 NO CIRCUMSTANCES USE ROOT AS THIS USER!</it></bf>.  I am going to use 
81 the name <em>sysop</em>.  You can call it anything you wish.  Depending 
82 on your security requirements you may wish to use an existing user, 
83 however this is your own choice.
84
85 <P>
86 <tscreen><verb>
87 # adduser -m sysop
88 </verb></tscreen>
89
90 <P>
91 Now set a password for the user ...
92
93 <tscreen><verb>
94 # passwd sysop
95 # New UNIX password:
96 # Retype new UNIX password:
97 passwd: all authentication tokens updated successfully
98 </verb></tscreen>
99
100 <sect1>Installing the software
101
102 <P>
103 Now to unpack the DX Spider distribution, set symbolic links and group 
104 permissions.  Copy the tarball to /home/sysop and do the following.
105
106 <tscreen><verb>
107 # cd ~sysop
108 # tar xvfz spider-1.35.tar.gz
109 # ln -s ~sysop/spider /spider
110 # groupadd -g 251 spider       (or another number)
111 </verb></tscreen>
112
113 If you do not have the command <em>groupadd</em> available to you simply 
114 add a line in /etc/group by hand.
115
116 <tscreen><verb>
117 # vi /etc/group                (or your favorite editor)
118 </verb></tscreen>
119
120 You also need to add some others to the group, including your own callsign 
121 (this will be used as an alias) and root.  The finished line in /etc/group 
122 should look something like this
123
124 <tt>
125 spider:x:251:sysop,g0vgs,root
126 </tt>
127
128 <P>
129 The next step is to set the permissions on the Spider directory tree and files ....
130
131 <tscreen><verb>
132 # chown -R sysop.spider spider
133 # find . -type d -exec chmod 2775 {} \;
134 # find . -type f -exec chmod 775 {} \;
135 </verb></tscreen>
136
137 <P>
138 This last step allows various users of the group <em>spider</em> to have 
139 write access to all the directories.  This is not really needed just yet 
140 but will be useful when web interfaces start to appear.
141
142 <P>
143 Finally, you need to fix the permissions on the ax25_call and netrom_call 
144 programs.  Check where they are with the <em>locate</em> command and alter 
145 the permissions with the <em>chmod</em> command like this ..
146
147 <tscreen><verb>
148 # chown root ax25_call netrom_call
149 # chmod 4775 ax25_call netrom_call
150 </verb></tscreen>
151
152 <sect1>Setting callsigns etc
153
154 <P>
155 Now login to your machine as the user you created earlier.  In my case that 
156 user is called <em>sysop</em>.  Once logged in, issue the following commands ....
157
158 <tscreen><verb>
159 $ cd /spider
160 $ mkdir local
161 $ mkdir local_cmd
162 $ cp perl/DXVars.pm.issue local/DXVars.pm
163 $ cd local
164 $ vi DXVars.pm (or your favourite editor)
165 </verb></tscreen>
166
167 <P>
168 Using the distributed DXVars.pm as a a template, set your cluster callsign, 
169 sysop callsign and other user info to suit your own environment. Note that 
170 this a perl file which will be parsed and executed as part of the cluster. If 
171 you get it wrong then perl will complain when you start the cluster process.  
172 It is important only to alter the text of any section.  Some of the lines look 
173 a little odd.  Take this line for example ....
174
175 <tt>
176 $myemail = "ianmaude\@btinternet.com";
177 </tt>
178
179 <P>
180 There appears to be an extra slash in there.  However this has to be there 
181 for the file to work so leave it in.
182                 
183 <P><bf>PLEASE USE CAPITAL LETTERS FOR CALLSIGNS</bf>
184                 
185 <P>
186 DON'T alter the DXVars.pm (or any other file) in /spider/perl, they are 
187 overwritten with every release. Any files or commands you place in /spider/local 
188 or /spider/local_cmd will automagically be used in preference to the ones in 
189 /spider/perl EVEN while the cluster is running!
190
191 <P>
192 Save the new file and change directory to ../perl ....
193
194 <tscreen><verb>
195 $ cd ../perl
196 </verb></tscreen>
197
198 <P>
199 Now type the following command which creates the basic user file with you as 
200 the sysop.
201
202 <tscreen><verb>
203 $ create_sysop.pl
204 </verb></tscreen>
205
206 <sect1>Starting up for the first time
207
208 <P>
209 We can now bring spider up for the first time and see if all is well or not!  
210 It should look something like this ...
211
212 <tscreen><verb>
213 $ cluster.pl
214 DXSpider DX Cluster Version 1.35
215 Copyright (c) 1998 Dirk Koopman G1TLH
216 loading prefixes ...
217 loading band data ...
218 loading user file system ...
219 starting listener ...
220 reading existing message headers
221 reading cron jobs
222 orft we jolly well go ...
223 </verb></tscreen>
224
225 <P>
226 If all is well then login on another term or console as <em>sysop</em> and 
227 cd to /spider/perl.  Now issue the following command ...
228
229 <tscreen><verb>
230 $ client.pl
231 </verb></tscreen>
232
233 <P>
234 This should log you into the cluster as the sysop under the alias callsign we 
235 set earlier.  In this case the callsign is G0VGS.  The cluster callsign is set 
236 in the DXVars.pm file in /spider/local.  In this case we will assume that this 
237 was set as GB7MBC.  You should therefore see this when you login ....
238
239 <tscreen><verb>
240 G0VGS de GB7MBC 19-Nov-1999 2150Z >
241 </verb></tscreen>
242
243 If you do, congratulations!  If not, look over the instructions again, you 
244 have probably missed something out.  You can shut spider down again with the 
245 command ....
246
247 <tscreen><verb>
248 shutdown
249 </verb></tscreen>
250
251 <P>
252 and both the cluster and the client should return to Linux prompts.
253
254 <sect>The Client program
255
256 <P>
257 In earlier versions of Spider, all the processes were Perl scripts.  This 
258 was fine but with a lot of users your computer memory would soon be used up.  
259 To combat this a new client was written in "C".  This client only works for
260 <em>incoming</em> connects at the moment.  Before you can use it though it 
261 has to be "made".  CD to /spider/src and type <em>make</em>.  You 
262 should see the output on your screen and hopefully now have a small C program 
263 called <em>client</em>.  Leave it in this directory.
264
265 <sect>Configuration
266
267 <sect1>Allowing ax25 connects from users
268
269 <P>
270 As stated previously, the aim of this document is not to tell you how to 
271 configure Linux or the ax25 utilities.  However, you do need to add a line 
272 in your ax25d.conf to allow connections to DXSpider for your users.  For
273 each interface that you wish to allow connections on, use the following format ...
274
275 <tscreen><verb>
276 default  * * * * * *  - sysop /spider/src/client client %u ax25
277 </verb></tscreen>
278
279 <sect1>Allowing telnet connects from users
280
281 <P>
282 Allowing telnet connections is quite simple.  Firstly you need to add a line 
283 in /etc/services to allow connections to a port number, like this ....
284
285 <tscreen><verb>
286 spdlogin   8000/tcp     # spider anonymous login port
287 </verb></tscreen>
288
289 Then add a line in /etc/inetd.conf like this ....
290
291 <tscreen><verb>
292 spdlogin stream tcp nowait root /usr/sbin/tcpd /spider/src/client login telnet
293 </verb></tscreen>
294
295 <P>
296 This needs to be added above the standard services such as ftp, telnet etc.  
297 Once this is done, you need to restart inetd like this ....
298
299 <tscreen><verb>
300 killall -HUP inetd
301 </verb></tscreen>
302
303
304 <P>Now login as <em>sysop</em> and cd spider/perl. You can test that spider 
305 is accepting telnet logins by issuing the following command ....
306
307 <tscreen><verb>
308 client.pl login telnet
309 </verb></tscreen>
310
311 You should get a login prompt and on issuing a callsign, you will be given 
312 access to the cluster.  Note, you will not get a password login.  There seems 
313 no good reason for a password prompt to be given so it is not asked for.
314
315 <P>
316 Assuming all is well, then try a telnet from your linux console ....
317
318 <tscreen><verb>
319 telnet localhost 8000
320 </verb></tscreen>
321
322 <P>
323 You should now get the login prompt and be able to login as before.
324
325 <sect1>Setting up node connects
326
327 <P>
328 In order to allow cluster node connections, spider needs to know that the 
329 connecting callsign is a cluster node.  This is the case whether the connect 
330 is incoming or outgoing.  In spider this is a simple task and can be done in 
331 runtime.
332
333 <P>
334 Later versions of Spider can distinguish different software and treat them
335 differently.  For example, the WCY beacon cannot be handles by AK1A type
336 nodes as AK1A does not know what to do with PC73.  There are 4 different
337 types of node at present and although they may not have any major
338 differences at the moment, it allows for compatibility.  The 4 types are ...
339
340 <tscreen><verb>
341 set/node        (AK1A type)
342 set/spider
343 set/dxnet
344 set/clx
345 </verb></tscreen>
346
347 <P>
348 For now, we will assume that the cluster we are going to connect to is an
349 AK1A type node.
350
351 <P>
352 Start up the cluster as you did before and login as the sysop with client.pl.
353 The cluster node I am wanting to make a connection to is GB7BAA but you would
354 obviously use whatever callsign you required.  At the prompt type ...
355
356 <tscreen><verb>
357 set/node gb7baa
358 </verb></tscreen>
359
360 <P>
361 The case does not matter as long as you have a version of DXSpider later than 
362 1.33.  Earlier versions required the callsign to be in upper case.
363
364 <P>
365 That is now set, it is as simple as that.  To prove it, login on yet another 
366 console as sysop and issue the command ...
367
368 <tscreen><verb>
369 client.pl gb7baa (using the callsign you set as a node)
370 </verb></tscreen>
371
372 <P>
373 You should get an initialisation string from DXSpider like this ...
374
375 <tscreen><verb>
376 client.pl gb7baa
377 PC38^GB7MBC^~
378 </verb></tscreen>
379
380 If the callsign you just set up as a cluster node is for an incoming connect, 
381 this is all that needs to be done.  If the connection is to be outgoing then 
382 a connection script needs to be written.
383
384 <sect1>Connection scripts
385
386 <P>
387 Because DXSpider operates under Linux, connections can be made using just about 
388 any protocol;  AX25, NETRom, tcp/ip, ROSE etc are all possible examples.  
389 Connect scripts live in the /spider/connect directory and are simple ascii files.  
390 Writing a script for connections is therefore relatively simple.  
391
392 <P>
393 The connect scripts consist of lines which start with the following keywords 
394 or symbols:-
395
396 <verb>
397         
398 #               All lines starting with a # are ignored, as are completely 
399                 blank lines.
400
401 timeout         timeout followed by a number is the number of seconds to wait for a 
402                 command to complete. If there is no timeout specified in the script 
403                 then the default is 60 seconds.
404
405 abort           abort is a regular expression containing one or more strings to look 
406                 for to abort a connection. This is a perl regular expression and is 
407                 executed ignoring case.
408
409 connect         connect followed by ax25 or telnet and some type dependent 
410                 information. In the case of a telnet connection, there can be up to 
411                 two parameters.
412                 The first is the ip address or hostname of the computer you wish to 
413                 connect to and the second is the port number you want to use (this 
414                 can be left out if it is a normal telnet session).
415                 In the case of an ax25 session then this would normally be a call to
416                 ax25_call or netrom_call as in the example above. It is your
417                 responsibility to get your node and other ax25 parameters to work 
418                 before going down this route!
419
420 '               ' is the delimiting character for a word or phrase of an expect/send 
421                 line in a chat type script. The words/phrases normally come in pairs,
422                 either can be empty. Each line reads input from the connection until 
423                 it sees the string (or perl regular expression) contained in the
424                 left hand string. If the left hand string is empty then it doesn't 
425                 read or wait for anything. The comparison is done ignoring case.
426                 When the left hand string has found what it is looking for (if it is)
427                 then the right hand string is sent to the connection.
428                 This process is repeated for every line of chat script. 
429
430 client          client starts the connection, put the arguments you would want here 
431                 if you were starting the client program manually. You only need this 
432                 if the script has a different name to the callsign you are trying to 
433                 connect to (i.e. you have a script called other which actually 
434                 connects to GB7DJK-1 [instead of a script called gb7djk-1]).
435 </verb>
436
437
438 There are many possible ways to configure the script but here are two examples, 
439 one for a NETRom/AX25 connect and one for tcp/ip.  
440
441 <tscreen><verb>
442 timeout 60
443 abort (Busy|Sorry|Fail)
444 # don't forget to chmod 4775 netrom_call!
445 connect ax25 /usr/sbin/netrom_call bbs gb7djk g1tlh
446 'Connect' '' 
447 'Connect' 'c np7'
448 'Connect' 'c gb7dxm'
449 # you can leave this out if you call the script 'gb7dxm'
450 client gb7dxm ax25
451 </verb></tscreen>
452
453 <P>
454
455 <tscreen><verb>
456 timeout 15
457 connect telnet dirkl.tobit.co.uk
458 'login' 'gb7djk'
459 'word' 'gb7djk'
460 # tell GB7DJK-1 that it is connected to GB7DJK
461 # you can leave this out if you call this script 'gb7djk'
462 client gb7djk telnet
463 </verb></tscreen>
464
465 <P>
466 Both these examples assume that everything is set up properly at the other end.  
467 You will find other examples in the /spider/examples directory.
468
469 <sect1>Starting the connection
470
471 <P>
472 You start the connection, from within a sysop enabled cluster login, by typing 
473 in the word <em>connect</em> followed by a script name like this ....
474
475 <tscreen><verb>
476 G0VGS de GB7MBC 13-Dec-1998 2041Z >connect gb7djk-1
477 connection to GB7DJK-1 started
478 G0VGS de GB7MBC 13-Dec-1998 2043Z >
479 </verb></tscreen>
480
481 This will start a connection using the script called <em>gb7djk-1</em>.  You can
482 follow the connection by watching the term or console from where you started
483 <em>cluster.pl</em>.  You should see something like this ...
484
485 <tscreen><verb>
486 <- D G1TLH connect gb7djk-1
487 -> D G1TLH connection to GB7DJK-1 started
488 -> D G1TLH G1TLH de GB7DJK 13-Dec-1998 2046Z >
489 timeout set to 15
490 CONNECT sort: telnet command: dirkl.tobit.co.uk
491 CHAT "login" -> "gb7djk"
492 received "
493 Red Hat Linux release 5.1 (Manhattan)
494 Kernel 2.0.35 on an i586
495 "
496 received "login: "
497 sent "gb7djk"
498 CHAT "word" -> "gb7djk"
499 received "gb7djk"
500 received "Password: "
501 sent "gb7djk"
502 Connected to GB7DJK-1, starting normal protocol
503 <- O GB7DJK-1 telnet
504 -> B GB7DJK-1 0
505 GB7DJK-1 channel func  state 0 -> init
506 <- D GB7DJK-1 
507 <- D GB7DJK-1 Last login: Sun Dec 13 17:59:56 from dirk1
508 <- D GB7DJK-1 PC38^GB7DJK-1^~
509 <- D GB7DJK-1 PC18^ 1 nodes, 0 local / 1 total users  Max users 0  Uptime 
510 0 00:00^5447^~
511     etc
512
513 </verb></tscreen>
514
515 <P>
516 With later versions of Spider there is a set/login command for users.  This 
517 tells them when a user or node logs in or out.  If you do not add a line to 
518 your scripts after the final line (or before the client line which should always 
519 be last if needed) then the login/logout information will be sent to users
520 <it>before</it> the login actually completes.  This means if a node is 
521 unreachable, it will continue sending logins and logouts to users even though it 
522 is not actually connecting.  To avoid this use the following line ...
523
524 <tscreen><verb>
525 'connect' ''
526 </verb></tscreen>
527
528 <P>
529 In a script, this might look like ...
530
531 <tscreen><verb>
532 timeout 35 
533 abort (Busy|Sorry|Fail)
534 connect telnet mary 3000
535 'ogin:' 'gb7mbc'
536 '>' 'telnet 44.131.93.96 7305'
537 'connect' ''
538 </verb></tscreen>
539
540 <sect1>Telnet echo
541
542 <P>
543 Cluster links in particular suffer greatly from the presence of telnet echo.  
544 This is caused by the telnet negotiation itself and can create at worst severe 
545 loops.  At best it creates unnecessary bandwidth and large logfiles!  There are
546 things that can be done to limit this problem but will not always work dependent 
547 on the route taken to connect.
548
549 <P>
550 Telnet echo itself should only be a problem if the connection is being made to 
551 the telnet port (23).  This port uses special rules that include echo negotiation.
552 If the connection is to a different port, such as 8000, this negotiation does 
553 not happen and therefore no echo should be present.
554
555 <P>
556 Sometimes it is not possible to make a direct connection to another node and this 
557 can cause problems.  There is a way of trying to suppress the telnet echo but 
558 this will not always work, unfortunately it is difficult to be more specific.  
559 Here is an example of what I mean ...
560
561 <tscreen><verb>
562 timeout 35
563 abort (Busy|Sorry|Fail)
564 connect telnet mary.lancs.ac.uk
565 'ogin:' 'gb7mbc'
566 'word:' 'mypasswd'
567 '\$' 'stty -echo raw'
568 '\$' 'telnet 44.131.93.96'
569 'connect' ''
570 </verb></tscreen>
571
572 So, the first connection is made by Spider.  This is fine as Spider uses the
573 Net_Telnet script from within perl.  This actually uses TCP rather than TELNET 
574 so no negotiation will be done on the first connection.  Once connected to
575 mary.lancs.ac.uk, the command is sent to suppress echo.  Now a telnet is made 
576 to a cluster node that is accepting connections on port 23.  The problem with 
577 this link is that the negotiation is made by the remote machine, therefore you 
578 have no control over it.  The chances are that this link will create echo and 
579 there will be no way you can stop it.
580
581
582 <sect>Automating things
583
584 <P>
585 Ok, you should now have DXSpider running nicely and allowing connects by cluster
586 nodes or users.  However, it has to be shutdown and restarted manually and if
587 connection scripts fail they have to be started again manually too, not much use 
588 if you are not at the console!  So, in this section we will automate both.  
589 Firstly starting the cluster.
590
591 <sect1>Autostarting the cluster
592
593 <P>
594 This is not only a way to start the cluster automatically, it also works as a
595 watchdog, checking the sanity of DXSpider and respawning it should it crash for 
596 any reason.  Before doing the following, shutdown the cluster as you did earlier.
597
598 <P>
599 Login as root and bring up the /etc/inittab file in your favourite editor.  Add 
600 the following lines to the file near the end ...
601
602 <tscreen><verb>
603 ##Start DXSpider on bootup and respawn it should it crash
604 DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/tty7
605 </verb></tscreen>
606
607 <P>
608 This will automatically start DXSpider on tty7 (ALT-F7) on bootup and restart 
609 it should it crash for any reason.
610
611 <P>
612 As root type the command <em>telinit q</em>.  DXSpider should start up 
613 immediately.  You will see the output on tty7 and if you login as <em>sysop</em> 
614 you should find everything running nicely.
615
616 <P>
617 So far so good, now to automate script connections...
618
619 <sect1>The crontab file
620
621 <P>
622 Login as <em>sysop</em> and create a file in /spider/local_cmd called crontab.  
623 Edit it with your favourite editor and add a line like this (I have included 
624 a comment)
625
626 <tscreen><verb>
627 # check every 10 minutes to see if gb7xxx is connected and if not
628 # start a connect job going
629
630 0,10,20,30,40,50 * * * * start_connect('gb7xxx') if !connected('gb7xxx')
631 </verb></tscreen>
632
633 <P>
634 The callsign involved will be the callsign of the cluster node you are 
635 going to connect to.  This will now check every 10 minutes to see if 
636 gb7xxx is connected, if it is then nothing will be done.  If it is not, 
637 then a connect attempt will be started.
638
639 <P>
640 There are probably lots of other things you could use this crontab file for.  
641 If you want to know more about it, look at the
642 <htmlurl url="http://www.dxcluster.org/cron.html" name="DXSpider"> website 
643 at the cron page where it is explained more fully.
644
645 <sect>Hop control
646
647 <P>
648 Starting with version 1.13 there is simple hop control available on a per
649 node basis. Also it is possible to isolate a network completely so that you 
650 get all the benefits of being on that network, but can't pass on information
651 from it to any other networks you may be connected to (or vice versa).
652
653 <sect1>Basic hop control
654
655 <P>
656 In /spider/data you will find a file called hop_table.pl.  This is the file 
657 that controls your hop count settings.  It has a set of default hops on the 
658 various PC frames and also a set for each node you want to alter the hops for.  
659 You may be happy with the default settings of course, but this powerful tool 
660 can help to protect and improve the network.  The file will look something 
661 like this ...
662
663 <tscreen><verb>
664
665 # hop table construction
666
667
668 package DXProt;
669
670 # default hopcount to use
671 $def_hopcount = 5;
672
673 # some variable hop counts based on message type
674 %hopcount = 
675 (
676  11 => 10,
677  16 => 10,
678  17 => 10,
679  19 => 10,
680  21 => 10,
681 );
682
683
684 # the per node hop control thingy
685
686
687 %nodehops = 
688
689  GB7ADX => {            11 => 8,
690                         12 => 8,
691                         16 => 8,
692                         17 => 8,
693                         19 => 8,
694                         21 => 8,
695                    },
696
697  GB7UDX => {            11 => 8,
698                         12 => 8,
699                         16 => 8,
700                         17 => 8,
701                         19 => 8,
702                         21 => 8,
703                    },
704  GB7BAA => {
705                         11 => 5,
706                         12 => 8,
707                         16 => 8,
708                         17 => 8,
709                         19 => 8,
710                         21 => 8,
711                    },
712 };
713 </verb></tscreen>
714
715 <P>
716 Each set of hops is contained within a pair of curly braces and contains a 
717 series of PC frame types.  PC11 for example is a DX spot. The figures here 
718 are not exhaustive but should give you a good idea of how the file works.
719
720 <P>
721 You can alter this file at any time, including whilst the cluster is running.  
722 If you alter the file during runtime, the command <em>load/hops</em> will 
723 bring your changes into effect.
724
725 <sect1>Isolating networks
726
727 <P>
728 It is possible to isolate networks from each other on a "gateway" node using the
729  <em>set/isolate &lt;node_call&gt;</em> command.
730         
731 <P>
732 The effect of this is to partition an isolated network completely from another 
733 nodes connected to your node. Your node will appear on and otherwise behave 
734 normally on every network to which you are connected, but data from an isolated 
735 network will not cross onto any other network or vice versa. However all the 
736 spot, announce and WWV traffic and personal messages will still be handled 
737 locally (because you are a real node on all connected networks), that is locally
738 connected users will appear on all networks and will be able to access and 
739 receive information from all networks transparently.  All routed messages will 
740 be sent as normal, so if a user on one network knows that you are a gateway for 
741 another network, he can still still send a talk/announce etc message via your 
742 node and it will be routed across.
743
744 <P>
745 The only limitation currently is that non-private messages cannot be passed down 
746 isolated links regardless of whether they are generated locally. This will change 
747 when the bulletin routing facility is added.
748
749 <P>
750 If you use isolate on a node connection you will continue to receive all 
751 information from the isolated partner, however you will not pass any information 
752 back to the isolated node.  There are times when you would like to forward only 
753 spots across a link (maybe during a contest for example).  To do this, isolate 
754 the node in the normal way and put in a filter in the /spider/filter/spots 
755 directory to override the isolate.  This filter can be very simple and consists 
756 of just one line ....
757
758 <tscreen><verb>
759 $in = [
760         [ 1, 0, 'd', 0, 3]      # The last figure (3) is the hop count
761 ];
762 </verb></tscreen>
763
764 <P>
765 There is a lot more on filtering in the next section.
766
767 <sect>Filtering (Old Style upto v1.44)
768
769 <P>
770 Filters can be set for spots, announcements and WWV.  You will find the 
771 directories for these under /spider/filter.  You will find some examples in 
772 the directories with the suffix <em>.issue</em>.  There are two types of 
773 filter, one for incoming information and one for outgoing information. 
774 Outgoing filters are in the form <em>CALLSIGN.pl</em> and incoming filters 
775 are in the form <em>in_CALLSIGN.pl</em>.  Filters can be set for both nodes 
776 and users.
777
778 <P>
779 All filters work in basically the same way.  There are several elements 
780 delimited by commas.  There can be many lines in the filter and they are 
781 read from the top by the program.  When writing a filter you need to think 
782 carefully about just what you want to achieve.  You are either going to write 
783 a filter to <em>accept</em> or to <em>reject</em>.  Think of a filter as 
784 having 2 main elements.  For a reject filter, you would have a line or multiple 
785 lines rejecting the things you do not wish to receive and then a default line
786 accepting everything else that is not included in the filter.  Likewise, for an
787 accept filter, you would have a line or multiple lines accepting the things you 
788 wish to receive and a default line rejecting everthing else.
789
790 <P>
791 In the example below, a user requires a filter that would only return SSB spots
792 posted in Europe on the HF bands.  This is achieved by first rejecting the CW 
793 section of each HF band and rejecting all of VHF, UHF etc based on frequency.
794 Secondly, a filter rule is set based on CQ zones to only accept spots posted in
795 Europe.  Lastly, a default filter rule is set to reject anything outside the filter.
796
797 <tscreen><verb>
798 $in = [
799         [ 0, 0, 'r', # reject all CW spots
800                 [
801                 1800.0, 1850.0,
802                 3500.0, 3600.0,
803                 7000.0, 7040.0,
804                 14000.0, 14100.0,
805                 18068.0, 18110.0,
806                 21000.0, 21150.0,
807                 24890.0, 24930.0,
808                 28000.0, 28180.0,
809                 30000.0, 49000000000.0,
810                 ] ,1 ],
811         [ 1, 11, 'n', [ 14, 15, 16, 20, 33, ], 15 ], #accept EU
812         [ 0, 0, 'd', 0, 1 ], # 1 = want, 'd' = everything else
813 ];
814 </verb></tscreen>
815
816 <P>
817 The actual elements of each filter are described more fully in the following
818 sections.
819
820 <sect1>Spots
821
822 <P>
823 The elements of the Spot filter are ....
824
825 <tscreen><verb>
826 [action, field_no, sort, possible_values, hops]
827 </verb></tscreen>
828
829 <P>
830 There are 3 elements here to look at.  Firstly, the action element.  This is 
831 very simple and only 2 possible states exist, accept (1) or drop (0).
832
833 <P>
834 The second element is the field_no.  There are 13 possiblities to choose from 
835 here ....
836
837 <tscreen><verb>
838       0 = frequency
839       1 = call
840       2 = date in unix format
841       3 = comment
842       4 = spotter
843       5 = spotted dxcc country
844       6 = spotter's dxcc country
845       7 = origin
846       8 = spotted itu
847       9 = spotted cq
848       10 = spotter's itu
849       11 = spotter's cq
850       12 = callsign of the channel on which the spot has appeared
851 </verb></tscreen>
852
853 <P>
854 The third element tells us what to expect in the fourth element.  There are 
855 4 possibilities ....
856
857 <tscreen><verb>
858      n - numeric list of numbers e.g. [ 1,2,3 ]
859      r - ranges of pairs of numbers e.g. between 2 and 4 or 10 to 17 - [ 2,4, 10,17 ]
860      a - an alphanumeric regex
861      d - the default rule
862 </verb></tscreen>
863
864 <P>
865 The fifth element is simply the hops to set in this filter.  This would only 
866 be used if the filter was for a node of course and overrides the hop count in
867 hop_table.pl.
868
869 <P>
870 So, let's look at an example spot filter.  It does not matter in the example 
871 who the filter is to be used for.  So, what do we need in the filter?  We need 
872 to filter the spots the user/node requires and also set a default rule for 
873 anything else outside the filter.  Below is a simple filter that stops spots 
874 arriving from outside Europe.
875
876 <tscreen><verb>$in = [
877   [ 0, 4, 'a', '^(K|N|A|W|VE|VA|J)'],  # 0 = drop, 'a' = alphanumeric
878   [ 1, 0, 'd', 0, 1 ],                 # 1 = want, 'd' = everything else
879                      ];
880 </verb></tscreen>
881
882 <P>
883 So the filter is wrapped in between a pair of square brackets.  This tells 
884 Spider to look in between these limits.  Then each line is contained within 
885 its own square brackets and ends with a comma. Lets look carefully at the first 
886 line.  The first element is 0 (drop).  Therefore anything we put on this line 
887 will not be accepted.  The next element is 4.  This means we are filtering by 
888 the spotter.  The third element is the letter "a" which tells the program to 
889 expect an alphanumeric expression in the fourth element.  The fourth element 
890 is a list of letters separated by the pipe symbol.
891
892 <P>
893 What this line does is tell the program to drop any spots posted by anyone in 
894 the USA, Canada or Japan.
895
896 <P>
897 The second line is the default rule for anything else.  The "d" tells us this 
898 and the line simply reads... accept anything else.
899
900 <P>
901 You can add as many lines as you need to complete the filter but if there are 
902 several lines of the same type it is neater to enclose them all as one line.  
903 An example of this is where specific bands are set.  We could write this like 
904 this ....
905
906 <tscreen><verb>
907 [ 0,0,'r',[1800.0, 2000.0], 1],
908 [ 0,0,'r',[10100.0, 10150.0], 1],
909 [ 0,0,'r',[14000.0, 14350.0], 1],
910 [ 0,0,'r',[18000.0, 18200.0], 1],
911 </verb></tscreen>
912
913 <P>
914 But the line below achieves the same thing and is more efficient ....
915
916 <tscreen><verb>
917   [ 0, 0, 'r',
918     [  
919       1800.0, 2000.0,         # top band 
920       10100.0, 10150.0,       # WARC  
921       14000.0, 14350.0,       # 20m
922       18000.0, 18200.0,       # WARC
923     [ ,1 ],
924 </verb></tscreen>
925
926
927 <sect1>Announcements
928
929 <P>
930 <tscreen><verb>
931
932 # This is an example announce or filter allowing only West EU announces
933
934 # The element list is:-
935 # 0 - callsign of announcer
936 # 1 - destination * = all, <callsign> = routed to the node
937 # 2 - text
938 # 3 - * - sysop, <some text> - special list eg 6MUK, ' ', normal announce
939 # 4 - origin
940 # 5 - 0 - announce, 1 - wx
941 # 6 - channel callsign (the interface from which this spot came)
942
943 $in = [
944         [ 1, 0, 'a', '^(P[ABCDE]|DK0WCY|G|M|2|EI|F|ON)' ],
945         [ 0, 0, 'd', 0 ]
946 ];
947 </verb></tscreen>
948
949 In this example, only the prefixes listed will be allowed.  It is possible to 
950 be quite specific.  The Dutch prefix "P" is followed by several secondary 
951 identifiers which are allowed.  So, in the example, "PA" or "PE" would be ok 
952 but not "PG".  It is even possible to allow information from a single callsign.  
953 In the example this is DK0WCY, to allow the posting of his Aurora Beacon.
954
955 <sect1>WWV
956
957 <P>
958 <tscreen><verb>
959
960 # This is an example WWV filter
961
962 # The element list is:-
963 # 0 - nominal unix date of spot (ie the day + hour:13)
964 # 1 - the hour
965 # 2 - SFI
966 # 3 - K
967 # 4 - I
968 # 5 - text
969 # 6 - spotter
970 # 7 - origin
971 # 8 - incoming interface callsign
972
973 # this one doesn't filter, it just sets the hop count to 6 and is
974 # used mainly just to override any isolation from WWV coming from
975 # the internet.
976
977 $in = [
978         [ 1, 0, 'd', 0, 6 ]
979 ];
980
981 </verb></tscreen>
982
983 <P>
984 It should be noted that the filter will start to be used only once a user/node 
985 has logged out and back in again.
986 <P>
987 I am not going to spend any more time on these filters now as they will become 
988 more "comprehensive" in the near future.
989
990 <sect>Filtering (New Style v1.45 and later)
991
992 <sect1>General filter rules
993
994 <P>
995 Upto v1.44 it was not possible for the user to set their own filters.  From 
996 v1.45 though that has all changed.  It is now possible to set filters for just 
997 about anything you wish.  If you have just updated from an older version of 
998 DXSpider you will need to update your new filters.  You do not need to do 
999 anything with your old filters, they will be renamed as you update.
1000
1001 <P>
1002 There are 3 basic commands involved in setting and manipulating filters.  These 
1003 are <em>accept</em>, <em>reject</em> and <em>clear</em>.  First we will look
1004 generally at filtering. There are a number of things you can filter in the 
1005 DXSpider system. They all use the same general mechanism.
1006
1007 <P>
1008 In general terms you can create a 'reject' or an 'accept' filter which can have 
1009 up to 10 lines in it. You do this using, for example ... 
1010
1011 <tscreen><verb> 
1012 accept/spots .....
1013 reject/spots .....
1014 </verb></tscreen>
1015
1016 where ..... are the specific commands for that type of filter. There are filters 
1017 for spots, wwv, announce, wcy and (for sysops) connects. See each different 
1018 accept or reject command reference for more details.
1019
1020 There is also a command to clear out one or more lines in a filter. They are ...
1021
1022 <tscreen><verb>
1023 clear/spots 1
1024 clear/spots all
1025 </verb></tscreen>
1026
1027 There is clear/xxxx command for each type of filter.
1028
1029 <P>
1030 and you can check that your filters have worked by the command ... 
1031
1032 <tscreen><verb>  
1033 show/filter
1034 </verb></tscreen>
1035
1036 <P>
1037 For now we are going to use spots for the examples, but you can apply the same
1038 principles to all types of filter.
1039
1040 <sect1>Types of filter
1041
1042 <P>
1043 There are two main types of filter, <em>accept</em> or <em>reject</em>.  You 
1044 can use either to achieve the result you want dependent on your own preference 
1045 and which is more simple to do.  It is pointless writing 8 lines of reject 
1046 filters when 1 accept filter would do the same thing!  Each filter has 10 
1047 lines (of any length) which are tried in order.  If a line matches then the 
1048 action you have specified is taken (ie reject means ignore it and accept 
1049 means take it)
1050
1051 <P>
1052 If you specify reject filters, then any lines that arrive that match the filter 
1053 will be dumped but all else will be accepted.  If you use an accept filter, 
1054 then ONLY the lines in the filter will be accepted and all else will be dumped.
1055 For example if you have a single line <em>accept</em> filter ...
1056
1057 <tscreen><verb>
1058 accept/spots on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
1059 </verb></tscreen>
1060
1061 then you will <em>ONLY</em> get VHF spots <em>from</em> or <em>to</em> CQ zones 
1062 14, 15 and 16.
1063
1064 <P>
1065 If you set a reject filter like this ...
1066
1067 <tscreen><verb>
1068 reject/spots on hf/cw
1069 </verb></tscreen>
1070
1071 Then you will get everything <em>EXCEPT</em> HF CW spots.  You could make this 
1072 single filter even more flexible.  For example, if you are interested in IOTA 
1073 and will work it even on CW even though normally you are not interested in 
1074 CW, then you could say ...
1075
1076 <tscreen><verb>
1077 reject/spots on hf/cw and not info iota
1078 </verb></tscreen>
1079
1080 But in that case you might only be interested in iota and say:-
1081
1082 <tscreen><verb>
1083 accept/spots not on hf/cw or info iota
1084 </verb></tscreen>
1085
1086 which achieves exactly the same thing. You should choose one or the other 
1087 until you are comfortable with the way it works. You can mix them if you 
1088 wish (actually you can have an accept AND a reject on the same line) but 
1089 don't attempt this until you are sure you know what you are doing!
1090
1091 <P>
1092 You can arrange your filter lines into logical units, either for your own
1093 understanding or simply convenience. Here is an example ...
1094
1095 <tscreen><verb>
1096 reject/spots 1 on hf/cw
1097 reject/spots 2 on 50000/1400000 not (by_zone 14,15,16 or call_zone 14,15,16)  
1098 </verb></tscreen>
1099
1100 What this does is to ignore all HF CW spots and also rejects any spots on VHF 
1101 which don't either originate or spot someone in Europe. 
1102
1103 <P>
1104 This is an example where you would use a line number (1 and 2 in this case), if 
1105 you leave the digit out, the system assumes '1'. Digits '0'-'9' are available.  
1106 This make it easier to see just what filters you have set.  It also makes it 
1107 more simple to remove individual filters, during a contest for example.
1108
1109 <P>
1110 You will notice in the above example that the second line has brackets.  Look 
1111 at the line logically.  You can see there are 2 separate sections to it.  We 
1112 are saying reject spots that are VHF or above <em>APART</em> from those in 
1113 zones 14, 15 and 16 (either spotted there or originated there).  If you did 
1114 not have the brackets to separate the 2 sections, then Spider would read it 
1115 logically from the front and see a different expression entirely ...
1116
1117 <tscreen><verb>
1118 (on 50000/1400000 and by_zone 14,15,16) or call_zone 14,15,16 
1119 </verb></tscreen>
1120
1121 The simple way to remember this is, if you use OR - use brackets. Whilst we are 
1122 here CASE is not important. 'And BY_Zone' is just the same as 'and by_zone'.
1123
1124 As mentioned earlier, setting several filters can be more flexible than 
1125 simply setting one complex one.  Doing it in this way means that if you want 
1126 to alter your filter you can just redefine or remove one or more lines of it or 
1127 one line. For example ...
1128
1129 <tscreen><verb>
1130 reject/spots 1 on hf/ssb
1131 </verb></tscreen>
1132
1133 would redefine our earlier example, or 
1134
1135 <tscreen><verb>
1136 clear/spots 1
1137 </verb></tscreen>
1138
1139 To remove all the filter lines in the spot filter ...
1140
1141 <tscreen><verb>
1142 clear/spots all
1143 </verb></tscreen>
1144
1145 <sect1>Filter options
1146
1147 <P>
1148 You can filter in several different ways.  The options are listed in the
1149 various helpfiles for accept, reject and filter.
1150
1151 <sect1>Default filters
1152
1153 <P>
1154 Sometimes all that is needed is a general rule for node connects.  This can
1155 be done with a node_default filter.  This rule will always be followed, even
1156 if the link is isolated, unless another filter is set specifically.  Default
1157 rules can be set for nodes and users.  They can be set for spots, announces,
1158 WWV and WCY.  They can also be used for hops.  An example might look like 
1159 this ...
1160
1161 <tscreen><verb>
1162 accept/spot node_default by_zone 14,15,16,20,33
1163 set/hops node_default spot 50
1164 </verb></tscreen>
1165
1166 This filter is for spots only, you could set others for announce, WWV and WCY.
1167 This filter would work for ALL nodes unless a specific filter is written to 
1168 override it for a particular node.  You can also set a user_default should
1169 you require.  It is important to note that default filters should be
1170 considered to be "connected".  By this I mean that should you override the
1171 default filter for spots, you need to add a rule for the hops for spots also.
1172
1173 <sect1>Advanced filtering
1174
1175 <P>
1176 Once you are happy with the results you get, you may like to experiment. 
1177
1178 <P>
1179 The previous example that filters hf/cw spots and accepts vhf/uhf spots from EU 
1180 can be written with a mixed filter, for example ... 
1181
1182 <tscreen><verb>
1183 rej/spot on hf/cw
1184 acc/spot on 0/30000
1185 acc/spot 2 on 50000/1400000 and (by_zone 14,15,16 or call_zone 14,15,16)
1186 </verb></tscreen>
1187
1188 Note that the first filter has not been specified with a number.  This will 
1189 automatically be assumed to be number 1.  In this case, we have said <em>reject all
1190 HF spots in the CW section of the bands but accept all others at HF.  Also
1191 accept anything in VHF and above spotted in or by operators in the zones
1192 14, 15 and 16</em>.  Each filter slot actually has a 'reject' slot and 
1193 an 'accept' slot. The reject slot is executed BEFORE the accept slot.
1194
1195 <P>
1196 It was mentioned earlier that after a reject test that doesn't match, the default 
1197 for following tests is 'accept', the reverse is true for 'accept'. In the example 
1198 what happens is that the reject is executed first, any non hf/cw spot is passed 
1199 to the accept line, which lets through everything else on HF.  The next filter line 
1200 lets through just VHF/UHF spots from EU.
1201
1202
1203 <sect>Other filters
1204
1205 <sect1>Filtering Mail
1206
1207 <P>
1208 In the /spider/msg directory you will find a file called badmsg.pl.issue.  Rename
1209 this to badmsg.pl and edit the file.  The original looks something like this ....
1210
1211 <tscreen><verb>
1212
1213 # the list of regexes for messages that we won't store having
1214 # received them (bear in mind that we must receive them fully before
1215 # we can bin them)
1216
1217
1218 # The format of each line is as follows
1219
1220 #     type      source             pattern 
1221 #     P/B/F     T/F/O/S            regex  
1222
1223 # type: P - private, B - bulletin (msg), F - file (ak1a bull)
1224 # source: T - to field, F - from field,  O - origin, S - subject 
1225 # pattern: a perl regex on the field requested
1226
1227 # Currently only type B and P msgs are affected by this code.
1228
1229 # The list is read from the top down, the first pattern that matches
1230 # causes the action to be taken.
1231
1232 # The pattern can be undef or 0 in which case it will always be selected
1233 # for the action specified
1234
1235
1236
1237 package DXMsg;
1238
1239 @badmsg = (
1240 'B',    'T',    'SALE', 
1241 'B',    'T',    'WANTED',
1242 'B',    'S',    'WANTED',
1243 'B',    'S',    'SALE', 
1244 'B',    'S',    'WTB',
1245 'B',    'S',    'WTS',
1246 'B',    'T',    'FS',
1247 );
1248 </verb></tscreen>
1249
1250 <P>
1251 I think this is fairly self explanatory.  It is simply a list of subject 
1252 headers that we do not want to pass on to either the users of the cluster or 
1253 the other cluster nodes that we are linked to.  This is usually because of 
1254 rules and regulations pertaining to items for sale etc in a particular country.
1255
1256 <sect1>Filtering DX callouts (Depricated)
1257
1258 <P>
1259 <bf><it>From version 1.47, this method is replaced by the command set/baddx</it></bf>
1260
1261 <P>
1262 In the same way as mail, there are some types of spot we do not wish to pass on 
1263 to users or linked cluster nodes.  In the /spider/data directory you will find 
1264 a file called baddx.pl.issue.  Rename this to baddx.pl and edit the file.  The
1265 original looks like this ....
1266
1267 <tscreen><verb>
1268
1269 # the list of dx spot addresses that we don't store and don't pass on
1270
1271
1272 package DXProt;
1273
1274 @baddx = qw 
1275
1276  FROG 
1277  SALE
1278  FORSALE
1279  WANTED
1280  P1RATE
1281  PIRATE
1282  TEST
1283  DXTEST
1284  NIL
1285  NOCALL 
1286 );
1287 </verb></tscreen>
1288
1289 <P>
1290 Again, this is simply a list of names we do not want to see in the spotted 
1291 field of a DX callout.
1292
1293
1294 <sect1>Filtering words from text fields in Announce, Talk and DX spots
1295
1296 <P>
1297 Create a file in /spider/data called <em>badwords</em>.  The format is quite
1298 simple.  Lines beginning with # are ignored so comments can be added.  An
1299 example file is below ...
1300
1301 <tscreen><verb>
1302 # Below is a list of words we do not wish to see on the cluster
1303 grunge grunged grunging
1304 splodge splodger splodging
1305 grince
1306 fluffle
1307 </verb></tscreen>
1308
1309 Multiple words can be used on the same line as shown.  Obviously these
1310 are just examples :-)
1311
1312 <P>
1313 You can reload the file from the cluster prompt as sysop with load/badwords.
1314
1315 <sect>Information, files and useful programs
1316
1317 <sect1>MOTD
1318
1319 <P>
1320 One of the more important things a cluster sysop needs to do is to get 
1321 information to his users.  The simplest way to do this is to have a banner 
1322 that is sent to the user on login.  This is know as a "message of the day" 
1323 or "motd".  To set this up, simply create a file in /spider/data called motd 
1324 and edit it to say whatever you want.  It is purely a text file and will be 
1325 sent automatically to anyone logging in to the cluster.
1326
1327 <sect1>Downtime message
1328
1329 <P>
1330 If for any reason the cluster is down, maybe for upgrade or maintenance but 
1331 the machine is still running, a message can be sent to the user advising them 
1332 of the fact.  This message lives in the /spider/data directory and is called
1333 "offline".  Simply create the file and edit it to say whatever you wish.  
1334 This file will be sent to a user attempting to log into the cluster when
1335 DXSpider is not actually running.
1336
1337 <sect1>Other text messages
1338
1339 <P>
1340 You can set other text messages to be read by the user if they input the file 
1341 name.  This could be for news items or maybe information for new users.  
1342 To set this up, make a directory under /spider called <em>packclus</em>.  
1343 Under this directory you can create files called <em>news</em> or <em>newuser</em>
1344 for example.  In fact you can create files with any names you like.  These can 
1345 be listed by the user with the command ....
1346
1347 <tscreen><verb>
1348 show/files
1349 </verb></tscreen>
1350
1351 They can be read by the user by typing the command ....
1352
1353 <tscreen><verb>
1354 type news
1355 </verb></tscreen>
1356
1357 If the file they want to read is called <em>news</em>.  You could also set 
1358 an alias for this in the Alias file to allow them just to type <em>news</em>
1359
1360 <P>
1361 You can also store other information in this directory, either directly or 
1362 nested under directories.  One use for this would be to store DX bulletins 
1363 such as the OPDX bulletins.  These can be listed and read by the user.  
1364 To keep things tidy, make a directory under /spider/packclus called
1365 <em>bulletins</em>.  Now copy any OPDX or similar bulletins into it.  These 
1366 can be listed by the user in the same way as above using the <em>show/files</em>
1367 command with an extension for the bulletins directory you have just created, 
1368 like this ....
1369
1370 <tscreen><verb>
1371 show/files bulletins
1372 </verb></tscreen>
1373
1374 <P>
1375 An example would look like this ....
1376
1377 <tscreen><verb>
1378 sh/files
1379 bulletins      DIR 20-Dec-1999 1715Z news          1602 14-Dec-1999 1330Z
1380 </verb></tscreen>
1381
1382 You can see that in the files area (basically the packclus directory) there is a 
1383 file called <em>news</em> and a directory called <em>bulletins</em>.  You can 
1384 also see that dates they were created.  In the case of the file <em>news</em>, 
1385 you can also see the time it was last modified, a good clue as to whether the 
1386 file has been updated since you last read it.  To read the file called 
1387 <em>news</em> you would simply issue the command ....
1388
1389 <tscreen><verb>
1390 type news
1391 </verb></tscreen>
1392
1393 To look what is in the bulletins directory you issue the command ....
1394
1395 <tscreen><verb>
1396 show/files bulletins
1397 opdx390      21381 29-Nov-1999 1621Z opdx390.1     1670 29-Nov-1999 1621Z
1398 opdx390.2     2193 29-Nov-1999 1621Z opdx391      25045 29-Nov-1999 1621Z  
1399 opdx392      35969 29-Nov-1999 1621Z opdx393      15023 29-Nov-1999 1621Z  
1400 opdx394      33429 29-Nov-1999 1621Z opdx394.1     3116 29-Nov-1999 1621Z  
1401 opdx395      24319 29-Nov-1999 1621Z opdx396      32647 29-Nov-1999 1621Z
1402 opdx396.1     5537 29-Nov-1999 1621Z opdx396.2     6242 29-Nov-1999 1621Z
1403 opdx397      18433 29-Nov-1999 1621Z opdx398      19961 29-Nov-1999 1621Z  
1404 opdx399      17719 29-Nov-1999 1621Z opdx400      19600 29-Nov-1999 1621Z
1405 opdx401      27738 29-Nov-1999 1621Z opdx402      18698 29-Nov-1999 1621Z
1406 opdx403      24994 29-Nov-1999 1621Z opdx404      15685 29-Nov-1999 1621Z
1407 opdx405      13984 29-Nov-1999 1621Z opdx405.1     4166 29-Nov-1999 1621Z
1408 opdx406      28934 29-Nov-1999 1621Z opdx407      24153 29-Nov-1999 1621Z
1409 opdx408      15081 29-Nov-1999 1621Z opdx409      23234 29-Nov-1999 1621Z
1410 Press Enter to continue, A to abort (16 lines) >
1411 </verb></tscreen>
1412
1413 You can now read any file in this directory using the type command, like this ....
1414
1415 <tscreen><verb>
1416 type bulletins/opdx391
1417 Ohio/Penn DX Bulletin No. 391
1418 The Ohio/Penn Dx PacketCluster
1419 DX Bulletin No. 391
1420 BID: $OPDX.391
1421 January 11, 1999
1422 Editor Tedd Mirgliotta, KB8NW
1423 Provided by BARF-80 BBS Cleveland, Ohio
1424 Online at 440-237-8208 28.8k-1200 Baud 8/N/1 (New Area Code!)
1425 Thanks to the Northern Ohio Amateur Radio Society, Northern Ohio DX
1426 Association, Ohio/Penn PacketCluster Network, K1XN & Golist, WB2RAJ/WB2YQH
1427 & The 59(9) DXReport, W3UR & The Daily DX, K3TEJ, KN4UG, W4DC, NC6J, N6HR,
1428 Press Enter to continue, A to abort (508 lines) >
1429 </verb></tscreen>
1430
1431 The page length will of course depend on what you have it set to!
1432
1433 <sect1>The Aliases file
1434
1435 <P>
1436 You will find a file in /spider/cmd/ called Aliases.  First, copy this file to
1437 /spider/local_cmd/Aliases and edit this file.  You will see something like this ...
1438
1439 <tscreen><verb>
1440
1441 #!/usr/bin/perl
1442
1443 # provide some standard aliases for commands for terminally
1444 # helpless ak1a user (helpless in the sense that they never
1445 # read nor understand help files)
1446
1447 # This file is automagically reloaded if its modification time is 
1448 # later than the one stored in CmdAlias.pm
1449
1450 # PLEASE make this file consistant with reality! (the patterns MUST
1451 # match the filenames!)
1452
1453 # Don't alter this file, copy it into the local_cmd tree and modify it.
1454 # This file will be replaced everytime I issue a new release.
1455
1456 # You only need to put aliases in here for commands that don't work as
1457 # you desire naturally, e.g sh/dx on its own just works as you expect
1458 # so you need not add it as an alias.
1459
1460
1461
1462 package CmdAlias;
1463
1464 %alias = (
1465     '?' => [
1466           '^\?', 'apropos', 'apropos',
1467         ],
1468     'a' => [
1469           '^ann.*/full', 'announce full', 'announce', 
1470           '^ann.*/sysop', 'announce sysop', 'announce',
1471           '^ann.*/(.*)$', 'announce $1', 'announce',
1472         ],
1473         'b' => [
1474         ],
1475         'c' => [
1476         ],
1477         'd' => [
1478           '^del', 'kill', 'kill',
1479           '^del\w*/fu', 'kill full', 'kill',
1480           '^di\w*/a\w*', 'directory all', 'directory',
1481           '^di\w*/b\w*', 'directory bulletins', 'directory',
1482           '^di\w*/n\w*', 'directory new', 'directory',
1483           '^di\w*/o\w*', 'directory own', 'directory',
1484           '^di\w*/s\w*', 'directory subject', 'directory',
1485           '^di\w*/t\w*', 'directory to', 'directory',
1486           '^di\w*/f\w*', 'directory from', 'directory',
1487           '^di\w*/(\d+)', 'directory $1', 'directory',
1488         ],
1489         'e' => [
1490         ],
1491         'f' => [
1492         ],
1493         'g' => [
1494         ],
1495         'h' => [
1496         ],
1497         'i' => [
1498         ],
1499         'j' => [
1500         ],
1501         'k' => [
1502         ],
1503         'l' => [
1504           '^l$', 'directory', 'directory',
1505           '^ll$', 'directory', 'directory',
1506           '^ll/(\d+)', 'directory $1', 'directory',
1507         ],
1508         'm' => [
1509         ],
1510         'n' => [
1511           '^news', 'type news', 'type',
1512         ],
1513         'o' => [
1514         ],
1515         'p' => [
1516         ],
1517         'q' => [
1518           '^q', 'bye', 'bye',
1519         ],
1520         'r' => [        
1521           '^r$', 'read', 'read',
1522           '^rcmd/(\S+)', 'rcmd $1', 'rcmd',
1523         ],
1524         's' => [
1525           '^s/p$', 'send', 'send',
1526           '^sb$', 'send noprivate', 'send',
1527           '^set/home$', 'set/homenode', 'set/homenode',
1528           '^set/nobe', 'unset/beep', 'unset/beep',
1529           '^set/nohe', 'unset/here', 'unset/here',
1530           '^set/noan', 'unset/announce', 'unset/announce',
1531           '^set/nodx', 'unset/dx', 'unset/dx',
1532           '^set/nota', 'unset/talk', 'unset/talk',
1533           '^set/noww', 'unset/wwv', 'unset/wwv',
1534           '^set/nowx', 'unset/wx', 'unset/wx',
1535           '^sh$', 'show', 'show',
1536           '^sh\w*/buck', 'dbshow buck', 'dbshow',
1537           '^sh\w*/bu', 'show/files bulletins', 'show/files',
1538           '^sh\w*/c/n', 'show/configuration nodes', 'show/configuration',
1539           '^sh\w*/c$', 'show/configuration', 'show/configuration',
1540           '^sh\w*/com', 'dbavail', 'dbavail',
1541           '^sh\w*/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx',
1542           '^sh\w*/dx/(\d+)', 'show/dx $1', 'show/dx',
1543           '^sh\w*/dx/d(\d+)', 'show/dx from $1', 'show/dx',
1544           '^sh\w*/email', 'dbshow email', 'dbshow',
1545           '^sh\w*/hftest', 'dbshow hftest', 'dbshow',
1546           '^sh\w*/vhftest', 'dbshow vhftest', 'dbshow',
1547           '^sh\w*/qsl', 'dbshow qsl', 'dbshow',
1548           '^sh\w*/tnc', 'who', 'who',
1549           '^sh\w*/up', 'show/cluster', 'show/cluster',
1550           '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv',
1551           '^sh\w*/w\w*/(\d+)', 'show/wwv $1', 'show/wwv',
1552           '^sp$', 'send', 'send',
1553         
1554     ],
1555         't' => [
1556           '^ta$', 'talk', 'talk',
1557           '^t$', 'talk', 'talk',
1558         ],
1559         'u' => [
1560         ],
1561         'v' => [
1562         ],
1563         'w' => [
1564           '^wx/full', 'wx full', 'wx',
1565           '^wx/sysop', 'wx sysop', 'wx',
1566         ],
1567         'x' => [
1568         ],
1569         'y' => [
1570         ],
1571         'z' => [
1572         ],
1573 )
1574 </verb></tscreen>
1575
1576 You can create aliases for commands at will.  Beware though, these may not 
1577 always turn out as you think.  Care is needed and you need to test the 
1578 results once you have set an alias.
1579
1580 <sect1>Forward.pl
1581
1582 <P>
1583 DXSpider receives all and any mail sent to it without any alterations needed
1584 in files.  Because personal and bulletin mail are treated differently, there
1585 is no need for a list of accepted bulletin addresses.  It is necessary, however,
1586 to tell the program which links accept which bulletins.  For example, it is
1587 pointless sending bulletins addresses to "UK" to any links other than UK
1588 ones.  The file that does this is called forward.pl and lives in /spider/msg.
1589 At default, like other spider files it is named forward.pl.issue.  Rename it
1590 to forward.pl and edit the file to match your requirements.
1591 The format is below ...
1592
1593 <tscreen><verb>
1594 #
1595 # this is an example message forwarding file for the system
1596 #
1597 # The format of each line is as follows
1598 #
1599 #     type    to/from/at pattern action  destinations
1600 #     P/B/F     T/F/A     regex   I/F    [ call [, call ...] ]
1601 #
1602 # type: P - private, B - bulletin (msg), F - file (ak1a bull)
1603 # to/from/at: T - to field, F - from field, A - home bbs, O - origin 
1604 # pattern: a perl regex on the field requested
1605 # action: I - ignore, F - forward
1606 # destinations: a reference to an array containing node callsigns
1607 #
1608 # if it is non-private and isn't in here then it won't get forwarded 
1609 #
1610 # Currently only type B msgs are affected by this code.
1611
1612 # The list is read from the top down, the first pattern that matches
1613 # causes the action to be taken.
1614 #
1615 # The pattern can be undef or 0 in which case it will always be selected
1616 # for the action specified
1617 #
1618 # If the BBS list is undef or 0 and the action is 'F' (and it matches the
1619 # pattern) then it will always be forwarded to every node that doesn't have 
1620 # it (I strongly recommend you don't use this unless you REALLY mean it, if
1621 # you allow a new link with this on EVERY bull will be forwarded immediately
1622 # on first connection)
1623 #
1624
1625 package DXMsg;
1626
1627 @forward = (
1628 'B',    'T',    'LOCAL',        'F',    [ qw(GB7MBC) ],
1629 'B',    'T',    'ALL',          'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],
1630 'B',    'T',    'UK',           'F',    [ qw(GB7BAA GB7ADX) ],
1631 'B',    'T',    'QSL',          'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],
1632 'B',    'T',    'QSLINF',       'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],
1633 'B',    'T',    'DX',           'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],
1634 'B',    'T',    'DXINFO',       'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],
1635 'B',    'T',    'DXNEWS',       'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],
1636 'B',    'T',    'DXQSL',        'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],
1637 'B',    'T',    'SYSOP',        'F',    [ qw(GB7BAA GB7ADX) ],
1638 'B',    'T',    '50MHZ',        'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],
1639 );
1640 </verb></tscreen>
1641
1642 Simply insert a bulletin address and state in the brackets where you wish
1643 that mail to go.  For example, you can see here that mail sent to "UK" will
1644 only be sent to the UK links and not to PA4AB-14.
1645
1646 <P>
1647 To force the cluster to reread the file use load/forward
1648
1649 <sect1>Distribution lists
1650
1651 <P>
1652 Distribution lists are simply a list of users to send certain types of
1653 mail to.  An example of this is mail you only wish to send to other
1654 sysops.  In /spider/msg there is a directory called <em>distro</em>.  You
1655 put any distibution lists in here.  For example, here is a file called
1656 SYSOP.pl that caters for the UK sysops.
1657
1658 <tscreen><verb>
1659 qw(GB7TLH GB7DJK GB7DXM GB7CDX GB7BPQ GB7DXN GB7MBC GB7MBC-6 GB7MDX
1660    GB7NDX GB7SDX GB7TDX GB7UDX GB7YDX GB7ADX GB7BAA GB7DXA GB7DXH 
1661    GB7DXK GB7DXI GB7DXS)
1662 </verb></tscreen>
1663
1664 Any mail sent to "sysop" would only be sent to the callsigns in this list.
1665  
1666 <sect1>Console.pl
1667
1668 <P>
1669 In later versions of Spider a simple console program is provided for the sysop.  
1670 This has a type ahead buffer with line editing facilities and colour for spots,
1671 announces etc.  To use this program, simply use console.pl instead of client.pl.
1672
1673 <P>
1674 To edit the colours, copy /spider/perl/Console.pl to /spider/local and edit the 
1675 file with your favourite editor.
1676
1677 <sect1>BBS interface
1678
1679 <P>
1680 Spider provides a simple BBS interface.  No input is required from the sysop
1681 of the cluster at all.  The BBS simply sets the cluster as a BBS and pushes
1682 any required mail to the cluster.  No mail can flow from Spider to the BBS,
1683 the interface is one-way.
1684
1685 <P>
1686 Please be careful not to flood the cluster network with unnecessary mail.
1687 Make sure you only send mail to the clusters that want it by using the
1688 Forward.pl file very carefully.
1689
1690 <sect>CVS
1691
1692 <P>
1693 CVS stands for "Concurrent Versions System" and the CVS for DXSpider is held
1694 at <htmlurl url="http://www.sourceforge.net" name="Sourceforge">.  This means
1695 that it is possible to update your DXSpider installation to the latest
1696 sources by using a few simple commands.
1697
1698 <P>
1699 THIS IS NOT FOR THE FAINT HEARTED!!!  ONLY DO THIS IF YOU HAVE A TEST
1700 INSTALLATION OR ARE WILLING TO HAVE YOUR CLUSTER CRASH ON YOU!!!
1701 THIS MUST BE CONSIDERED AT LEAST BETA TESTING AND MAYBE EVEN ALPHA!!
1702 YOU HAVE BEEN WARNED!!!
1703
1704 <P>
1705 DID I MENTION..... ONLY DO THIS IF YOU ARE WILLING TO ACCEPT THE
1706 CONSEQUENCES!!!
1707
1708 <P>
1709 I am of course assuming that you have a machine with both DXSpider and
1710 Internet access running.
1711
1712 <P>
1713 BEFORE YOU EVEN CONSIDER STARTING WITH THIS MAKE A BACKUP OF YOUR
1714 ENTIRE SPIDER TREE!!
1715
1716 <P>
1717 Assuming you are connected to the Internet, you need to login to the
1718 CVS repository and then update your Spider source.  There are several
1719 steps which are listed below ...
1720
1721 <P>
1722 First login as the user <em>sysop</em>.  Next you need to connect to the CVS
1723 repository.  You do this with the command below ...
1724
1725 <verb>
1726 cvs -d:pserver:anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/dxspider login 
1727 </verb>
1728
1729 You will get a password prompt.  Simply hit return here and your machine should
1730 return to a normal linux prompt.
1731
1732 <P>
1733 What happens next depends on whether you have an existing installation that 
1734 you want to update with the latest and greatest or whether you just want
1735 to see what is there and/or run it on a new machine for testing.
1736 Either way you will want to change directory to a new place, if you want to
1737 update an existing installation then I suggest /tmp, otherwise choose a
1738 suitable place according to the normal installation instructions.
1739
1740 <P>
1741 The next step will create a brand new 'spider' directory in your current
1742 directory.
1743
1744 <verb>
1745 cvs -z3 -d:pserver:anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/dxspider co spider
1746 </verb>
1747
1748 This command is all on one line.
1749
1750 <P>
1751 Hopefully your screen should show you downloading files.  The -z3 simply compresses
1752 the download to improve speed.
1753 When this has finished, you will have exactly the same as if you had untarred a full 
1754 tarball PLUS some extra directories and files that CVS needs to do the magic that 
1755 it does.
1756
1757 <P>
1758 Now if you are doing a new installation, that's it.  Carry on as if you have
1759 just downloaded and untarred the lastest tarball.
1760
1761 <P>
1762 If you want to upgrade your current installation then do this ...
1763
1764 <tscreen><verb>
1765 tar cvfz /tmp/s.tgz spider
1766 cd /
1767 tar xvfzp /tmp/s.tgz
1768 </verb></tscreen>
1769
1770 This is assuming you downloaded to the /tmp directory of course.
1771
1772 <P>
1773 NOTE:  the 'p' on the end of the 'xvfz' is IMPORTANT!   It keeps the permissions
1774 correct.  YOU WERE LOGGED IN AS THE USER SYSOP WEREN'T YOU?????
1775
1776 Remember to recompile the C client (cd /spider/src; make)
1777
1778 <P>
1779 At this point the files have been upgraded.  You can (usually) restrt the cluster
1780 in your own time.  However, if you attempt to use any new commands or features
1781 expect it to be fatal!  At least your cluster will have been restarted then so it
1782 will be too late to worry about it!
1783
1784 <P>
1785 Now the magic part!  From now on when you want to update, simply connect to the 
1786 Internet and then, as the user <em>sysop</em> ...
1787
1788 <tscreen><verb>
1789 cd /spider
1790 cvs -z3 update -d
1791 </verb></tscreen>
1792
1793 and your files will be updated.  As above, remember to recompile the "C" client 
1794 if it has been updated (CVS will tell you) and restart if any of the perl scripts
1795 have been altered or added, again, CVS will tell you.
1796
1797 <P>
1798 You will find any changes documented in the /spider/Changes file.
1799
1800 <sect>The DXSpider command set
1801
1802 <P>
1803 Below is a complete list of commands available from the cluster prompt.
1804 Most maintenance tasks are automatic but there are some commands that are useful 
1805 for a sysop.  These are listed below in alphabetical order.  The number in 
1806 brackets following the command name is the permissions level needed to use 
1807 the command.
1808
1809 <sect1>accept/announce (0)
1810
1811 <P>
1812 <tt>
1813 <bf>accept/announce &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an accept filter
1814  line for announce
1815 </tt>
1816
1817 <P>
1818 Create an 'accept this announce' line for a filter. 
1819
1820 An accept filter line means that if the announce matches this filter it is
1821 passed onto the user. See HELP FILTERS for more info. Please read this
1822 to understand how filters work - it will save a lot of grief later on.
1823
1824 You can use any of the following things in this line:-
1825
1826 <tscreen><verb>
1827   info <string>            eg: iota or qsl
1828   by <prefixes>            eg: G,M,2         
1829   origin <prefixes>
1830   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
1831   origin_itu <numbers>
1832   origin_zone <numbers>
1833   by_dxcc <numbers>
1834   by_itu <numbers>
1835   by_zone <numbers>
1836   channel <prefixes>
1837   wx 1                     filter WX announces
1838   dest <prefixes>          eg: 6MUK,WDX      (distros)
1839 </verb></tscreen>
1840
1841 some examples:-
1842
1843 <tscreen><verb>
1844   acc/ann dest 6MUK
1845   acc/ann 2 by_zone 14,15,16
1846   (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)
1847 </verb></tscreen>
1848
1849 or
1850
1851 <tscreen><verb>
1852   acc/ann by G,M,2 
1853 </verb></tscreen>
1854
1855 This filter would only allow announces that were posted buy UK stations.  
1856 You can use the tag 'all' to accept everything eg:
1857
1858 <tscreen><verb>
1859   acc/ann all
1860 </verb></tscreen>
1861
1862 but this probably for advanced users...
1863
1864 <sect1>accept/announce (extended for sysops) (8)
1865
1866 <P>
1867 <tt>
1868 <bf>accept/announce &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb;&lt;pattern&gt;</bf> Announce filter sysop version
1869 </tt>
1870
1871 <P>
1872 This version allows a sysop to set a filter for a callsign as well as the
1873 default for nodes and users eg:-
1874
1875 <tscreen><verb>
1876   accept/ann by G,M,2
1877   accept/ann input node_default by G,M,2
1878   accept/ann user_default by G,M,2
1879 </verb></tscreen>
1880
1881 <sect1>accept/spots (0)
1882
1883 <P>
1884 <tt>
1885 <bf>accept/announce &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an accept filter 
1886 line for spots
1887 </tt>
1888
1889 <P>
1890 Create an 'accept this spot' line for a filter.
1891
1892 <P>
1893 An accept filter line means that if the spot matches this filter it is
1894 passed onto the user. See HELP FILTERS for more info. Please read this
1895 to understand how filters work - it will save a lot of grief later on.
1896
1897 You can use any of the following things in this line:-
1898
1899 <tscreen><verb>
1900   freq <range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
1901   on <range>             same as 'freq'
1902   call <prefixes>        eg: G,PA,HB9
1903   info <string>          eg: iota or qsl
1904   by <prefixes>            
1905   call_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
1906   call_itu <numbers>
1907   call_zone <numbers>
1908   by_dxcc <numbers>
1909   by_itu <numbers>
1910   by_zone <numbers>
1911   origin <prefixes>
1912   channel <prefixes>
1913 </verb></tscreen>
1914
1915 <P>
1916 For frequencies, you can use any of the band names defined in
1917 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
1918 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
1919 this is more efficient than saying simply: freq HF (but don't get
1920 too hung up about that)
1921
1922 some examples:-
1923
1924 <tscreen><verb>
1925   acc/spot 1 on hf/cw
1926   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
1927 </verb></tscreen>
1928
1929 You can use the tag 'all' to accept everything, eg:
1930
1931 <tscreen><verb>
1932   acc/spot 3 all
1933 </verb></tscreen>
1934
1935 but this probably for advanced users...
1936
1937 <sect1>accept/spots (extended for sysops) (8)
1938
1939 <P>
1940 <tt>
1941 <bf>accept/spots &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Spot filter sysop version
1942 </tt>
1943
1944 <P>
1945 This version allows a sysop to set a filter for a callsign as well as the
1946 default for nodes and users eg:-
1947
1948 <tscreen><verb>
1949   accept/spot db0sue-7 1 by_zone 14,15,16
1950   accept/spot node_default all
1951   set/hops node_default 10
1952
1953   accept/spot user_default by G,M,2
1954 </verb></tscreen>
1955
1956 <sect1>accept/wcy (0)
1957
1958 <P>
1959 <tt>
1960 <bf>accept/wcy &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> set an accept WCY filter
1961 </tt>
1962
1963 <P>
1964 It is unlikely that you will want to do this, but if you do then you can
1965 filter on the following fields:-
1966
1967 <tscreen><verb>
1968   by <prefixes>            eg: G,M,2         
1969   origin <prefixes>
1970   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
1971   origin_itu <numbers>
1972   origin_zone <numbers>
1973   by_dxcc <numbers>
1974   by_itu <numbers>
1975   by_zone <numbers>
1976   channel <prefixes>
1977 </verb></tscreen>
1978
1979 <P>
1980 There are no examples because WCY Broadcasts only come from one place and
1981 you either want them or not (see UNSET/WCY if you don't want them).
1982
1983 This command is really provided for future use.
1984
1985 See HELP FILTER for information.
1986
1987 <sect1>accept/wcy (extended for sysops) (8)
1988
1989 <P>
1990 <tt>
1991 <bf>accept/wcy &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf>
1992 WCY filter sysop version
1993 </tt>
1994
1995 <P>
1996 This version allows a sysop to set a filter for a callsign as well as the
1997 default for nodes and users eg:-
1998
1999 <tscreen><verb>
2000   accept/wcy node_default all
2001   set/hops node_default 10
2002 </verb></tscreen>
2003
2004 <sect1>accept/wwv (0)
2005
2006 <P>
2007 <tt>
2008 <bf>accept/wwv &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an accept WWV filter
2009 </tt>
2010
2011 <P>
2012 It is unlikely that you will want to do this, but if you do then you can
2013 filter on the following fields:-
2014
2015 <tscreen><verb>
2016   by <prefixes>            eg: G,M,2         
2017   origin <prefixes>
2018   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
2019   origin_itu <numbers>
2020   origin_zone <numbers>
2021   by_dxcc <numbers>
2022   by_itu <numbers>
2023   by_zone <numbers>
2024   channel <prefixes>
2025 </verb></tscreen>
2026
2027 for example 
2028
2029 <tscreen><verb>
2030   accept/wwv by_zone 4
2031 </verb></tscreen>
2032
2033 is probably the only useful thing to do (which will only show WWV broadcasts
2034 by stations in the US).
2035
2036 See HELP FILTER for information.
2037
2038 <sect1>accept/wwv (extended for sysops) (8)
2039
2040 <P>
2041 <tt>
2042 <bf>accept/wwv &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf>
2043 WWV filter sysop version
2044 </tt>
2045
2046 <P>
2047 This version allows a sysop to set a filter for a callsign as well as the
2048 default for nodes and users eg:-
2049
2050 <tscreen><verb>
2051   accept/wwv db0sue-7 1 by_zone 4
2052   accept/wwv node_default all
2053   set/hops node_default 10
2054
2055   accept/wwv user_default by W,K
2056 </verb></tscreen>
2057
2058 <sect1>announce (0)
2059
2060 <P>
2061 <tt>
2062 <bf>announce &lt;text&gt;</bf> Send an announcement to local users
2063 </tt>
2064
2065 <P>
2066 Send an announcement to LOCAL users only, where &lt;text&gt; is the text 
2067 of the announcement you wish to broadcast
2068
2069 <sect1>announce full (0)
2070
2071 <P>
2072 <tt>
2073 <bf>announce full &lt;text&gt;</bf> Send an announcement cluster wide
2074 </tt>
2075
2076 <P>
2077 This command will send your announcement across the whole cluster
2078 network.
2079
2080
2081 <sect1>announce sysop (5)
2082
2083 <P>
2084 <tt>
2085 <bf>announce sysop &lt;text&gt;</bf>
2086 </tt>
2087
2088 <P>
2089 Send an announcement to Sysops only
2090
2091 <sect1>apropos (0)
2092
2093 <P>
2094 <tt>
2095 <bf>apropos &lt;string&gt;</bf> Search the help database
2096 </tt>
2097
2098 <P>
2099 Search the help database for &lt;string&gt; (it isn't case sensitive), 
2100 and print the names of all the commands that may be relevant.
2101
2102 <sect1>bye (0)
2103
2104 <P>
2105 <tt>
2106 <bf>bye</bf> Exit from the cluster
2107 </tt>
2108
2109 <P>
2110 This will disconnect you from the cluster
2111
2112 <sect1>catchup (5)
2113
2114 <P>
2115 <tt>
2116 <bf>catchup &lt;node_call&gt; All&verbar;&lsqb;&lt;msgno&gt; ...&rsqb;</bf> 
2117 Mark a message as sent
2118 </tt>
2119
2120 <P>
2121 When you send messages the fact that you have forwarded it to another node 
2122 is remembered so that it isn't sent again. When you have a new partner
2123 node and you add their callsign to your /spider/msg/forward.pl file, all
2124 outstanding non-private messages will be forwarded to them. This may well
2125 be ALL the non-private messages. You can prevent this by using these 
2126 commmands:-
2127
2128 <tscreen><verb>
2129   catchup GB7DJK all
2130   catchup GB7DJK 300 301 302 303 500-510
2131 </verb></tscreen>
2132         
2133 and to undo what you have just done:-
2134   
2135 <tscreen><verb>
2136   uncatchup GB7DJK all
2137   uncatchup GB7DJK 300 301 302 303 500-510
2138 </verb></tscreen>
2139
2140 which will arrange for them to be forward candidates again.
2141
2142 Order is not important.
2143
2144 <sect1>clear/spots (0)
2145
2146 <P>
2147 <tt>
2148 <bf>clear/spots &lsqb;1&verbar;all&rsqb;</bf> Clear a spot filter line
2149 </tt>
2150
2151 <P>
2152 This command allows you to clear (remove) a line in a spot filter or to 
2153 remove the whole filter.
2154
2155 If you have a filter:-
2156
2157 <tscreen><verb>
2158   acc/spot 1 on hf/cw
2159   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
2160 </verb></tscreen>
2161
2162 and you say:-
2163
2164 <tscreen><verb>
2165   clear/spot 1
2166 </verb></tscreen>
2167
2168 you will be left with:-
2169
2170 <tscreen><verb>
2171   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
2172 </verb></tscreen>
2173
2174 If you do:
2175
2176 <tscreen><verb>
2177   clear/spot all
2178 </verb></tscreen>
2179
2180 the filter will be completely removed.
2181
2182
2183 <sect1>connect (5) 
2184
2185 <P>
2186 <tt>
2187 <bf>connect &lt;callsign&gt;</bf> Start a connection to another DX Cluster
2188 </tt>
2189
2190 <P>
2191 Start a connection process that will culminate in a new connection to the
2192 DX cluster &lt;callsign&gt;. This process creates a new 'client' process which will
2193 use the script in /spider/connect/&lt;callsign&gt; to effect the 'chat' exchange
2194 necessary to traverse the network(s) to logon to the cluster &lt;callsign&gt;.
2195
2196 <sect1>dbavail (0)
2197
2198 <P>
2199 <tt>
2200 <bf>dbavail</bf> Show a list of all the databases in the system
2201 </tt>
2202
2203 <P>
2204 The title says it all really, this command lists all the databases defined
2205 in the system. It is also aliased to SHOW/COMMAND.
2206
2207 <sect1>dbcreate (9)
2208
2209 <P>
2210 <tt>
2211 <bf>dbcreate &lt;name&gt;</bf> Create a database entry<newline>
2212 <bf>dbcreate &lt;name&gt; chain &lt;name&gt; [&lt;name&gt;..]</bf> Create a 
2213 chained database entry<newline>
2214 <bf>dbcreate &lt;name&gt; remote &lt;node&gt;</bf> Create a remote database
2215 entry<newline>
2216 </tt>
2217
2218 <P>
2219 DBCREATE allows you to define a database in the system. It doesn't actually
2220 create anything, just defines it.
2221
2222 The databases that are created are simple DB_File hash databases, they are 
2223 therefore already 'indexed'.
2224
2225 You can define a local database with the first form of the command eg:
2226
2227   DBCREATE oblast
2228
2229 You can also chain databases with the addition of the 'chain' keyword. 
2230 This will search each database one after the other. A typical example 
2231 is:
2232
2233   DBCREATE sdx_qsl chain sql_ad
2234
2235 No checking is done to see if the any of the chained databases exist, in
2236 fact it is usually better to do the above statement first then do each of
2237 the chained databases.
2238
2239 Databases can exist offsite. To define a database that lives on another 
2240 node do:
2241
2242   DBCREATE buckmaster remote gb7dxc
2243
2244 Remote databases cannot be chained; however, the last database in a 
2245 a chain can be a remote database eg:
2246
2247   DBCREATE qsl chain gb7dxc
2248
2249 To see what databases have been defined do:
2250
2251   DBAVAIL (or it will have been aliased to SHOW/COMMAND)
2252
2253 It would be normal for you to add an entry into your local Aliases file
2254 to allow people to use the 'SHOW/&lt;dbname&gt;' style syntax. So you would
2255 need to add a line like:-
2256
2257 <tscreen><verb>
2258   's' => [
2259     ..
2260     ..
2261     '^sh\w*/buc', 'dbshow buckmaster', 'dbshow',
2262     ..
2263     ..
2264    ],
2265 </verb></tscreen>
2266
2267 to allow 
2268
2269   SH/BUCK g1tlh
2270
2271 to work as they may be used to.
2272
2273 See DBIMPORT for the importing of existing AK1A format data to databases.
2274 See DBSHOW for generic database enquiry
2275
2276 <sect1>dbimport (9)
2277
2278 <P>
2279 <tt>
2280 <bf>dbimport &lt;dbname&gt;</bf> Import AK1A data into a database
2281 </tt>
2282
2283 <P>
2284 If you want to import or update data in bulk to a database you can use
2285 this command. It will either create or update entries into an existing
2286 database. For example:-
2287
2288   DBIMPORT oblast /tmp/OBLAST.FUL
2289
2290 will import the standard OBLAST database that comes with AK1A into the
2291 oblast database held locally.
2292
2293 <sect1>dbremove (9)
2294
2295 <P>
2296 <tt>
2297 <bf>dbremove &lt;dbname&gt;</bf> Delete a database
2298 </tt>
2299
2300 <P>
2301 DBREMOVE will completely remove a database entry and also delete any data
2302 file that is associated with it. 
2303
2304 There is no warning, no comeback, no safety net. 
2305
2306 For example:
2307
2308   DBREMOVE oblast 
2309
2310 will remove the oblast database from the system and it will also remove
2311 the associated datafile.
2312
2313 I repeat:
2314
2315 There is no warning, no comeback, no safety net.
2316
2317 You have been warned.
2318
2319 <sect1>dbshow (0)
2320
2321 <P>
2322 <tt>
2323 <bf>dbshow &lt;dbname&gt; &lt;key&gt;</bf> Display an entry, if it exists, 
2324 in a database
2325 </tt>
2326
2327 <P>
2328 This is the generic user interface to the database to the database system.
2329 It is expected that the sysop will add an entry to the local Aliases file
2330 so that users can use the more familiar AK1A style of enquiry such as:
2331
2332 <tscreen><verb>
2333   SH/BUCK G1TLH
2334 </verb></tscreen>
2335
2336 but if he hasn't and the database really does exist (use DBAVAIL or
2337 SHOW/COMMAND to find out) you can do the same thing with:
2338
2339 <tscreen><verb>
2340   DBSHOW buck G1TLH
2341 </verb></tscreen>
2342
2343
2344 <sect1>debug (9)
2345
2346 <P>
2347 <tt>
2348 <bf>debug</bf> Set the cluster program into debug mode
2349 </tt>
2350
2351 <P>
2352 Executing this command will only have an effect if you are running the cluster
2353 in debug mode i.e.
2354
2355 <tscreen><verb>
2356         perl -d cluster.pl
2357 </verb></tscreen>
2358
2359 It will interrupt the cluster just after the debug command has finished.
2360
2361 <sect1>directory (0)
2362
2363 <P>
2364 <tt>
2365 <bf>directory</bf> List messages<newline> 
2366 <bf>directory all</bf> List all messages<newline>
2367 <bf>directory own</bf> List your own messages<newline>
2368 <bf>directory new</bf> List all new messages<newline>
2369 <bf>directory to &lt;call&gt;</bf> List all messages to &lt;call&gt;<newline>
2370 <bf>directory from &lt;call&gt;</bf> List all messages from &lt;call&gt;<newline>
2371 <bf>directory subject &lt;string&gt;</bf> List all messages with &lt;string&gt; 
2372 in subject<newline>
2373 <bf>directory &lt;nn&gt;</bf> List last &lt;nn&gt; messages<newline>
2374 <bf>directory &lt;from&gt;-&lt;to&gt;</bf> List messages &lt;from&gt; message &lt;to&gt; message <newline>
2375 </tt>
2376
2377 <P>
2378 List the messages in the messages directory.
2379
2380 If there is a 'p' one space after the message number then it is a 
2381 personal message. If there is a '-' between the message number and the
2382 'p' then this indicates that the message has been read.
2383
2384 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
2385 fields.
2386
2387 You can combine some of the various directory commands together eg:-
2388
2389 <tscreen><verb>
2390    DIR TO G1TLH 5
2391 or 
2392    DIR SUBJECT IOTA 200-250
2393 </verb></tscreen>
2394
2395 You can abbreviate all the commands to one letter and use ak1a syntax:-
2396
2397 <tscreen><verb>
2398    DIR/T G1* 10
2399    DIR/S QSL 10-100 5
2400 </verb></tscreen>
2401
2402
2403 <sect1>directory (extended for sysops) (5)
2404
2405 <P>
2406 Works just like the user command except that sysops can see ALL messages.
2407
2408 <sect1>disconnect (8)
2409
2410 <P>
2411 <tt>
2412 <bf>disconnect &lt;call&gt; [&lt;call&gt; ...]</bf> Disconnect a user or node
2413 </tt>
2414
2415 <P>
2416 Disconnect any &lt;call&gt; connected locally
2417
2418 <sect1>dx (0)
2419
2420 <P>
2421 <tt>
2422 <bf>dx &lsqb;by &lt;call&gt;&rsqb; &lt;freq&gt; &lt;call&gt; &lt;remarks&gt;</bf> Send a DX spot
2423 </tt>
2424
2425 <P>
2426 This is how you send a DX Spot to other users. You can, in fact, now
2427 enter the &lt;freq&gt; and the &lt;call&gt; either way round. 
2428
2429 <tscreen><verb>
2430    DX FR0G 144.600
2431    DX 144.600 FR0G
2432    DX 144600 FR0G 
2433 </verb></tscreen>
2434
2435 will all give the same result. You can add some remarks to the end
2436 of the command and they will be added to the spot.
2437
2438 <tscreen><verb>
2439    DX FR0G 144600 this is a test
2440 </verb></tscreen>
2441
2442 You can credit someone else by saying:-
2443
2444 <tscreen><verb>
2445    DX by G1TLH FR0G 144.600 he isn't on the cluster
2446 </verb></tscreen>
2447
2448 The &lt;freq&gt; is compared against the available bands set up in the 
2449 cluster.  See SHOW/BANDS for more information.
2450
2451 <sect1>export (9)
2452
2453 <P>
2454 <tt>
2455 <bf>export &lt;msgno&gt; &lt;filename&gt;</bf> Export a message to a file
2456 </tt>
2457
2458 <P>
2459 Export a message to a file. This command can only be executed on a local
2460 console with a fully privileged user. The file produced will be in a form
2461 ready to be imported back into the cluster by placing it in the import 
2462 directory (/spider/msg/import).
2463
2464 This command cannot overwrite an existing file. This is to provide some 
2465 measure of security. Any files written will owned by the same user as the 
2466 main cluster, otherwise you can put the new files anywhere the cluster can
2467 access. For example:-
2468
2469   EXPORT 2345 /tmp/a
2470
2471 <sect1>export_users (9)
2472
2473 <P>
2474 <tt>
2475 <bf>export_users &lsqb;&lt;filename&gt;&rsqb;</bf> Export the users database to ascii
2476 </tt>
2477
2478 <P>
2479 Export the users database to a file in ascii format. If no filename
2480 is given then it will export the file to /spider/data/user_asc.
2481
2482 If the file already exists it will be renamed to &lt;filename&gt;.o. In fact
2483 up to 5 generations of the file can be kept each one with an extra 'o' on the
2484 suffix. 
2485
2486 BE WARNED: this will write to any file you have write access to. No check is
2487 made on the filename (if any) that you specify.
2488
2489 <sect1>forward/latlong (8)
2490
2491 <P>
2492 <tt>
2493 <bf>forward/latlong &lt;node_call&gt;</bf> Send latitude and longitude 
2494 information to another cluster
2495 </tt>
2496
2497 <P>
2498 This command sends all the latitude and longitude information that your
2499 cluster is holding against callsigns.  One advantage of recieving this
2500 information is that more locator information is held by you.  This
2501 means that more locators are given on the DX line assuming you have
2502 <em>set/dxgrid</em> enabled.  This could be a LOT of information though, so
2503 it is not recommended on slow links.
2504
2505 <sect1>forward/opername (1)
2506
2507 <P>
2508 <tt>
2509 <bf>forward/opername &lt;call&gt;</bf> Send out information on this &lt;call&gt; 
2510 to all clusters
2511 </tt>
2512
2513 <P>
2514 This command sends out any information held in the user file which can 
2515 be broadcast in PC41 protocol packets. This information is Name, QTH, Location
2516 and Homenode. PC41s are only sent for the information that is available.
2517
2518 <sect1>help (0)
2519
2520 <P>
2521 <tt>
2522 <bf>help &lt;cmd&gt;</bf> Get help on a command
2523 </tt>
2524
2525 <P>
2526 All commands can be abbreviated, so SHOW/DX can be abbreviated
2527 to SH/DX, ANNOUNCE can be shortened to AN and so on.
2528
2529 Look at the APROPOS &lt;string&gt; command which will search the help database
2530 for the &lt;string&gt; you specify and give you a list of likely commands
2531 to look at with HELP.
2532
2533 <sect1>init (5)
2534
2535 <P>
2536 <tt>
2537 <bf>init &lt;node call&gt;</bf> Re-initialise a link to an AK1A compatible node
2538 </tt>
2539
2540 <P>
2541 This command attempts to re-initialise a link to a (usually) AK1A node
2542 that has got confused, usually by a protocol loop of some kind. It may
2543 work - but you usually will be better off simply disconnecting it (or
2544 better, if it is a real AK1A node, doing an RCMD &lt;node&gt; DISC/F &lt;your
2545 node&gt;).
2546
2547 Best of luck - you will need it.
2548
2549 <sect1>kill (0)
2550
2551 <P>
2552 <tt>
2553 <bf>kill &lt;msgno&gt; &lsqb;&lt;msgno&gt; ..&rsqb;</bf> Delete a message 
2554 from the local system
2555 </tt>
2556
2557 <P>
2558 Delete a message from the local system. You will only be able to
2559 delete messages that you have originated or been sent (unless you are
2560 the sysop).
2561
2562 <sect1>kill (5)
2563
2564 <P>
2565 <tt>
2566 <bf>kill &lt;msgno&gt [&lt;msgno&gt; ...]</bf> Remove or erase a message from 
2567 the system<newline>
2568 <bf>kill from &lt;call&gt;</bf> Remove all messages from a callsign<newline>
2569 <bf>kill to &lt;call&gt;</bf> Remove all messages to a callsign<newline>
2570 </tt>
2571
2572 <P>
2573 You can get rid of any message to or originating from your callsign using 
2574 this command. You can remove more than one message at a time.
2575
2576 As a sysop you can kill any message on the system.
2577
2578 <sect1>kill full (5)
2579
2580 <P>
2581 <tt>
2582 <bf>kill full &lt;msgno&gt; &lsqb;&lt;msgno&gt;&rsqb;</bf> Delete a message from the 
2583 whole cluster
2584 </tt>
2585
2586 <P>
2587 Delete a message (usually a 'bulletin') from the whole cluster system. 
2588
2589 This uses the subject field, so any messages that have exactly the same subject
2590 will be deleted. Beware!
2591
2592 <sect1>links (0)
2593
2594 <P>
2595 <tt>
2596 <bf>links</bf> Show which nodes are physically connected
2597 </tt>
2598
2599 <P>
2600 This is a quick listing that shows which links are connected and
2601 some information about them. See WHO for a list of all connections.
2602
2603
2604 <sect1>load/aliases (9)
2605
2606 <P>
2607 <tt>
2608 <bf>load/aliases</bf> Reload the command alias table
2609 </tt>
2610
2611 <P>
2612 Reload the /spider/cmd/Aliases file after you have editted it. You will need to
2613 do this if you change this file whilst the cluster is running in order for the
2614 changes to take effect.
2615
2616
2617 <sect1>load/baddx (9)
2618
2619 <P>
2620 <tt>
2621 <bf>load/baddx</bf> Reload the bad DX table
2622 </tt>
2623
2624 <P>
2625 Reload the /spider/data/baddx.pl file if you have changed it manually whilst
2626 the cluster is running. This table contains the DX Calls that, if spotted, 
2627 will not be passed on. FR0G and TEST are classic examples.
2628
2629 <sect1>load/badmsg (9)
2630
2631 <P>
2632 <tt>
2633 <bf>load/badmsg</bf> Reload the bad message table
2634 </tt>
2635
2636 <P>
2637 Reload the /spider/msg/badmsg.pl file if you have changed it manually whilst
2638 the cluster is running. This table contains a number of perl regular 
2639 expressions which are searched for in the fields targetted of each message. 
2640 If any of them match then that message is immediately deleted on receipt. 
2641
2642 <sect1>load/badwords (9)
2643
2644 <P>
2645 <tt>
2646 <bf>load/badwords</bf> Reload the badwords file
2647 </tt>
2648
2649 <P>
2650 Reload the /spider/data/badwords file if you have changed it manually whilst
2651 the cluster is running. This file contains a list of words which, if found
2652 on certain text portions of PC protocol, will cause those protocol frames
2653 to be rejected. It will all put out a message if any of these words are
2654 used on the announce, dx and talk commands. The words can be one or 
2655 more on a line, lines starting with '#' are ignored.
2656
2657 <sect1>load/bands (9)
2658
2659 <P>
2660 <tt>
2661 <bf>load/bands</bf> Reload the band limits table
2662 </tt>
2663
2664 <P>
2665 Reload the /spider/data/bands.pl file if you have changed it manually whilst
2666 the cluster is running. 
2667
2668 <sect1>load/cmd_cache (9)
2669
2670 <P>
2671 <tt>
2672 <bf>load/cmd_cache</bf> Reload the automatic command cache
2673 </tt>
2674
2675 <P>
2676 Normally, if you change a command file in the cmd or local_cmd tree it will
2677 automatially be picked up by the cluster program. Sometimes it can get confused
2678 if you are doing a lot of moving commands about or delete a command in the 
2679 local_cmd tree and want to use the normal one again. Execute this command to
2680 reset everything back to the state it was just after a cluster restart.
2681
2682 <sect1>load/forward (9)
2683
2684 <P>
2685 <tt>
2686 <bf>load/forward</bf> Reload the msg forwarding routing table
2687 </tt>
2688
2689 Reload the /spider/msg/forward.pl file if you have changed it
2690 manually whilst the cluster is running.
2691
2692 <sect1>load/messages (9)
2693
2694 <P>
2695 <tt>
2696 <bf>load/messages</bf> Reload the system messages file
2697 </tt>
2698
2699 <P>
2700 If you change the /spider/perl/Messages file (usually whilst fiddling/writing ne
2701 commands) you can have them take effect during a cluster session by executing this
2702 command. You need to do this if get something like :-
2703
2704 unknown message 'xxxx' in lang 'en'
2705
2706 <sect1>load/prefixes (9)
2707
2708 <P>
2709 <tt>
2710 <bf>load/prefixes</bf> Reload the prefix table
2711 </tt>
2712
2713 <P>
2714 Reload the /spider/data/prefix_data.pl file if you have changed it manually 
2715 whilst the cluster is running. 
2716
2717 <sect1>merge (5)
2718
2719 <P>
2720 <tt>
2721 <bf>merge &lt;node&gt; [&lt;no spots&gt;/&lt;no wwv&gt;]</bf> Ask for the 
2722 latest spots and WWV
2723 </tt>
2724
2725 <P>
2726 MERGE allows you to bring your spot and wwv database up to date. By default
2727 it will request the last 10 spots and 5 WWVs from the node you select. The 
2728 node must be connected locally.
2729
2730 You can request any number of spots or wwv and although they will be appended
2731 to your databases they will not duplicate any that have recently been added 
2732 (the last 2 days for spots and last month for WWV data).
2733
2734 <sect1>msg (9)
2735
2736 <P>
2737 <tt>
2738 <bf>msg &lt;cmd&gt; &lt;msgno&gt; [data ...]</bf> Alter various message 
2739 parameters
2740 </tt>
2741
2742 <P>
2743 Alter message parameters like To, From, Subject, whether private or bulletin
2744 or return receipt (RR) is required or whether to keep this message from timing
2745 out.
2746
2747 <tscreen><verb>
2748   MSG TO <msgno> <call>     - change TO callsign to <call>
2749   MSG FRom <msgno> <call>   - change FROM callsign to <call>
2750   MSG PRrivate <msgno>      - set private flag
2751   MSG NOPRrivate <msgno>    - unset private flag
2752   MSG RR <msgno>            - set RR flag
2753   MSG NORR <msgno>          - unset RR flag
2754   MSG KEep <msgno>          - set the keep flag (message won't be deleted ever)
2755   MSG NOKEep <msgno>        - unset the keep flag
2756   MSG SUbject <msgno> <new> - change the subject to <new>
2757   MSG WAittime <msgno>      - remove any waitting time for this message
2758   MSG NOREad <msgno>        - mark message as unread
2759   MSG REad <msgno>          - mark message as read
2760   MSG QUeue                 - queue any outstanding bulletins
2761   MSG QUeue 1               - queue any outstanding private messages
2762 </verb></tscreen>
2763
2764 You can look at the status of a message by using:-
2765
2766   STAT/MSG &lt;msgno&gt;      
2767
2768 This will display more information on the message than DIR does.
2769
2770 <sect1>pc (8)
2771
2772 <P>
2773 <tt>
2774 <bf>pc &lt;call&gt; &lt;text&gt;</bf> Send text (eg PC Protocol) to &lt;call&gt;
2775 </tt>
2776
2777 <P>
2778 Send some arbitrary text to a locally connected callsign. No processing is done on
2779 the text. This command allows you to send PC Protocol to unstick things if problems
2780 arise (messages get stuck etc). eg:-
2781
2782    pc gb7djk PC33^GB7TLH^GB7DJK^400^
2783
2784 You can also use in the same way as a talk command to a connected user but
2785 without any processing, added of "from &lt;blah&gt; to &lt;blah&gt;" or whatever.
2786
2787    pc G1TLH Try doing that properly!!!
2788
2789 <sect1>ping (1)
2790
2791 <P>
2792 <tt>
2793 <bf>ping &lt;node&gt;</bf> Check the link quality between nodes
2794 </tt>
2795
2796 <P>
2797 his command allows you to send a frame to another cluster node on
2798 the network and get a return frame.  The time it takes to do this
2799 is a good indication of the quality of the link.  The actual time
2800 it takes is output to the console in seconds.
2801 Any visible cluster node can be PINGed.
2802
2803
2804 <sect1>rcmd (1)
2805
2806 <P>
2807 <tt>
2808 <bf>rcmd &lt;node call&gt; &lt;cmd&gt;</bf> Send a command to another DX cluster
2809 </tt>
2810
2811 <P>
2812 This command allows you to send nearly any command to another DX Cluster
2813 node that is connected to the system. 
2814
2815 Whether you get any output is dependant on a) whether the other system knows
2816 that the node callsign of this cluster is in fact a node b) whether the
2817 other system is allowing RCMDs from this node and c) whether you have
2818 permission to send this command at all.
2819
2820 <sect1>read (0)
2821
2822 <P>
2823 <tt>
2824 <bf>read</bf> Read the next unread personal message addressed to you<newline>
2825 <bf>read &lt;msgno&gt;</bf> Read the specified message<newline>
2826 </tt>
2827
2828 <P>
2829 You can read any messages that are sent as 'non-personal' and also any
2830 message either sent by or sent to your callsign.
2831
2832
2833 <sect1>read (extended for sysops) (5) 
2834
2835 <P>
2836 <tt>
2837 <bf>read &lt;msgno&gt;</bf> Read a message on the system
2838 </tt>
2839
2840 <P>
2841 As a sysop you may read any message on the system
2842
2843 <sect1>reject/announce
2844
2845 <P>
2846 <tt>
2847 <bf>reject/announce &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set a reject filter
2848 for announce
2849 </tt>
2850
2851 <P>
2852 Create an 'reject this announce' line for a filter. 
2853
2854 An reject filter line means that if the announce matches this filter it is
2855 passed onto the user. See HELP FILTERS for more info. Please read this
2856 to understand how filters work - it will save a lot of grief later on.
2857
2858 You can use any of the following things in this line:-
2859
2860 <tscreen><verb>
2861   info <string>            eg: iota or qsl
2862   by <prefixes>            eg: G,M,2         
2863   origin <prefixes>
2864   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
2865   origin_itu <numbers>
2866   origin_zone <numbers>
2867   by_dxcc <numbers>
2868   by_itu <numbers>
2869   by_zone <numbers>
2870   channel <prefixes>
2871   wx 1                     filter WX announces
2872   dest <prefixes>          eg: 6MUK,WDX      (distros)
2873 </verb></tscreen>
2874
2875 some examples:-
2876
2877 <tscreen><verb>
2878   rej/ann by_zone 14,15,16 and not by G,M,2
2879 </verb></tscreen>
2880  
2881 You can use the tag 'all' to reject everything eg:
2882
2883 <tscreen><verb>
2884   rej/ann all
2885 </verb></tscreen>
2886
2887 but this probably for advanced users...
2888
2889 <sect1>reject/announce (extended for sysops) (8)
2890
2891 <P>
2892 <tt>
2893 <bf>reject/announce &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Announce filter sysop version
2894 </tt>
2895
2896 <P>
2897 This version allows a sysop to set a filter for a callsign as well as the
2898 default for nodes and users eg:-
2899
2900 <tscreen><verb>
2901   reject/ann by G,M,2
2902   reject/ann input node_default by G,M,2
2903   reject/ann user_default by G,M,2
2904 </verb></tscreen>
2905
2906 <sect1>reject/spots (0)
2907
2908 <P>
2909 <tt>
2910 <bf>reject/spots &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set a reject filter 
2911 line for spots
2912 </tt>
2913
2914 <P>
2915 Create a 'reject this spot' line for a filter. 
2916
2917 A reject filter line means that if the spot matches this filter it is
2918 dumped (not passed on). See HELP FILTERS for more info. Please read this
2919 to understand how filters work - it will save a lot of grief later on.
2920
2921 You can use any of the following things in this line:-
2922
2923 <tscreen><verb>
2924   freq <range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
2925   on <range>             same as 'freq'
2926   call <prefixes>        eg: G,PA,HB9
2927   info <string>          eg: iota or qsl
2928   by <prefixes>            
2929   call_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
2930   call_itu <numbers>
2931   call_zone <numbers>
2932   by_dxcc <numbers>
2933   by_itu <numbers>
2934   by_zone <numbers>
2935   origin <prefixes>
2936   channel <prefixes>
2937 </verb></tscreen>
2938
2939 For frequencies, you can use any of the band names defined in
2940 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
2941 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
2942 this is more efficient than saying simply: on HF (but don't get
2943 too hung up about that)
2944
2945 some examples:-
2946
2947 <tscreen><verb>
2948   rej/spot 1 on hf
2949   rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)
2950 </verb></tscreen>
2951
2952 You can use the tag 'all' to reject everything eg:
2953
2954 <tscreen><verb>
2955   rej/spot 3 all
2956 </verb></tscreen>
2957
2958 but this probably for advanced users...
2959
2960 <sect1>reject/spots (extended for sysops) (8)
2961
2962 <P>
2963 <tt>
2964 <bf>reject/spots &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf>
2965  Reject spot filter sysop version 
2966 </tt>
2967
2968 <P>
2969 This version allows a sysop to set a filter for a callsign as well as the
2970 default for nodes and users eg:-
2971
2972 <tscreen><verb>
2973   reject/spot db0sue-7 1 by_zone 14,15,16
2974   reject/spot node_default all
2975   set/hops node_default 10
2976
2977   reject/spot user_default by G,M,2
2978 </verb></tscreen>
2979
2980 <sect1>reject/wcy (0)
2981
2982 <P>
2983 <tt>
2984 <bf>reject/wcy &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set a reject WCY filter
2985 </tt>
2986
2987 <P>
2988 It is unlikely that you will want to do this, but if you do then you can
2989 filter on the following fields:-
2990
2991 <tscreen><verb>
2992   by <prefixes>            eg: G,M,2         
2993   origin <prefixes>
2994   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
2995   origin_itu <numbers>
2996   origin_zone <numbers>
2997   by_dxcc <numbers>
2998   by_itu <numbers>
2999   by_zone <numbers>
3000   channel <prefixes>
3001 </verb></tscreen>
3002
3003 There are no examples because WCY Broadcasts only come from one place and
3004 you either want them or not (see UNSET/WCY if you don't want them).
3005
3006 This command is really provided for future use.
3007
3008 See HELP FILTER for information.
3009
3010 <sect1>reject/wcy (extended for sysops) (8)
3011
3012 <P>
3013 <tt>
3014 <bf>reject/wcy &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf>
3015  WCY reject filter sysop version
3016 </tt>
3017
3018 <P>
3019 This version allows a sysop to set a filter for a callsign as well as the
3020 default for nodes and users eg:-
3021
3022   reject/wcy gb7djk all
3023
3024 <sect1>reject/wwv (0)
3025
3026 <P>
3027 <tt>
3028 <bf>reject/wwv &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set a reject WWV filter
3029 </tt>
3030
3031 <P>
3032 It is unlikely that you will want to do this, but if you do then you can
3033 filter on the following fields:-
3034
3035 <tscreen><verb>
3036   by <prefixes>            eg: G,M,2         
3037   origin <prefixes>
3038   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
3039   origin_itu <numbers>
3040   origin_zone <numbers>
3041   by_dxcc <numbers>
3042   by_itu <numbers>
3043   by_zone <numbers>
3044   channel <prefixes>
3045 </verb></tscreen>
3046
3047 for example 
3048
3049 <tscreen><verb>
3050   reject/wwv by_zone 14,15,16
3051 </verb></tscreen>
3052
3053 is probably the only useful thing to do (which will only show WWV broadcasts
3054 by stations in the US).
3055
3056 See HELP FILTER for information.
3057
3058 <sect1>reject/wwv (extended for sysops) (8)
3059
3060 <P>
3061 <tt>
3062 <bf>reject/wwv &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf>
3063  WWV reject filter sysop version
3064 </tt>
3065
3066 <P>This version allows a sysop to set a filter for a callsign as well as the
3067 default for nodes and users eg:-
3068
3069 <tscreen><verb>
3070   reject/wwv db0sue-7 1 by_zone 4
3071   reject/wwv node_default all
3072
3073   reject/wwv user_default by W
3074 </verb></tscreen>
3075
3076 <sect1>reply (0)
3077
3078 <P>
3079 <tt>
3080 <bf>reply</bf> Reply (privately) to the last message that you have read<newline>
3081 <bf>reply &lt;msgno&gt;</bf> Reply (privately) to the specified message<newline>
3082 <bf>reply B &lt;msgno&gt;</bf> Reply as a Bulletin to the specified message<newline>
3083 <bf>reply NOPrivate &lt;msgno&gt;</bf> Reply as a Bulletin to the specified
3084 message<newline>
3085 <bf>reply RR &lt;msgno&gt;</bf> Reply to the specified message with read 
3086 receipt<newline>
3087 </tt>
3088
3089 <P>
3090 You can reply to a message and the subject will automatically have
3091 "Re:" inserted in front of it, if it isn't already present.
3092
3093 You can also use all the extra qualifiers such as RR, PRIVATE, 
3094 NOPRIVATE, B that you can use with the SEND command (see SEND
3095 for further details)
3096
3097 <sect1>send (0)
3098
3099 <P>
3100 <tt>
3101 <bf>send &lt;call&gt; &lsqb;&lt;call&gt; ...&rsqb;</bf> Send a message to 
3102 one or more callsigns<newline>
3103 <bf>send RR &lt;call&gt;</bf> Send a message and ask for a read receipt<newline>
3104 <bf>send COPY &lt;msgno&gt; &lt;call&gt;</bf> Send a copy of a  message 
3105 to someone<newline>
3106 <bf>send PRIVATE &lt;call&gt;</bf> Send a personal message<newline>
3107 <bf>send NOPRIVATE &lt;call&gt;</bf> Send a message to all stations<newline>
3108 </tt>
3109
3110 <P>
3111 All the SEND commands will create a message which will be sent either to
3112 an individual callsign or to one of the 'bulletin' addresses. 
3113
3114 SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
3115 it will mark the message as personal and send it to the cluster node that
3116 that callsign is connected to.
3117
3118 You can have more than one callsign in all of the SEND commands.
3119
3120 You can have multiple qualifiers so that you can have for example:-
3121
3122 <tscreen><verb>
3123   SEND RR COPY 123 PRIVATE G1TLH G0RDI
3124 </verb></tscreen>
3125
3126 which should send a copy of message 123 to G1TLH and G0RDI and you will
3127 receive a read receipt when they have read the message.
3128
3129 SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
3130 SP is an alias for SEND PRIVATE
3131
3132 <sect1>set/address (0)
3133
3134 <P>
3135 <tt>
3136 <bf>set/address &lt;your_address&gt;</bf> Record your postal address
3137 </tt>
3138
3139 <P>
3140 Literally, record your address details on the cluster.
3141
3142 <sect1>set/announce (0)
3143
3144 <P>
3145 <tt>
3146 <bf>set/announce</bf> Allow announce messages
3147 </tt>
3148
3149 <P>
3150 Allow announce messages to arrive at your terminal.
3151
3152 <sect1>set/arcluster (5)
3153
3154 <P>
3155 <tt>
3156 <bf>set/arcluster &lt;node_call&gt; &lsqb;&lt;node_call&gt; ...&rsqb;</bf> Make
3157 the node_call an AR-Cluster type node
3158 </tt>
3159
3160 <P>
3161 Set the node_call as an AR-Cluster type node
3162
3163 <sect1>set/baddx (8)
3164
3165 <P>
3166 <tt>
3167 <bf>set/baddx &lt;call&gt;</bf> Stop words we do not wish to see in the callsign field
3168 of a dx spot being propagated
3169 </tt>
3170
3171 <P>
3172 Setting a word as 'baddx' will prevent spots with that word in the callsign 
3173 field of a DX spot from going any further. They will not be displayed and they 
3174 will not be sent onto other nodes.
3175
3176 The word must be wriiten in full, no wild cards are allowed eg:-
3177
3178 <tscreen><verb>
3179   set/baddx FORSALE VIDEO FR0G 
3180 </verb></tscreen>
3181
3182 To allow a word again, use the following command ...
3183
3184 <tscreen><verb>
3185   unset/baddx VIDEO
3186 </verb></tscreen>
3187
3188 <sect1>set/badnode (6)
3189
3190 <P>
3191 <tt>
3192 <bf>set/badnode &lt;node_call&gt;</bf> Stop spots from this node_call
3193 being propagated
3194 </tt>
3195
3196 <P>
3197 Setting a callsign as a 'badnode' will prevent spots from that node 
3198 going any further. They will not be displayed and they will not be 
3199 sent onto other nodes.
3200
3201 The call can be a full or partial call (or a prefix), eg:-
3202
3203 <tscreen><verb>
3204   set/badnode K1TTT 
3205 </verb></tscreen>
3206
3207 will stop anything from K1TTT (including any SSID's)
3208
3209 <tscreen><verb>
3210   unset/badnode K1TTT
3211 </verb></tscreen>
3212
3213 will allow spots from him again.
3214
3215 Use with extreme care. This command may well be superceded by FILTERing.
3216
3217 <sect1>set/badspotter (8)
3218
3219 <P>
3220 <tt>
3221 <bf>set/badspotter &lt;call&gt;</bf> Stop spots from this callsign being propagated
3222 </tt>
3223
3224 <P>
3225 Setting a callsign as a 'badspotter' will prevent spots from this callsign 
3226 going any further. They will not be displayed and they will not be 
3227 sent onto other nodes.
3228
3229 The call must be written in full, no wild cards are allowed eg:-
3230
3231 <tscreen><verb>
3232   set/badspotter VE2STN 
3233 </verb></tscreen>
3234
3235 will stop anything from VE2STN. If you want SSIDs as well then you must
3236 enter them specifically.
3237
3238 <tscreen><verb>
3239   unset/badspotter VE2STN
3240 </verb></tscreen>
3241
3242 will allow spots from him again.
3243
3244 Use with extreme care. This command may well be superceded by FILTERing.
3245
3246 <sect1>set/beep (0)
3247
3248 <P>
3249 <tt>
3250 <bf>set/beep</bf> Add beeps to terminal messages
3251 </tt>
3252
3253 <P>
3254 Add a beep to DX and other terminal messages.
3255
3256 <sect1>set/clx (5)
3257
3258 <P>
3259 <tt>
3260 <bf>set/clx &lt;node_call&gt; &lsqb;&lt;node_call&gt; ...&rsqb;</bf> Make
3261 the node_call a CLX type node
3262 </tt>
3263
3264 <P>
3265 Set the node_call as a CLX type node
3266
3267 <sect1>set/debug (9)
3268
3269 <P>
3270 <tt>
3271 <bf>set/debug &lt;name&gt;</bf> Add a debug level to the debug set
3272 </tt>
3273
3274 <P>
3275 You can remove this level with unset/debug &lt;name&gt;
3276
3277 <sect1>set/dx (0)
3278
3279 <P>
3280 <tt>
3281 <bf>set/dx</bf>Allow DX messages to arrive at your terminal
3282 </tt>
3283
3284 <P>
3285 You can stop DX messages with the <em>unset/dx</em> command
3286
3287 <sect1>set/dxgrid (0)
3288
3289 <P>
3290 <tt>
3291 <bf>set/dxgrid</bf>Allow grid squares on the end of DX messages
3292 </tt>
3293
3294 <P>
3295 Some logging programs do not like the additional information at
3296 the end of a DX spot.  If this is the case, use the <em>unset/dxgrid</em>
3297 command to remove the grid squares.
3298
3299 <sect1>set/dxnet (5)
3300
3301 <P>
3302 <tt>
3303 <bf>set/dxnet &lt;node_call&gt; &lsqb;&lt;node_call&gt; ...&rsqb;</bf> Make
3304 the node_call a DXNet type node
3305 </tt>
3306
3307 <P>
3308 Set the node_call as a DXNet type node
3309
3310 <sect1>set/echo (0)
3311
3312 <P>
3313 <tt>
3314 <bf>set/echo</bf> Make the cluster echo your input
3315 </tt>
3316
3317 <P>
3318 If you are connected via a telnet session, different implimentations
3319 of telnet handle echo differently depending on whether you are 
3320 connected via port 23 or some other port. You can use this command
3321 to change the setting appropriately. 
3322
3323 You can remove the echo with the <em>unset/echo</em> command
3324
3325 The setting is stored in your user profile.
3326
3327 YOU DO NOT NEED TO USE THIS COMMAND IF YOU ARE CONNECTED VIA AX25.
3328
3329 <sect1>set/here (0)
3330
3331 <P>
3332 <tt>
3333 <bf>set/here</bf> Set the here flag
3334 </tt>
3335
3336 <P>
3337 Let others on the cluster know you are here by only displaying your
3338 callsign.  If you are away from your terminal you can use the <em>unset/here</em>
3339 command to let people know you are away.  This simply puts brackets
3340 around your callsign to indicate you are not available.
3341
3342 <sect1>set/homenode (0)
3343
3344 <P>
3345 <tt>
3346 <bf>set/homenode &lt;node_call&gt;</bf> Set your home cluster
3347 </tt>
3348
3349 <P>
3350 Tell the cluster system where you normally connect to. Any Messages sent
3351 to you will normally find their way there should you not be connected.
3352 eg:-
3353
3354 <tscreen><verb>
3355   SET/HOMENODE gb7djk
3356 </verb></tscreen>
3357
3358 <sect1>set/hops (8)
3359
3360 <P>
3361 <tt>
3362 <bf>set/hops &lt;node_call&gt; ann&verbar;spots&verbar;wwv&verbar;wcy &lt;n&gt;</bf>
3363 Set hop count
3364 </tt>
3365
3366 <P>
3367 Set the hop count for a particular type of broadcast for a node.
3368
3369 This command allows you to set up special hop counts for a node 
3370 for currently: announce, spots, wwv and wcy broadcasts.
3371
3372 <tscreen><verb>
3373 eg:
3374   set/hops gb7djk ann 10
3375   set/hops gb7mbc spots 20
3376 </verb></tscreen>
3377
3378 Set SHOW/HOPS for information on what is already set. This command
3379 creates a filter and works in conjunction with the filter system. 
3380
3381 <sect1>set/isolate (9)
3382
3383 <P>
3384 <tt>
3385 <bf>set/isolate &lt;node call&gt;</bf> Isolate a node from the rest of the network
3386 </tt>
3387
3388 <P>
3389 Connect a node to your system in such a way that you are a full protocol
3390 member of its network and can see all spots on it, but nothing either leaks
3391 out from it nor goes back into from the rest of the nodes connected to you.
3392
3393 You can potentially connect several nodes in this way.
3394
3395 You can see which nodes are isolated with the show/isolate (1) command.
3396
3397 You can remove the isolation with the command unset/isolate.
3398
3399 <sect1>set/language (0)
3400
3401 <P>
3402 <tt>
3403 <bf>set/language &lt;language&gt;</bf> Set the language you wish to use
3404 </tt>
3405
3406 <P>
3407 You can select the language that you want the cluster to use. Currently
3408 the languages available are <em>en</em> (English) and <em>nl</em> (Dutch).
3409
3410 <sect1>set/location (0)
3411
3412 <P>
3413 <tt>
3414 <bf>set/location &lt;lat and long&gt;</bf> Set your latitude and longitude
3415 </tt>
3416
3417 <P>
3418 You can set your latitude and longitude manually or alternatively use the
3419 <em>set/qra</em> command which will do the conversion for you.
3420
3421 <tscreen><verb>
3422   set/location 54 04 N 2 02 E
3423 </verb></tscreen>
3424
3425
3426 <sect1>set/sys_location (9)
3427
3428 <P>
3429 <tt>
3430 <bf>set/sys_location &lt;lat & long&gt;</bf> Set your cluster latitude and longitude
3431 </tt>
3432
3433 <P>
3434 In order to get accurate headings and such like you must tell the system
3435 what your latitude and longitude is. If you have not yet done a SET/QRA
3436 then this command will set your QRA locator for you. For example:-
3437
3438 <tscreen><verb>
3439   SET/LOCATION 52 22 N 0 57 E
3440 </verb></tscreen>
3441
3442 <sect1>set/logininfo (0)
3443
3444 <P>
3445 <tt>
3446 <bf>set/logininfo</bf> Show logins and logouts of nodes and users
3447 </tt>
3448
3449 <P>
3450 Show users and nodes when they log in and out of the local cluster.  You
3451 can stop these messages by using the <em>unset/logininfo</em> command.
3452
3453
3454 <sect1>set/lockout (9)
3455
3456 <P>
3457 <tt>
3458 <bf>set/lockout &lt;call&gt;</bf> Stop a callsign connecting to the cluster
3459 </tt>
3460
3461 <P>
3462 You can show who is locked out with the <em>show/lockout</em> command.
3463 To allow the user to connect again, use the <em>unset/lockout</em> command.
3464
3465 <sect1>set/name (0)
3466
3467 <P>
3468 <tt>
3469 <bf>set/name &lt;your_name&gt;</bf> Set your name
3470 </tt>
3471
3472 <P>
3473 Tell the cluster what your name is, eg:-
3474
3475 <tscreen><verb>
3476   set/name Dirk
3477 </verb></tscreen>
3478
3479 <sect1>set/node (9)
3480
3481 <P>
3482 <tt>
3483 <bf>set/node &lt;call&gt; [&lt;call&gt; ...]</bf> Make the callsign an AK1A cluster
3484 </tt>
3485
3486 <P>
3487 Tell the system that the call(s) are to be treated as AK1A cluster and
3488 fed PC Protocol rather normal user commands.
3489
3490 From version 1.41 you can also set the following types of cluster
3491
3492 <tscreen><verb>
3493   set/spider
3494   set/dxnet
3495   set/clx
3496   set/arcluster
3497 </verb></tscreen>
3498
3499 To see what your nodes are set to, use the <em>show/nodes</em> command.
3500
3501 <sect1>set/obscount (9)
3502
3503 <P>
3504 <tt>
3505 <bf>set/obscount &lt;count&gt; &lt;node call&gt;</bf> Set the 'pump-up' 
3506 obsolescence counter
3507 </tt>
3508
3509 <P>
3510 From version 1.35 onwards neighbouring nodes are pinged at regular intervals (see
3511 SET/PINGINTERVAL), usually 300 seconds or 5 minutes. There is a 'pump-up'
3512 counter which is decremented on every outgoing ping and then reset to
3513 the 'obscount' value on every incoming ping. The default value of this
3514 parameter is 2. 
3515
3516 What this means is that a neighbouring node will be pinged twice at 
3517 (default) 300 second intervals and if no reply has been heard just before
3518 what would be the third attempt, that node is disconnected.
3519
3520 If a ping is heard then the obscount is reset to the full value. Using
3521 default values, if a node has not responded to a ping within 15 minutes,
3522 it is disconnected.
3523
3524 <sect1>set/page (0)
3525
3526 <P>
3527 <tt>
3528 <bf>set/page &lt;n&gt;</bf> Set the number of lines per page
3529 </tt>
3530
3531 <P>
3532 Tell the system how many lines you wish on a page when the number of lines
3533 of output from a command is more than this. The default is 20. Setting it
3534 explicitly to 0 will disable paging. 
3535
3536 <tscreen><verb>
3537   SET/PAGE 30
3538   SET/PAGE 0
3539 </verb></tscreen>
3540
3541 The setting is stored in your user profile.
3542
3543
3544 <sect1>set/password (9)
3545
3546 <P>
3547 <tt>
3548 <bf>set/password &lt;callsign&gt; &lt;string&gt;</bf> Set a users password
3549 </tt>
3550
3551 <P>
3552 The password for a user can only be set by a full sysop. The string
3553 can contain any characters but any spaces are removed (you can type in
3554 spaces - but they won't appear in the password). You can see the
3555 result with STAT/USER.  The password is the usual 30 character baycom
3556 type password.
3557
3558 <sect1>set/pinginterval (9)
3559
3560 <P>
3561 <tt>
3562 <bf>set/pinginterval &lt;time&gt; &lt;node call&gt;</bf> Set the ping time 
3563 to neighbouring nodes
3564 </tt>
3565
3566 <P>
3567 As from version 1.35 all neighbouring nodes are pinged at regular intervals
3568 in order to determine the rolling quality of the link and, in future, to
3569 affect routing decisions. The default interval is 300 secs or 5 minutes.
3570
3571 You can use this command to set a different interval. Please don't. 
3572
3573 But if you do the value you enter is treated as minutes up 60 and seconds
3574 for numbers greater than that.
3575
3576 This is used also to help determine when a link is down at the far end
3577 (as certain cluster software doesn't always notice), see SET/OBSCOUNT
3578 for more information.
3579
3580 <sect1>set/privilege (9)
3581
3582 <P>
3583 <tt>
3584 <bf>set/privilege &lt;n&gt; &lt;call&gt; [&lt;call&gt; ...]</bf> Set the 
3585 privilege level on a call
3586 </tt>
3587
3588 <P>
3589 Set the privilege level on a callsign. The privilege levels that pertain
3590 to commands are as default:-
3591
3592 <tscreen><verb>
3593   0 - normal user
3594   1 - allow remote nodes normal user RCMDs
3595   5 - various privileged commands (including shutdown, but not disc-
3596       connect), the normal level for another node.
3597   8 - more privileged commands (including disconnect)
3598   9 - local sysop privilege. DO NOT SET ANY REMOTE USER OR NODE TO THIS
3599       LEVEL.
3600 </verb></tscreen>
3601
3602 If you are a sysop and you come in as a normal user on a remote connection
3603 your privilege will automatically be set to 0.
3604
3605 <sect1>set/spider (5)
3606
3607 <P>
3608 <tt>
3609 <bf>set/spider &lt;node_call&gt; &lsqb;&lt;node_call&gt; ...&rsqb;</bf> Make
3610 the node_call a DXSpider type node
3611 </tt>
3612
3613 <P>
3614 Set the node_call as a DXSpider type node
3615
3616 <sect1>set/sys_qra (9)
3617
3618 <P>
3619 <tt>
3620 <bf>set/sys_qra &lt;locator&gt;</bf> Set your cluster QRA locator
3621 </tt>
3622
3623 <sect1>set/qra (0)
3624
3625 <P>
3626 <tt>
3627 <bf>set/qra &lt;locator&gt;</bf> Set your QRA locator
3628 </tt>
3629
3630 <P>
3631 Tell the system what your QRA (or Maidenhead) locator is. If you have not
3632 done a SET/LOCATION then your latitude and longitude will be set roughly
3633 correctly (assuming your locator is correct ;-). For example:-
3634
3635 <tscreen><verb>
3636   SET/QRA JO02LQ
3637 </verb></tscreen>
3638
3639 <sect1>set/qth (0)
3640
3641 <P>
3642 <tt>
3643 <bf>set/qth &lt;your QTH&gt;</bf> Set your QTH
3644 </tt>
3645
3646 <P>
3647 Tell the system where your are.  For example:-
3648
3649 <tscreen><verb>
3650   set/qth East Dereham, Norfolk
3651 </verb></tscreen>
3652
3653 <sect1>set/talk (0)
3654
3655 <P>
3656 <tt>
3657 <bf>set/talk</bf> Allow talk messages to be seen at your console
3658 </tt>
3659
3660 <P>
3661 Allow talk messages to arrive at your console.  You can switch off
3662 talks with the <em>unset/talk</em> command.
3663
3664 <sect1>set/wcy (0)
3665
3666 <P>
3667 <tt>
3668 <bf>set/wcy</bf> Allow WCY messages to be seen at your console
3669 </tt>
3670
3671 <P>
3672 Allow WCY information to be seen at your console.  You can switch off
3673 WCY messages with the <em>unset/wcy</em> command.
3674
3675 <sect1>set/wwv (0)
3676
3677 <P>
3678 <tt>
3679 <bf>set/wwv</bf> Allow WWV messages to be seen at your console
3680 </tt>
3681
3682 <P>
3683 Allow WWV information to be seen at your console.  You can switch off
3684 WWV messages with the <em>unset/wwv</em> command.
3685
3686 <sect1>set/wx (0)
3687
3688 <P>
3689 <tt>
3690 <bf>set/wx</bf> Allow WX messages to be seen at your console
3691 </tt>
3692
3693 <P>
3694 Allow WX information to be seen at your console.  You can switch off
3695 WX messages with the <em>unset/wx</em> command.
3696
3697 <sect1>show/baddx (1)
3698
3699 <P>
3700 <tt>
3701 <bf>show/baddx</bf>Show all the bad dx calls in the system
3702 </tt>
3703
3704 <P>
3705 Display all the bad dx callsigns in the system, see SET/BADDX
3706 for more information.
3707
3708 <sect1>show/badnode (6)
3709
3710 <P>
3711 <tt>
3712 <bf>show/badnode</bf> Show all the bad nodes in the system
3713 </tt>
3714
3715 <P>
3716 Display all the bad node callsigns in the system, see SET/BADNODE
3717 for more information.
3718
3719 <sect1>show/badspotter (1)
3720
3721 <P>
3722 <tt>
3723 <bf>show/badspotter</bf>Show all the bad spotters in the system
3724 </tt>
3725
3726 <P>
3727 Display all the bad spotter's callsigns in the system, see SET/BADSPOTTER
3728 for more information.
3729
3730 <sect1>show/date (0)
3731
3732 <P>
3733 <tt>
3734 <bf>show/date &lsqb;&lt;prefix&gt;&verbar;&lt;callsign&gt;&rsqb;</bf> Show
3735 the local time
3736 </tt>
3737
3738 <P>
3739 This is very nearly the same as SHOW/TIME, the only difference the format
3740 of the date string if no arguments are given.
3741
3742 If no prefixes or callsigns are given then this command returns the local
3743 time and UTC as the computer has it right now. If you give some prefixes
3744 then it will show UTC and UTC + the local offset (not including DST) at
3745 the prefixes or callsigns that you specify.
3746
3747 <sect1>show/dx (0)
3748
3749 <P>
3750 <tt>
3751 <bf>show/dx &lsqb;options&rsqb;</bf> interrogate the spot database
3752 </tt>
3753
3754 <P>
3755 If you just type SHOW/DX you will get the last so many spots
3756 (sysop configurable, but usually 10).
3757    
3758 In addition you can add any number of these options in very nearly
3759 any order to the basic SHOW/DX command, they are:-
3760
3761 <tscreen><verb>   
3762 on &lt;band&gt;       - eg 160m 20m 2m 23cm 6mm
3763 on &lt;region&gt;     - eg hf vhf uhf shf      (see SHOW/BANDS)
3764    
3765 &lt;number&gt;        - the number of spots you want
3766 &lt;from&gt;-&lt;to&gt     - &lt;from&gt; spot no &lt;to&gt; spot no in 
3767                   the selected list
3768    
3769 &lt;prefix&gt;        - for a spotted callsign beginning with &lt;prefix&gt;
3770 *&lt;suffix&gt;       - for a spotted callsign ending in &lt;suffix&gt;
3771 *&lt;string&gt;*      - for a spotted callsign containing &lt;string&gt;
3772    
3773 day &lt;number&gt;    - starting &lt;number&gt; days ago
3774 day &lt;from&gt;-&lt;to&gt; - &lt;from&gt; days &lt;to&gt; days ago
3775    
3776 info &lt;text&gt;     - any spots containing &lt;text&gt; in the info or remarks
3777    
3778 by &lt;call&gt;       - any spots spotted by &lt;call&gt; (spotter &lt;call&gt; 
3779                         is the same).
3780
3781 qsl             - this automatically looks for any qsl info on the call
3782                   held in the spot database.
3783
3784 iota &lsqb;&lt;iota&gt;&rsqb;   - If the iota island number is missing it will 
3785                   look for the string iota and anything which looks like 
3786                   an iota island number. If you specify then it will look 
3787                   for that island.
3788
3789 qra &lsqb;&lt;locator&gt;&rsqb; - this will look for the specific locator if 
3790                   you specify one or else anything that looks like a locator.
3791 </verb></tscreen>
3792    
3793 e.g. 
3794
3795 <tscreen><verb>   
3796    SH/DX 9m0
3797    SH/DX on 20m info iota
3798    SH/DX 9a on vhf day 30
3799    SH/DX rf1p qsl
3800    SH/DX iota 
3801    SH/DX iota eu-064
3802    SH/DX qra jn86
3803 </verb></tscreen>
3804
3805 <sect1>show/dxcc (0)
3806
3807 <P>
3808 <tt>
3809 <bf>show/dxcc &lt;prefix&gt;</bf> Interrogate the spot database by country
3810 </tt>
3811
3812 <P>
3813 This command takes the &lt;prefix&gt; (which can be a full or partial 
3814 callsign if desired), looks up which internal country number it is
3815 and then displays all the spots as per SH/DX for that country.
3816    
3817 The options for SHOW/DX also apply to this command.   
3818 e.g. 
3819
3820 <tscreen><verb>   
3821    SH/DXCC G
3822    SH/DXCC W on 20m info iota
3823 </verb></tscreen>
3824
3825 <sect1>show/files (0)
3826
3827 <P>
3828 <tt>
3829 <bf>show/files &lsqb;&lt;filearea&gt; &lsqb;&lt;string&gt;&rsqb;&rsqb;</bf> List
3830 the contents of a filearea
3831 </tt>
3832
3833 <P>
3834 SHOW/FILES on its own will show you a list of the various fileareas
3835 available on the system. To see the contents of a particular file
3836 area type:-
3837
3838 <tscreen><verb>
3839    SH/FILES &lt;filearea&gt;
3840 </verb></tscreen>
3841
3842 where &lt;filearea&gt; is the name of the filearea you want to see the 
3843 contents of.
3844
3845 You can also use shell globbing characters like '*' and '?' in a
3846 string to see a selection of files in a filearea eg:-
3847
3848 <tscreen><verb>
3849    SH/FILES bulletins arld*
3850 </verb></tscreen>
3851
3852 See also TYPE - to see the contents of a file.
3853
3854 <sect1>show/filter (0)
3855
3856 <P>
3857 <tt>
3858 <bf>show/filter</bf> Show the filters you have set
3859 </tt>
3860
3861 <P>
3862 Show the contents of all the filters that are set by you. This command 
3863 displays all the filters set - for all the various categories.
3864
3865 <sect1>show/filter (extended for sysops) (5)
3866
3867 <P>
3868 <tt>
3869 <bf>show/filter &lt;callsign&gt;</bf> Show the filters set by &lt;callsign&gt;
3870 </tt>
3871
3872 <P>
3873 A sysop can look at any filters that have been set.
3874
3875 <sect1>show/hops (8)
3876
3877 <P>
3878 <tt>
3879 <bf>show/hops &lt;node_call&gt; &lsqb;ann&verbar;spots&verbar;wcy&verbar;wwv&verbar;&rsqb;</bf> Show the hop 
3880 counts for a node
3881 </tt>
3882
3883 <P>
3884 This command shows the hop counts set up for a node. You can specify
3885 which category you want to see. If you leave the category out then 
3886 all the categories will be listed.
3887
3888 <sect1>show/isolate (1)
3889
3890 <P>
3891 <tt>
3892 <bf>show/isolate</bf> Show a list of isolated nodes
3893 </tt>
3894
3895 <P>
3896 Show which nodes are currently set to be isolated.
3897
3898 <sect1>show/lockout (9)
3899
3900 <P>
3901 <tt>
3902 <bf>show/lockout</bf> Show a list of excluded callsigns
3903 </tt>
3904
3905 <P>
3906 Show a list of callsigns that have been excluded (locked out) of the
3907 cluster locally with the <em>set/lockout</em> command
3908
3909 <sect1>show/moon (0)
3910
3911 <P>
3912 <tt>
3913 <bf>show/moon &lsqb;&lt;prefix&gt;&verbar;&lt;callsign&gt;&rsqb;</bf> Show moon
3914 rise and set times
3915 </tt>
3916
3917 <P>
3918 Show the Moon rise and set times for a (list of) prefixes or callsigns, 
3919 together with the azimuth and elevation of the sun currently at those
3920 locations.
3921
3922 If you don't specify any prefixes or callsigns, it will show the times for
3923 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
3924 together with the current azimuth and elevation.
3925
3926 In addition, it will show the gain or loss dB relative to the nominal 
3927 distance of 385,000Km due to the ellipsoidal nature of the orbit.
3928
3929 If all else fails it will show the Moonrise and set times for the node
3930 that you are connected to. 
3931
3932 For example:-
3933
3934 <tscreen><verb>
3935   SH/MOON
3936   SH/MOON G1TLH W5UN
3937 </verb></tscreen>
3938
3939 <sect1>show/muf (0)
3940
3941 <P>
3942 <tt>
3943 <bf>show/muf &lt;prefix&gt; &lsqb;&lt;hours&gt;&rsqb;&lsqb;long&rsqb;</bf> Show
3944 the likely propagation to &lt;prefix&gt;
3945 </tt>
3946
3947 <P>
3948 This command allow you to estimate the likelihood of you contacting
3949 a station with the prefix you have specified. The output assumes a modest
3950 power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)
3951
3952 The result predicts the most likely operating frequencies and signal
3953 levels for high frequency (shortwave) radio propagation paths on
3954 specified days of the year and hours of the day. It is most useful for
3955 paths between 250 km and 6000 km, but can be used with reduced accuracy
3956 for paths shorter or longer than this.
3957
3958 The command uses a routine MINIMUF 3.5 developed by the U.S. Navy and
3959 used to predict the MUF given the predicted flux, day of the year,
3960 hour of the day and geographic coordinates of the transmitter and
3961 receiver. This routine is reasonably accurate for the purposes here,
3962 with a claimed RMS error of 3.8 MHz, but much smaller and less complex
3963 than the programs used by major shortwave broadcasting organizations,
3964 such as the Voice of America.
3965
3966 The command will display some header information detailing its
3967 assumptions, together with the locations, latitude and longitudes and
3968 bearings. It will then show UTC (UT), local time at the other end
3969 (LT), calculate the MUFs, Sun zenith angle at the midpoint of the path
3970 (Zen) and the likely signal strengths. Then for each frequency for which
3971 the system thinks there is a likelihood of a circuit it prints a value.
3972
3973 The value is currently a likely S meter reading based on the conventional
3974 6dB / S point scale. If the value has a '+' appended it means that it is
3975 1/2 an S point stronger. If the value is preceeded by an 'm' it means that
3976 there is likely to be much fading and by an 's' that the signal is likely
3977 to be noisy.  
3978
3979 By default SHOW/MUF will show the next two hours worth of data. You
3980 can specify anything up to 24 hours worth of data by appending the no of
3981 hours required after the prefix. For example:-
3982
3983 <tscreen><verb>
3984   SH/MUF W
3985 </verb></tscreen>
3986
3987 produces:
3988
3989 <tscreen><verb>
3990   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
3991   Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
3992   Location                       Lat / Long           Azim
3993   East Dereham, Norfolk          52 41 N 0 57 E         47
3994   United-States-W                43 0 N 87 54 W        299
3995   UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0
3996   18 23 11.5 -35  mS0+ mS2   S3
3997   19  0 11.2 -41  mS0+ mS2   S3
3998 </verb></tscreen>
3999
4000 indicating that you will have weak, fading circuits on top band and 
4001 80m but usable signals on 40m (about S3).
4002
4003 inputing:-
4004
4005 <tscreen><verb>
4006   SH/MUF W 24
4007 </verb></tscreen>
4008
4009 will get you the above display, but with the next 24 hours worth of
4010 propagation data.
4011
4012 <tscreen><verb>
4013   SH/MUF W L 24
4014   SH/MUF W 24 Long
4015 </verb></tscreen>
4016
4017 Gives you an estimate of the long path propagation characterics. It
4018 should be noted that the figures will probably not be very useful, nor
4019 terrible accurate, but it is included for completeness.
4020
4021 <sect1>show/node (1)
4022
4023 <P>
4024 <tt>
4025 <bf>show/node &lsqb;&lt;node_call&gt; ...&rsqb;</bf> Show the type and version
4026 number of nodes
4027 </tt>
4028
4029 <P>
4030 Show the type and version (if connected) of the nodes specified on the
4031 command line. If no callsigns are specified then a sorted list of all
4032 the non-user callsigns known to the system will be displayed.
4033
4034 <sect1>show/prefix (0)
4035
4036 <P>
4037 <tt>
4038 <bf>show/prefix &lt;callsign&gt;</bf> Interrogate the prefix database
4039 </tt>
4040
4041 <P>
4042 This command takes the &lt;callsign&gt; (which can be a full or partial 
4043 callsign or a prefix), looks up which internal country number 
4044 it is and then displays all the relevant prefixes for that country
4045 together with the internal country no, the CQ and ITU regions. 
4046
4047 See also SHOW/DXCC
4048
4049
4050 <sect1>show/program (5)
4051
4052 <P>
4053 <tt>
4054 <bf>show/program</bf> Show the locations of all the included program modules
4055 </tt>
4056
4057 <P>
4058 Show the name and location where every program module was load from. This
4059 is useful for checking where you think you have loaded a .pm file from.
4060
4061 <sect1>show/qra (0)
4062
4063 <P>
4064 <tt>
4065 <bf>show/qra &lt;locator&gt &lsqb;&lt;locator&gt;&rsqb;</bf> Show the distance
4066 between locators<newline>
4067 <bf>show/qra &lt;lat&gt; &lt;long&gt;</bf> Convert latitude and longitude to 
4068 a locator
4069 </tt>
4070
4071 <P>
4072 This is a multipurpose command that allows you either to calculate the
4073 distance and bearing between two locators or (if only one locator is
4074 given on the command line) the distance and beraing from your station
4075 to the locator. For example:-
4076
4077 <tscreen><verb>
4078 SH/QRA IO92QL 
4079 SH/QRA JN06 IN73
4080 </verb></tscreen>
4081
4082 The first example will show the distance and bearing to the locator from
4083 yourself, the second example will calculate the distance and bearing from
4084 the first locator to the second. You can use 4 or 6 character locators.
4085
4086 It is also possible to convert a latitude and longitude to a locator by 
4087 using this command with a latitude and longitude as an argument, for
4088 example:-
4089
4090 <tscreen><verb>
4091 SH/QRA 52 41 N 0 58 E
4092 </verb></tscreen>
4093
4094 <sect1>show/qrz (0)
4095
4096 <P>
4097 <tt>
4098 <bf>show/qrz &lt;callsign&gt;</bf> Show any callbook details on a callsign
4099 </tt>
4100
4101 <P>
4102 This command queries the QRZ callbook server on the internet
4103 and returns any information available for that callsign. This service
4104 is provided for users of this software by http://www.qrz.com 
4105
4106 <sect1>show/route (0)
4107
4108 <P>
4109 <tt>
4110 <bf>show/route &lt;callsign&gt;</bf> Show the route to &lt;callsign&gt;
4111 </tt>
4112
4113 <P>
4114 This command allows you to see to which node the callsigns specified are
4115 connected. It is a sort of inverse sh/config.
4116
4117 <tscreen><verb>
4118   sh/route n2tly
4119 </verb></tscreen>
4120
4121 <sect1>show/satellite (0)
4122
4123 <P>
4124 <tt>
4125 <bf>show/satellite &lt;name&gt; &lsqb;&lt;hours&gt; &lt;interval&gt;&rsqb;</bf>
4126 Show satellite tracking data
4127 </tt>
4128
4129 <P>
4130 Show the tracking data from your location to the satellite of your choice
4131 from now on for the next few hours.
4132
4133 If you use this command without a satellite name it will display a list
4134 of all the satellites known currently to the system. 
4135
4136 If you give a name then you can obtain tracking data of all the passes
4137 that start and finish 5 degrees below the horizon. As default it will
4138 give information for the next three hours for every five minute period.
4139
4140 You can alter the number of hours and the step size, within certain 
4141 limits. 
4142
4143 Each pass in a period is separated with a row of '-----' characters
4144
4145 So for example:-
4146
4147 <tscreen><verb>
4148 SH/SAT AO-10 
4149 SH/SAT FENGYUN1 12 2
4150 </verb></tscreen>
4151
4152 <sect1>show/sun (0)
4153
4154 <P>
4155 <tt>
4156 <bf>show/sun &lsqb;&lt;prefix&gt;&verbar;&lt;callsign&gt;&rsqb;</bf> Show
4157 sun rise and set times
4158 </tt>
4159
4160 <P>
4161 Show the sun rise and set times for a (list of) prefixes or callsigns, 
4162 together with the azimuth and elevation of the sun currently at those
4163 locations.
4164
4165 If you don't specify any prefixes or callsigns, it will show the times for
4166 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
4167 together with the current azimuth and elevation.
4168
4169 If all else fails it will show the sunrise and set times for the node
4170 that you are connected to. 
4171
4172 For example:-
4173
4174 <tscreen><verb>
4175   SH/SUN
4176   SH/SUN G1TLH K9CW ZS
4177 </verb></tscreen>
4178
4179 <sect1>show/time (0)
4180
4181 <P>
4182 <tt>
4183 <bf>show/time &lsqb;&lt;prefix&gt;&verbar;&lt;callsign&gt;&rsqb;</bf> Show
4184 the local time
4185 </tt>
4186
4187 <P>
4188 If no prefixes or callsigns are given then this command returns the local
4189 time and UTC as the computer has it right now. If you give some prefixes
4190 then it will show UTC and UTC + the local offset (not including DST) at
4191 the prefixes or callsigns that you specify.
4192
4193 <sect1>show/wcy (0)
4194
4195 <P>
4196 <tt>
4197 <bf>show/wcy</bf> Show the last 10 WCY broadcasts<newline>
4198 <bf>show/wcy &lt;n&gt;</bf> Show the last &lt;n&gt; WCY broadcasts
4199 </tt>
4200
4201 <P>
4202 Display the most recent WCY information that has been received by the system
4203
4204 <sect1>show/wwv (0)
4205
4206 <P>
4207 <tt>
4208 <bf>show/wwv</bf> Show the last 10 WWV broadcasts<newline>
4209 <bf>show/wwv &lt;n&gt;</bf> Show the last &lt;n&gt; WWV broadcasts
4210 </tt>
4211
4212 <P>
4213 Display the most recent WWV information that has been received by the system
4214
4215
4216 <sect1>shutdown (5)
4217
4218 <P>
4219 <tt>
4220 <bf>shutdown</bf> Shutdown the cluster
4221 </tt>
4222
4223 <P>
4224 Shutdown the cluster and disconnect all the users.  If you have Spider
4225 set to respawn in /etc/inittab it will of course restart.
4226
4227 <sect1>spoof (9)
4228
4229 <P>
4230 <tt>
4231 <bf>spoof &lt;callsign&gt; &lt;command&gt;</bf> Run commands as another user
4232 </tt>
4233
4234 <P>
4235 This is a very simple yet powerful command for the sysop.  It allows you to
4236 issue commands as if you were a different user.  This is very useful for the
4237 kind of things that users seem to always get wrong.. like home_node for
4238 example.
4239
4240 <sect1>stat/db (5)
4241
4242 <P>
4243 <tt>
4244 <bf>stat/db &lt;dbname&gt;</bf> Show the status of a database
4245 </tt>
4246
4247 <P>
4248 Show the internal status of a database descriptor.
4249
4250 Depending on your privilege level you will see more or less information. 
4251 This command is unlikely to be of much use to anyone other than a sysop.
4252
4253 <sect1>stat/channel (5)
4254
4255 <P>
4256 <tt>
4257 <bf>stat/channel &lt;callsign&gt;</bf> Show the status of a channel on the cluster
4258 </tt>
4259
4260 <P>
4261 Show the internal status of the channel object either for the channel that 
4262 you are on or else for the callsign that you asked for.
4263
4264 Only the fields that are defined (in perl term) will be displayed.
4265
4266 <sect1>stat/msg (5)
4267
4268 <P>
4269 <tt>
4270 <bf>stat/msg &lt;msgno&gt;</bf> Show the status of a message
4271 </tt>
4272
4273 <P>
4274 This command shows the internal status of a message and includes information
4275 such as to whom it has been forwarded, its size, origin etc etc.
4276
4277 <sect1>stat/user (5)
4278
4279 <P>
4280 <tt>
4281 <bf>stat/user &lt;callsign&gt;</bf> Show the full status of a user
4282 </tt>
4283
4284 <P>
4285 Shows the full contents of a user record including all the secret flags
4286 and stuff.
4287
4288 Only the fields that are defined (in perl term) will be displayed.
4289
4290 <sect1>sysop (0)
4291
4292 <P>
4293 <tt>
4294 <bf>sysop</bf> Regain your privileges if you login remotely
4295 </tt>
4296
4297 <P>
4298 The system automatically reduces your privilege level to that of a
4299 normal user if you login in remotely. This command allows you to
4300 regain your normal privilege level. It uses the normal system: five
4301 numbers are returned that are indexes into the character array that is
4302 your assigned password (see SET/PASSWORD). The indexes start from
4303 zero.
4304
4305 You are expected to return a string which contains the characters
4306 required in the correct order. You may intersperse those characters
4307 with others to obscure your reply for any watchers. For example (and
4308 these values are for explanation :-):
4309
4310 <tscreen><verb>
4311   password = 012345678901234567890123456789
4312   > sysop
4313   22 10 15 17 3
4314 </verb></tscreen>
4315
4316 you type:-
4317
4318 <tscreen><verb>
4319  aa2bbbb0ccc5ddd7xxx3n
4320  or 2 0 5 7 3
4321  or 20573
4322 </verb></tscreen>
4323
4324 They will all match. If there is no password you will still be offered
4325 numbers but nothing will happen when you input a string. Any match is
4326 case sensitive.
4327
4328 <sect1>talk (0)
4329
4330 <P>
4331 <tt>
4332 <bf>talk &lt;callsign&gt;</bf> Enter talk mode with &lt;callsign&gt;<newline>
4333 <bf>talk &lt;callsign&gt; &lt;text&gt;</bf> Send a text message to &lt;callsign&gt;<newline>
4334 <bf>talk &lt;callsign&gt; &gt; &lt;node_call&gt; &lsqb;&lt;text&gt;&rsqb;</bf>
4335 Send a text message to &lt;callsign&gt; via &lt;node_call&gt;
4336 </tt>
4337
4338 <P>
4339 Send a short message to any other station that is visible on the cluster
4340 system. You can send it to anyone you can see with a SHOW/CONFIGURATION 
4341 command, they don't have to be connected locally.
4342
4343 The second form of TALK is used when other cluster nodes are connected
4344 with restricted information. This usually means that they don't send 
4345 the user information usually associated with logging on and off the cluster.
4346
4347 If you know that G3JNB is likely to be present on GB7TLH, but you can only
4348 see GB7TLH in the SH/C list but with no users, then you would use the
4349 second form of the talk message.
4350
4351 If you want to have a ragchew with someone you can leave the text message
4352 out and the system will go into 'Talk' mode. What this means is that a
4353 short message is sent to the recipient telling them that you are in a 'Talking' 
4354 frame of mind and then you just type - everything you send will go to the 
4355 station that you asked for. 
4356
4357 All the usual announcements, spots and so on will still come out on your
4358 terminal.
4359
4360 If you want to do something (such as send a spot) you precede the normal 
4361 command with a '/' character, eg:-
4362
4363 <tscreen><verb>
4364    /DX 14001 G1TLH What's a B class licensee doing on 20m CW?
4365    /HELP talk
4366 </verb></tscreen>
4367
4368 To leave talk mode type:
4369    
4370 <tscreen><verb>
4371    /EX
4372 </verb></tscreen>
4373
4374 <sect1>type (0)
4375
4376 <P>
4377 <tt>
4378 <bf>type &lt;filearea&gt;/&lt;name&gt;</bf> Look at a file in one of the fileareas
4379 </tt>
4380
4381 <P>
4382 Type out the contents of a file in a filearea. So, for example, in 
4383 filearea 'bulletins' you want to look at file 'arld051' you would 
4384 enter:-
4385
4386 <tscreen><verb>
4387    TYPE bulletins/arld051
4388 </verb></tscreen>
4389
4390 See also SHOW/FILES to see what fileareas are available and a 
4391 list of content.
4392
4393 <sect1>who (0)
4394
4395 <P>
4396 <tt>
4397 <bf>who</bf> Show who is physically connected locally
4398 </tt>
4399
4400 <P>
4401 This is a quick listing that shows which callsigns are connected and
4402 what sort of connection they have
4403
4404 <sect1>wx (0)
4405
4406 <P>
4407 <tt>
4408 <bf>wx &lt;text&gt;</bf> Send a weather message to local users<newline>
4409 <bf>wx full &lt;text&gt; </bf> Send a weather message to all cluster users
4410 </tt>
4411
4412 <P>
4413 Weather messages can sometimes be useful if you are experiencing an extreme
4414 that may indicate enhanced conditions
4415
4416 <sect1>wx (enhanced for sysops) (5)
4417
4418 <P>
4419 <tt>
4420 <bf>wx sysop &lt;text&gt;</bf> Send a weather message to other clusters only
4421 </tt>
4422
4423 <P>
4424 Send a weather message only to other cluster nodes and not to general users.
4425
4426
4427
4428 </article>