23bbd0b5b18b7e0d3b3d859a916a4110dca9b573
[spider.git] / sgml / adminmanual_en.sgml
1 <!doctype linuxdoc system>\r
2 \r
3 <article>\r
4 \r
5 <!-- Title information -->\r
6 \r
7 <title>The DXSpider Administration Manual v1.50</title> \r
8 <author>Ian Maude, G0VGS, (g0vgs@gb7mbc.net), and\r
9 Charlie Carroll, K1XX, (k1xx@ptcnh.net)</author>\r
10 <date>February 2003 revision 0.4</date>\r
11 \r
12 <abstract>\r
13 A reference for SysOps of the DXSpider DXCluster program.\r
14 </abstract>\r
15 \r
16 <!-- Table of contents -->\r
17 <toc>\r
18 \r
19 <!-- Begin the document -->\r
20 \r
21 <sect>Routing and Filtering\r
22 \r
23 <sect1>Introduction\r
24 \r
25 <P>\r
26 From DXSpider version 1.48, major changes were introduced to the way \r
27 node connections are treated.  This is part of an ongoing process to\r
28 remove problems with loops and to enable talk and other functions to\r
29 propagate across the whole of the worldwide cluster network.  In fact,\r
30 in a Spider network, it would be useful, perhaps even necessary to\r
31 have loops.  This would give real resilience to the network, meaning\r
32 that if a link dropped, the information flow would simply come in and\r
33 go out via a different route.  Of course, we do not have a complete\r
34 network of Spider nodes, there are other programs out there.  Some of\r
35 these do not have any protection from loops.  Certainly AK1A does not \r
36 handle loops well at all.  It is therefore necessary to have some form \r
37 of protection for these nodes.\r
38 \r
39 <P>\r
40 In fact DXSpider has had a simple system for some time which is called\r
41 <it>isolation</it>. This is similar to what in other systems such as \r
42 <bf>clx</bf>, is called <it>passive mode</it>. A more detailed explanation\r
43 of <it>isolation</it> is given further below. This system is still available\r
44 and, for simple networks, is probably all that you need.\r
45 \r
46 <P>\r
47 The new functionality introduced in version 1.48 allows filtering the node\r
48 and user protocol frames on a "per interface" basis. We call this\r
49 <it>route filtering</it>. This is used <bf>instead of</bf>\r
50 <it>isolation</it>. \r
51 \r
52 <p>\r
53 What this really means is that you can control more or less completely\r
54 which user and node management PC protocol frames pass to each of your \r
55 partner nodes. You can also limit what comes into your node from your \r
56 partners. It is even possible to control the settings that your partner \r
57 node has for the routing information that it sends to you \r
58 (using the <it>rcmd</it> command).\r
59 \r
60 <sect1>Route Filters\r
61 \r
62 <p>\r
63 Initially when route filters were being tested we generated a\r
64 "default" filter.  Unfortunately it quickly became apparent that this\r
65 might suit the UK cluster network but didn't really fit anybody else.\r
66 However using a default filter is an appropriate thing to do. How, is\r
67 explained further on.\r
68 \r
69 <p>\r
70 The first thing that you must do is determine whether you need to use \r
71 route filtering <bf>at all</bf>. If you are a "normal" node with two or \r
72 three partners and you arranged in an "official" non-looping tree type \r
73 network, then <bf>you do not need to do route filtering</bf> and you will \r
74 feel a lot better for not getting involved. If you are successfully using \r
75 <it>isolation</it> then you also probably don't need to use route filtering.\r
76 \r
77 <p>\r
78 To put it simply, you should not mix Isolation and Route Filtering.  It \r
79 will work, of sorts, but you will not get the expected results.  If you \r
80 are using Isolation sucessfully at the moment, do not get involved in \r
81 Route Filtering unless you have a good supply of aspirin!  Once you have \r
82 started down the road of Route Filtering, do not use Isolation either.\r
83 Use one or the other, not both.\r
84 \r
85 <p>\r
86 You will only require this functionality if you are "well-connected". What \r
87 that means is that you are connected to several different parts of (say) \r
88 the EU cluster and, at the same time, also connected to two or three places \r
89 in the US which, in turn are connected back to the EU. This is called a \r
90 "loop" and if you are seriously looped then you need filtering.\r
91 \r
92 <P>\r
93 I should at this stage give a little bit of background on filters.  All\r
94 the filters in Spider work in basically the same way.  You can either\r
95 accept or reject various options in order to create the filter rules\r
96 you wish to achieve.  Some filters are user settable, others can only\r
97 be altered by the sysop.  Route filtering can only be done by the sysop.\r
98 \r
99 <P> \r
100 Anyway, without further discouragement, let me start the process\r
101 of explanation.\r
102 \r
103 <sect1>The node_default filter\r
104 \r
105 <P>\r
106 All normal systems should have a default routing filter and it should\r
107 usually be set to send only the normal, unlooped, view of your\r
108 "national" network.  Here in the UK that means nodes from the UK and\r
109 Eire, in EU it is more complex as the networks there grew up in a more\r
110 intertwined way.\r
111 \r
112 <p> \r
113 The generic commands are:-\r
114 \r
115 <tscreen><verb>\r
116 reject/route node_default &lt;filter_option&gt;\r
117 \r
118 or\r
119 \r
120 accept/route node_default &lt;filter_option&gt;\r
121 </verb></tscreen>\r
122 \r
123 where filter_option is one of the following ...\r
124 \r
125 <tscreen><verb>\r
126 call &lt;prefixes&gt;\r
127 call_dxcc &lt;numbers&gt;\r
128 call_itu &lt;numbers&gt;\r
129 call_zone &lt;numbers&gt;\r
130 channel &lt;prefixes&gt;\r
131 channel_dxcc &lt;numbers&gt;\r
132 channel_itu &lt;numbers&gt;\r
133 channel_zone &lt;numbers&gt;\r
134 </verb></tscreen>\r
135 \r
136 Please be careful if you alter this setting, it will affect \r
137 <bf><it>ALL</it></bf> your links!  Remember, this is a <it>default</it>\r
138 filter for node connections, not a <it>per link</it> default.\r
139 \r
140 <p>\r
141 For the default routing filter then you have two real choices: either\r
142 a "national" view or the "safe" option of only your own\r
143 callsign. Examples of each (for my node: GB7DJK) are:-\r
144 \r
145 <tscreen><verb>\r
146 acc/route node_default call_dxcc 61,38\r
147 acc/route node_default call gb7djk\r
148 </verb></tscreen>\r
149 \r
150 GB7DJK uses the first of these. The DXCC countries can be obtained from the \r
151 <it>show/prefix</it> command.\r
152 \r
153 <p>\r
154 The example filters shown control <it>output</it> <bf>TO</bf> all your\r
155 partner nodes unless they have a specific filter applied to them (see\r
156 next section).\r
157 \r
158 <p>\r
159 It is also possible to control the <it>incoming</it> routing\r
160 information that you are prepared to accept <bf>FROM</bf> your partner\r
161 nodes. The reason this is necessary is to make sure that stuff like\r
162 mail, pings and similar commands a) go down the correct links and b)\r
163 don't loop around excessively. Again using GB7DJK as an example a typical\r
164 default input filter would be something like:\r
165 \r
166 <tscreen><verb>\r
167 rej/route node_default input call_dxcc 61,38 and not channel_dxcc 61,38\r
168 </verb></tscreen>\r
169 \r
170 What this does is accept node and user information for our national\r
171 network from nodes that are in our national network, but rejects such\r
172 information from anyone else. Although it doesn't explicitly say so,\r
173 by implication, any other node information (not from the UK and Eire)\r
174 is accepted.\r
175 \r
176 <p>\r
177 As I imagine it will take a little while to get one's head around all of \r
178 this you can study the effect of any rules that you try by watching the \r
179 debug output after having done:-\r
180 \r
181 <tscreen><verb>\r
182 set/debug filter\r
183 </verb></tscreen>\r
184 \r
185 After you have got tired of that, to put it back the way it was:-\r
186 \r
187 <tscreen><verb>\r
188 unset/debug filter\r
189 </verb></tscreen>\r
190 \r
191 <sect1>General route filtering\r
192 \r
193 <P>\r
194 Exactly the same rules apply for general route filtering.  You would\r
195 use either an accept filter or a reject filter like this ...\r
196 \r
197 <tscreen><verb>\r
198 reject/route &lt;node_call&gt; &lt;filter_option&gt;\r
199 \r
200 or\r
201 \r
202 accept/route &lt;node_call&gt; &lt;filter_option&gt; \r
203 </verb></tscreen>\r
204 \r
205 <P>\r
206 Here are some examples of route filters ...\r
207 \r
208 <tscreen><verb>\r
209 rej/route gb7djk call_dxcc 61,38 (send everything except UK+EIRE nodes)\r
210 rej/route all                    (equiv to [very] restricted mode)\r
211 acc/route gb7djk call_dxcc 61,38 (send only UK+EIRE nodes)\r
212 acc/route gb7djk call gb7djk     (equiv to SET/ISOLATE)\r
213 </verb></tscreen>\r
214 \r
215 In practice you will either be opening the default filter out for a\r
216 partner by defining a specific filter for that callsign:-\r
217  \r
218 <tscreen><verb>\r
219 acc/route gb7baa all\r
220 acc/route gb7baa input all\r
221 </verb></tscreen>\r
222 \r
223 or restricting it quite a lot, in fact making it very nearly like an \r
224 <it>isolated</it> node, like this:-\r
225 \r
226 <tscreen><verb>\r
227 acc/route pi4ehv-8 call gb7djk\r
228 rej/route pi4ehv-8 input call_dxcc 61,38 \r
229 </verb></tscreen>\r
230 \r
231 This last example takes everything except UK and Eire from PI4EHV-8\r
232 but only sends him my local configuration (just a PC19 for GB7DJK and\r
233 PC16s for my local users).\r
234 \r
235 <p>\r
236 It is possible to write <bf>much</bf> more complex rules, there are up \r
237 to 10 accept/reject pairs per callsign per filter. For more information \r
238 see the next section. \r
239 \r
240 \r
241 <sect1>General filter rules\r
242 \r
243 <P>\r
244 Upto v1.44 it was not possible for the user to set their own filters.  From \r
245 v1.45 though that has all changed.  It is now possible to set filters for just \r
246 about anything you wish.  If you have just updated from an older version of \r
247 DXSpider you will need to update your new filters.  You do not need to do \r
248 anything with your old filters, they will be renamed as you update.\r
249 \r
250 <P>\r
251 There are 3 basic commands involved in setting and manipulating filters.  These \r
252 are <em>accept</em>, <em>reject</em> and <em>clear</em>.  First we will look\r
253 generally at filtering. There are a number of things you can filter in the \r
254 DXSpider system. They all use the same general mechanism.\r
255 \r
256 <P>\r
257 In general terms you can create a "reject" or an "accept" filter which can have \r
258 up to 10 lines in it. You do this using, for example ... \r
259 \r
260 <tscreen><verb> \r
261 accept/spots .....\r
262 reject/spots .....\r
263 </verb></tscreen>\r
264 \r
265 where ..... are the specific commands for that type of filter. There are filters \r
266 for spots, wwv, announce, wcy and (for sysops) connects. See each different \r
267 accept or reject command reference for more details.\r
268 \r
269 There is also a command to clear out one or more lines in a filter. They are ...\r
270 \r
271 <tscreen><verb>\r
272 clear/spots 1\r
273 clear/spots all\r
274 </verb></tscreen>\r
275 \r
276 There is clear/xxxx command for each type of filter.\r
277 \r
278 <P>\r
279 and you can check that your filters have worked by the command ... \r
280 \r
281 <tscreen><verb>  \r
282 show/filter\r
283 </verb></tscreen>\r
284 \r
285 <P>\r
286 For now we are going to use spots for the examples, but you can apply the same\r
287 principles to all types of filter.\r
288 \r
289 <sect1>Types of filter\r
290 \r
291 <P>\r
292 There are two main types of filter, <em>accept</em> or <em>reject</em>.  You \r
293 can use either to achieve the result you want dependent on your own preference \r
294 and which is more simple to do.  It is pointless writing 8 lines of reject \r
295 filters when 1 accept filter would do the same thing!  Each filter has 10 \r
296 lines (of any length) which are tried in order.  If a line matches then the \r
297 action you have specified is taken (ie reject means ignore it and accept \r
298 means take it)\r
299 \r
300 <P>\r
301 If you specify reject filters, then any lines that arrive that match the filter \r
302 will be dumped but all else will be accepted.  If you use an accept filter, \r
303 then ONLY the lines in the filter will be accepted and all else will be dumped.\r
304 For example if you have a single line <em>accept</em> filter ...\r
305 \r
306 <tscreen><verb>\r
307 accept/spots on vhf and (by_zone 14,15,16 or call_zone 14,15,16)\r
308 </verb></tscreen>\r
309 \r
310 then you will <em>ONLY</em> get VHF spots <em>from</em> or <em>to</em> CQ zones \r
311 14, 15 and 16.\r
312 \r
313 <P>\r
314 If you set a reject filter like this ...\r
315 \r
316 <tscreen><verb>\r
317 reject/spots on hf/cw\r
318 </verb></tscreen>\r
319 \r
320 Then you will get everything <em>EXCEPT</em> HF CW spots.  You could make this \r
321 single filter even more flexible.  For example, if you are interested in IOTA \r
322 and will work it even on CW even though normally you are not interested in \r
323 CW, then you could say ...\r
324 \r
325 <tscreen><verb>\r
326 reject/spots on hf/cw and not info iota\r
327 </verb></tscreen>\r
328 \r
329 But in that case you might only be interested in iota and say:-\r
330 \r
331 <tscreen><verb>\r
332 accept/spots not on hf/cw or info iota\r
333 </verb></tscreen>\r
334 \r
335 which achieves exactly the same thing. You should choose one or the other \r
336 until you are comfortable with the way it works. You can mix them if you \r
337 wish (actually you can have an accept AND a reject on the same line) but \r
338 don't attempt this until you are sure you know what you are doing!\r
339 \r
340 <P>\r
341 You can arrange your filter lines into logical units, either for your own\r
342 understanding or simply convenience. Here is an example ...\r
343 \r
344 <tscreen><verb>\r
345 reject/spots 1 on hf/cw\r
346 reject/spots 2 on 50000/1400000 not (by_zone 14,15,16 or call_zone 14,15,16)  \r
347 </verb></tscreen>\r
348 \r
349 What this does is to ignore all HF CW spots and also rejects any spots on VHF \r
350 which don't either originate or spot someone in Europe. \r
351 \r
352 <P>\r
353 This is an example where you would use a line number (1 and 2 in this case), if \r
354 you leave the digit out, the system assumes '1'. Digits '0'-'9' are available.  \r
355 This make it easier to see just what filters you have set.  It also makes it \r
356 more simple to remove individual filters, during a contest for example.\r
357 \r
358 <P>\r
359 You will notice in the above example that the second line has brackets.  Look \r
360 at the line logically.  You can see there are 2 separate sections to it.  We \r
361 are saying reject spots that are VHF or above <em>APART</em> from those in \r
362 zones 14, 15 and 16 (either spotted there or originated there).  If you did \r
363 not have the brackets to separate the 2 sections, then Spider would read it \r
364 logically from the front and see a different expression entirely ...\r
365 \r
366 <tscreen><verb>\r
367 (on 50000/1400000 and by_zone 14,15,16) or call_zone 14,15,16 \r
368 </verb></tscreen>\r
369 \r
370 The simple way to remember this is, if you use OR - use brackets. Whilst we are \r
371 here CASE is not important. 'And BY_Zone' is just the same as 'and by_zone'.\r
372 \r
373 As mentioned earlier, setting several filters can be more flexible than \r
374 simply setting one complex one.  Doing it in this way means that if you want \r
375 to alter your filter you can just redefine or remove one or more lines of it or \r
376 one line. For example ...\r
377 \r
378 <tscreen><verb>\r
379 reject/spots 1 on hf/ssb\r
380 </verb></tscreen>\r
381 \r
382 would redefine our earlier example, or \r
383 \r
384 <tscreen><verb>\r
385 clear/spots 1\r
386 </verb></tscreen>\r
387 \r
388 To remove all the filter lines in the spot filter ...\r
389 \r
390 <tscreen><verb>\r
391 clear/spots all\r
392 </verb></tscreen>\r
393 \r
394 <sect1>Filter options\r
395 \r
396 <P>\r
397 You can filter in several different ways.  The options are listed in the\r
398 various helpfiles for accept, reject and filter.\r
399 \r
400 <sect1>Default filters\r
401 \r
402 <P>\r
403 Sometimes all that is needed is a general rule for node connects.  This can\r
404 be done with a node_default filter.  This rule will always be followed, even\r
405 if the link is isolated, unless another filter is set specifically.  Default\r
406 rules can be set for nodes and users.  They can be set for spots, announces,\r
407 WWV and WCY.  They can also be used for hops.  An example might look like \r
408 this ...\r
409 \r
410 <tscreen><verb>\r
411 accept/spot node_default by_zone 14,15,16,20,33\r
412 set/hops node_default spot 50\r
413 </verb></tscreen>\r
414 \r
415 This filter is for spots only, you could set others for announce, WWV and WCY.\r
416 This filter would work for ALL nodes unless a specific filter is written to \r
417 override it for a particular node.  You can also set a user_default should\r
418 you require.  It is important to note that default filters should be\r
419 considered to be "connected".  By this I mean that should you override the\r
420 default filter for spots, you need to add a rule for the hops for spots also.\r
421 \r
422 <sect1>Advanced filtering\r
423 \r
424 <P>\r
425 Once you are happy with the results you get, you may like to experiment. \r
426 \r
427 <P>\r
428 The previous example that filters hf/cw spots and accepts vhf/uhf spots from EU \r
429 can be written with a mixed filter, for example ... \r
430 \r
431 <tscreen><verb>\r
432 rej/spot on hf/cw\r
433 acc/spot on 0/30000\r
434 acc/spot 2 on 50000/1400000 and (by_zone 14,15,16 or call_zone 14,15,16)\r
435 </verb></tscreen>\r
436 \r
437 Note that the first filter has not been specified with a number.  This will \r
438 automatically be assumed to be number 1.  In this case, we have said <em>reject all\r
439 HF spots in the CW section of the bands but accept all others at HF.  Also\r
440 accept anything in VHF and above spotted in or by operators in the zones\r
441 14, 15 and 16</em>.  Each filter slot actually has a 'reject' slot and \r
442 an 'accept' slot. The reject slot is executed BEFORE the accept slot.\r
443 \r
444 <P>\r
445 It was mentioned earlier that after a reject test that doesn't match, the default \r
446 for following tests is 'accept', the reverse is true for 'accept'. In the example \r
447 what happens is that the reject is executed first, any non hf/cw spot is passed \r
448 to the accept line, which lets through everything else on HF.  The next filter line \r
449 lets through just VHF/UHF spots from EU.\r
450 \r
451 <sect1>Basic hop control\r
452 \r
453 <P>\r
454 In /spider/data you will find a file called hop_table.pl.  This is the file \r
455 that controls your hop count settings.  It has a set of default hops on the \r
456 various PC frames and also a set for each node you want to alter the hops for.  \r
457 You may be happy with the default settings of course, but this powerful tool \r
458 can help to protect and improve the network.  The file will look something \r
459 like this ...\r
460 \r
461 <tscreen><verb>\r
462\r
463 # hop table construction\r
464\r
465 \r
466 package DXProt;\r
467 \r
468 # default hopcount to use\r
469 $def_hopcount = 5;\r
470 \r
471 # some variable hop counts based on message type\r
472 %hopcount = \r
473 (\r
474  11 => 10,\r
475  16 => 10,\r
476  17 => 10,\r
477  19 => 10,\r
478  21 => 10,\r
479 );\r
480 \r
481 \r
482 # the per node hop control thingy\r
483 \r
484 \r
485 %nodehops = \r
486 (\r
487  GB7ADX => {            11 => 8,\r
488                         12 => 8,\r
489                         16 => 8,\r
490                         17 => 8,\r
491                         19 => 8,\r
492                         21 => 8,\r
493                    },\r
494 \r
495  GB7UDX => {            11 => 8,\r
496                         12 => 8,\r
497                         16 => 8,\r
498                         17 => 8,\r
499                         19 => 8,\r
500                         21 => 8,\r
501                    },\r
502  GB7BAA => {\r
503                         11 => 5,\r
504                         12 => 8,\r
505                         16 => 8,\r
506                         17 => 8,\r
507                         19 => 8,\r
508                         21 => 8,\r
509                    },\r
510 );\r
511 </verb></tscreen>\r
512 \r
513 <P>\r
514 Each set of hops is contained within a pair of curly braces and contains a \r
515 series of PC frame types.  PC11 for example is a DX spot. The figures here \r
516 are not exhaustive but should give you a good idea of how the file works.\r
517 \r
518 <P>\r
519 SHould any of the nodecalls include an ssid, it is important to wrap the\r
520 whole call in single quotes, like this ...\r
521 \r
522 <tscreen><verb>\r
523  'DB0FHF-15' => {\r
524                         11 => 5,\r
525                         12 => 8,\r
526                         16 => 8,\r
527                         17 => 8,\r
528                         19 => 8,\r
529                         21 => 8,\r
530                    },\r
531 </verb></tscreen>\r
532 \r
533 If you do not do this, you will get errors and the file will not work as\r
534 expected.\r
535 \r
536 <P>\r
537 You can alter this file at any time, including whilst the cluster is running.  \r
538 If you alter the file during runtime, the command <em>load/hops</em> will \r
539 bring your changes into effect.\r
540 \r
541 <sect1>Hop Control on Specific Nodes\r
542 \r
543 <p>You can set a callsign specific hop count for any of the standard filter\r
544 options so:-\r
545 \r
546 <tscreen><verb>\r
547 set/hops gb7djk spot 4\r
548 set/hops node_default route 10\r
549 set/hops gb7baa wcy 5\r
550 </verb></tscreen>\r
551  \r
552 all work on their specific area of the protocol.\r
553 \r
554 <p>\r
555 The <em>set/hops</em> command overrides any hops that you have set otherwise.\r
556 \r
557 <p>\r
558 You can show what hops have been set using the <em>show/hops</em> command.\r
559 \r
560 <sect1>Isolating networks\r
561 \r
562 <P>\r
563 It is possible to isolate networks from each other on a "gateway" node using the\r
564  <em>set/isolate &lt;node_call&gt;</em> command.\r
565         \r
566 <P>\r
567 The effect of this is to partition an isolated network completely from another \r
568 node connected to your node. Your node will appear on and otherwise behave \r
569 normally on every network to which you are connected, but data from an isolated \r
570 network will not cross onto any other network or vice versa. However all the \r
571 spot, announce and WWV traffic and personal messages will still be handled \r
572 locally (because you are a real node on all connected networks), that is locally\r
573 connected users will appear on all networks and will be able to access and \r
574 receive information from all networks transparently.  All routed messages will \r
575 be sent as normal, so if a user on one network knows that you are a gateway for \r
576 another network, he can still still send a talk/announce etc message via your \r
577 node and it will be routed across.\r
578 \r
579 <P>\r
580 If you use isolate on a node connection you will continue to receive\r
581 all information from the isolated partner, however you will not pass\r
582 any information back to the isolated node.  There are times when you\r
583 would like to forward only spots across a link (maybe during a contest\r
584 for example).  To do this, isolate the node in the normal way and use\r
585 an <em>acc/spot &gt;call&lt; all</em> filter to override the isolate. \r
586 \r
587 <sect>Other filters\r
588 \r
589 <sect1>Filtering Mail\r
590 \r
591 <P>\r
592 In the /spider/msg directory you will find a file called badmsg.pl.issue.  Rename\r
593 this to badmsg.pl and edit the file.  The original looks something like this ....\r
594 \r
595 <tscreen><verb>\r
596 \r
597 # the list of regexes for messages that we won't store having\r
598 # received them (bear in mind that we must receive them fully before\r
599 # we can bin them)\r
600 \r
601 \r
602 # The format of each line is as follows\r
603 \r
604 #     type      source             pattern \r
605 #     P/B/F     T/F/O/S            regex  \r
606 \r
607 # type: P - private, B - bulletin (msg), F - file (ak1a bull)\r
608 # source: T - to field, F - from field,  O - origin, S - subject \r
609 # pattern: a perl regex on the field requested\r
610 \r
611 # Currently only type B and P msgs are affected by this code.\r
612\r
613 # The list is read from the top down, the first pattern that matches\r
614 # causes the action to be taken.\r
615 \r
616 # The pattern can be undef or 0 in which case it will always be selected\r
617 # for the action specified\r
618 \r
619 \r
620 \r
621 package DXMsg;\r
622 \r
623 @badmsg = (\r
624 'B',    'T',    'SALE', \r
625 'B',    'T',    'WANTED',\r
626 'B',    'S',    'WANTED',\r
627 'B',    'S',    'SALE', \r
628 'B',    'S',    'WTB',\r
629 'B',    'S',    'WTS',\r
630 'B',    'T',    'FS',\r
631 );\r
632 </verb></tscreen>\r
633 \r
634 <P>\r
635 I think this is fairly self explanatory.  It is simply a list of subject \r
636 headers that we do not want to pass on to either the users of the cluster or \r
637 the other cluster nodes that we are linked to.  This is usually because of \r
638 rules and regulations pertaining to items for sale etc in a particular country.\r
639 \r
640 \r
641 <sect1>Filtering words from text fields in Announce, Talk and DX spots\r
642 \r
643 <p>\r
644 From version 1.48 onwards the interface to this has changed. You can now\r
645 use the commands <em>set/badword</em> to add words that you are not prepared\r
646 to see on the cluster, <em>unset/badword</em> to allow that word again and \r
647 <em>show/badword</em> to list the words that you have set.\r
648 \r
649 <p>\r
650 If you have a previous <em>/spider/data/badwords</em>, the first time you start\r
651 the node, it will read and convert this file to the new commands. The old style\r
652 file will then be removed.\r
653 \r
654 <sect1>Stopping (possibly bad) DX Spots from Nodes or Spotters\r
655 \r
656 <p> \r
657 There are a number of commands that control whether a spot progresses\r
658 any further by regarding it as "bad" in some way.\r
659 \r
660 <p>\r
661 A DX Spot has a number of fields which can be checked to see whether they\r
662 contain "bad" values, they are: the DX callsign itself, the Spotter and\r
663 the Originating Node.\r
664 \r
665 <p>\r
666 There are a set of commands which allow the sysop to control whether a\r
667 spot continues:-\r
668 \r
669 <tscreen><verb>\r
670 set/baddx\r
671 set/badspotter\r
672 set/badnode\r
673 </verb></tscreen>\r
674 \r
675 These work in the same as the <em>set/badword</em> command, you can add\r
676 any words or callsigns or whatever to the appropriate database. For\r
677 example, to stop a spot from a particular node you do:\r
678 \r
679 <tscreen><verb>\r
680 set/badnode gb7djk gb7dxc\r
681 </verb></tscreen>\r
682 \r
683 a bad spotter:\r
684 \r
685 <tscreen><verb>\r
686 set/badspotter b0mb p1rat nocall\r
687 </verb></tscreen>\r
688 \r
689 and some bad dx:\r
690 \r
691 <tscreen><verb>\r
692 set/baddx video wsjt\r
693 </verb></tscreen>\r
694 \r
695 You can remove a word using the appropriate unset command\r
696 (<em>unset/baddx, unset/badspotter, unset/badnode</em>) or list them\r
697 using one of <em>show/baddx, show/badspotter</em> and\r
698 <em>show/badnode</em>.\r
699 \r
700 <sect>Mail\r
701 \r
702 <P>\r
703 DXSpider deals seamlessly with standard AK1A type mail.  It supports both\r
704 personal and bulletin mail and the sysop has additional commands to ensure\r
705 that mail gets to where it is meant.  DXSpider will send mail almost\r
706 immediately, assuming that the target is on line.  However, only one\r
707 mail message is dealt with at any one time.  If a mail message is already\r
708 being sent or recieved, then the new message will be queued until it has\r
709 finished.\r
710 \r
711 The cluster mail is automatically deleted after 30 days unless the sysop\r
712 sets the "keep" flag using the <em>msg</em> command.\r
713 \r
714 <sect1>Personal mail\r
715 \r
716 <P>\r
717 Personal mail is sent using the <em>sp</em> command.  This is actually the\r
718 default method of sending mail and so a simple <em>s</em> for send will do.\r
719 A full list of the send commands and options is in the <em>command set</em>\r
720 section, so I will not duplicate them here.\r
721 \r
722 <sect1>Bulletin mail\r
723 \r
724 <P>\r
725 Bulletin mail is sent by using the <em>sb</em> command.  This is one of the\r
726 most common mistakes users make when sending mail.  They send a bulletin\r
727 mail with <em>s</em> or <em>sp</em> instead of <em>sb</em> and of course\r
728 the message never leaves the cluster.  This can be rectified by the sysop\r
729 by using the <em>msg</em> command.\r
730 \r
731 <P>Bulletin addresses can be set using the Forward.pl file.\r
732 \r
733 <sect1>Forward.pl\r
734 \r
735 <P>\r
736 DXSpider receives all and any mail sent to it without any alterations needed\r
737 in files.  Because personal and bulletin mail are treated differently, there\r
738 is no need for a list of accepted bulletin addresses.  It is necessary, however,\r
739 to tell the program which links accept which bulletins.  For example, it is\r
740 pointless sending bulletins addresses to "UK" to any links other than UK\r
741 ones.  The file that does this is called forward.pl and lives in /spider/msg.\r
742 At default, like other spider files it is named forward.pl.issue.  Rename it\r
743 to forward.pl and edit the file to match your requirements.\r
744 The format is below ...\r
745 \r
746 <tscreen><verb>\r
747 #\r
748 # this is an example message forwarding file for the system\r
749 #\r
750 # The format of each line is as follows\r
751 #\r
752 #     type    to/from/at pattern action  destinations\r
753 #     P/B/F     T/F/A     regex   I/F    [ call [, call ...] ]\r
754 #\r
755 # type: P - private, B - bulletin (msg), F - file (ak1a bull)\r
756 # to/from/at: T - to field, F - from field, A - home bbs, O - origin \r
757 # pattern: a perl regex on the field requested\r
758 # action: I - ignore, F - forward\r
759 # destinations: a reference to an array containing node callsigns\r
760 #\r
761 # if it is non-private and isn't in here then it won't get forwarded \r
762 #\r
763 # Currently only type B msgs are affected by this code.\r
764\r
765 # The list is read from the top down, the first pattern that matches\r
766 # causes the action to be taken.\r
767 #\r
768 # The pattern can be undef or 0 in which case it will always be selected\r
769 # for the action specified\r
770 #\r
771 # If the BBS list is undef or 0 and the action is 'F' (and it matches the\r
772 # pattern) then it will always be forwarded to every node that doesn't have \r
773 # it (I strongly recommend you don't use this unless you REALLY mean it, if\r
774 # you allow a new link with this on EVERY bull will be forwarded immediately\r
775 # on first connection)\r
776 #\r
777 \r
778 package DXMsg;\r
779 \r
780 @forward = (\r
781 'B',    'T',    'LOCAL',        'F',    [ qw(GB7MBC) ],\r
782 'B',    'T',    'ALL',          'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],\r
783 'B',    'T',    'UK',           'F',    [ qw(GB7BAA GB7ADX) ],\r
784 'B',    'T',    'QSL',          'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],\r
785 'B',    'T',    'QSLINF',       'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],\r
786 'B',    'T',    'DX',           'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],\r
787 'B',    'T',    'DXINFO',       'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],\r
788 'B',    'T',    'DXNEWS',       'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],\r
789 'B',    'T',    'DXQSL',        'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],\r
790 'B',    'T',    'SYSOP',        'F',    [ qw(GB7BAA GB7ADX) ],\r
791 'B',    'T',    '50MHZ',        'F',    [ qw(GB7BAA GB7ADX PA4AB-14) ],\r
792 );\r
793 </verb></tscreen>\r
794 \r
795 Simply insert a bulletin address and state in the brackets where you wish\r
796 that mail to go.  For example, you can see here that mail sent to "UK" will\r
797 only be sent to the UK links and not to PA4AB-14.\r
798 \r
799 <P>\r
800 To force the cluster to reread the file use load/forward\r
801 \r
802 <P>\r
803 NB: If a user tries to send mail to a bulletin address that does not exist\r
804 in this file, they will get an error.\r
805 \r
806 <sect1>The msg command\r
807 \r
808 <P>\r
809 The <em>msg</em> command is a very powerful and flexible tool for the\r
810 sysop.  It allows the sysop to alter to and from fields and make other\r
811 changes to manage the cluster mail.\r
812 \r
813 Here is a full list of the various options ...\r
814 \r
815 <tscreen><verb>\r
816   MSG TO <msgno> <call>     - change TO callsign to <call>\r
817   MSG FRom <msgno> <call>   - change FROM callsign to <call>\r
818   MSG PRrivate <msgno>      - set private flag\r
819   MSG NOPRrivate <msgno>    - unset private flag\r
820   MSG RR <msgno>            - set RR flag\r
821   MSG NORR <msgno>          - unset RR flag\r
822   MSG KEep <msgno>          - set the keep flag (message won't be deleted ever)\r
823   MSG NOKEep <msgno>        - unset the keep flag\r
824   MSG SUbject <msgno> <new> - change the subject to <new>\r
825   MSG WAittime <msgno>      - remove any waiting time for this message\r
826   MSG NOREad <msgno>        - mark message as unread\r
827   MSG REad <msgno>          - mark message as read\r
828   MSG QUeue                 - queue any outstanding bulletins\r
829   MSG QUeue 1               - queue any outstanding private messages\r
830 </verb></tscreen>\r
831 \r
832 These commands are simply typed from within the cluster as the sysop user.\r
833 \r
834 <sect1>Message status\r
835 \r
836 <P>\r
837 You can check on a message from within the cluster by using the command\r
838 <em>stat/msg</em>.  This will give you additional information on the\r
839 message number including which nodes have received it, which node it\r
840 was received from and when etc.  Here is an example of the output of\r
841 the command ...\r
842 \r
843 <tscreen><verb>\r
844 G0VGS de GB7MBC 28-Jan-2001 1308Z >\r
845 stat/msg 6869\r
846         From: GB7DJK\r
847     Msg Time: 26-Jan-2001 1302Z\r
848        Msgno: 6869\r
849       Origin: GB7DJK\r
850         Size: 8012\r
851      Subject: AMSAT 2line KEPS 01025.AMSAT\r
852           To: UK\r
853 Got it Nodes: GB7BAA, GB7ADX\r
854      Private: 0\r
855 Read Confirm: 0\r
856   Times read: 0\r
857 G0VGS de GB7MBC 28-Jan-2001 1308Z >\r
858 </verb></tscreen>\r
859 \r
860 <sect1>Filtering mail\r
861 \r
862 <P>\r
863 This is described in the section on <em>Other filters</em> so I will not\r
864 duplicate it here.\r
865 \r
866 <sect1>Distribution lists\r
867 \r
868 <P>\r
869 Distribution lists are simply a list of users to send certain types of\r
870 mail to.  An example of this is mail you only wish to send to other\r
871 sysops.  In /spider/msg there is a directory called <em>distro</em>.  You\r
872 put any distibution lists in here.  For example, here is a file called\r
873 SYSOP.pl that caters for the UK sysops.\r
874 \r
875 <tscreen><verb>\r
876 qw(GB7TLH GB7DJK GB7DXM GB7CDX GB7BPQ GB7DXN GB7MBC GB7MBC-6 GB7MDX\r
877    GB7NDX GB7SDX GB7TDX GB7UDX GB7YDX GB7ADX GB7BAA GB7DXA GB7DXH \r
878    GB7DXK GB7DXI GB7DXS)\r
879 </verb></tscreen>\r
880 \r
881 Any mail sent to "sysop" would only be sent to the callsigns in this list.\r
882 \r
883 <sect1>BBS interface\r
884 \r
885 <P>\r
886 Spider provides a simple BBS interface.  No input is required from the sysop\r
887 of the cluster at all.  The BBS simply sets the cluster as a BBS and pushes\r
888 any required mail to the cluster.  No mail can flow from Spider to the BBS,\r
889 the interface is one-way.\r
890 \r
891 <P>\r
892 Please be careful not to flood the cluster network with unnecessary mail.\r
893 Make sure you only send mail to the clusters that want it by using the\r
894 Forward.pl file very carefully.\r
895 \r
896 <sect>Scripts\r
897 \r
898 <p>\r
899 From 1.48 onwards it will become increasingly possible to control DXSpider's\r
900 operation with scripts of various kinds.\r
901 \r
902 <P>\r
903 The directory /spider/scripts is where it all happens and is used for several \r
904 things.  Firstly it contains a file called startup that can be used to call \r
905 in any changes to the cluster from the default settings on startup.  This\r
906 script is executed immediately after all initialisation of the node is done\r
907 but before any connections are possible.  Examples of this include how many \r
908 spots it is possible to get with the sh/dx command, whether you want \r
909 registration/passwords to be permanently on etc.  An example file is shown \r
910 below and is included in the distribution as startup.issue.\r
911 \r
912 <tscreen><verb>\r
913 #\r
914 # startup script example\r
915 #\r
916 # set maximum no of spots allowed to 100\r
917 # set/var $Spot::maxspots = 100\r
918 #\r
919 # Set registration on\r
920 # set/var $main::reqreg = 1\r
921 #\r
922 # Set passwords on\r
923 # set/var $main::passwdreq = 1\r
924 #\r
925 </verb></tscreen>\r
926 \r
927 <P>\r
928 As usual, any text behind a # is treated as a comment and not read.  To use\r
929 this file, simply rename it from startup.issue to startup.  In our example\r
930 above there are three options.  The first option is the amount of spots that\r
931 a user can request with the <em>sh/dx</em> command.  Normally the default is\r
932 to give 10 spots unless the user specifies more.  Without this line enabled,\r
933 the maximum a user can request is 100 spots.  Depending on your link quality\r
934 you may wish to enable more or less by specifying the number.\r
935 \r
936 <P>\r
937 The other 2 options are dealt with more fully in the security section.\r
938 \r
939 <P>\r
940 Secondly, it is used to store the login scripts for users and nodes.  Currently\r
941 this can only be done by the sysop but it is envisaged that eventually users will \r
942 be able to set their own.  An example is included in the distibution but here is \r
943 a further example.\r
944 \r
945 <tscreen><verb>\r
946 #\r
947 # G0FYD\r
948 #\r
949 blank +\r
950 sh/wwv 3\r
951 blank +\r
952 sh/dx \r
953 blank +\r
954 t g0jhc You abt?\r
955 blank +\r
956 </verb></tscreen>\r
957 \r
958 The lines in between commands can simply insert a blank line or a character\r
959 such as a + sign to make the output easier to read.  Simply create this script\r
960 with your favourite editor and save it with the callsign of the user as the\r
961 filename.  Filenames should always be in lower case.\r
962 \r
963 <P>\r
964 Commands can be inserted in the same way for nodes.  A node may wish a series\r
965 of commands to be issued on login, such as a merge command for example.\r
966 \r
967 <P>\r
968 Thirdly, there are 2 default scripts for users and nodes who do not have a\r
969 specifically defined script.  These are <em>user_default</em> and\r
970 <em>node_default</em>\r
971 \r
972 <sect>Databases\r
973 \r
974 <P>\r
975 Spider allows the creation of local or remote databases.  It supports\r
976 chained databases, allowing several different databases to be scanned\r
977 with one simple command.  Importing of databases is limited at present\r
978 to the standard AK1A databases such as OBLAST and the DB0SDX QSL \r
979 database but will expand with time.\r
980 \r
981 <sect1>Creating databases\r
982 \r
983 <P>\r
984 Creating a database could not be more simple.  All the commands are\r
985 sent from the cluster prompt as the <em>sysop</em> user.\r
986 \r
987 To create a database you use the command <em>dbcreate</em>.  It can\r
988 be used in 3 different ways like so ..\r
989 \r
990 <tscreen><verb>\r
991 dbcreate <name>\r
992 </verb></tscreen>\r
993 \r
994 To simply create a database locally, you just tell the command the\r
995 name of the database.  This does not create the actual database, it\r
996 simply defines it to say that it exists.\r
997 \r
998 <tscreen><verb>\r
999 dbcreate <name> chain <name> [<name>...]\r
1000 </verb></tscreen>\r
1001 \r
1002 This creates a chained database entry.  The first database will be\r
1003 scanned, then the second, the third etc...\r
1004 \r
1005 <tscreen><verb>\r
1006 dbcreate <name> remote <name>\r
1007 </verb></tscreen>\r
1008 \r
1009 This creates a remote entry.  the first name field is the database\r
1010 name at the remote node, then the remote switch, then the actual\r
1011 node_call of the remote node, for example...\r
1012 \r
1013 <tscreen><verb>\r
1014 dbcreate buckmaster remote gb7dxc\r
1015 </verb></tscreen>\r
1016 \r
1017 Remote databases cannot be chained, however, the last database in a\r
1018 chain can be a remote database.\r
1019 \r
1020 <sect1>Importing databases\r
1021 \r
1022 <P>\r
1023 The only databases that Spider can currently import are the standard\r
1024 AK1A databases such as OBLAST or the DB0SDX qsl and address database.\r
1025 This will be added to with time.\r
1026 \r
1027 To import such a database, first put the file somewhere useful like /tmp\r
1028 and then issue the following command ...\r
1029 \r
1030 <tscreen><verb>\r
1031 dbimport oblast /tmp/OBLAST.FUL\r
1032 </verb></tscreen>\r
1033 \r
1034 This will update the existing local oblast database or create it if\r
1035 it does not exist.\r
1036 \r
1037 <sect1>Checking available databases\r
1038 \r
1039 <P>\r
1040 Once a database is created, you will want to check that it has been\r
1041 added.  To do this use the <em>dbavail</em> command.  This will\r
1042 output the available databases.  For example ...\r
1043 \r
1044 <tscreen><verb>\r
1045 dbavail\r
1046 DB Name          Location   Chain\r
1047 qsl              Local\r
1048 buck             GB7ADX\r
1049 hftest           GB7DXM\r
1050 G0VGS de GB7MBC  3-Feb-2001 1925Z >\r
1051 </verb></tscreen>\r
1052 \r
1053 <sect1>Looking up databases\r
1054 \r
1055 <P>\r
1056 To look for information in a defined database, simply use the <em>dbshow</em>\r
1057 command, for example ...\r
1058 \r
1059 <tscreen><verb>\r
1060 dbshow buckmaster G0YLM\r
1061 </verb></tscreen>\r
1062 \r
1063 will show the information for the callsign G0YLM from the buckmaster\r
1064 database if it exists.  To make things more standard for the users\r
1065 you can add an entry in the Aliases file so that it looks like a standard \r
1066 <em>show</em> command like this ...\r
1067 \r
1068 <tscreen><verb>\r
1069 '^sh\w*/buc', 'dbshow buckmaster', 'dbshow',\r
1070 </verb></tscreen>\r
1071 \r
1072 Now you can simply use show/buckmaster or an abreviation.\r
1073 \r
1074 <sect1>Removing databases\r
1075 \r
1076 <P>\r
1077 To delete an existing database you use the <em>dbremove</em> command.\r
1078 For example ...\r
1079 \r
1080 <tscreen><verb>\r
1081 dbremove oblast\r
1082 </verb></tscreen>\r
1083 \r
1084 would remove the oblast database and its associated datafile from the\r
1085 system.  There are no warnings or recovery possible from this command.\r
1086 If you remove a database it ceases to exist and would have to be created\r
1087 from scratch if you still required it.\r
1088 \r
1089 <sect>Information, files and useful programs\r
1090 \r
1091 <sect1>MOTD\r
1092 \r
1093 <P>\r
1094 One of the more important things a cluster sysop needs to do is to get \r
1095 information to his users.  The simplest way to do this is to have a banner \r
1096 that is sent to the user on login.  This is know as a "message of the day" \r
1097 or "motd".  To set this up, simply create a file in /spider/data called motd \r
1098 and edit it to say whatever you want.  It is purely a text file and will be \r
1099 sent automatically to anyone logging in to the cluster.\r
1100 \r
1101 <sect1>MOTD_NOR\r
1102 \r
1103 <P>\r
1104 This message of the day file lives in the same directory as the standard\r
1105 motd file but is only sent to non-registered users.  Once registered they\r
1106 will receive the same message as any other user.\r
1107 \r
1108 <sect1>Downtime message\r
1109 \r
1110 <P>\r
1111 If for any reason the cluster is down, maybe for upgrade or maintenance but \r
1112 the machine is still running, a message can be sent to the user advising them \r
1113 of the fact.  This message lives in the /spider/data directory and is called\r
1114 "offline".  Simply create the file and edit it to say whatever you wish.  \r
1115 This file will be sent to a user attempting to log into the cluster when\r
1116 DXSpider is not actually running.\r
1117 \r
1118 <sect1>Other text messages\r
1119 \r
1120 <P>\r
1121 You can set other text messages to be read by the user if they input the file \r
1122 name.  This could be for news items or maybe information for new users.  \r
1123 To set this up, make a directory under /spider called <em>packclus</em>.  \r
1124 Under this directory you can create files called <em>news</em> or <em>newuser</em>\r
1125 for example.  In fact you can create files with any names you like.  These can \r
1126 be listed by the user with the command ....\r
1127 \r
1128 <tscreen><verb>\r
1129 show/files\r
1130 </verb></tscreen>\r
1131 \r
1132 They can be read by the user by typing the command ....\r
1133 \r
1134 <tscreen><verb>\r
1135 type news\r
1136 </verb></tscreen>\r
1137 \r
1138 If the file they want to read is called <em>news</em>.  You could also set \r
1139 an alias for this in the Alias file to allow them just to type <em>news</em>\r
1140 \r
1141 <P>\r
1142 You can also store other information in this directory, either directly or \r
1143 nested under directories.  One use for this would be to store DX bulletins \r
1144 such as the OPDX bulletins.  These can be listed and read by the user.  \r
1145 To keep things tidy, make a directory under /spider/packclus called\r
1146 <em>bulletin</em>.  Now copy any OPDX or similar bulletins into it.  These \r
1147 can be listed by the user in the same way as above using the <em>show/files</em>\r
1148 command with an extension for the bulletin directory you have just created, \r
1149 like this ....\r
1150 \r
1151 <tscreen><verb>\r
1152 show/files bulletin\r
1153 </verb></tscreen>\r
1154 \r
1155 <P>\r
1156 An example would look like this ....\r
1157 \r
1158 <tscreen><verb>\r
1159 sh/files\r
1160 bulletin      DIR 20-Dec-1999 1715Z news          1602 14-Dec-1999 1330Z\r
1161 </verb></tscreen>\r
1162 \r
1163 You can see that in the files area (basically the packclus directory) there is a \r
1164 file called <em>news</em> and a directory called <em>bulletin</em>.  You can \r
1165 also see that dates they were created.  In the case of the file <em>news</em>, \r
1166 you can also see the time it was last modified, a good clue as to whether the \r
1167 file has been updated since you last read it.  To read the file called \r
1168 <em>news</em> you would simply issue the command ....\r
1169 \r
1170 <tscreen><verb>\r
1171 type news\r
1172 </verb></tscreen>\r
1173 \r
1174 To look what is in the bulletin directory you issue the command ....\r
1175 \r
1176 <tscreen><verb>\r
1177 show/files bulletin\r
1178 opdx390      21381 29-Nov-1999 1621Z opdx390.1     1670 29-Nov-1999 1621Z\r
1179 opdx390.2     2193 29-Nov-1999 1621Z opdx391      25045 29-Nov-1999 1621Z  \r
1180 opdx392      35969 29-Nov-1999 1621Z opdx393      15023 29-Nov-1999 1621Z  \r
1181 opdx394      33429 29-Nov-1999 1621Z opdx394.1     3116 29-Nov-1999 1621Z  \r
1182 opdx395      24319 29-Nov-1999 1621Z opdx396      32647 29-Nov-1999 1621Z\r
1183 opdx396.1     5537 29-Nov-1999 1621Z opdx396.2     6242 29-Nov-1999 1621Z\r
1184 opdx397      18433 29-Nov-1999 1621Z opdx398      19961 29-Nov-1999 1621Z  \r
1185 opdx399      17719 29-Nov-1999 1621Z opdx400      19600 29-Nov-1999 1621Z\r
1186 opdx401      27738 29-Nov-1999 1621Z opdx402      18698 29-Nov-1999 1621Z\r
1187 opdx403      24994 29-Nov-1999 1621Z opdx404      15685 29-Nov-1999 1621Z\r
1188 opdx405      13984 29-Nov-1999 1621Z opdx405.1     4166 29-Nov-1999 1621Z\r
1189 opdx406      28934 29-Nov-1999 1621Z opdx407      24153 29-Nov-1999 1621Z\r
1190 opdx408      15081 29-Nov-1999 1621Z opdx409      23234 29-Nov-1999 1621Z\r
1191 Press Enter to continue, A to abort (16 lines) >\r
1192 </verb></tscreen>\r
1193 \r
1194 You can now read any file in this directory using the type command, like this ....\r
1195 \r
1196 <tscreen><verb>\r
1197 type bulletin/opdx391\r
1198 Ohio/Penn DX Bulletin No. 391\r
1199 The Ohio/Penn Dx PacketCluster\r
1200 DX Bulletin No. 391\r
1201 BID: $OPDX.391\r
1202 January 11, 1999\r
1203 Editor Tedd Mirgliotta, KB8NW\r
1204 Provided by BARF-80 BBS Cleveland, Ohio\r
1205 Online at 440-237-8208 28.8k-1200 Baud 8/N/1 (New Area Code!)\r
1206 Thanks to the Northern Ohio Amateur Radio Society, Northern Ohio DX\r
1207 Association, Ohio/Penn PacketCluster Network, K1XN & Golist, WB2RAJ/WB2YQH\r
1208 & The 59(9) DXReport, W3UR & The Daily DX, K3TEJ, KN4UG, W4DC, NC6J, N6HR,\r
1209 Press Enter to continue, A to abort (508 lines) >\r
1210 </verb></tscreen>\r
1211 \r
1212 The page length will of course depend on what you have it set to!\r
1213 \r
1214 <sect1>The Aliases file\r
1215 \r
1216 <P>\r
1217 You will find a file in /spider/cmd/ called Aliases.  This is the file that\r
1218 controls what a user gets when issuing a command.  It is also possible to\r
1219 create your own aliases for databases and files you create locally.\r
1220 \r
1221 <P>\r
1222 You should not alter the original file in /spider/cmd/ but create a new file\r
1223 with the same name in /spider/local_cmd.  This means that any new Aliases files\r
1224 that is downloaded will not overwrite your self created Aliases and also that\r
1225 you do not override any new Aliases with your copy in /spider/local_cmd/.  You\r
1226 must remember that any files you store in /spider/local/ or /spider/local_cmd\r
1227 override the originals if the same lines are used in both files.\r
1228 \r
1229 <P>\r
1230 The best way of dealing with all this then is to only put your own locally\r
1231 created Aliases in the copy in /spider/local_cmd.  The example below is\r
1232 currently in use at GB7MBC.\r
1233 \r
1234 <tscreen><verb>\r
1235 \r
1236 #\r
1237 # Local Aliases File\r
1238 #\r
1239 \r
1240 package CmdAlias;\r
1241 \r
1242 %alias = (\r
1243     'n' => [\r
1244       '^news$', 'type news', 'type',\r
1245     ],\r
1246     's' => [\r
1247       '^sh\w*/buck$', 'show/qrz', 'show',\r
1248       '^sh\w*/hftest$', 'dbshow hftest', 'dbshow',\r
1249       '^sh\w*/qsl$', 'dbshow qsl', 'dbshow',\r
1250       '^sh\w*/vhf$', 'dbshow vhf', 'dbshow',\r
1251       '^sh\w*/vhftest$', 'dbshow vhftest', 'dbshow',\r
1252         ],\r
1253 )\r
1254 \r
1255 </verb></tscreen>\r
1256 \r
1257 <P>\r
1258 Each alphabetical section should be preceded by the initial letter and the section\r
1259 should be wrapped in square brackets as you can see.  The syntax is straightforward.\r
1260 The first section on each line is the new command that will be allowed once the\r
1261 alias is included.  The second section is the command it is replacing and the last\r
1262 section is the actual command that is being used.\r
1263 \r
1264 <P>\r
1265 The eagle-eyed amongst you will have noticed that in the first section, the new\r
1266 alias command has a '^' at the start and a '$' at the end.  Basically these force\r
1267 a perfect match on the alias.  The '^' says match the beginning exactly and the\r
1268 '$' says match the end exactly.  This prevents unwanted and unintentional matches\r
1269 with similar commands.\r
1270 \r
1271 <P>\r
1272 I have 3 different types of alias in this file.  At the top is an alias for 'news'.  \r
1273 This is a file I have created in the /spider/packclus/ directory where I can inform \r
1274 users of new developments or points of interest.  In it's initial form a user would \r
1275 have to use the command <em>type news</em>.  The alias allows them to simply type \r
1276 <em>news</em> to get the info.  Second is an alias for the <em>show/qrz</em>\r
1277 command so that those users used to the original <em>show/buck</em> command in\r
1278 AK1A will not get an error, and the rest of the lines are for locally created\r
1279 databases so that a user can type <em>show/hftest</em> instead of having to use\r
1280 the command <em>dbshow hftest</em> which is not as intuitive.\r
1281 \r
1282 <P>\r
1283 This file is just an example and you should edit it to your own requirements.\r
1284 Once created, simply issue the command <em>load/alias</em> at the cluster\r
1285 prompt as the sysop user and the aliases should be available.\r
1286 \r
1287 \r
1288 <sect1>Console.pl\r
1289 \r
1290 <P>\r
1291 In later versions of Spider a simple console program is provided for the sysop.  \r
1292 This has a type ahead buffer with line editing facilities and colour for spots,\r
1293 announces etc.  To use this program, simply use console.pl instead of client.\r
1294 \r
1295 <P>\r
1296 To edit the colours, copy /spider/perl/Console.pl to /spider/local and edit the \r
1297 file with your favourite editor.\r
1298 \r
1299 <sect1>Updating kepler data\r
1300 \r
1301 <P>\r
1302 Spider has a powerful and flexible show/satellite command.  In order for\r
1303 this to be accurate, the kepler data has to be updated regularly.  In\r
1304 general, this data is available as an email or via cluster mail.\r
1305 Updating it is simple.  First you need to export the mail message as a\r
1306 file.  You do this with the <em>export</em> command from the cluster prompt\r
1307 as the sysop.  For example ...\r
1308 \r
1309 <tscreen><verb>\r
1310 export 5467 /spider/perl/keps.in\r
1311 </verb></tscreen>\r
1312 \r
1313 <P>\r
1314 would export message number 5467 as a file called keps.in in the\r
1315 /spider/perl directory.\r
1316 \r
1317 <P>\r
1318 Now login to a VT as sysop and cd /spider/perl.  There is a command in\r
1319 the perl directory called <em>convkeps.pl</em>.  All we need to do now is\r
1320 convert the file like so ...\r
1321 \r
1322 <tscreen><verb>\r
1323 ./convkeps.pl keps.in\r
1324 </verb></tscreen>\r
1325 \r
1326 <P>\r
1327 Now go back to the cluster and issue the command ...\r
1328 \r
1329 <tscreen><verb>\r
1330 load/keps\r
1331 </verb></tscreen>\r
1332 \r
1333 <P>\r
1334 That is it!  the kepler data has been updated.\r
1335 \r
1336 <sect1>The QRZ callbook\r
1337 \r
1338 <P>\r
1339 The command <em>sh/qrz</em> will only work once you have followed a few\r
1340 simple steps.  First you need to get a user ID and password from qrz.com.\r
1341 Simply go to the site and create one.  Secondly you need to copy the file\r
1342 /spider/perl/Internet.pm to /spider/local and alter it to match your user\r
1343 ID and password.  You also at this point need to set $allow=1 to complete\r
1344 the setup.  Many thanks to Fred Lloyd, the proprieter of\r
1345 <htmlurl url="http://www.qrz.com" name="qrz.com"> for allowing this access.\r
1346 \r
1347 <sect1>Connecting logging programs\r
1348 \r
1349 <P>\r
1350 There appear to be very few logging programs out there that support telnet\r
1351 especially the popular ones like LogEQF, Turbolog etc.  This can make it\r
1352 difficult to connect to your own cluster!\r
1353 The way to do it is to make the logging program think it has a TNC attached\r
1354 to a com port on the logging PC and 'push' a linux login out to it.\r
1355 This is achieved very simply by the use of <em>agetty</em>.\r
1356 \r
1357 <P>\r
1358 All that is required is to add a line in /etc/inittab to have the client\r
1359 ready for a connection on the com port of your choice.  Remember that in\r
1360 Linux, the com ports start at ttyS0 for com1, ttyS1 for com2 etc.\r
1361 \r
1362 <tscreen><verb>\r
1363 c4:2345:respawn:/sbin/agetty -L 9600 ttyS1\r
1364 </verb></tscreen>\r
1365 \r
1366 <P>\r
1367 Add this after the standard runlevel lines in /etc/inittab.  The above\r
1368 line works on ttyS1 (com2).  Now as root, issue the command <em>telinit q</em>\r
1369 and it should be ready for connection.  All that is required is a 3 wire\r
1370 serial lead (tx, rx and signal ground).  Tell you logging program to use\r
1371 8n1 at 9600 baud and you should see a Linux login prompt.  Login as normal\r
1372 and then telnet from there to the cluster.\r
1373 \r
1374 <sect>Java Web applet\r
1375 \r
1376 <P>\r
1377 In the spider tree will be a directory <em>spider-web</em>.  This is a\r
1378 neat little java web applet that can be run from a website.  The applet\r
1379 must run on the same machine as the cluster.  The included README file is\r
1380 shown below.\r
1381 \r
1382 <P>\r
1383 I should comment here that the applet is precompiled, that is, ready to go.\r
1384 It was compiled using JDK1.3.1.  If your version is earlier than this then it\r
1385 may not work.  Should that be the case you need to recompile or update your\r
1386 JDK.  To recompile do the following ...\r
1387 \r
1388 <tscreen><verb>\r
1389 cd /spider/spider-web\r
1390 rm *.class\r
1391 /usr/bin/javac spiderclient.java\r
1392 </verb></tscreen>\r
1393 \r
1394 <P>\r
1395 I have used /usr/bin/javac as an example, your path to javac may be different.\r
1396 \r
1397 <verb>\r
1398 Spider-WEB v0.6b\r
1399 \r
1400 Completely based on a clx web client written in Java by dl6dbh\r
1401 (ftp://clx.muc.de/pub/clx/clx-java_10130001.tgz)\r
1402 \r
1403 The webserver has to run on the same machine as your DxSpider software!\r
1404 \r
1405 It is assumed that you have Java installed.  You need JDK1.3.1 at least.\r
1406 \r
1407 Installation instructions (Performed as root):\r
1408 \r
1409 Put all the files in the spider-web directory into a newly created directory\r
1410 under the DocumentRoot of your websever for instance 'client'. In my case\r
1411 this is:  /home/httpd/html/client/ although ymmv.  For Suse the correct\r
1412 path should be /usr/local/httpd/htdocs/client/ for example.\r
1413 \r
1414 Move spider.cgi to the cgi-bin directory of your webserver, in my case that is\r
1415 /home/httpd/cgi-bin/ although ymmv.  For Suse the correct path should be\r
1416 /usr/local/httpd/cgi-bin/ for example.\r
1417 \r
1418 Change the permissions of the files to ensure they are correct, obviously you\r
1419 will need to use the correct path the the files according to your system:\r
1420 \r
1421 chmod 755 /home/httpd/html/cgi-bin/spider.cgi\r
1422 chmod -R 755 /home/httpd/html/client/\r
1423 \r
1424 By default the spider.cgi script should pick up your hostname (As long as this\r
1425 is set correctly).  If it does not or your hostname differs from the name that\r
1426 you attach to the public address that you are using, then edit spider.cgi :\r
1427 \r
1428 # Uncomment and set the hostname manually here if the above fails.\r
1429 # $HOSTNAME = "gb7mbc.spoo.org" ;\r
1430 $PORT = "8000" ;\r
1431 \r
1432 'HOSTNAME' is the hostname of your cluster.\r
1433 \r
1434 'PORT' is the portnumber that you use to connect to your DxSpider via\r
1435 telnet (see Listeners.pm)\r
1436 \r
1437 NOTE: If you can start the console but cannot connect to the cluster from it,\r
1438 then it is possible that the machine you are on cannot resolve the hostname of \r
1439 your cluster machine.  If this is the case, you need to set your hostname \r
1440 manually as above.\r
1441 \r
1442 You also need to set the $NODECALL variable.  This prints the name of your\r
1443 choosing (probably your cluster callsign) on the html page.\r
1444 \r
1445 You now can connect to Spider-Web via http://yourserver/cgi-bin/spider.cgi\r
1446 </verb>\r
1447 \r
1448 <sect>Web based statistics\r
1449 \r
1450 <P>\r
1451 From version 1.50, you can use the freeware software MRTG to produce\r
1452 really nice graphical statistics on your web site.  For an example\r
1453 try <htmlurl url="http://www.gb7mbc.net/mrtg/stats.html" name="http://www.gb7mbc.net/mrtg/stats.html">.\r
1454 \r
1455 <P>\r
1456 The following should help you get it all working.\r
1457 \r
1458 <P>\r
1459 First you need to download the latest version of MRTG from <htmlurl url="http://people.ee.ethz.ch/~oetiker/webtools/mrtg/" name="http://people.ee.ethz.ch/~oetiker/webtools/mrtg/">.\r
1460 You will also need the following files..\r
1461 \r
1462 <tscreen><verb>\r
1463 libpng-1.0.14.tar.gz\r
1464 zlib-1.1.4.tar.gz\r
1465 gd-1.8.3.tar.gz\r
1466 </verb></tscreen>\r
1467 \r
1468 Login to your machine as the root user, put all the downloaded files \r
1469 in /usr/local/src/ (or wherever you prefer) and untar and compile them.  \r
1470 All the information to compile and install these sources come with them.\r
1471 After compilation and installation,  you will find MRTG in /usr/local/mrtg-2.\r
1472 \r
1473 <P>\r
1474 Now copy all the files in /usr/local/src/mrtg-2.9.22/images/ to \r
1475 /spider/html/mrtg/\r
1476 \r
1477 <P>\r
1478 You now need to make 2 symbolic links like below...\r
1479 \r
1480 <tscreen><verb>\r
1481 ln -s /usr/local/mrtg-2/bin/mrtg /usr/bin/mrtg\r
1482 ln -s /usr/local/mrtg-2/lib/mrtg2 /usr/lib/mrtg2\r
1483 </verb></tscreen>\r
1484 \r
1485 <P>\r
1486 Now login to the cluster with your sysop callsign and run the command \r
1487 "mrtg all".\r
1488 \r
1489 <P>Now you are nearly there!  Login as the sysop user and change to the\r
1490 /spider/html/mrtg/ directory.  Now run the command <em>indexmaker</em> as\r
1491 shown below...\r
1492 \r
1493 <tscreen><verb>\r
1494 indexmaker --output stats.html --columns=1 --title "MRTG statistics for GB7DJK" ../../mrtg/mrtg.cfg\r
1495 </verb></tscreen>\r
1496 \r
1497 Changing the callsign for your own cluster callsign of course!\r
1498 \r
1499 <P>\r
1500 And finally you need to login as the root user and create one last\r
1501 symbolic link.  Where this points will depend on where your html\r
1502 documents are kept.  For RedHat systems you use...\r
1503 \r
1504 <tscreen><verb>\r
1505 ln -s /home/sysop/spider/html/mrtg /home/httpd/html/mrtg\r
1506 </verb></tscreen>\r
1507 \r
1508 and for SuSE systems...\r
1509 \r
1510 <tscreen><verb>\r
1511 ln -s /home/sysop/spider/html/mrtg /usr/local/httpd/htdocs/mrtg\r
1512 </verb></tscreen>\r
1513 \r
1514 If you now point your browser to your website as below it should all\r
1515 be happening!\r
1516 \r
1517 <tscreen><verb>\r
1518 http://www.xxx.xxx/mrtg/stats.html\r
1519 </verb></tscreen>\r
1520 \r
1521 Of course, to get the stats to update, you need to add some information\r
1522 in the spider crontab file as below...\r
1523 \r
1524 <tscreen><verb>\r
1525 # Update stats for mrtg on website\r
1526 00,05,10,15,20,25,30,35,40,45,50,55 * * * * run_cmd('mrtg all')\r
1527 </verb></tscreen>\r
1528 \r
1529 This will update the site every 5 minutes.\r
1530 \r
1531 <sect>Security\r
1532 \r
1533 <P>\r
1534 From version 1.49 DXSpider has some additional security features.  These\r
1535 are not by any means meant to be exhaustive, however they do afford some\r
1536 security against piracy.  These two new features can be used independently \r
1537 of each other or in concert to tighten the security.\r
1538 \r
1539 <sect1>Registration\r
1540 \r
1541 <P>\r
1542 The basic principle of registration is simple.  If a user is not registered\r
1543 by the sysop, then they have read-only access to the cluster.  The only\r
1544 thing they can actually send is a talk or a message to the sysop.  In\r
1545 order for them to be able to spot, send announces or talks etc the sysop\r
1546 must register them with the <em>set/register</em> command, like this ...\r
1547 \r
1548 <tscreen><verb>\r
1549 set/register g0vgs\r
1550 </verb></tscreen>\r
1551 \r
1552 The user g0vgs can now fully use the cluster.  In order to enable \r
1553 registration, you can issue the command ...\r
1554 \r
1555 <tscreen><verb>\r
1556 set/var $main::reqreg = 1\r
1557 </verb></tscreen>\r
1558 \r
1559 Any users that are not registered will now see the motd_nor file rather\r
1560 than the motd file as discussed in the Information, files and useful \r
1561 programs section.\r
1562 \r
1563 <P>\r
1564 Entering this line at the prompt will only last for the time the cluster\r
1565 is running of course and would not be present on a restart.  To make the\r
1566 change permanent, add the above line to /spider/scripts/startup.  To\r
1567 read more on the startup file, see the section on Information, files \r
1568 and useful programs.\r
1569 \r
1570 <P>\r
1571 To unregister a user use <em>unset/register</em> and to show the list\r
1572 of registered users, use the command <em>show/register</em>.\r
1573 \r
1574 <sect1>Passwords\r
1575 \r
1576 <P>\r
1577 At the moment, passwords only affect users who login to a DXSpider\r
1578 cluster node via telnet.  If a user requires a password, they can\r
1579 either set it themselves or have the sysop enter it for them by using\r
1580 the <em>set/password</em> command.  Any users who already have passwords, \r
1581 such as remote sysops, will be asked for their passwords automatically \r
1582 by the cluster.  Using passwords in this way means that the user has a\r
1583 choice on whether to have a password or not.  To force the use of\r
1584 passwords at login, issue the command ...\r
1585 \r
1586 <tscreen><verb>\r
1587 set/var $main::passwdreq = 1\r
1588 </verb></tscreen>\r
1589 \r
1590 at the cluster prompt.  This can also be added to the /spider/scripts/startup\r
1591 file as above to make the change permanent.\r
1592 \r
1593 <P>\r
1594 Of course, if you do this you will have to assign a password for each of \r
1595 your users.  If you were asking them to register, it is anticipated that\r
1596 you would ask them to send you a message both to ask to be registered and\r
1597 to give you the password they wish to use.\r
1598 \r
1599 <P>\r
1600 Should a user forget their password, it can be reset by the sysop by\r
1601 first removing the existing password and then setting a new one like so ...\r
1602 \r
1603 <tscreen><verb>\r
1604 unset/password g0vgs\r
1605 set/password g0vgs new_password\r
1606 </verb></tscreen>\r
1607 \r
1608 <sect>CVS\r
1609 \r
1610 <sect1>CVS from a Linux platform\r
1611 \r
1612 <P>\r
1613 CVS stands for "Concurrent Versions System" and the CVS for DXSpider is held\r
1614 at <htmlurl url="http://www.sourceforge.net" name="Sourceforge">.  This means\r
1615 that it is possible to update your DXSpider installation to the latest\r
1616 sources by using a few simple commands.  A graphical interface to CVS for\r
1617 Windows is explained in the next section.\r
1618 \r
1619 <P>\r
1620 Please be aware that if you update your system using CVS, it is possible that\r
1621 you could be running code that is very beta and not fully tested.  There is\r
1622 a possibility that it could be unstable.\r
1623 \r
1624 <P>\r
1625 I am of course assuming that you have a machine with both DXSpider and\r
1626 Internet access running.\r
1627 \r
1628 <P>\r
1629 BEFORE YOU EVEN CONSIDER STARTING WITH THIS MAKE A BACKUP OF YOUR\r
1630 ENTIRE SPIDER TREE!!\r
1631 \r
1632 <P>\r
1633 Assuming you are connected to the Internet, you need to login to the\r
1634 CVS repository and then update your Spider source.  There are several\r
1635 steps which are listed below ...\r
1636 \r
1637 <P>\r
1638 First login as the user <em>sysop</em>.  Next you need to connect to the CVS\r
1639 repository.  You do this with the command below ...\r
1640 \r
1641 <verb>\r
1642 cvs -d:pserver:anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/dxspider login\r
1643 </verb>\r
1644 \r
1645 You will get a password prompt.  Simply hit return here and your machine should\r
1646 return to a normal linux prompt.\r
1647 \r
1648 <P>\r
1649 What happens next depends on whether you have an existing installation that\r
1650 you want to update with the latest and greatest or whether you just want\r
1651 to see what is there and/or run it on a new machine for testing.\r
1652 \r
1653 If you are installing Spider from CVS then change directory to /home/sysop\r
1654 \r
1655 If you are wanting to update Spider then cd to /tmp\r
1656 \r
1657 <P>\r
1658 The next step will create a brand new 'spider' directory in your current\r
1659 directory.\r
1660 \r
1661 <verb>\r
1662 cvs -z3 -d:pserver:anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/dxspider co spider\r
1663 </verb>\r
1664 \r
1665 This command is all on one line.\r
1666 \r
1667 <P>\r
1668 Hopefully your screen should show you downloading files.  The -z3 simply compresses\r
1669 the download to improve speed.\r
1670 When this has finished, you will have exactly the same as if you had untarred a full\r
1671 tarball PLUS some extra directories and files that CVS needs to do the magic that\r
1672 it does.\r
1673 \r
1674 <P>\r
1675 Now if you are doing a new installation, that's it.  Carry on as if you have\r
1676 just downloaded and untarred the lastest tarball.\r
1677 \r
1678 <P>\r
1679 If you want to upgrade your current installation then do this ...\r
1680 \r
1681 <tscreen><verb>\r
1682 tar cvfz /tmp/s.tgz spider\r
1683 cd /\r
1684 tar xvfzp /tmp/s.tgz\r
1685 </verb></tscreen>\r
1686 \r
1687 This is assuming you downloaded to the /tmp directory of course.\r
1688 \r
1689 <P>\r
1690 NOTE:  the 'p' on the end of the 'xvfz' is IMPORTANT!   It keeps the permissions\r
1691 correct.  YOU WERE LOGGED IN AS THE USER SYSOP WEREN'T YOU?????\r
1692 \r
1693 Remember to recompile the C client (cd /spider/src; make)\r
1694 \r
1695 <P>\r
1696 At this point the files have been upgraded.  You can (usually) restart the cluster\r
1697 in your own time.  However, if you attempt to use any new commands or features\r
1698 expect it to be fatal!  At least your cluster will have been restarted then so it\r
1699 will be too late to worry about it!\r
1700 \r
1701 <P>\r
1702 Now the magic part!  From now on when you want to update, simply connect to the\r
1703 Internet and then, as the user <em>sysop</em> ...\r
1704 \r
1705 <tscreen><verb>\r
1706 cd /spider\r
1707 cvs -z3 update -d\r
1708 </verb></tscreen>\r
1709 \r
1710 and your files will be updated.  As above, remember to recompile the "C" client\r
1711 if it has been updated (CVS will tell you) and restart if any of the perl scripts\r
1712 have been altered or added, again, CVS will tell you.\r
1713 \r
1714 <P>\r
1715 You will find any changes documented in the /spider/Changes file.\r
1716 \r
1717 <sect1>CVS from a Windows platform\r
1718 \r
1719 <P>\r
1720 After the initial setup, an update to your DXSpider software is no more than a couple\r
1721 of clicks away.  This section is intended to explain and illustrate the use of the\r
1722 WinCVS application to update your DXSpider software.  The current stable version of\r
1723 WinCVS is Ver. 1.2.  You can get this software at:\r
1724 \r
1725 <htmlurl url="http://prdownloads.sourceforge.net/cvsgui/WinCvs120.zip" name="http://prdownloads.sourceforge.net/cvsgui/WinCvs120.zip">\r
1726 \r
1727 Pick your download mirror and then install WinCVS after the download is complete.\r
1728 \r
1729 In this next section I have included a series of links to .jpg files to take advantage of the\r
1730 picture and 1000 words equivalency.  The .jpg files are in the C:\spider\html directory.  If\r
1731 someone using a Linux system is reading this section from boredom, the files are in\r
1732 /home/sysop/spider/html.  One aside, a Linux user can also get a copy of gcvs and do your updates\r
1733 graphically as opposed to from the command line.  The following descriptions are almost identical\r
1734 between WinCvs and gcvs.  The following screen shots have duplicate links, depending upon whether\r
1735 you are viewing this information under the Windows or Linux operating system.\r
1736 \r
1737 When WinCVS is installed, running, and you are connected to the internet, the initial screen looks like:\r
1738 \r
1739 <htmlurl url="initial.jpg" name="initial.jpg">\r
1740 \r
1741 If you want, you can also look at these .jpg files with another viewer that might provide some\r
1742 better clarity to the image.  On the left is the directory tree for your hard disk.  Notice that\r
1743 the spider directory has a gray highlight.\r
1744 \r
1745 To start configuring WinCVS, click on Admin at the top of the screen and then Preferences.  This \r
1746 should get you:\r
1747 \r
1748 <htmlurl url="pref-gen.jpg" name="pref-gen.jpg">\r
1749 \r
1750 In the top line for CVSROOT, enter:\r
1751 <tscreen><verb>\r
1752 anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/dxspider login\r
1753 </verb></tscreen>\r
1754 \r
1755 and select\r
1756 <tscreen><verb>\r
1757 "passwd" file on the cvs server\r
1758 </verb></tscreen>\r
1759 \r
1760 for Authentication on the General tab.\r
1761 \r
1762 Next, move to the right to the Ports tab.\r
1763 \r
1764 <htmlurl url="pref-ports.jpg" name="pref-ports.jpg">\r
1765 \r
1766 In here, check the box on the second line down for the "pserver" port.  Enter a port number of 2401.\r
1767 \r
1768 Finally, go to the WinCvs tab all the way to the right.\r
1769 \r
1770 <htmlurl url="pref-wincvs.jpg" name="pref-wincvs.jpg">\r
1771 \r
1772 Enter Notepad as the viewer to open files.  For the HOME folder, put "C:\spider" and click OK\r
1773 because the configuration is now complete.\r
1774 \r
1775 You are now ready to upgrade your copy of DXSpider.  Click on the greyed Spider folder\r
1776 shown in the directory tree on the left of the WinCVS display.  Two things should happen.  The Spider\r
1777 folder will be selected and the greyed-out arrow located just below the word Query in the top line will\r
1778 turn to solid green.\r
1779 \r
1780 For anyone using gcvs under Linux, the green arrow is located on the extreme left of the display,\r
1781 under the word File.  A gcvs screen looks like:\r
1782 \r
1783 <htmlurl url="gcvs.jpg" name="gcvs.jpg">\r
1784 \r
1785 Click on the now green arrow to start the download process.  An Update Settings box will be displayed\r
1786 to which you can simply say OK.\r
1787 \r
1788 <htmlurl url="update-OK.jpg" name="update-OK.jpg">\r
1789 \r
1790 For future reference, the Update Settings box is the place where you can enter information to revert\r
1791 to a prior version of DXSpider.  Information on reverting to a Before Date is contained in the WinCVS\r
1792 manual.\r
1793 \r
1794 After a short period of time, a series of file names will scroll by in the lower pane of the WinCVS\r
1795 window.  Eventually you should see\r
1796 <tscreen><verb>\r
1797 *****CVS exited normally with code 0*****\r
1798 \r
1799 </verb></tscreen>\r
1800 appear in the lower pane.  You're done.  The updated files are in place ready for you to stop and then\r
1801 restart your DXSpider.  After the restart, you're running with the latest version of DXSpider.\r
1802 \r
1803 <htmlurl url="completed.jpg" name="completed.jpg">\r
1804 \r
1805 To paraphrase from the CVS section... Now the magic part!  From now on when you want to update, simply\r
1806 connect to the Internet and start WinCVS.\r
1807 <tscreen><verb>\r
1808 Click on the greyed-out Spider directory in the left screen\r
1809 Click on the green down arrow\r
1810 Click OK on the Update Settings dialog box\r
1811 Restart your Spider software\r
1812 </verb></tscreen>\r
1813 \r
1814 <sect>The DXSpider command set\r
1815 \r
1816 \r
1817 <sect1>accept (0)
1818
1819 <P>
1820 <tt>
1821 <bf>accept</bf> Set a filter to accept something
1822 </tt>
1823
1824 <P>
1825 Create a filter to accept something
1826
1827 There are 2 types of filter, accept and reject.  See HELP FILTERING for more
1828 info.
1829 <sect1>accept/announce &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt; (8)
1830
1831 <P>
1832 <tt>
1833 <bf>accept/announce &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Announce filter sysop version
1834 </tt>
1835
1836 <P>
1837 This version allows a sysop to set a filter for a callsign as well as the
1838 default for nodes and users eg:-
1839
1840 <tscreen><verb>
1841   accept/ann by G,M,2
1842   accept/ann input node_default by G,M,2
1843   accept/ann user_default by G,M,2
1844 </verb></tscreen>
1845
1846 <sect1>accept/announce &lsqb;0-9&rsqb; &lt;pattern&gt; (0)
1847
1848 <P>
1849 <tt>
1850 <bf>accept/announce &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an 'accept' filter line for announce
1851 </tt>
1852
1853 <P>
1854 Create an 'accept this announce' line for a filter. 
1855
1856 An accept filter line means that if the announce matches this filter it is
1857 passed onto the user. See HELP FILTERING for more info. Please read this
1858 to understand how filters work - it will save a lot of grief later on.
1859
1860 You can use any of the following things in this line:-
1861
1862 <tscreen><verb>
1863   info &lt;string&gt;            eg: iota or qsl
1864   by &lt;prefixes&gt;            eg: G,M,2         
1865   origin &lt;prefixes&gt;
1866   origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
1867   origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
1868   origin_zone &lt;prefixes or numbers&gt;
1869   origin_state &lt;states&gt;                eg: VA,NH,RI,NH
1870   by_dxcc &lt;prefixes or numbers&gt;
1871   by_itu &lt;prefixes or numbers&gt;
1872   by_zone &lt;prefixes or numbers&gt;
1873   by_state &lt;states&gt;
1874   channel &lt;prefixes&gt;
1875   wx 1                     filter WX announces
1876   dest &lt;prefixes&gt;          eg: 6MUK,WDX      (distros)
1877 </verb></tscreen>
1878
1879 some examples:-
1880
1881 <tscreen><verb>
1882   acc/ann dest 6MUK
1883   acc/ann 2 by_zone 14,15,16
1884   (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)
1885 </verb></tscreen>
1886 or
1887 <tscreen><verb>
1888   acc/ann by G,M,2 
1889 </verb></tscreen>
1890
1891 for american states
1892
1893 <tscreen><verb>
1894   acc/ann by_state va,nh,ri,nh
1895 </verb></tscreen>
1896
1897 You can use the tag 'all' to accept everything eg:
1898
1899 <tscreen><verb>
1900   acc/ann all
1901 </verb></tscreen>
1902
1903 but this probably for advanced users...
1904 <sect1>accept/route &lt;call&gt; &lsqb;0-9&rsqb; &lt;pattern&gt; (8)
1905
1906 <P>
1907 <tt>
1908 <bf>accept/route &lt;call&gt; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an 'accept' filter line for routing
1909 </tt>
1910
1911 <P>
1912 Create an 'accept this routing PC Protocol' line for a filter. 
1913
1914 An accept filter line means that if a PC16/17/19/21/24/41/50 matches this filter 
1915 it is passed thru that interface. See HELP FILTERING for more info. Please read this
1916 to understand how filters work - it will save a lot of grief later on.
1917
1918 You can use any of the following things in this line:-
1919
1920 <tscreen><verb>
1921   call &lt;prefixes&gt;        the callsign of the thingy
1922   call_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
1923   call_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
1924   call_zone &lt;prefixes or numbers&gt;
1925   call_state &lt;states&gt;                eg: VA,NH,RI,NH
1926   origin &lt;prefixes&gt;      really the interface it came in on
1927   origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
1928   origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
1929   origin_zone &lt;prefixes or numbers&gt;
1930   origin_state &lt;states&gt;                eg: VA,NH,RI,NH
1931 </verb></tscreen>
1932
1933 some examples:-
1934
1935 <tscreen><verb>
1936   acc/route gb7djk call_dxcc 61,38 (send only UK+EIRE nodes)
1937   acc/route gb7djk call gb7djk     (equiv to SET/ISOLATE)
1938 </verb></tscreen>
1939
1940 you can now use 'by' as a synonym for 'call' so:
1941
1942 <tscreen><verb>
1943   by = call
1944   by_dxcc = call_dxcc 
1945 </verb></tscreen>
1946
1947 and so on
1948
1949 You can use the tag 'all' to accept everything eg:
1950
1951 <tscreen><verb>
1952   acc/route all
1953 </verb></tscreen>
1954
1955 <sect1>accept/spots &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt; (8)
1956
1957 <P>
1958 <tt>
1959 <bf>accept/spots &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Spot filter sysop version
1960 </tt>
1961
1962 <P>
1963 This version allows a sysop to set a filter for a callsign as well as the
1964 default for nodes and users eg:-
1965
1966 <tscreen><verb>
1967   accept/spot db0sue-7 1 by_zone 14,15,16
1968   accept/spot node_default all
1969   set/hops node_default 10
1970 </verb></tscreen>
1971
1972 <tscreen><verb>
1973   accept/spot user_default by G,M,2
1974 </verb></tscreen>
1975
1976 <sect1>accept/spots &lsqb;0-9&rsqb; &lt;pattern&gt; (0)
1977
1978 <P>
1979 <tt>
1980 <bf>accept/spots &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an 'accept' filter line for spots
1981 </tt>
1982
1983 <P>
1984 Create an 'accept this spot' line for a filter. 
1985
1986 An accept filter line means that if the spot matches this filter it is
1987 passed onto the user. See HELP FILTERING for more info. Please read this
1988 to understand how filters work - it will save a lot of grief later on.
1989
1990 You can use any of the following things in this line:-
1991
1992 <tscreen><verb>
1993   freq &lt;range&gt;           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
1994   on &lt;range&gt;             same as 'freq'
1995   call &lt;prefixes&gt;        eg: G,PA,HB9
1996   info &lt;string&gt;          eg: iota or qsl
1997   by &lt;prefixes&gt;            
1998   call_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
1999   call_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
2000   call_zone &lt;prefixes or numbers&gt;
2001   call_state &lt;states&gt;                eg: VA,NH,RI,ME
2002   by_dxcc &lt;prefixes or numbers&gt;
2003   by_itu &lt;prefixes or numbers&gt;
2004   by_zone &lt;prefixes or numbers&gt;
2005   by_state &lt;states&gt;                eg: VA,NH,RI,ME
2006   origin &lt;prefixes&gt;
2007   channel &lt;prefixes&gt;
2008 </verb></tscreen>
2009
2010 'call' means the callsign that has spotted 'by' whoever.
2011
2012 For frequencies, you can use any of the band names defined in
2013 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
2014 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
2015 this is more efficient than saying simply: freq HF (but don't get
2016 too hung up about that)
2017
2018 some examples:-
2019
2020 <tscreen><verb>
2021   acc/spot 1 on hf/cw
2022   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
2023 </verb></tscreen>
2024
2025 You can use the tag 'all' to accept everything, eg:
2026
2027 <tscreen><verb>
2028   acc/spot 3 all
2029 </verb></tscreen>
2030
2031 for US states 
2032
2033 <tscreen><verb>
2034   acc/spots by_state VA,NH,RI,MA,ME
2035 </verb></tscreen>
2036
2037 but this probably for advanced users...
2038 <sect1>accept/wcy &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt; (8)
2039
2040 <P>
2041 <tt>
2042 <bf>accept/wcy &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> WCY filter sysop version
2043 </tt>
2044
2045 <P>
2046 This version allows a sysop to set a filter for a callsign as well as the
2047 default for nodes and users eg:-
2048
2049 <tscreen><verb>
2050   accept/wcy node_default all
2051   set/hops node_default 10
2052 </verb></tscreen>
2053
2054 <sect1>accept/wcy &lsqb;0-9&rsqb; &lt;pattern&gt; (0)
2055
2056 <P>
2057 <tt>
2058 <bf>accept/wcy &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> set an 'accept' WCY filter
2059 </tt>
2060
2061 <P>
2062 It is unlikely that you will want to do this, but if you do then you can
2063 filter on the following fields:-
2064
2065 <tscreen><verb>
2066   by &lt;prefixes&gt;            eg: G,M,2         
2067   origin &lt;prefixes&gt;
2068   origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
2069   origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
2070   origin_zone &lt;prefixes or numbers&gt;
2071   by_dxcc &lt;prefixes or numbers&gt;
2072   by_itu &lt;prefixes or numbers&gt;
2073   by_zone &lt;prefixes or numbers&gt;
2074   channel &lt;prefixes&gt;
2075 </verb></tscreen>
2076
2077 There are no examples because WCY Broadcasts only come from one place and
2078 you either want them or not (see UNSET/WCY if you don't want them).
2079
2080 This command is really provided for future use.
2081
2082 See HELP FILTER for information.
2083 <sect1>accept/wwv &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt; (8)
2084
2085 <P>
2086 <tt>
2087 <bf>accept/wwv &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> WWV filter sysop version
2088 </tt>
2089
2090 <P>
2091 This version allows a sysop to set a filter for a callsign as well as the
2092 default for nodes and users eg:-
2093
2094 <tscreen><verb>
2095   accept/wwv db0sue-7 1 by_zone 4
2096   accept/wwv node_default all
2097   set/hops node_default 10
2098 </verb></tscreen>
2099
2100 <tscreen><verb>
2101   accept/wwv user_default by W,K
2102 </verb></tscreen>
2103
2104 <sect1>accept/wwv &lsqb;0-9&rsqb; &lt;pattern&gt; (0)
2105
2106 <P>
2107 <tt>
2108 <bf>accept/wwv &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> set an 'accept' WWV filter
2109 </tt>
2110
2111 <P>
2112 It is unlikely that you will want to do this, but if you do then you can
2113 filter on the following fields:-
2114
2115 <tscreen><verb>
2116   by &lt;prefixes&gt;            eg: G,M,2         
2117   origin &lt;prefixes&gt;
2118   origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
2119   origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
2120   origin_zone &lt;prefixes or numbers&gt;
2121   by_dxcc &lt;prefixes or numbers&gt;
2122   by_itu &lt;prefixes or numbers&gt;
2123   by_zone &lt;prefixes or numbers&gt;
2124   channel &lt;prefixes&gt;
2125 </verb></tscreen>
2126
2127 for example 
2128
2129 <tscreen><verb>
2130   accept/wwv by_zone 4
2131 </verb></tscreen>
2132
2133 is probably the only useful thing to do (which will only show WWV broadcasts
2134 by stations in the US).
2135
2136 See HELP FILTER for information.
2137 <sect1>announce &lt;text&gt; (0)
2138
2139 <P>
2140 <tt>
2141 <bf>announce &lt;text&gt;</bf> Send an announcement to LOCAL users only
2142 </tt>
2143
2144 <P>
2145 &lt;text&gt; is the text of the announcement you wish to broadcast 
2146 <sect1>announce full &lt;text&gt; (0)
2147
2148 <P>
2149 <tt>
2150 <bf>announce full &lt;text&gt;</bf> Send an announcement cluster wide
2151 </tt>
2152
2153 <P>
2154 This will send your announcement cluster wide
2155 <sect1>announce sysop &lt;text&gt; (5)
2156
2157 <P>
2158 <tt>
2159 <bf>announce sysop &lt;text&gt;</bf> Send an announcement to Sysops only
2160 </tt>
2161
2162 <P>
2163 <sect1>apropos &lt;string&gt; (0)
2164
2165 <P>
2166 <tt>
2167 <bf>apropos &lt;string&gt;</bf> Search help database for &lt;string&gt;
2168 </tt>
2169
2170 <P>
2171 Search the help database for &lt;string&gt; (it isn't case sensitive), and print
2172 the names of all the commands that may be relevant.
2173 <sect1>blank &lsqb;&lt;string&gt;&rsqb; &lsqb;&lt;nn&gt;&rsqb; (0)
2174
2175 <P>
2176 <tt>
2177 <bf>blank &lsqb;&lt;string&gt;&rsqb; &lsqb;&lt;nn&gt;&rsqb;</bf> Print nn (default 1) blank lines (or strings)
2178 </tt>
2179
2180 <P>
2181 In its basic form this command prints one or more blank lines. However if
2182 you pass it a string it will replicate the string for the width of the 
2183 screen (default 80) and then print that one or more times, so:
2184
2185 <tscreen><verb>
2186   blank 2
2187 </verb></tscreen>
2188
2189 prints two blank lines
2190
2191 <tscreen><verb>
2192   blank - 
2193 </verb></tscreen>
2194
2195 prints a row of - characters once.
2196
2197 <tscreen><verb>
2198   blank abc
2199 </verb></tscreen>
2200
2201 prints 'abcabcabcabcabcabc....'
2202
2203 This is really only of any use in a script file and you can print a maximum
2204 of 9 lines.
2205 <sect1>bye (0)
2206
2207 <P>
2208 <tt>
2209 <bf>bye</bf> Exit from the cluster
2210 </tt>
2211
2212 <P>
2213 This will disconnect you from the cluster
2214 <sect1>catchup &lt;node call&gt; all|&lsqb;&lt;msgno&gt; ...&rsqb; (5)
2215
2216 <P>
2217 <tt>
2218 <bf>catchup &lt;node call&gt; all|&lsqb;&lt;msgno&gt; ...&rsqb;</bf> Mark a message as sent
2219 </tt>
2220
2221 <P>
2222 <sect1>clear/announce &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9|all&rsqb; (8)
2223
2224 <P>
2225 <tt>
2226 <bf>clear/announce &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9|all&rsqb;</bf> Clear a announce filter line
2227 </tt>
2228
2229 <P>
2230 A sysop can clear an input or normal output filter for a user or the
2231 node_default or user_default. 
2232 <sect1>clear/announce &lsqb;1|all&rsqb; (0)
2233
2234 <P>
2235 <tt>
2236 <bf>clear/announce &lsqb;1|all&rsqb;</bf> Clear a announce filter line
2237 </tt>
2238
2239 <P>
2240 This command allows you to clear (remove) a line in a annouce filter or to 
2241 remove the whole filter.
2242
2243 see CLEAR/SPOTS for a more detailed explanation.
2244 <sect1>clear/route &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9|all&rsqb; (8)
2245
2246 <P>
2247 <tt>
2248 <bf>clear/route &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9|all&rsqb;</bf> Clear a route filter line
2249 </tt>
2250
2251 <P>
2252 A sysop can clear an input or normal output filter for a user or the
2253 node_default or user_default. 
2254 <sect1>clear/route &lsqb;1|all&rsqb; (0)
2255
2256 <P>
2257 <tt>
2258 <bf>clear/route &lsqb;1|all&rsqb;</bf> Clear a route filter line
2259 </tt>
2260
2261 <P>
2262 This command allows you to clear (remove) a line in a route filter or to 
2263 remove the whole filter.
2264
2265 see CLEAR/SPOTS for a more detailed explanation.
2266 <sect1>clear/spots &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9|all&rsqb; (8)
2267
2268 <P>
2269 <tt>
2270 <bf>clear/spots &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9|all&rsqb;</bf> Clear a spot filter line
2271 </tt>
2272
2273 <P>
2274 A sysop can clear an input or normal output filter for a user or the
2275 node_default or user_default. 
2276 <sect1>clear/spots &lsqb;0-9|all&rsqb; (0)
2277
2278 <P>
2279 <tt>
2280 <bf>clear/spots &lsqb;0-9|all&rsqb;</bf> Clear a spot filter line
2281 </tt>
2282
2283 <P>
2284 This command allows you to clear (remove) a line in a spot filter or to 
2285 remove the whole filter.
2286
2287 If you have a filter:-
2288
2289 <tscreen><verb>
2290   acc/spot 1 on hf/cw
2291   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
2292 </verb></tscreen>
2293
2294 and you say:-
2295
2296 <tscreen><verb>
2297   clear/spot 1
2298 </verb></tscreen>
2299
2300 you will be left with:-
2301
2302 <tscreen><verb>
2303   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
2304 </verb></tscreen>
2305
2306 If you do:
2307
2308 <tscreen><verb>
2309   clear/spot all
2310 </verb></tscreen>
2311
2312 the filter will be completely removed.
2313 <sect1>clear/wcy &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9|all&rsqb; (8)
2314
2315 <P>
2316 <tt>
2317 <bf>clear/wcy &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9|all&rsqb;</bf> Clear a WCY filter line
2318 </tt>
2319
2320 <P>
2321 A sysop can clear an input or normal output filter for a user or the
2322 node_default or user_default. 
2323 <sect1>clear/wcy &lsqb;1|all&rsqb; (0)
2324
2325 <P>
2326 <tt>
2327 <bf>clear/wcy &lsqb;1|all&rsqb;</bf> Clear a WCY filter line
2328 </tt>
2329
2330 <P>
2331 This command allows you to clear (remove) a line in a WCY filter or to 
2332 remove the whole filter.
2333
2334 see CLEAR/SPOTS for a more detailed explanation.
2335 <sect1>clear/wwv &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9|all&rsqb; (8)
2336
2337 <P>
2338 <tt>
2339 <bf>clear/wwv &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9|all&rsqb;</bf> Clear a WWV filter line
2340 </tt>
2341
2342 <P>
2343 A sysop can clear an input or normal output filter for a user or the
2344 node_default or user_default. 
2345 <sect1>clear/wwv &lsqb;1|all&rsqb; (0)
2346
2347 <P>
2348 <tt>
2349 <bf>clear/wwv &lsqb;1|all&rsqb;</bf> Clear a WWV filter line
2350 </tt>
2351
2352 <P>
2353 This command allows you to clear (remove) a line in a WWV filter or to 
2354 remove the whole filter.
2355
2356 see CLEAR/SPOTS for a more detailed explanation.
2357 <sect1>connect &lt;callsign&gt; (5)
2358
2359 <P>
2360 <tt>
2361 <bf>connect &lt;callsign&gt;</bf> Start a connection to another DX Cluster
2362 </tt>
2363
2364 <P>
2365 Start a connection process that will culminate in a new connection to the
2366 DX cluster &lt;callsign&gt;. This process creates a new 'client' process which will
2367 use the script in /spider/connect/&lt;callsign&gt; to effect the 'chat' exchange
2368 necessary to traverse the network(s) to logon to the cluster &lt;callsign&gt;.
2369 <sect1>dbavail (0)
2370
2371 <P>
2372 <tt>
2373 <bf>dbavail</bf> Show a list of all the Databases in the system
2374 </tt>
2375
2376 <P>
2377 Title says it all really, this command lists all the databases defined
2378 in the system. It is also aliased to SHOW/COMMAND.
2379 <sect1>dbshow &lt;dbname&gt; &lt;key&gt; (0)
2380
2381 <P>
2382 <tt>
2383 <bf>dbshow &lt;dbname&gt; &lt;key&gt;</bf> Display an entry, if it exists, in a database
2384 </tt>
2385
2386 <P>
2387 This is the generic user interface to the database to the database system.
2388 It is expected that the sysop will add an entry to the local Aliases file
2389 so that users can use the more familiar AK1A style of enquiry such as:
2390
2391 <tscreen><verb>
2392   SH/BUCK G1TLH
2393 </verb></tscreen>
2394
2395 but if he hasn't and the database really does exist (use DBAVAIL or
2396 SHOW/COMMAND to find out) you can do the same thing with:
2397
2398 <tscreen><verb>
2399   DBSHOW buck G1TLH
2400 </verb></tscreen>
2401
2402 <sect1>directory (0)
2403
2404 <P>
2405 <tt>
2406 <bf>directory</bf> List messages 
2407 </tt>
2408
2409 <P>
2410 <sect1>directory &lt;from&gt;-&lt;to&gt; (0)
2411
2412 <P>
2413 <tt>
2414 <bf>directory &lt;from&gt;-&lt;to&gt;</bf> List messages &lt;from&gt; message &lt;to&gt; message 
2415 </tt>
2416
2417 <P>
2418 List the messages in the messages directory.
2419
2420 If there is a 'p' one space after the message number then it is a 
2421 personal message. If there is a '-' between the message number and the
2422 'p' then this indicates that the message has been read.
2423
2424 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
2425 fields.
2426
2427 You can combine some of the various directory commands together eg:-
2428
2429 <tscreen><verb>
2430    DIR TO G1TLH 5
2431 </verb></tscreen>
2432 or 
2433 <tscreen><verb>
2434    DIR SUBJECT IOTA 200-250
2435 </verb></tscreen>
2436
2437 You can abbreviate all the commands to one letter and use ak1a syntax:-
2438
2439 <tscreen><verb>
2440    DIR/T G1* 10
2441    DIR/S QSL 10-100 5
2442 </verb></tscreen>
2443
2444 <sect1>directory &lt;nn&gt; (0)
2445
2446 <P>
2447 <tt>
2448 <bf>directory &lt;nn&gt;</bf> List last &lt;nn&gt; messages
2449 </tt>
2450
2451 <P>
2452 <sect1>directory all (0)
2453
2454 <P>
2455 <tt>
2456 <bf>directory all</bf> List all messages
2457 </tt>
2458
2459 <P>
2460 <sect1>directory from &lt;call&gt; (0)
2461
2462 <P>
2463 <tt>
2464 <bf>directory from &lt;call&gt;</bf> List all messages from &lt;call&gt;
2465 </tt>
2466
2467 <P>
2468 <sect1>directory new (0)
2469
2470 <P>
2471 <tt>
2472 <bf>directory new</bf> List all new messages
2473 </tt>
2474
2475 <P>
2476 <sect1>directory own (0)
2477
2478 <P>
2479 <tt>
2480 <bf>directory own</bf> List your own messages
2481 </tt>
2482
2483 <P>
2484 <sect1>directory subject &lt;string&gt; (0)
2485
2486 <P>
2487 <tt>
2488 <bf>directory subject &lt;string&gt;</bf> List all messages with &lt;string&gt; in subject
2489 </tt>
2490
2491 <P>
2492 <sect1>directory to &lt;call&gt; (0)
2493
2494 <P>
2495 <tt>
2496 <bf>directory to &lt;call&gt;</bf> List all messages to &lt;call&gt;
2497 </tt>
2498
2499 <P>
2500 <sect1>directory- (5)
2501
2502 <P>
2503 <tt>
2504 <bf>directory-</bf> 
2505 </tt>
2506
2507 <P>
2508 Sysops can see all users' messages.
2509 <sect1>disconnect &lt;call&gt; &lsqb;&lt;call&gt; ...&rsqb; (8)
2510
2511 <P>
2512 <tt>
2513 <bf>disconnect &lt;call&gt; &lsqb;&lt;call&gt; ...&rsqb;</bf> Disconnect a user or cluster
2514 </tt>
2515
2516 <P>
2517 Disconnect any &lt;call&gt; connected locally
2518 <sect1>dx &lsqb;by &lt;call&gt;&rsqb; &lt;freq&gt; &lt;call&gt; &lt;remarks&gt; (0)
2519
2520 <P>
2521 <tt>
2522 <bf>dx &lsqb;by &lt;call&gt;&rsqb; &lt;freq&gt; &lt;call&gt; &lt;remarks&gt;</bf> Send a DX spot
2523 </tt>
2524
2525 <P>
2526 This is how you send a DX Spot to other users. You can, in fact, now
2527 enter the &lt;freq&gt; and the &lt;call&gt; either way round. 
2528
2529 <tscreen><verb>
2530    DX FR0G 144.600
2531    DX 144.600 FR0G
2532    DX 144600 FR0G 
2533 </verb></tscreen>
2534
2535 will all give the same result. You can add some remarks to the end
2536 of the command and they will be added to the spot.
2537
2538 <tscreen><verb>
2539    DX FR0G 144600 this is a test
2540 </verb></tscreen>
2541
2542 You can credit someone else by saying:-
2543
2544 <tscreen><verb>
2545    DX by G1TLH FR0G 144.600 he isn't on the cluster
2546 </verb></tscreen>
2547
2548 The &lt;freq&gt; is compared against the available bands set up in the 
2549 cluster.  See SHOW/BANDS for more information.
2550 <sect1>echo &lt;line&gt; (0)
2551
2552 <P>
2553 <tt>
2554 <bf>echo &lt;line&gt;</bf> Echo the line to the output
2555 </tt>
2556
2557 <P>
2558 This command is useful in scripts and so forth for printing the
2559 line that you give to the command to the output. You can use this
2560 in user_default scripts and the SAVE command for titling and so forth
2561
2562 The script will interpret certain standard "escape" sequences as follows:-
2563
2564 <tscreen><verb>
2565   \t - becomes a TAB character (0x09 in ascii)
2566   \a - becomes a BEEP character (0x07 in ascii)
2567   \n - prints a new line
2568 </verb></tscreen>
2569
2570 So the following example:-
2571
2572 <tscreen><verb>
2573   echo GB7DJK is a dxcluster
2574 </verb></tscreen>
2575
2576 produces:-
2577
2578 <tscreen><verb>
2579   GB7DJK is a dxcluster
2580 </verb></tscreen>
2581
2582 on the output. You don't need a \n on the end of the line you want to send.
2583
2584 A more complex example:-
2585
2586 <tscreen><verb>
2587   echo GB7DJK\n\tg1tlh\tDirk\n\tg3xvf\tRichard
2588 </verb></tscreen>
2589
2590 produces:-
2591
2592 <tscreen><verb>
2593   GB7DJK
2594           g1tlh   Dirk
2595           g3xvf   Richard
2596 </verb></tscreen>
2597
2598 on the output.
2599                                       
2600 <sect1>filtering... (0)
2601
2602 <P>
2603 <tt>
2604 <bf>filtering...</bf> Filtering things in DXSpider
2605 </tt>
2606
2607 <P>
2608 There are a number of things you can filter in the DXSpider system. They
2609 all use the same general mechanism.
2610
2611 In general terms you can create a 'reject' or an 'accept' filter which
2612 can have up to 10 lines in it. You do this using, for example:-
2613  
2614 <tscreen><verb>
2615   accept/spots .....
2616   reject/spots .....
2617 </verb></tscreen>
2618
2619 where ..... are the specific commands for that type of filter. There
2620 are filters for spots, wwv, announce, wcy and (for sysops)
2621 connects. See each different accept or reject command reference for
2622 more details.
2623
2624 There is also a command to clear out one or more lines in a filter and
2625 one to show you what you have set. They are:-
2626
2627 <tscreen><verb>
2628   clear/spots 1
2629   clear/spots all
2630 </verb></tscreen>
2631
2632 and 
2633   
2634 <tscreen><verb>
2635   show/filter
2636 </verb></tscreen>
2637
2638 There is clear/xxxx command for each type of filter.
2639
2640 For now we are going to use spots for the examples, but you can apply
2641 the principles to all types of filter.
2642
2643 There are two main types of filter 'accept' or 'reject'; which you use
2644 depends entirely on how you look at the world and what is least
2645 writing to achieve what you want. Each filter has 10 lines (of any
2646 length) which are tried in order. If a line matches then the action
2647 you have specified is taken (ie reject means ignore it and accept
2648 means gimme it).
2649
2650 The important thing to remember is that if you specify a 'reject'
2651 filter (all the lines in it say 'reject/spots' (for instance)) then if
2652 a spot comes in that doesn't match any of the lines then you will get
2653 it BUT if you specify an 'accept' filter then any spots that don't
2654 match are dumped. For example if I have a one line accept filter:-
2655
2656 <tscreen><verb>
2657   accept/spots on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
2658 </verb></tscreen>
2659
2660 then automatically you will ONLY get VHF spots from or to CQ zones 14
2661 15 and 16.  If you set a reject filter like:
2662
2663 <tscreen><verb>
2664   reject/spots on hf/cw
2665 </verb></tscreen>
2666
2667 Then you will get everything EXCEPT HF CW spots, If you am interested in IOTA
2668 and will work it even on CW then you could say:-
2669
2670 <tscreen><verb>
2671   reject/spots on hf/cw and not info iota
2672 </verb></tscreen>
2673
2674 But in that case you might only be interested in iota and say:-
2675
2676 <tscreen><verb>
2677   accept/spots not on hf/cw or info iota
2678 </verb></tscreen>
2679
2680 which is exactly the same. You should choose one or the other until
2681 you are confortable with the way it works. Yes, you can mix them
2682 (actually you can have an accept AND a reject on the same line) but
2683 don't try this at home until you can analyse the results that you get
2684 without ringing up the sysop for help.
2685
2686 Another useful addition now is filtering by US state
2687
2688 <tscreen><verb>
2689   accept/spots by_state VA,NH,RI,ME
2690 </verb></tscreen>
2691
2692 You can arrange your filter lines into logical units, either for your
2693 own understanding or simply convenience. I have one set frequently:-
2694
2695 <tscreen><verb>
2696   reject/spots 1 on hf/cw
2697   reject/spots 2 on 50000/1400000 not (by_zone 14,15,16 or call_zone 14,15,16)  
2698 </verb></tscreen>
2699
2700 What this does is to ignore all HF CW spots (being a class B I can't
2701 read any CW and couldn't possibly be interested in HF :-) and also
2702 rejects any spots on VHF which don't either originate or spot someone
2703 in Europe.
2704
2705 This is an exmaple where you would use the line number (1 and 2 in
2706 this case), if you leave the digit out, the system assumes '1'. Digits
2707 '0'-'9' are available.
2708
2709 You can leave the word 'and' out if you want, it is implied. You can
2710 use any number of brackets to make the 'expression' as you want
2711 it. There are things called precedence rules working here which mean
2712 that you will NEED brackets in a situation like line 2 because,
2713 without it, will assume:-
2714
2715 <tscreen><verb>
2716   (on 50000/1400000 and by_zone 14,15,16) or call_zone 14,15,16 
2717 </verb></tscreen>
2718
2719 annoying, but that is the way it is. If you use OR - use
2720 brackets. Whilst we are here CASE is not important. 'And BY_Zone' is
2721 just 'and by_zone'.
2722
2723 If you want to alter your filter you can just redefine one or more
2724 lines of it or clear out one line. For example:-
2725
2726 <tscreen><verb>
2727   reject/spots 1 on hf/ssb
2728 </verb></tscreen>
2729
2730 or 
2731
2732 <tscreen><verb>
2733   clear/spots 1
2734 </verb></tscreen>
2735
2736 To remove the filter in its entirty:-
2737
2738 <tscreen><verb>
2739   clear/spots all
2740 </verb></tscreen>
2741
2742 There are similar CLEAR commands for the other filters:-
2743
2744 <tscreen><verb>
2745   clear/announce
2746   clear/wcy
2747   clear/wwv
2748 </verb></tscreen>
2749
2750 ADVANCED USERS:-
2751
2752 Once you are happy with the results you get, you may like to experiment. 
2753
2754 my example that filters hf/cw spots and accepts vhf/uhf spots from EU
2755 can be written with a mixed filter, eg:
2756
2757 <tscreen><verb>
2758   rej/spot on hf/cw
2759   acc/spot on 0/30000
2760   acc/spot 2 on 50000/1400000 and (by_zone 14,15,16 or call_zone 14,15,16)
2761 </verb></tscreen>
2762
2763 each filter slot actually has a 'reject' slot and an 'accept'
2764 slot. The reject slot is executed BEFORE the accept slot.
2765
2766 It was mentioned earlier that after a reject test that doesn't match,
2767 the default for following tests is 'accept', the reverse is true for
2768 'accept'. In the example what happens is that the reject is executed
2769 first, any non hf/cw spot is passed to the accept line, which lets
2770 thru everything else on HF.
2771
2772 The next filter line lets through just VHF/UHF spots from EU.
2773 <sect1>forward/latlong &lt;node_call&gt; (8)
2774
2775 <P>
2776 <tt>
2777 <bf>forward/latlong &lt;node_call&gt;</bf> Send latitude and longitude information to another cluster
2778 </tt>
2779
2780 <P>
2781 This command sends all the latitude and longitude information that your
2782 cluster is holding against callsigns.  One advantage of recieving this
2783 information is that more locator information is held by you.  This
2784 means that more locators are given on the DX line assuming you have
2785 SET/DXGRID enabled.  This could be a LOT of information though, so
2786 it is not recommended on slow links.
2787 <sect1>forward/opernam &lt;call&gt; (1)
2788
2789 <P>
2790 <tt>
2791 <bf>forward/opernam &lt;call&gt;</bf> Send out information on this &lt;call&gt; to all clusters
2792 </tt>
2793
2794 <P>
2795 This command sends out any information held in the user file which can 
2796 be broadcast in PC41 protocol packets. This information is Name, QTH, Location
2797 and Homenode. PC41s are only sent for the information that is available.
2798  
2799 <sect1>help (0)
2800
2801 <P>
2802 <tt>
2803 <bf>help</bf> The HELP Command
2804 </tt>
2805
2806 <P>
2807 HELP is available for a number of commands. The syntax is:-
2808
2809 <tscreen><verb>
2810   HELP &lt;cmd&gt;
2811 </verb></tscreen>
2812   
2813 Where &lt;cmd&gt; is the name of the command you want help on.
2814
2815 All commands can be abbreviated, so SHOW/DX can be abbreviated
2816 to SH/DX, ANNOUNCE can be shortened to AN and so on.
2817
2818 Look at the APROPOS &lt;string&gt; command which will search the help database
2819 for the &lt;string&gt; you specify and give you a list of likely commands
2820 to look at with HELP.
2821 <sect1>init &lt;node&gt; (5)
2822
2823 <P>
2824 <tt>
2825 <bf>init &lt;node&gt;</bf> Re-initialise a link to an AK1A compatible node
2826 </tt>
2827
2828 <P>
2829 This command attempts to re-initialise a link to a (usually) AK1A node
2830 that has got confused, usually by a protocol loop of some kind. It may
2831 work - but you usually will be better off simply disconnecting it (or
2832 better, if it is a real AK1A node, doing an RCMD &lt;node&gt; DISC/F &lt;your
2833 node&gt;).
2834
2835 Best of luck - you will need it.
2836   
2837 <sect1>kill (5)
2838
2839 <P>
2840 <tt>
2841 <bf>kill</bf> 
2842 </tt>
2843
2844 <P>
2845 As a sysop you can kill any message on the system.
2846 <sect1>kill &lt;from msgno&gt;-&lt;to msgno&gt; (0)
2847
2848 <P>
2849 <tt>
2850 <bf>kill &lt;from msgno&gt;-&lt;to msgno&gt;</bf> Delete a range of messages
2851 </tt>
2852
2853 <P>
2854 <sect1>kill &lt;from&gt;-&lt;to&gt; (5)
2855
2856 <P>
2857 <tt>
2858 <bf>kill &lt;from&gt;-&lt;to&gt;</bf> Remove a range of messages from the system
2859 </tt>
2860
2861 <P>
2862 <sect1>kill &lt;msgno&gt; &lsqb;&lt;msgno..&rsqb; (0)
2863
2864 <P>
2865 <tt>
2866 <bf>kill &lt;msgno&gt; &lsqb;&lt;msgno..&rsqb;</bf> Delete a message from the local system
2867 </tt>
2868
2869 <P>
2870 <sect1>kill &lt;msgno&gt; &lsqb;&lt;msgno&gt; ...&rsqb; (0)
2871
2872 <P>
2873 <tt>
2874 <bf>kill &lt;msgno&gt; &lsqb;&lt;msgno&gt; ...&rsqb;</bf> Remove or erase a message from the system
2875 </tt>
2876
2877 <P>
2878 You can get rid of any message to or originating from your callsign using 
2879 this command. You can remove more than one message at a time.
2880 <sect1>kill expunge &lt;msgno&gt; &lsqb;&lt;msgno..&rsqb; (6)
2881
2882 <P>
2883 <tt>
2884 <bf>kill expunge &lt;msgno&gt; &lsqb;&lt;msgno..&rsqb;</bf> Expunge a message
2885 </tt>
2886
2887 <P>
2888 Deleting a message using the normal KILL commands only marks that message
2889 for deletion. The actual deletion only happens later (usually two days later).
2890
2891 The KILL EXPUNGE command causes the message to be truly deleted more or less
2892 immediately.
2893
2894 It otherwise is used in the same way as the KILL command.
2895 <sect1>kill from &lt;call&gt; (5)
2896
2897 <P>
2898 <tt>
2899 <bf>kill from &lt;call&gt;</bf> Remove all messages from a callsign
2900 </tt>
2901
2902 <P>
2903 <sect1>kill full &lt;msgno&gt; &lsqb;&lt;msgno..&rsqb; (5)
2904
2905 <P>
2906 <tt>
2907 <bf>kill full &lt;msgno&gt; &lsqb;&lt;msgno..&rsqb;</bf> Delete a message from the whole cluster
2908 </tt>
2909
2910 <P>
2911 Delete a message from the local system. You will only be able to
2912 delete messages that you have originated or been sent (unless you are
2913 the sysop). 
2914
2915 <tscreen><verb>
2916   KILL 1234-1255
2917 </verb></tscreen>
2918
2919 Will delete all the messages that you own between msgnos 1234 and 1255.
2920
2921 <tscreen><verb>
2922   KILL from g1tlh
2923 </verb></tscreen>
2924
2925 will delete all the messages from g1tlh (if you are g1tlh). Similarly:
2926
2927 <tscreen><verb>
2928   KILL to g1tlh
2929 </verb></tscreen>
2930
2931 will delete all messages to g1tlh.
2932
2933 <tscreen><verb>
2934   KILL FULL 1234
2935 </verb></tscreen>
2936  
2937 will delete a message (usually a 'bulletin') from the whole cluster system. 
2938
2939 This uses the subject field, so any messages that have exactly the
2940 same subject will be deleted. Beware!
2941 <sect1>kill full &lt;msgno&gt; &lsqb;&lt;msgno&rsqb; (5)
2942
2943 <P>
2944 <tt>
2945 <bf>kill full &lt;msgno&gt; &lsqb;&lt;msgno&rsqb;</bf> Remove a message from the entire cluster
2946 </tt>
2947
2948 <P>
2949 Remove this message from the entire cluster system as well as your node.
2950 <sect1>kill to &lt;call&gt; (5)
2951
2952 <P>
2953 <tt>
2954 <bf>kill to &lt;call&gt;</bf> Remove all messages to a callsign
2955 </tt>
2956
2957 <P>
2958 <sect1>kill from &lt;regex&gt; (0)
2959
2960 <P>
2961 <tt>
2962 <bf>kill from &lt;regex&gt;</bf> Delete messages FROM a callsign or pattern
2963 </tt>
2964
2965 <P>
2966 <sect1>kill to &lt;regex&gt; (0)
2967
2968 <P>
2969 <tt>
2970 <bf>kill to &lt;regex&gt;</bf> Delete messages TO a callsign or pattern
2971 </tt>
2972
2973 <P>
2974 <sect1>links (0)
2975
2976 <P>
2977 <tt>
2978 <bf>links</bf> Show which nodes is physically connected
2979 </tt>
2980
2981 <P>
2982 This is a quick listing that shows which links are connected and
2983 some information about them. See WHO for a list of all connections.
2984 <sect1>load/keps (5)
2985
2986 <P>
2987 <tt>
2988 <bf>load/keps</bf> Load new keps data
2989 </tt>
2990
2991 <P>
2992 <sect1>load/keps &lsqb;nn&rsqb; (5)
2993
2994 <P>
2995 <tt>
2996 <bf>load/keps &lsqb;nn&rsqb;</bf> Load new keps data from message
2997 </tt>
2998
2999 <P>
3000 If there is no message number then reload the current Keps data from
3001 the Keps.pm data file. You create this file by running 
3002
3003 <tscreen><verb>
3004  /spider/perl/convkeps.pl &lt;filename&gt;
3005 </verb></tscreen>
3006
3007 on a file containing NASA 2 line keps as a message issued by AMSAT. 
3008
3009 If there is a message number, then it will take the message, run
3010 convkeps.pl on it and then load the data, all in one step.
3011
3012 These messages are sent to ALL by GB7DJK (and others) from time to time. 
3013 <sect1>merge &lt;node&gt; &lsqb;&lt;no spots&gt;/&lt;no wwv&gt;&rsqb; (5)
3014
3015 <P>
3016 <tt>
3017 <bf>merge &lt;node&gt; &lsqb;&lt;no spots&gt;/&lt;no wwv&gt;&rsqb;</bf> Ask for the latest spots and WWV 
3018 </tt>
3019
3020 <P>
3021 MERGE allows you to bring your spot and wwv database up to date. By default
3022 it will request the last 10 spots and 5 WWVs from the node you select. The 
3023 node must be connected locally.
3024
3025 You can request any number of spots or wwv and although they will be appended
3026 to your databases they will not duplicate any that have recently been added 
3027 (the last 2 days for spots and last month for WWV data).
3028 <sect1>pc &lt;call&gt; &lt;text&gt; (8)
3029
3030 <P>
3031 <tt>
3032 <bf>pc &lt;call&gt; &lt;text&gt;</bf> Send arbitrary text to a connected callsign
3033 </tt>
3034
3035 <P>
3036 Send some arbitrary text to a locally connected callsign. No
3037 processing is done on the text. This command allows you to send PC
3038 Protocol to unstick things if problems arise (messages get stuck
3039 etc). eg:-
3040
3041 <tscreen><verb>
3042    pc gb7djk PC33^GB7TLH^GB7DJK^400^
3043 </verb></tscreen>
3044 or 
3045 <tscreen><verb>
3046    pc G1TLH Try doing that properly!!!
3047 </verb></tscreen>
3048
3049 Send any text you like to the callsign requested. This is used mainly to send
3050 PC protocol to connected nodes either for testing or to unstick things. 
3051
3052 You can also use in the same way as a talk command to a connected user but
3053 without any processing, added of "from &lt;blah&gt; to &lt;blah" or whatever.
3054  
3055 <sect1>ping &lt;node call&gt; (1)
3056
3057 <P>
3058 <tt>
3059 <bf>ping &lt;node call&gt;</bf> Check the link quality between nodes
3060 </tt>
3061
3062 <P>
3063 This command allows you to send a frame to another cluster node on
3064 the network and get a return frame.  The time it takes to do this
3065 is a good indication of the quality of the link.  The actual time
3066 it takes is output to the console in seconds.
3067 Any visible cluster node can be PINGed.
3068 <sect1>rcmd &lt;node call&gt; &lt;cmd&gt; (1)
3069
3070 <P>
3071 <tt>
3072 <bf>rcmd &lt;node call&gt; &lt;cmd&gt;</bf> Send a command to another DX Cluster
3073 </tt>
3074
3075 <P>
3076 This command allows you to send nearly any command to another DX Cluster
3077 node that is connected to the system. 
3078
3079 Whether you get any output is dependant on a) whether the other system knows
3080 that the node callsign of this cluster is in fact a node b) whether the
3081 other system is allowing RCMDs from this node and c) whether you have
3082 permission to send this command at all.
3083 <sect1>read (0)
3084
3085 <P>
3086 <tt>
3087 <bf>read</bf> Read the next unread personal message addressed to you
3088 </tt>
3089
3090 <P>
3091 <sect1>read &lt;msgno&gt; (0)
3092
3093 <P>
3094 <tt>
3095 <bf>read &lt;msgno&gt;</bf> Read the specified message
3096 </tt>
3097
3098 <P>
3099 You can read any messages that are sent as 'non-personal' and also any
3100 message either sent by or sent to your callsign.
3101 <sect1>read- (5)
3102
3103 <P>
3104 <tt>
3105 <bf>read-</bf> 
3106 </tt>
3107
3108 <P>
3109 As a sysop you may read any message on the system
3110 <sect1>reject (0)
3111
3112 <P>
3113 <tt>
3114 <bf>reject</bf> Set a filter to reject something
3115 </tt>
3116
3117 <P>
3118 Create a filter to reject something
3119
3120 There are 2 types of filter, accept and reject.  See HELP FILTERING for more
3121 info.
3122 <sect1>reject/announce &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt; (8)
3123
3124 <P>
3125 <tt>
3126 <bf>reject/announce &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Announce filter sysop version
3127 </tt>
3128
3129 <P>
3130 This version allows a sysop to set a filter for a callsign as well as the
3131 default for nodes and users eg:-
3132
3133 <tscreen><verb>
3134   reject/ann by G,M,2
3135   reject/ann input node_default by G,M,2
3136   reject/ann user_default by G,M,2
3137 </verb></tscreen>
3138
3139 <sect1>reject/announce &lsqb;0-9&rsqb; &lt;pattern&gt; (0)
3140
3141 <P>
3142 <tt>
3143 <bf>reject/announce &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set a 'reject' filter line for announce
3144 </tt>
3145
3146 <P>
3147 Create an 'reject this announce' line for a filter. 
3148
3149 A reject filter line means that if the announce matches this filter it is
3150 passed onto the user. See HELP FILTERING for more info. Please read this
3151 to understand how filters work - it will save a lot of grief later on.
3152
3153 You can use any of the following things in this line:-
3154
3155 <tscreen><verb>
3156   info &lt;string&gt;            eg: iota or qsl
3157   by &lt;prefixes&gt;            eg: G,M,2         
3158   origin &lt;prefixes&gt;
3159   origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
3160   origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
3161   origin_zone &lt;prefixes or numbers&gt;
3162   origin_state &lt;states&gt;                eg: VA,NH,RI,ME
3163   by_dxcc &lt;prefixes or numbers&gt;
3164   by_itu &lt;prefixes or numbers&gt;
3165   by_zone &lt;prefixes or numbers&gt;
3166   by_state &lt;states&gt;                eg: VA,NH,RI,ME
3167   channel &lt;prefixes&gt;
3168   wx 1                     filter WX announces
3169   dest &lt;prefixes&gt;          eg: 6MUK,WDX      (distros)
3170 </verb></tscreen>
3171
3172 some examples:-
3173
3174 <tscreen><verb>
3175   rej/ann by_zone 14,15,16 and not by G,M,2
3176 </verb></tscreen>
3177  
3178 You can use the tag 'all' to reject everything eg:
3179
3180 <tscreen><verb>
3181   rej/ann all
3182 </verb></tscreen>
3183
3184 but this probably for advanced users...
3185 <sect1>reject/route &lt;call&gt; &lsqb;0-9&rsqb; &lt;pattern&gt; (8)
3186
3187 <P>
3188 <tt>
3189 <bf>reject/route &lt;call&gt; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an 'reject' filter line for routing
3190 </tt>
3191
3192 <P>
3193 Create an 'reject this routing PC Protocol' line for a filter. 
3194
3195 An reject filter line means that if a PC16/17/19/21/24/41/50 matches this filter 
3196 it is NOT passed thru that interface. See HELP FILTERING for more info. Please 
3197 read this to understand how filters work - it will save a lot of grief later on.
3198
3199 You can use any of the following things in this line:-
3200
3201 <tscreen><verb>
3202   call &lt;prefixes&gt;        the callsign of the thingy
3203   call_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
3204   call_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
3205   call_zone &lt;prefixes or numbers&gt;
3206   call_state &lt;states&gt;                eg: VA,NH,RI,ME
3207   origin &lt;prefixes&gt;      really the interface it came in on
3208   origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
3209   origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
3210   origin_zone &lt;prefixes or numbers&gt;
3211   origin_state &lt;states&gt;                eg: VA,NH,RI,ME
3212 </verb></tscreen>
3213
3214 some examples:-
3215
3216 <tscreen><verb>
3217   rej/route gb7djk call_dxcc 61,38 (everything except  UK+EIRE nodes)
3218 </verb></tscreen>
3219
3220 You can use the tag 'all' to reject everything eg:
3221
3222 <tscreen><verb>
3223   rej/route all     (equiv to [very] restricted mode)
3224 </verb></tscreen>
3225
3226 as with ACCEPT/ROUTE 'by' is now a synonym for 'call'.
3227 <sect1>reject/spots &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt; (8)
3228
3229 <P>
3230 <tt>
3231 <bf>reject/spots &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Spot filter sysop version
3232 </tt>
3233
3234 <P>
3235 This version allows a sysop to set a filter for a callsign as well as the
3236 default for nodes and users eg:-
3237
3238 <tscreen><verb>
3239   reject/spot db0sue-7 1 by_zone 14,15,16
3240   reject/spot node_default all
3241   set/hops node_default 10
3242 </verb></tscreen>
3243
3244 <tscreen><verb>
3245   reject/spot user_default by G,M,2
3246 </verb></tscreen>
3247
3248 <sect1>reject/spots &lsqb;0-9&rsqb; &lt;pattern&gt; (0)
3249
3250 <P>
3251 <tt>
3252 <bf>reject/spots &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set a 'reject' filter line for spots
3253 </tt>
3254
3255 <P>
3256 Create a 'reject this spot' line for a filter. 
3257
3258 A reject filter line means that if the spot matches this filter it is
3259 dumped (not passed on). See HELP FILTERING for more info. Please read this
3260 to understand how filters work - it will save a lot of grief later on.
3261
3262 You can use any of the following things in this line:-
3263
3264 <tscreen><verb>
3265   freq &lt;range&gt;           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
3266   on &lt;range&gt;             same as 'freq'
3267   call &lt;prefixes&gt;        eg: G,PA,HB9
3268   info &lt;string&gt;          eg: iota or qsl
3269   by &lt;prefixes&gt;            
3270   call_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
3271   call_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
3272   call_zone &lt;prefixes or numbers&gt;
3273   call_state &lt;states&gt;                eg: VA,NH,RI,ME
3274   by_dxcc &lt;prefixes or numbers&gt;
3275   by_itu &lt;prefixes or numbers&gt;
3276   by_zone &lt;prefixes or numbers&gt;
3277   by_state &lt;states&gt;                eg: VA,NH,RI,ME
3278   origin &lt;prefixes&gt;
3279   channel &lt;prefixes&gt;
3280 </verb></tscreen>
3281
3282 'call' means the callsign that has spotted 'by' whoever.
3283  
3284 For frequencies, you can use any of the band names defined in
3285 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
3286 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
3287 this is more efficient than saying simply: on HF (but don't get
3288 too hung up about that)
3289
3290 some examples:-
3291
3292 <tscreen><verb>
3293   rej/spot 1 on hf
3294   rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)
3295 </verb></tscreen>
3296
3297 You can use the tag 'all' to reject everything eg:
3298
3299 <tscreen><verb>
3300   rej/spot 3 all
3301 </verb></tscreen>
3302
3303 but this probably for advanced users...
3304 <sect1>reject/wcy &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt; (8)
3305
3306 <P>
3307 <tt>
3308 <bf>reject/wcy &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> WCY filter sysop version
3309 </tt>
3310
3311 <P>
3312 This version allows a sysop to set a filter for a callsign as well as the
3313 default for nodes and users eg:-
3314
3315 <tscreen><verb>
3316   reject/wcy gb7djk all
3317 </verb></tscreen>
3318
3319 <sect1>reject/wcy &lsqb;0-9&rsqb; &lt;pattern&gt; (0)
3320
3321 <P>
3322 <tt>
3323 <bf>reject/wcy &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> set a 'reject' WCY filter
3324 </tt>
3325
3326 <P>
3327 It is unlikely that you will want to do this, but if you do then you can
3328 filter on the following fields:-
3329
3330 <tscreen><verb>
3331   by &lt;prefixes&gt;            eg: G,M,2         
3332   origin &lt;prefixes&gt;
3333   origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
3334   origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
3335   origin_zone &lt;prefixes or numbers&gt;
3336   by_dxcc &lt;prefixes or numbers&gt;
3337   by_itu &lt;prefixes or numbers&gt;
3338   by_zone &lt;prefixes or numbers&gt;
3339   channel &lt;prefixes&gt;
3340 </verb></tscreen>
3341
3342 There are no examples because WCY Broadcasts only come from one place and
3343 you either want them or not (see UNSET/WCY if you don't want them).
3344
3345 This command is really provided for future use.
3346
3347 See HELP FILTER for information.
3348 <sect1>reject/wwv &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt; (8)
3349
3350 <P>
3351 <tt>
3352 <bf>reject/wwv &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> WWV filter sysop version
3353 </tt>
3354
3355 <P>
3356 This version allows a sysop to set a filter for a callsign as well as the
3357 default for nodes and users eg:-
3358
3359 <tscreen><verb>
3360   reject/wwv db0sue-7 1 by_zone 4
3361   reject/wwv node_default all
3362 </verb></tscreen>
3363
3364 <tscreen><verb>
3365   reject/wwv user_default by W
3366 </verb></tscreen>
3367
3368 <sect1>reject/wwv &lsqb;0-9&rsqb; &lt;pattern&gt; (0)
3369
3370 <P>
3371 <tt>
3372 <bf>reject/wwv &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> set a 'reject' WWV filter
3373 </tt>
3374
3375 <P>
3376 It is unlikely that you will want to do this, but if you do then you can
3377 filter on the following fields:-
3378
3379 <tscreen><verb>
3380   by &lt;prefixes&gt;            eg: G,M,2         
3381   origin &lt;prefixes&gt;
3382   origin_dxcc &lt;prefixes or numbers&gt;    eg: 61,62 (from eg: sh/pre G)
3383   origin_itu &lt;prefixes or numbers&gt;     or: G,GM,GW
3384   origin_zone &lt;prefixes or numbers&gt;
3385   by_dxcc &lt;prefixes or numbers&gt;
3386   by_itu &lt;prefixes or numbers&gt;
3387   by_zone &lt;prefixes or numbers&gt;
3388   channel &lt;prefixes&gt;
3389 </verb></tscreen>
3390
3391 for example 
3392
3393 <tscreen><verb>
3394   reject/wwv by_zone 14,15,16
3395 </verb></tscreen>
3396
3397 is probably the only useful thing to do (which will only show WWV broadcasts
3398 by stations in the US).
3399
3400 See HELP FILTER for information.
3401 <sect1>reply (0)
3402
3403 <P>
3404 <tt>
3405 <bf>reply</bf> Reply (privately) to the last message that you have read
3406 </tt>
3407
3408 <P>
3409 <sect1>reply &lt;msgno&gt; (0)
3410
3411 <P>
3412 <tt>
3413 <bf>reply &lt;msgno&gt;</bf> Reply (privately) to the specified message
3414 </tt>
3415
3416 <P>
3417 <sect1>reply b &lt;msgno&gt; (0)
3418
3419 <P>
3420 <tt>
3421 <bf>reply b &lt;msgno&gt;</bf> Reply as a Bulletin to the specified message
3422 </tt>
3423
3424 <P>
3425 <sect1>reply noprivate &lt;msgno&gt; (0)
3426
3427 <P>
3428 <tt>
3429 <bf>reply noprivate &lt;msgno&gt;</bf> Reply as a Bulletin to the specified message
3430 </tt>
3431
3432 <P>
3433 <sect1>reply rr &lt;msgno&gt; (0)
3434
3435 <P>
3436 <tt>
3437 <bf>reply rr &lt;msgno&gt;</bf> Reply to the specified message with read receipt
3438 </tt>
3439
3440 <P>
3441 You can reply to a message and the subject will automatically have
3442 "Re:" inserted in front of it, if it isn't already present.
3443
3444 You can also use all the extra qualifiers such as RR, PRIVATE, 
3445 NOPRIVATE, B that you can use with the SEND command (see SEND
3446 for further details)
3447 <sect1>send &lt;call&gt; &lsqb;&lt;call&gt; ...&rsqb; (0)
3448
3449 <P>
3450 <tt>
3451 <bf>send &lt;call&gt; &lsqb;&lt;call&gt; ...&rsqb;</bf> Send a message to one or more callsigns
3452 </tt>
3453
3454 <P>
3455 <sect1>send copy &lt;msgno&gt; &lt;call&gt; (0)
3456
3457 <P>
3458 <tt>
3459 <bf>send copy &lt;msgno&gt; &lt;call&gt;</bf> Send a copy of a  message to someone
3460 </tt>
3461
3462 <P>
3463 <sect1>send noprivate &lt;call&gt; (0)
3464
3465 <P>
3466 <tt>
3467 <bf>send noprivate &lt;call&gt;</bf> Send a message to all stations
3468 </tt>
3469
3470 <P>
3471 All the SEND commands will create a message which will be sent either to
3472 an individual callsign or to one of the 'bulletin' addresses. 
3473
3474 SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
3475 it will mark the message as personal and send it to the cluster node that
3476 that callsign is connected to. If the &lt;call&gt; you have specified is in fact
3477 a known bulletin category on your node (eg: ALL) then the message should
3478 automatically become a bulletin.
3479
3480 You can have more than one callsign in all of the SEND commands.
3481
3482 You can have multiple qualifiers so that you can have for example:-
3483
3484 <tscreen><verb>
3485   SEND RR COPY 123 PRIVATE G1TLH G0RDI
3486 </verb></tscreen>
3487
3488 which should send a copy of message 123 to G1TLH and G0RDI and you will
3489 receive a read receipt when they have read the message.
3490
3491 SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
3492 SP is an alias for SEND PRIVATE
3493
3494 The system will ask you for a subject. Conventionally this should be 
3495 no longer than 29 characters for compatibility. Most modern cluster
3496 software should accept more.
3497
3498 You will now be prompted to start entering your text. 
3499
3500 You finish the message by entering '/EX' on a new line. For instance:
3501
3502 <tscreen><verb>
3503   ...
3504   bye then Jim
3505   73 Dirk
3506   /ex
3507 </verb></tscreen>
3508
3509 If you have started a message and you don't want to keep it then you
3510 can abandon the message with '/ABORT' on a new line, like:-
3511
3512 <tscreen><verb>
3513   line 1
3514   line 2
3515   oh I just can't be bothered with this
3516   /abort
3517 </verb></tscreen>
3518
3519 If you abort the message it will NOT be sent.
3520
3521 When you are entering the text of your message, most normal output (such
3522 as DX announcements and so on are suppressed and stored for latter display
3523 (upto 20 such lines are stored, as new ones come along, so the oldest
3524 lines are dropped).
3525
3526 Also, you can enter normal commands commands (and get the output 
3527 immediately) whilst in the middle of a message. You do this by typing
3528 the command preceeded by a '/' character on a new line, so:-
3529
3530 <tscreen><verb>
3531   /dx g1tlh 144010 strong signal
3532 </verb></tscreen>
3533
3534 Will issue a dx annoucement to the rest of the cluster. 
3535
3536 Also, you can add the output of a command to your message by preceeding 
3537 the command with '//', thus :-
3538
3539 <tscreen><verb>
3540   //sh/vhftable
3541 </verb></tscreen>
3542
3543 This will show YOU the output from SH/VHFTABLE and also store it in the
3544 message. 
3545
3546 You can carry on with the message until you are ready to send it. 
3547 <sect1>send private &lt;call&gt; (0)
3548
3549 <P>
3550 <tt>
3551 <bf>send private &lt;call&gt;</bf> Send a personal message
3552 </tt>
3553
3554 <P>
3555 <sect1>send rr &lt;call&gt; (0)
3556
3557 <P>
3558 <tt>
3559 <bf>send rr &lt;call&gt;</bf> Send a message and ask for a read receipt
3560 </tt>
3561
3562 <P>
3563 <sect1>set/address &lt;your address&gt; (0)
3564
3565 <P>
3566 <tt>
3567 <bf>set/address &lt;your address&gt;</bf> Record your postal address
3568 </tt>
3569
3570 <P>
3571 <sect1>set/announce (0)
3572
3573 <P>
3574 <tt>
3575 <bf>set/announce</bf> Allow announce messages to come out on your terminal
3576 </tt>
3577
3578 <P>
3579 <sect1>set/anntalk (0)
3580
3581 <P>
3582 <tt>
3583 <bf>set/anntalk</bf> Allow talk like announce messages on your terminal
3584 </tt>
3585
3586 <P>
3587 <sect1>set/arcluster &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb; (5)
3588
3589 <P>
3590 <tt>
3591 <bf>set/arcluster &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb;</bf> Make the callsign an AR-Cluster node
3592 </tt>
3593
3594 <P>
3595 <sect1>set/baddx &lt;call&gt;.. (8)
3596
3597 <P>
3598 <tt>
3599 <bf>set/baddx &lt;call&gt;..</bf> Stop callsigns in a dx spot being propagated
3600 </tt>
3601
3602 <P>
3603 <sect1>set/badnode &lt;call&gt;.. (8)
3604
3605 <P>
3606 <tt>
3607 <bf>set/badnode &lt;call&gt;..</bf> Stop spots from this node being propagated
3608 </tt>
3609
3610 <P>
3611 <sect1>set/badspotter &lt;call&gt;.. (8)
3612
3613 <P>
3614 <tt>
3615 <bf>set/badspotter &lt;call&gt;..</bf> Stop spots from this callsign being propagated
3616 </tt>
3617
3618 <P>
3619 <sect1>set/badword &lt;word&gt;.. (8)
3620
3621 <P>
3622 <tt>
3623 <bf>set/badword &lt;word&gt;..</bf> Stop things with this word being propagated
3624 </tt>
3625
3626 <P>
3627 <sect1>set/bbs &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb; (5)
3628
3629 <P>
3630 <tt>
3631 <bf>set/bbs &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb;</bf> Make the callsign a BBS
3632 </tt>
3633
3634 <P>
3635 <sect1>set/beep (0)
3636
3637 <P>
3638 <tt>
3639 <bf>set/beep</bf> Add a beep to DX and other messages on your terminal
3640 </tt>
3641
3642 <P>
3643 <sect1>set/clx &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb; (5)
3644
3645 <P>
3646 <tt>
3647 <bf>set/clx &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb;</bf> Make the callsign an CLX node
3648 </tt>
3649
3650 <P>
3651 <sect1>set/dx (0)
3652
3653 <P>
3654 <tt>
3655 <bf>set/dx</bf> Allow DX messages to come out on your terminal
3656 </tt>
3657
3658 <P>
3659 <sect1>set/dxgrid (0)
3660
3661 <P>
3662 <tt>
3663 <bf>set/dxgrid</bf> Allow QRA Grid Squares on the end of DX announcements
3664 </tt>
3665
3666 <P>
3667 <sect1>set/dxnet &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb; (5)
3668
3669 <P>
3670 <tt>
3671 <bf>set/dxnet &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb;</bf> Make the callsign an DXNet node
3672 </tt>
3673
3674 <P>
3675 <sect1>set/dxstate (0)
3676
3677 <P>
3678 <tt>
3679 <bf>set/dxstate</bf> Allow US State info on the end of DX announcements
3680 </tt>
3681
3682 <P>
3683 <sect1>set/echo (0)
3684
3685 <P>
3686 <tt>
3687 <bf>set/echo</bf> Make the cluster echo your input
3688 </tt>
3689
3690 <P>
3691 <sect1>set/email &lt;email&gt; ... (0)
3692
3693 <P>
3694 <tt>
3695 <bf>set/email &lt;email&gt; ...</bf> Set email address(es) and forward your personals
3696 </tt>
3697
3698 <P>
3699 <sect1>set/here (0)
3700
3701 <P>
3702 <tt>
3703 <bf>set/here</bf> Tell the system you are present at your terminal
3704 </tt>
3705
3706 <P>
3707 <sect1>set/homenode &lt;node&gt;  (0)
3708
3709 <P>
3710 <tt>
3711 <bf>set/homenode &lt;node&gt; </bf> Set your normal cluster callsign
3712 </tt>
3713
3714 <P>
3715 Tell the cluster system where you normally connect to. Any Messages sent
3716 to you will normally find their way there should you not be connected.
3717 eg:-
3718 <tscreen><verb>
3719   SET/HOMENODE gb7djk
3720 </verb></tscreen>
3721
3722 <sect1>set/hops &lt;call&gt; ann|spots|route|wwv|wcy &lt;n&gt; (8)
3723
3724 <P>
3725 <tt>
3726 <bf>set/hops &lt;call&gt; ann|spots|route|wwv|wcy &lt;n&gt;</bf> Set hop count  
3727 </tt>
3728
3729 <P>
3730 <sect1>set/language &lt;lang&gt; (0)
3731
3732 <P>
3733 <tt>
3734 <bf>set/language &lt;lang&gt;</bf> Set the language you want to use
3735 </tt>
3736
3737 <P>
3738 You can select the language that you want the cluster to use. Currently
3739 the languages available are en (English), de (German), es (Spanish) 
3740 and nl (Dutch).
3741 <sect1>set/location &lt;lat & long&gt; (0)
3742
3743 <P>
3744 <tt>
3745 <bf>set/location &lt;lat & long&gt;</bf> Set your latitude and longitude
3746 </tt>
3747
3748 <P>
3749 <sect1>set/logininfo (0)
3750
3751 <P>
3752 <tt>
3753 <bf>set/logininfo</bf> Inform when a station logs in locally
3754 </tt>
3755
3756 <P>
3757 <sect1>set/name &lt;your name&gt; (0)
3758
3759 <P>
3760 <tt>
3761 <bf>set/name &lt;your name&gt;</bf> Set your name
3762 </tt>
3763
3764 <P>
3765 Tell the system what your name is eg:-
3766 <tscreen><verb>
3767   SET/NAME Dirk
3768 </verb></tscreen>
3769
3770 <sect1>set/node &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb; (5)
3771
3772 <P>
3773 <tt>
3774 <bf>set/node &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb;</bf> Make the callsign an AK1A cluster
3775 </tt>
3776
3777 <P>
3778 Tell the system that the call(s) are to be treated as AK1A cluster and
3779 fed PC Protocol rather normal user commands.
3780 <sect1>set/obscount &lt;count&gt; &lt;call&gt; (8)
3781
3782 <P>
3783 <tt>
3784 <bf>set/obscount &lt;count&gt; &lt;call&gt;</bf> Set the 'pump-up' obscelence PING counter 
3785 </tt>
3786
3787 <P>
3788 From 1.35 onwards neighbouring nodes are pinged at regular intervals (see
3789 SET/PINGINTERVAL), usually 300 seconds or 5 minutes. There is a 'pump-up'
3790 counter which is decremented on every outgoing ping and then reset to
3791 the 'obscount' value on every incoming ping. The default value of this
3792 parameter is 2. 
3793
3794 What this means is that a neighbouring node will be pinged twice at 
3795 (default) 300 second intervals and if no reply has been heard just before
3796 what would be the third attempt, that node is disconnected.
3797
3798 If a ping is heard then the obscount is reset to the full value. Using
3799 default values, if a node has not responded to a ping within 15 minutes,
3800 it is disconnected.
3801
3802 You can set this parameter between 1 and 9.
3803
3804 It is STRONGLY recommended that you don't change the default.
3805 <sect1>set/page &lt;lines per page&gt; (0)
3806
3807 <P>
3808 <tt>
3809 <bf>set/page &lt;lines per page&gt;</bf> Set the lines per page
3810 </tt>
3811
3812 <P>
3813 Tell the system how many lines you wish on a page when the number of line
3814 of output from a command is more than this. The default is 20. Setting it
3815 explicitly to 0 will disable paging. 
3816 <tscreen><verb>
3817   SET/PAGE 30
3818   SET/PAGE 0
3819 </verb></tscreen>
3820
3821 The setting is stored in your user profile.
3822 <sect1>set/password (0)
3823
3824 <P>
3825 <tt>
3826 <bf>set/password</bf> Set your own password
3827 </tt>
3828
3829 <P>
3830 This command only works for a 'telnet' user (currently). It will
3831 only work if you have a password already set. This initial password
3832 can only be set by the sysop.
3833
3834 When you execute this command it will ask you for your old password,
3835 then ask you to type in your new password twice (to make sure you
3836 get it right). You may or may not see the data echoed on the screen
3837 as you type, depending on the type of telnet client you have.
3838 <sect1>set/prompt &lt;string&gt; (0)
3839
3840 <P>
3841 <tt>
3842 <bf>set/prompt &lt;string&gt;</bf> Set your prompt to &lt;string&gt;
3843 </tt>
3844
3845 <P>
3846 <sect1>set/qra &lt;locator&gt; (0)
3847
3848 <P>
3849 <tt>
3850 <bf>set/qra &lt;locator&gt;</bf> Set your QRA Grid locator
3851 </tt>
3852
3853 <P>
3854 Tell the system what your QRA (or Maidenhead) locator is. If you have not
3855 done a SET/LOCATION then your latitude and longitude will be set roughly
3856 correctly (assuming your locator is correct ;-). For example:-
3857 <tscreen><verb>
3858   SET/QRA JO02LQ
3859 </verb></tscreen>
3860
3861 <sect1>set/qth &lt;your qth&gt; (0)
3862
3863 <P>
3864 <tt>
3865 <bf>set/qth &lt;your qth&gt;</bf> Set your QTH
3866 </tt>
3867
3868 <P>
3869 Tell the system where you are. For example:-
3870 <tscreen><verb>
3871   SET/QTH East Dereham, Norfolk
3872 </verb></tscreen>
3873
3874 <sect1>set/spider &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb; (5)
3875
3876 <P>
3877 <tt>
3878 <bf>set/spider &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb;</bf> Make the callsign an DXSpider node
3879 </tt>
3880
3881 <P>
3882 Tell the system that the call(s) are to be treated as DXSpider node and
3883 fed new style DX Protocol rather normal user commands.
3884 <sect1>set/talk (0)
3885
3886 <P>
3887 <tt>
3888 <bf>set/talk</bf> Allow TALK messages to come out on your terminal
3889 </tt>
3890
3891 <P>
3892 <sect1>set/wcy (0)
3893
3894 <P>
3895 <tt>
3896 <bf>set/wcy</bf> Allow WCY messages to come out on your terminal
3897 </tt>
3898
3899 <P>
3900 <sect1>set/wwv (0)
3901
3902 <P>
3903 <tt>
3904 <bf>set/wwv</bf> Allow WWV messages to come out on your terminal
3905 </tt>
3906
3907 <P>
3908 <sect1>set/wx (0)
3909
3910 <P>
3911 <tt>
3912 <bf>set/wx</bf> Allow WX messages to come out on your terminal
3913 </tt>
3914
3915 <P>
3916 <sect1>show/baddx (1)
3917
3918 <P>
3919 <tt>
3920 <bf>show/baddx</bf> Show all the bad dx calls in the system
3921 </tt>
3922
3923 <P>
3924 Display all the bad dx callsigns in the system, see SET/BADDX
3925 for more information.
3926 <sect1>show/badnode (1)
3927
3928 <P>
3929 <tt>
3930 <bf>show/badnode</bf> Show all the bad nodes in the system
3931 </tt>
3932
3933 <P>
3934 Display all the bad node callsigns in the system, see SET/BADNODE
3935 for more information.
3936 <sect1>show/badspotter (1)
3937
3938 <P>
3939 <tt>
3940 <bf>show/badspotter</bf> Show all the bad spotters in the system
3941 </tt>
3942
3943 <P>
3944 Display all the bad spotter's callsigns in the system, see SET/BADSPOTTER
3945 for more information.
3946 <sect1>show/badword (1)
3947
3948 <P>
3949 <tt>
3950 <bf>show/badword</bf> Show all the bad words in the system
3951 </tt>
3952
3953 <P>
3954 Display all the bad words in the system, see SET/BADWORD
3955 for more information.
3956 <sect1>show/configuration &lsqb;&lt;node&gt;&rsqb; (0)
3957
3958 <P>
3959 <tt>
3960 <bf>show/configuration &lsqb;&lt;node&gt;&rsqb;</bf> Show all the nodes and users visible
3961 </tt>
3962
3963 <P>
3964 This command allows you to see all the users that can be seen
3965 and the nodes to which they are connected.
3966
3967 This command is normally abbreviated to: sh/c
3968
3969 Normally, the list returned will be just for the nodes from your 
3970 country (because the list otherwise will be very long).
3971
3972 <tscreen><verb>
3973   SH/C ALL 
3974 </verb></tscreen>
3975
3976 will produce a complete list of all nodes. 
3977
3978 BE WARNED: the list that is returned can be VERY long
3979
3980 It is possible to supply a node or part of a prefix and you will get 
3981 a list of the users for that node or list of nodes starting with
3982 that prefix.
3983
3984 <tscreen><verb>
3985   SH/C GB7DJK
3986 </verb></tscreen>
3987
3988 <tscreen><verb>
3989   SH/C SK
3990 </verb></tscreen>
3991
3992 <sect1>show/configuration/node (0)
3993
3994 <P>
3995 <tt>
3996 <bf>show/configuration/node</bf> Show all the nodes connected locally
3997 </tt>
3998
3999 <P>
4000 Show all the nodes connected to this node.
4001 <sect1>show/connect (1)
4002
4003 <P>
4004 <tt>
4005 <bf>show/connect</bf> Show all the active connections
4006 </tt>
4007
4008 <P>
4009 This command shows information on all the active connections known to
4010 the node. This command gives slightly more information than WHO.
4011 <sect1>show/date &lsqb;&lt;prefix&gt;|&lt;callsign&gt;&rsqb; (0)
4012
4013 <P>
4014 <tt>
4015 <bf>show/date &lsqb;&lt;prefix&gt;|&lt;callsign&gt;&rsqb;</bf> Show the local time 
4016 </tt>
4017
4018 <P>
4019 This is very nearly the same as SHOW/TIME, the only difference the format
4020 of the date string if no arguments are given.
4021
4022 If no prefixes or callsigns are given then this command returns the local
4023 time and UTC as the computer has it right now. If you give some prefixes
4024 then it will show UTC and UTC + the local offset (not including DST) at
4025 the prefixes or callsigns that you specify.
4026 <sect1>show/db0sdx &lt;callsign&gt; (0)
4027
4028 <P>
4029 <tt>
4030 <bf>show/db0sdx &lt;callsign&gt;</bf> Show QSL infomation from DB0SDX database
4031 </tt>
4032
4033 <P>
4034 This command queries the DB0SDX QSL server on the internet
4035 and returns any information available for that callsign. This service
4036 is provided for users of this software by http://www.qslinfo.de.
4037
4038 See also SHOW/QRZ, SHOW/WM7D.
4039 <sect1>show/dx (0)
4040
4041 <P>
4042 <tt>
4043 <bf>show/dx</bf> Interrogate the spot database
4044 </tt>
4045
4046 <P>
4047 If you just type SHOW/DX you will get the last so many spots
4048 (sysop configurable, but usually 10).
4049    
4050 In addition you can add any number of these commands in very nearly
4051 any order to the basic SHOW/DX command, they are:-
4052    
4053 <tscreen><verb>
4054  on &lt;band&gt;       - eg 160m 20m 2m 23cm 6mm
4055  on &lt;region&gt;     - eg hf vhf uhf shf      (see SHOW/BANDS)
4056  on &lt;from&gt;/&lt;to&gt;  - eg 1000/4000 14000-30000  (in Khz)
4057     &lt;from&gt;-&lt;to&gt;
4058 </verb></tscreen>
4059    
4060 <tscreen><verb>
4061  &lt;number&gt;        - the number of spots you want
4062  &lt;from&gt;-&lt;to&gt;     - &lt;from&gt; spot no &lt;to&gt; spot no in the selected list
4063  &lt;from&gt;/&lt;to&gt;
4064 </verb></tscreen>
4065    
4066 <tscreen><verb>
4067  &lt;prefix&gt;        - for a spotted callsign beginning with &lt;prefix&gt;
4068  *&lt;suffix&gt;       - for a spotted callsign ending in &lt;suffix&gt;
4069  *&lt;string&gt;*      - for a spotted callsign containing &lt;string&gt;
4070 </verb></tscreen>
4071    
4072 <tscreen><verb>
4073  day &lt;number&gt;    - starting &lt;number&gt; days ago
4074  day &lt;from&gt;-&lt;to&gt; - &lt;from&gt; days &lt;to&gt; days ago
4075      &lt;from&gt;/&lt;to&gt;   
4076 </verb></tscreen>
4077
4078 <tscreen><verb>
4079  info &lt;text&gt;     - any spots containing &lt;text&gt; in the info or remarks
4080 </verb></tscreen>
4081     
4082 <tscreen><verb>
4083  by &lt;call&gt;       - any spots spotted by &lt;call&gt; (spotter &lt;call&gt; is the 
4084                    same).
4085 </verb></tscreen>
4086
4087 <tscreen><verb>
4088  qsl             - this automatically looks for any qsl info on the call
4089                    held in the spot database.
4090 </verb></tscreen>
4091
4092 <tscreen><verb>
4093  iota [&lt;iota&gt;]   - If the iota island number is missing it will look for
4094                   the string iota and anything which looks like an iota
4095                   island number. If you specify then it will look for  
4096                   that island.
4097 </verb></tscreen>
4098
4099 <tscreen><verb>
4100  qra [&lt;locator&gt;] - this will look for the specific locator if you specify
4101                    one or else anything that looks like a locator.
4102 </verb></tscreen>
4103
4104 <tscreen><verb>
4105  dxcc            - treat the prefix as a 'country' and look for spots
4106                    from that country regardless of actual prefix.
4107                    eg dxcc oq2 
4108 </verb></tscreen>
4109                   
4110 <tscreen><verb>
4111                    You can also use this with the 'by' keyword so 
4112                    eg by W dxcc  
4113 </verb></tscreen>
4114    
4115 <tscreen><verb>
4116  e.g. 
4117 </verb></tscreen>
4118    
4119 <tscreen><verb>
4120    SH/DX 9m0
4121    SH/DX on 20m info iota
4122    SH/DX 9a on vhf day 30
4123    SH/DX rf1p qsl
4124    SH/DX iota 
4125    SH/DX iota eu-064
4126    SH/DX qra jn86
4127    SH/DX dxcc oq2
4128    SH/DX dxcc oq2 by w dxcc
4129 </verb></tscreen>
4130   
4131 <sect1>show/dxcc &lt;prefix&gt; (0)
4132
4133 <P>
4134 <tt>
4135 <bf>show/dxcc &lt;prefix&gt;</bf> Interrogate the spot database by country
4136 </tt>
4137
4138 <P>
4139 This command takes the &lt;prefix&gt; (which can be a full or partial 
4140 callsign if desired), looks up which internal country number it is
4141 and then displays all the spots as per SH/DX for that country.
4142
4143 This is now an alias for 'SHOW/DX DXCC' 
4144    
4145 The options for SHOW/DX also apply to this command.   
4146 e.g. 
4147    
4148 <tscreen><verb>
4149    SH/DXCC G
4150    SH/DXCC W on 20m iota
4151 </verb></tscreen>
4152
4153 This can be done with the SHOW/DX command like this:-
4154
4155 <tscreen><verb>
4156    SH/DX dxcc g
4157    SH/DX dxcc w on 20m iota
4158 </verb></tscreen>
4159
4160 <sect1>show/dxstats &lsqb;days&rsqb; &lsqb;date&rsqb; (0)
4161
4162 <P>
4163 <tt>
4164 <bf>show/dxstats &lsqb;days&rsqb; &lsqb;date&rsqb;</bf> Show the DX Statistics
4165 </tt>
4166
4167 <P>
4168 Show the total DX spots for the last &lt;days&gt; no of days (default is 31), 
4169 starting from a &lt;date&gt; (default: today).
4170 <sect1>show/files &lsqb;&lt;filearea&gt; &lsqb;&lt;string&gt;&rsqb;&rsqb; (0)
4171
4172 <P>
4173 <tt>
4174 <bf>show/files &lsqb;&lt;filearea&gt; &lsqb;&lt;string&gt;&rsqb;&rsqb;</bf> List the contents of a filearea
4175 </tt>
4176
4177 <P>
4178 SHOW/FILES on its own will show you a list of the various fileareas
4179 available on the system. To see the contents of a particular file
4180 area type:-
4181 <tscreen><verb>
4182    SH/FILES &lt;filearea&gt;
4183 </verb></tscreen>
4184 where &lt;filearea&gt; is the name of the filearea you want to see the 
4185 contents of.
4186
4187 You can also use shell globbing characters like '*' and '?' in a
4188 string to see a selection of files in a filearea eg:-
4189 <tscreen><verb>
4190    SH/FILES bulletins arld*
4191 </verb></tscreen>
4192
4193 See also TYPE - to see the contents of a file.
4194 <sect1>show/filter (0)
4195
4196 <P>
4197 <tt>
4198 <bf>show/filter</bf> Show the contents of all the filters you have set
4199 </tt>
4200
4201 <P>
4202 Show the contents of all the filters that are set. This command displays
4203 all the filters set - for all the various categories.
4204 <sect1>show/hfstats &lsqb;days&rsqb; &lsqb;date&rsqb; (0)
4205
4206 <P>
4207 <tt>
4208 <bf>show/hfstats &lsqb;days&rsqb; &lsqb;date&rsqb;</bf> Show the HF DX Statistics 
4209 </tt>
4210
4211 <P>
4212 Show the HF DX spots breakdown by band for the last &lt;days&gt; no of days 
4213 (default is 31), starting from a &lt;date&gt; (default: today).
4214 <sect1>show/hftable &lsqb;days&rsqb; &lsqb;date&rsqb; &lsqb;prefix ...&rsqb; (0)
4215
4216 <P>
4217 <tt>
4218 <bf>show/hftable &lsqb;days&rsqb; &lsqb;date&rsqb; &lsqb;prefix ...&rsqb;</bf> Show the HF DX Spotter Table
4219 </tt>
4220
4221 <P>
4222 Show the HF DX Spotter table for the list of prefixes for the last 
4223 &lt;days&gt; no of days (default is 31), starting from a &lt;date&gt; (default: today).
4224
4225 If there are no prefixes then it will show the table for your country.
4226
4227 Remember that some countries have more than one "DXCC country" in them
4228 (eg G :-), to show them (assuming you are not in G already which is
4229 specially treated in the code) you must list all the relevant prefixes
4230
4231 <tscreen><verb>
4232   sh/hftable g gm gd gi gj gw gu 
4233 </verb></tscreen>
4234
4235 Note that the prefixes are converted into country codes so you don't have
4236 to list all possible prefixes for each country.
4237
4238 If you want more or less days than the default simply include the
4239 number you require:-
4240
4241 <tscreen><verb>
4242   sh/hftable 20 pa
4243 </verb></tscreen>
4244
4245 If you want to start at a different day, simply add the date in some 
4246 recognizable form:-
4247
4248 <tscreen><verb>
4249   sh/hftable 2 25nov02
4250   sh/hftable 2 25-nov-02 
4251   sh/hftable 2 021125 
4252   sh/hftable 2 25/11/02
4253 </verb></tscreen>
4254
4255 This will show the stats for your DXCC for that CQWW contest weekend. 
4256
4257 You can specify either prefixes or full callsigns (so you can see how you
4258 did against all your mates). You can also say 'all' which will then print
4259 the worldwide statistics.
4260
4261 <tscreen><verb>
4262   sh/hftable all 
4263 </verb></tscreen>
4264
4265 <sect1>show/hops &lt;call&gt; &lsqb;ann|spots|route|wcy|wwv&rsqb; (8)
4266
4267 <P>
4268 <tt>
4269 <bf>show/hops &lt;call&gt; &lsqb;ann|spots|route|wcy|wwv&rsqb;</bf> Show the hop counts for a node
4270 </tt>
4271
4272 <P>
4273 This command shows the hop counts set up for a node. You can specify
4274 which category you want to see. If you leave the category out then 
4275 all the categories will be listed.
4276  
4277 <sect1>show/isolate (1)
4278
4279 <P>
4280 <tt>
4281 <bf>show/isolate</bf> Show list of ISOLATED nodes
4282 </tt>
4283
4284 <P>
4285 <sect1>show/log &lsqb;&lt;callsign&gt;&rsqb; (8)
4286
4287 <P>
4288 <tt>
4289 <bf>show/log &lsqb;&lt;callsign&gt;&rsqb;</bf> Show excerpts from the system log
4290 </tt>
4291
4292 <P>
4293 This command outputs a short section of the system log.  On its own
4294 it will output a general logfile.  With the optional callsign it will
4295 show output from the log associated with that callsign.
4296 <sect1>show/moon &lsqb;ndays&rsqb; &lsqb;&lt;prefix&gt;|&lt;callsign&gt;&rsqb; (0)
4297
4298 <P>
4299 <tt>
4300 <bf>show/moon &lsqb;ndays&rsqb; &lsqb;&lt;prefix&gt;|&lt;callsign&gt;&rsqb;</bf> Show Moon rise and set times
4301 </tt>
4302
4303 <P>
4304 Show the Moon rise and set times for a (list of) prefixes or callsigns, 
4305 together with the azimuth and elevation of the sun currently at those
4306 locations.
4307
4308 If you don't specify any prefixes or callsigns, it will show the times for
4309 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
4310 together with the current azimuth and elevation.
4311
4312 In addition, it will show the illuminated fraction of the moons disk.
4313
4314 If all else fails it will show the Moonrise and set times for the node
4315 that you are connected to. 
4316
4317 For example:-
4318
4319 <tscreen><verb>
4320   SH/MOON
4321   SH/MOON G1TLH W5UN
4322 </verb></tscreen>
4323
4324 You can also use this command to see into the past or the future, so
4325 if you want to see yesterday's times then do:-
4326
4327 <tscreen><verb>
4328   SH/MOON -1 
4329 </verb></tscreen>
4330
4331 or in three days time:-
4332
4333 <tscreen><verb>
4334   SH/MOON +3 W9
4335 </verb></tscreen>
4336
4337 Upto 366 days can be checked both in the past and in the future.
4338
4339 Please note that the rise and set times are given as the UT times of rise and 
4340 set on the requested UT day.
4341 <sect1>show/muf &lt;prefix&gt; &lsqb;&lt;hours&gt;&rsqb;&lsqb;long&rsqb; (0)
4342
4343 <P>
4344 <tt>
4345 <bf>show/muf &lt;prefix&gt; &lsqb;&lt;hours&gt;&rsqb;&lsqb;long&rsqb;</bf> Show the likely propagation to a prefix
4346 </tt>
4347
4348 <P>
4349 This command allow you to estimate the likelihood of you contacting
4350 a station with the prefix you have specified. The output assumes a modest
4351 power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)
4352
4353 The result predicts the most likely operating frequencies and signal
4354 levels for high frequency (shortwave) radio propagation paths on
4355 specified days of the year and hours of the day. It is most useful for
4356 paths between 250 km and 6000 km, but can be used with reduced accuracy
4357 for paths shorter or longer than this.
4358
4359 The command uses a routine MINIMUF 3.5 developed by the U.S. Navy and
4360 used to predict the MUF given the predicted flux, day of the year,
4361 hour of the day and geographic coordinates of the transmitter and
4362 receiver. This routine is reasonably accurate for the purposes here,
4363 with a claimed RMS error of 3.8 MHz, but much smaller and less complex
4364 than the programs used by major shortwave broadcasting organizations,
4365 such as the Voice of America.
4366
4367 The command will display some header information detailing its
4368 assumptions, together with the locations, latitude and longitudes and
4369 bearings. It will then show UTC (UT), local time at the other end
4370 (LT), calculate the MUFs, Sun zenith angle at the midpoint of the path
4371 (Zen) and the likely signal strengths. Then for each frequency for which
4372 the system thinks there is a likelihood of a circuit it prints a value.
4373
4374 The value is currently a likely S meter reading based on the conventional
4375 6dB / S point scale. If the value has a '+' appended it means that it is
4376 1/2 an S point stronger. If the value is preceeded by an 'm' it means that
4377 there is likely to be much fading and by an 's' that the signal is likely
4378 to be noisy.  
4379
4380 By default SHOW/MUF will show the next two hours worth of data. You
4381 can specify anything up to 24 hours worth of data by appending the no of
4382 hours required after the prefix. For example:-
4383
4384 <tscreen><verb>
4385   SH/MUF W
4386 </verb></tscreen>
4387
4388 produces:
4389
4390 <tscreen><verb>
4391   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
4392   Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
4393   Location                       Lat / Long           Azim
4394   East Dereham, Norfolk          52 41 N 0 57 E         47
4395   United-States-W                43 0 N 87 54 W        299
4396   UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0
4397   18 23 11.5 -35  mS0+ mS2   S3
4398   19  0 11.2 -41  mS0+ mS2   S3
4399 </verb></tscreen>
4400
4401 indicating that you will have weak, fading circuits on top band and 
4402 80m but usable signals on 40m (about S3).
4403
4404 inputing:-
4405
4406 <tscreen><verb>
4407   SH/MUF W 24
4408 </verb></tscreen>
4409
4410 will get you the above display, but with the next 24 hours worth of
4411 propagation data.
4412
4413 <tscreen><verb>
4414   SH/MUF W L 24
4415   SH/MUF W 24 Long
4416 </verb></tscreen>
4417
4418 Gives you an estimate of the long path propagation characterics. It
4419 should be noted that the figures will probably not be very useful, nor
4420 terrible accurate, but it is included for completeness.
4421 <sect1>show/newconfiguration &lsqb;&lt;node&gt;&rsqb; (0)
4422
4423 <P>
4424 <tt>
4425 <bf>show/newconfiguration &lsqb;&lt;node&gt;&rsqb;</bf> Show all the nodes and users visible
4426 </tt>
4427
4428 <P>
4429 This command allows you to see all the users that can be seen
4430 and the nodes to which they are connected. 
4431
4432 This command produces essentially the same information as 
4433 SHOW/CONFIGURATION except that it shows all the duplication of
4434 any routes that might be present It also uses a different format
4435 which may not take up quite as much space if you don't have any
4436 loops.
4437
4438 BE WARNED: the list that is returned can be VERY long
4439 <sect1>show/newconfiguration/node (0)
4440
4441 <P>
4442 <tt>
4443 <bf>show/newconfiguration/node</bf> Show all the nodes connected locally
4444 </tt>
4445
4446 <P>
4447 Show all the nodes connected to this node in the new format.
4448 <sect1>show/node &lsqb;&lt;callsign&gt; ...&rsqb; (1)
4449
4450 <P>
4451 <tt>
4452 <bf>show/node &lsqb;&lt;callsign&gt; ...&rsqb;</bf> Show the type and version number of nodes
4453 </tt>
4454
4455 <P>
4456 Show the type and version (if connected) of the nodes specified on the
4457 command line. If no callsigns are specified then a sorted list of all
4458 the non-user callsigns known to the system will be displayed.
4459 <sect1>show/prefix &lt;callsign&gt; (0)
4460
4461 <P>
4462 <tt>
4463 <bf>show/prefix &lt;callsign&gt;</bf> Interrogate the prefix database 
4464 </tt>
4465
4466 <P>
4467 This command takes the &lt;callsign&gt; (which can be a full or partial 
4468 callsign or a prefix), looks up which internal country number 
4469 it is and then displays all the relevant prefixes for that country
4470 together with the internal country no, the CQ and ITU regions. 
4471
4472 See also SHOW/DXCC
4473 <sect1>show/program (5)
4474
4475 <P>
4476 <tt>
4477 <bf>show/program</bf> Show the locations of all the included program modules
4478 </tt>
4479
4480 <P>
4481 Show the name and location where every program module was load from. This
4482 is useful for checking where you think you have loaded a .pm file from. 
4483 <sect1>show/qra &lt;lat&gt; &lt;long&gt; (0)
4484
4485 <P>
4486 <tt>
4487 <bf>show/qra &lt;lat&gt; &lt;long&gt;</bf> Convert lat/long to a QRA Grid locator
4488 </tt>
4489
4490 <P>
4491 This is a multipurpose command that allows you either to calculate the
4492 distance and bearing between two locators or (if only one locator is
4493 given on the command line) the distance and beraing from your station
4494 to the locator. For example:-
4495
4496 <tscreen><verb>
4497  SH/QRA IO92QL 
4498  SH/QRA JN06 IN73
4499 </verb></tscreen>
4500
4501 The first example will show the distance and bearing to the locator from
4502 yourself, the second example will calculate the distance and bearing from
4503 the first locator to the second. You can use 4 or 6 character locators.
4504
4505 It is also possible to convert a latitude and longitude to a locator by 
4506 using this command with a latitude and longitude as an argument, for
4507 example:-
4508
4509 <tscreen><verb>
4510  SH/QRA 52 41 N 0 58 E
4511 </verb></tscreen>
4512
4513 <sect1>show/qra &lt;locator&gt; &lsqb;&lt;locator&gt;&rsqb; (0)
4514
4515 <P>
4516 <tt>
4517 <bf>show/qra &lt;locator&gt; &lsqb;&lt;locator&gt;&rsqb;</bf> Show distance between QRA Grid locators
4518 </tt>
4519
4520 <P>
4521 <sect1>show/qrz &lt;callsign&gt; (0)
4522
4523 <P>
4524 <tt>
4525 <bf>show/qrz &lt;callsign&gt;</bf> Show any callbook details on a callsign
4526 </tt>
4527
4528 <P>
4529 This command queries the QRZ callbook server on the internet
4530 and returns any information available for that callsign. This service
4531 is provided for users of this software by http://www.qrz.com 
4532
4533 See also SHOW/WM7D for an alternative.
4534 <sect1>show/route &lt;callsign&gt; ... (0)
4535
4536 <P>
4537 <tt>
4538 <bf>show/route &lt;callsign&gt; ...</bf> Show the route to the callsign
4539 </tt>
4540
4541 <P>
4542 This command allows you to see to which node the callsigns specified are
4543 connected. It is a sort of inverse sh/config.
4544
4545 <tscreen><verb>
4546  sh/route n2tly
4547 </verb></tscreen>
4548
4549 <sect1>show/satellite &lt;name&gt; &lsqb;&lt;hours&gt; &lt;interval&gt;&rsqb; (0)
4550
4551 <P>
4552 <tt>
4553 <bf>show/satellite &lt;name&gt; &lsqb;&lt;hours&gt; &lt;interval&gt;&rsqb;</bf> Show tracking data
4554 </tt>
4555
4556 <P>
4557 Show the tracking data from your location to the satellite of your choice
4558 from now on for the next few hours.
4559
4560 If you use this command without a satellite name it will display a list
4561 of all the satellites known currently to the system. 
4562
4563 If you give a name then you can obtain tracking data of all the passes
4564 that start and finish 5 degrees below the horizon. As default it will
4565 give information for the next three hours for every five minute period.
4566
4567 You can alter the number of hours and the step size, within certain 
4568 limits. 
4569
4570 Each pass in a period is separated with a row of '-----' characters
4571
4572 So for example:-
4573
4574 <tscreen><verb>
4575  SH/SAT AO-10 
4576  SH/SAT FENGYUN1 12 2
4577 </verb></tscreen>
4578
4579 <sect1>show/station all &lsqb;&lt;regex&gt;&rsqb; (6)
4580
4581 <P>
4582 <tt>
4583 <bf>show/station all &lsqb;&lt;regex&gt;&rsqb;</bf> Show list of users in the system
4584 </tt>
4585
4586 <P>
4587 <sect1>show/station &lsqb;&lt;callsign&gt; ..&rsqb; (0)
4588
4589 <P>
4590 <tt>
4591 <bf>show/station &lsqb;&lt;callsign&gt; ..&rsqb;</bf> Show information about a callsign
4592 </tt>
4593
4594 <P>
4595 Show the information known about a callsign and whether (and where)
4596 that callsign is connected to the cluster.
4597
4598 <tscreen><verb>
4599   SH/ST G1TLH
4600 </verb></tscreen>
4601
4602 If no callsign is given then show the information for yourself.
4603 <sect1>show/sun &lsqb;ndays&rsqb; &lsqb;&lt;prefix&gt;|&lt;callsign&gt;&rsqb; (0)
4604
4605 <P>
4606 <tt>
4607 <bf>show/sun &lsqb;ndays&rsqb; &lsqb;&lt;prefix&gt;|&lt;callsign&gt;&rsqb;</bf> Show sun rise and set times
4608 </tt>
4609
4610 <P>
4611 Show the sun rise and set times for a (list of) prefixes or callsigns, 
4612 together with the azimuth and elevation of the sun currently at those
4613 locations.
4614
4615 If you don't specify any prefixes or callsigns, it will show the times for
4616 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
4617 together with the current azimuth and elevation.
4618
4619 If all else fails it will show the sunrise and set times for the node
4620 that you are connected to. 
4621
4622 For example:-
4623
4624 <tscreen><verb>
4625   SH/SUN
4626   SH/SUN G1TLH K9CW ZS
4627 </verb></tscreen>
4628
4629 You can also use this command to see into the past or the future, so
4630 if you want to see yesterday's times then do:-
4631
4632 <tscreen><verb>
4633   SH/SUN -1 
4634 </verb></tscreen>
4635
4636 or in three days time:-
4637
4638 <tscreen><verb>
4639   SH/SUN +3 W9
4640 </verb></tscreen>
4641
4642 Upto 366 days can be checked both in the past and in the future.
4643
4644 Please note that the rise and set times are given as the UT times of rise 
4645 and set on the requested UT day.
4646 <sect1>show/time &lsqb;&lt;prefix&gt;|&lt;callsign&gt;&rsqb; (0)
4647
4648 <P>
4649 <tt>
4650 <bf>show/time &lsqb;&lt;prefix&gt;|&lt;callsign&gt;&rsqb;</bf> Show the local time 
4651 </tt>
4652
4653 <P>
4654 If no prefixes or callsigns are given then this command returns the local
4655 time and UTC as the computer has it right now. If you give some prefixes
4656 then it will show UTC and UTC + the local offset (not including DST) at
4657 the prefixes or callsigns that you specify.
4658 <sect1>show/usdb &lsqb;call ..&rsqb; (0)
4659
4660 <P>
4661 <tt>
4662 <bf>show/usdb &lsqb;call ..&rsqb;</bf> Show information held on the FCC Call database
4663 </tt>
4664
4665 <P>
4666 Show the City and State of a Callsign held on the FCC database if
4667 his is being run on this system, eg:-
4668
4669 <tscreen><verb>
4670   sh/usdb k1xx
4671 </verb></tscreen>
4672
4673 <sect1>show/vhfstats &lsqb;days&rsqb; &lsqb;date&rsqb; (0)
4674
4675 <P>
4676 <tt>
4677 <bf>show/vhfstats &lsqb;days&rsqb; &lsqb;date&rsqb;</bf> Show the VHF DX Statistics
4678 </tt>
4679
4680 <P>
4681 Show the VHF DX spots breakdown by band for the last 
4682 &lt;days&gt; no of days (default is 31), starting from a date (default: today).
4683 <sect1>show/vhftable &lsqb;days&rsqb; &lsqb;date&rsqb; &lsqb;prefix ...&rsqb; (0)
4684
4685 <P>
4686 <tt>
4687 <bf>show/vhftable &lsqb;days&rsqb; &lsqb;date&rsqb; &lsqb;prefix ...&rsqb;</bf> Show the VHF DX Spotter Table
4688 </tt>
4689
4690 <P>
4691 Show the VHF DX Spotter table for the list of prefixes for the last 
4692 &lt;days&gt; no of days (default is 31), starting from a date (default: today).
4693
4694 If there are no prefixes then it will show the table for your country.
4695
4696 Remember that some countries have more than one "DXCC country" in them
4697 (eg G :-), to show them (assuming you are not in G already which is
4698 specially treated in the code) you must list all the relevant prefixes
4699
4700 <tscreen><verb>
4701   sh/vhftable g gm gd gi gj gw gu 
4702 </verb></tscreen>
4703
4704 Note that the prefixes are converted into country codes so you don't have
4705 to list all possible prefixes for each country.
4706
4707 If you want more or less days than the default simply include the
4708 number you require:-
4709
4710 <tscreen><verb>
4711   sh/vhftable 20 pa
4712 </verb></tscreen>
4713
4714 If you want to start at a different day, simply add the date in some 
4715 recognizable form:-
4716
4717 <tscreen><verb>
4718   sh/vhftable 2 25nov02
4719   sh/vhftable 2 25-nov-02 
4720   sh/vhftable 2 021125 
4721   sh/vhftable 2 25/11/02
4722 </verb></tscreen>
4723
4724 This will show the stats for your DXCC for that CQWW contest weekend. 
4725
4726 You can specify either prefixes or full callsigns (so you can see how you
4727 did against all your mates). You can also say 'all' which will then print
4728 the worldwide statistics.
4729
4730 <tscreen><verb>
4731   sh/vhftable all 
4732 </verb></tscreen>
4733
4734 <sect1>show/wcy (0)
4735
4736 <P>
4737 <tt>
4738 <bf>show/wcy</bf> Show last 10 WCY broadcasts
4739 </tt>
4740
4741 <P>
4742 <sect1>show/wcy &lt;n&gt; (0)
4743
4744 <P>
4745 <tt>
4746 <bf>show/wcy &lt;n&gt;</bf> Show last &lt;n&gt; WCY broadcasts
4747 </tt>
4748
4749 <P>
4750 Display the most recent WCY information that has been received by the system
4751  
4752 <sect1>show/wm7d &lt;callsign&gt; (0)
4753
4754 <P>
4755 <tt>
4756 <bf>show/wm7d &lt;callsign&gt;</bf> Show callbook details on a US callsigns
4757 </tt>
4758
4759 <P>
4760 This command queries the WM7D callbook server on the internet
4761 and returns any information available for that US callsign. This service
4762 is provided for users of this software by http://www.wm7d.net.
4763
4764 See also SHOW/QRZ. 
4765 <sect1>show/wwv (0)
4766
4767 <P>
4768 <tt>
4769 <bf>show/wwv</bf> Show last 10 WWV broadcasts
4770 </tt>
4771
4772 <P>
4773 <sect1>show/wwv &lt;n&gt; (0)
4774
4775 <P>
4776 <tt>
4777 <bf>show/wwv &lt;n&gt;</bf> Show last &lt;n&gt; WWV broadcasts
4778 </tt>
4779
4780 <P>
4781 Display the most recent WWV information that has been received by the system
4782 <sect1>shutdown (5)
4783
4784 <P>
4785 <tt>
4786 <bf>shutdown</bf> Shutdown the cluster
4787 </tt>
4788
4789 <P>
4790 Shutdown the cluster and disconnect all the users 
4791 <sect1>stat/channel &lsqb;&lt;callsign&gt;&rsqb; (5)
4792
4793 <P>
4794 <tt>
4795 <bf>stat/channel &lsqb;&lt;callsign&gt;&rsqb;</bf> Show the status of a channel on the cluster
4796 </tt>
4797
4798 <P>
4799 Show the internal status of the channel object either for the channel that 
4800 you are on or else for the callsign that you asked for.
4801
4802 Only the fields that are defined (in perl term) will be displayed.
4803 <sect1>stat/db &lt;dbname&gt; (5)
4804
4805 <P>
4806 <tt>
4807 <bf>stat/db &lt;dbname&gt;</bf> Show the status of a database
4808 </tt>
4809
4810 <P>
4811 Show the internal status of a database descriptor.
4812
4813 Depending on your privilege level you will see more or less information. 
4814 This command is unlikely to be of much use to anyone other than a sysop.
4815 <sect1>stat/msg (1)
4816
4817 <P>
4818 <tt>
4819 <bf>stat/msg</bf> Show the status of the message system
4820 </tt>
4821
4822 <P>
4823 <sect1>stat/msg &lt;msgno&gt; (1)
4824
4825 <P>
4826 <tt>
4827 <bf>stat/msg &lt;msgno&gt;</bf> Show the status of a message
4828 </tt>
4829
4830 <P>
4831 This command shows the internal status of a message and includes information
4832 such as to whom it has been forwarded, its size, origin etc etc.
4833
4834 If no message number is given then the status of the message system is 
4835 displayed.
4836 <sect1>stat/route_node &lt;callsign&gt; (5)
4837
4838 <P>
4839 <tt>
4840 <bf>stat/route_node &lt;callsign&gt;</bf> Show the data in a Route::Node object
4841 </tt>
4842
4843 <P>
4844 <sect1>stat/route_node all (5)
4845
4846 <P>
4847 <tt>
4848 <bf>stat/route_node all</bf> Show list of all Route::Node objects
4849 </tt>
4850
4851 <P>
4852 <sect1>stat/route_user &lt;callsign&gt; (5)
4853
4854 <P>
4855 <tt>
4856 <bf>stat/route_user &lt;callsign&gt;</bf> Show the data in a Route::User object
4857 </tt>
4858
4859 <P>
4860 <sect1>stat/route_user all (5)
4861
4862 <P>
4863 <tt>
4864 <bf>stat/route_user all</bf> Show list of all Route::User objects
4865 </tt>
4866
4867 <P>
4868 <sect1>stat/user &lsqb;&lt;callsign&gt;&rsqb; (5)
4869
4870 <P>
4871 <tt>
4872 <bf>stat/user &lsqb;&lt;callsign&gt;&rsqb;</bf> Show the full status of a user
4873 </tt>
4874
4875 <P>
4876 Shows the full contents of a user record including all the secret flags
4877 and stuff.
4878
4879 Only the fields that are defined (in perl term) will be displayed.
4880 <sect1>sysop (0)
4881
4882 <P>
4883 <tt>
4884 <bf>sysop</bf> Regain your privileges if you login remotely
4885 </tt>
4886
4887 <P>
4888 The system automatically reduces your privilege level to that of a
4889 normal user if you login in remotely. This command allows you to
4890 regain your normal privilege level. It uses the normal system: five
4891 numbers are returned that are indexes into the character array that is
4892 your assigned password (see SET/PASSWORD). The indexes start from
4893 zero.
4894
4895 You are expected to return a string which contains the characters
4896 required in the correct order. You may intersperse those characters
4897 with others to obscure your reply for any watchers. For example (and
4898 these values are for explanation :-):
4899
4900 <tscreen><verb>
4901   password = 012345678901234567890123456789
4902   &gt; sysop
4903   22 10 15 17 3
4904 </verb></tscreen>
4905 you type:-
4906 <tscreen><verb>
4907  aa2bbbb0ccc5ddd7xxx3n
4908  or 2 0 5 7 3
4909  or 20573
4910 </verb></tscreen>
4911
4912 They will all match. If there is no password you will still be offered
4913 numbers but nothing will happen when you input a string. Any match is
4914 case sensitive.
4915 <sect1>talk &lt;call&gt; &gt; &lt;node&gt; &lsqb;&lt;text&gt;&rsqb; (0)
4916
4917 <P>
4918 <tt>
4919 <bf>talk &lt;call&gt; &gt; &lt;node&gt; &lsqb;&lt;text&gt;&rsqb;</bf> Send a text message to another station via a node
4920 </tt>
4921
4922 <P>
4923 Send a short message to any other station that is visible on the cluster
4924 system. You can send it to anyone you can see with a SHOW/CONFIGURATION 
4925 command, they don't have to be connected locally.
4926
4927 The second form of TALK is used when other cluster nodes are connected
4928 with restricted information. This usually means that they don't send 
4929 the user information usually associated with logging on and off the cluster.
4930
4931 If you know that G3JNB is likely to be present on GB7TLH, but you can only
4932 see GB7TLH in the SH/C list but with no users, then you would use the
4933 second form of the talk message.
4934
4935 If you want to have a ragchew with someone you can leave the text message
4936 out and the system will go into 'Talk' mode. What this means is that a
4937 short message is sent to the recipient telling them that you are in a
4938 'Talking' frame of mind and then you just type - everything you send will
4939 go to the station that you asked for. 
4940
4941 All the usual announcements, spots and so on will still come out on your
4942 terminal.
4943
4944 If you want to do something (such as send a spot) you preceed the normal 
4945 command with a '/' character, eg:-
4946
4947 <tscreen><verb>
4948    /DX 14001 G1TLH What's a B class licensee doing on 20m CW?
4949    /HELP talk
4950 </verb></tscreen>
4951
4952 To leave talk mode type:
4953    
4954 <tscreen><verb>
4955    /EX
4956 </verb></tscreen>
4957
4958 If you are in 'Talk' mode, there is an extention to the '/' command which
4959 allows you to send the output to all the people you are talking to. You do 
4960 with the '//' command. For example:-
4961
4962 <tscreen><verb>
4963   //sh/hftable
4964 </verb></tscreen>
4965
4966 will send the hftable as you have it to all the people you are currently 
4967 talking to.
4968 <sect1>talk &lt;call&gt; &lsqb;&lt;text&gt;&rsqb; (0)
4969
4970 <P>
4971 <tt>
4972 <bf>talk &lt;call&gt; &lsqb;&lt;text&gt;&rsqb;</bf> Send a text message to another station
4973 </tt>
4974
4975 <P>
4976 <sect1>type &lt;filearea&gt;/&lt;name&gt; (0)
4977
4978 <P>
4979 <tt>
4980 <bf>type &lt;filearea&gt;/&lt;name&gt;</bf> Look at the contents of a file in one of the fileareas
4981 </tt>
4982
4983 <P>
4984 Type out the contents of a file in a filearea. So, for example, in 
4985 filearea 'bulletins' you want to look at file 'arld051' you would 
4986 enter:-
4987 <tscreen><verb>
4988    TYPE bulletins/arld051
4989 </verb></tscreen>
4990
4991 See also SHOW/FILES to see what fileareas are available and a 
4992 list of content.
4993 <sect1>uncatchup &lt;node call&gt; all|&lsqb;msgno&gt; ...&rsqb; (5)
4994
4995 <P>
4996 <tt>
4997 <bf>uncatchup &lt;node call&gt; all|&lsqb;msgno&gt; ...&rsqb;</bf> Unmark a message as sent
4998 </tt>
4999
5000 <P>
5001 When you send messages the fact that you have forwarded it to another node 
5002 is remembered so that it isn't sent again. When you have a new partner
5003 node and you add their callsign to your /spider/msg/forward.pl file, all
5004 outstanding non-private messages will be forwarded to them. This may well
5005 be ALL the non-private messages. You can prevent this by using these 
5006 commmands:-
5007
5008 <tscreen><verb>
5009   catchup GB7DJK all
5010   catchup GB7DJK 300 301 302 303 500-510
5011 </verb></tscreen>
5012         
5013 and to undo what you have just done:-
5014   
5015 <tscreen><verb>
5016   uncatchup GB7DJK all
5017   uncatchup GB7DJK 300 301 302 303 500-510
5018 </verb></tscreen>
5019
5020 which will arrange for them to be forward candidates again.
5021
5022 Order is not important.
5023 <sect1>unset/announce (0)
5024
5025 <P>
5026 <tt>
5027 <bf>unset/announce</bf> Stop announce messages coming out on your terminal
5028 </tt>
5029
5030 <P>
5031 <sect1>unset/anntalk (0)
5032
5033 <P>
5034 <tt>
5035 <bf>unset/anntalk</bf> Stop talk like announce messages on your terminal
5036 </tt>
5037
5038 <P>
5039 The announce system on legacy cluster nodes is used as a talk 
5040 substitute because the network is so poorly connected. If you:
5041
5042 <tscreen><verb>
5043   unset/anntalk
5044 </verb></tscreen>
5045
5046 you will suppress several of these announces, you may miss the odd 
5047 useful one as well, but you would probably miss them anyway in the
5048 welter of useless ones.
5049
5050 <tscreen><verb>
5051   set/anntalk 
5052 </verb></tscreen>
5053
5054 allows you to see them again. This is the default.
5055 <sect1>unset/baddx &lt;call&gt;.. (8)
5056
5057 <P>
5058 <tt>
5059 <bf>unset/baddx &lt;call&gt;..</bf> Propagate a dx spot with this callsign again
5060 </tt>
5061
5062 <P>
5063 Setting a word as 'baddx' will prevent spots with that word in the
5064 'spotted' field (as in: DX 14001.1 FR0G)of a DX spot from going any
5065 further. They will not be displayed and they will not be sent onto
5066 other nodes.
5067
5068 The word must be written in full, no wild cards are allowed eg:-
5069
5070 <tscreen><verb>
5071   set/baddx FORSALE VIDEO FR0G
5072 </verb></tscreen>
5073
5074 To allow a word again, use the following command ...
5075
5076 <tscreen><verb>
5077   unset/baddx VIDEO
5078 </verb></tscreen>
5079
5080 <sect1>unset/badnode &lt;call&gt;.. (8)
5081
5082 <P>
5083 <tt>
5084 <bf>unset/badnode &lt;call&gt;..</bf> Allow spots from this node again
5085 </tt>
5086
5087 <P>
5088 Setting a callsign as a 'badnode' will prevent spots from that node 
5089 going any further. They will not be displayed and they will not be 
5090 sent onto other nodes.
5091
5092 The call must be a full eg:-
5093
5094 <tscreen><verb>
5095   set/badnode K1TTT 
5096 </verb></tscreen>
5097
5098 will stop anything from K1TTT. If you want SSIDs as well then you must
5099 enter them specifically.
5100
5101 <tscreen><verb>
5102   unset/badnode K1TTT
5103 </verb></tscreen>
5104
5105 will allow spots from him again.
5106
5107 Use with extreme care. This command may well be superceeded by FILTERing.
5108 <sect1>unset/badspotter &lt;call&gt;.. (8)
5109
5110 <P>
5111 <tt>
5112 <bf>unset/badspotter &lt;call&gt;..</bf> Allow spots from this callsign again
5113 </tt>
5114
5115 <P>
5116 Setting a callsign as a 'badspotter' will prevent spots from this callsign 
5117 going any further. They will not be displayed and they will not be 
5118 sent onto other nodes.
5119
5120 The call must be written in full, no wild cards are allowed eg:-
5121
5122 <tscreen><verb>
5123   set/badspotter VE2STN 
5124 </verb></tscreen>
5125
5126 will stop anything from VE2STN. This command will automatically
5127 stop spots from this user, regardless of whether or which SSID 
5128 he uses. DO NOT USE SSIDs in the callsign, just use the callsign
5129 as above or below.
5130
5131 <tscreen><verb>
5132   unset/badspotter VE2STN
5133 </verb></tscreen>
5134
5135 will allow spots from him again.
5136
5137 Use with extreme care. This command may well be superceded by FILTERing.
5138 <sect1>unset/badword &lt;word&gt;.. (8)
5139
5140 <P>
5141 <tt>
5142 <bf>unset/badword &lt;word&gt;..</bf> Propagate things with this word again
5143 </tt>
5144
5145 <P>
5146 Setting a word as a 'badword' will prevent things like spots,
5147 announces or talks with this word in the the text part from going any
5148 further. They will not be displayed and they will not be sent onto
5149 other nodes.
5150
5151 The word must be written in full, no wild cards are allowed eg:-
5152
5153 <tscreen><verb>
5154   set/badword annihilate annihilated annihilation 
5155 </verb></tscreen>
5156
5157 will stop anything with these words in the text.
5158
5159 <tscreen><verb>
5160   unset/badword annihilated
5161 </verb></tscreen>
5162
5163 will allow text with this word again.
5164 <sect1>unset/beep (0)
5165
5166 <P>
5167 <tt>
5168 <bf>unset/beep</bf> Stop beeps for DX and other messages on your terminal
5169 </tt>
5170
5171 <P>
5172 <sect1>unset/dx (0)
5173
5174 <P>
5175 <tt>
5176 <bf>unset/dx</bf> Stop DX messages coming out on your terminal
5177 </tt>
5178
5179 <P>
5180 <sect1>unset/dxgrid (0)
5181
5182 <P>
5183 <tt>
5184 <bf>unset/dxgrid</bf> Stop QRA Grid Squares on the end of DX announcements
5185 </tt>
5186
5187 <P>
5188 A standard feature which is enabled in version 1.43 and above is 
5189 that if the spotter's grid square is known it is output on the end
5190 of a DX announcement (there is just enough room). Some user programs
5191 cannot cope with this. You can use this command to reset (or set)
5192 this feature.
5193 <sect1>unset/dxstate (0)
5194
5195 <P>
5196 <tt>
5197 <bf>unset/dxstate</bf> Stop US State info on the end of DX announcements
5198 </tt>
5199
5200 <P>
5201 If the spotter's or spotted's US State is known it is output on the 
5202 end of a DX announcement (there is just enough room). 
5203
5204 A spotter's state will appear on the RHS of the time (like 
5205 SET/DXGRID) and the spotted's State will appear on the LHS of the
5206 time field. Any information found will override any locator 
5207 information from SET/DXGRID.
5208
5209 Some user programs cannot cope with this. You can use this command 
5210 to reset (or set) this feature.
5211 <sect1>unset/echo (0)
5212
5213 <P>
5214 <tt>
5215 <bf>unset/echo</bf> Stop the cluster echoing your input
5216 </tt>
5217
5218 <P>
5219 If you are connected via a telnet session, different implimentations
5220 of telnet handle echo differently depending on whether you are 
5221 connected via port 23 or some other port. You can use this command
5222 to change the setting appropriately. 
5223
5224 The setting is stored in your user profile.
5225
5226 YOU DO NOT NEED TO USE THIS COMMAND IF YOU ARE CONNECTED VIA AX25.
5227 <sect1>unset/email (0)
5228
5229 <P>
5230 <tt>
5231 <bf>unset/email</bf> Stop personal msgs being forwarded by email
5232 </tt>
5233
5234 <P>
5235 If any personal messages come in for your callsign then you can use
5236 these commands to control whether they are forwarded onto your email
5237 address. To enable the forwarding do something like:-
5238
5239 <tscreen><verb>
5240   SET/EMAIL mike.tubby@somewhere.com
5241 </verb></tscreen>
5242
5243 You can have more than one email address (each one separated by a space).
5244 Emails are forwarded to all the email addresses you specify.
5245
5246 You can disable forwarding by:-
5247
5248 <tscreen><verb>
5249   UNSET/EMAIL
5250 </verb></tscreen>
5251
5252 <sect1>unset/here (0)
5253
5254 <P>
5255 <tt>
5256 <bf>unset/here</bf> Tell the system you are absent from your terminal
5257 </tt>
5258
5259 <P>
5260 <sect1>unset/hops &lt;call&gt; ann|spots|route|wwv|wcy (8)
5261
5262 <P>
5263 <tt>
5264 <bf>unset/hops &lt;call&gt; ann|spots|route|wwv|wcy</bf> Unset hop count  
5265 </tt>
5266
5267 <P>
5268 Set the hop count for a particular type of broadcast for a node.
5269
5270 This command allows you to set up special hop counts for a node 
5271 for currently: announce, spots, wwv and wcy broadcasts.
5272
5273 eg:
5274 <tscreen><verb>
5275   set/hops gb7djk ann 10
5276   set/hops gb7mbc spots 20
5277 </verb></tscreen>
5278
5279 Set SHOW/HOPS for information on what is already set. This command
5280 creates a filter and works in conjunction with the filter system. 
5281
5282 You can unset the hops with command UNSET/HOPS. For example:-
5283
5284 <tscreen><verb>
5285   unset/hops gb7djk ann
5286   unset/hops gb7mbc spots
5287 </verb></tscreen>
5288
5289 <sect1>unset/logininfo (0)
5290
5291 <P>
5292 <tt>
5293 <bf>unset/logininfo</bf> Inform when a station logs out locally
5294 </tt>
5295
5296 <P>
5297 <sect1>unset/privilege (0)
5298
5299 <P>
5300 <tt>
5301 <bf>unset/privilege</bf> Remove any privilege for this session
5302 </tt>
5303
5304 <P>
5305 You can use this command to 'protect' this session from unauthorised
5306 use. If you want to get your normal privilege back you will need to
5307 either logout and login again (if you are on a console) or use the
5308 SYSOP command.
5309 <sect1>unset/prompt (0)
5310
5311 <P>
5312 <tt>
5313 <bf>unset/prompt</bf> Set your prompt back to default
5314 </tt>
5315
5316 <P>
5317 This command will set your user prompt to exactly the string that you 
5318 say. The point of this command to enable a user to interface to programs
5319 that are looking for a specific prompt (or else you just want a different
5320 fixed prompt).
5321
5322 <tscreen><verb>
5323   SET/PROMPT clx &gt;
5324 </verb></tscreen>
5325
5326 UNSET/PROMPT will undo the SET/PROMPT command and set you prompt back to
5327 normal.
5328 <sect1>unset/talk (0)
5329
5330 <P>
5331 <tt>
5332 <bf>unset/talk</bf> Stop TALK messages coming out on your terminal
5333 </tt>
5334
5335 <P>
5336 <sect1>unset/wcy (0)
5337
5338 <P>
5339 <tt>
5340 <bf>unset/wcy</bf> Stop WCY messages coming out on your terminal
5341 </tt>
5342
5343 <P>
5344 <sect1>unset/wwv (0)
5345
5346 <P>
5347 <tt>
5348 <bf>unset/wwv</bf> Stop WWV messages coming out on your terminal
5349 </tt>
5350
5351 <P>
5352 <sect1>unset/wx (0)
5353
5354 <P>
5355 <tt>
5356 <bf>unset/wx</bf> Stop WX messages coming out on your terminal
5357 </tt>
5358
5359 <P>
5360 <sect1>who (0)
5361
5362 <P>
5363 <tt>
5364 <bf>who</bf> Show who is physically connected
5365 </tt>
5366
5367 <P>
5368 This is a quick listing that shows which callsigns are connected and
5369 what sort of connection they have
5370 <sect1>wx &lt;text&gt; (0)
5371
5372 <P>
5373 <tt>
5374 <bf>wx &lt;text&gt;</bf> Send a weather message to local users
5375 </tt>
5376
5377 <P>
5378 <sect1>wx full &lt;text&gt; (0)
5379
5380 <P>
5381 <tt>
5382 <bf>wx full &lt;text&gt;</bf> Send a weather message to all cluster users
5383 </tt>
5384
5385 <P>
5386 <sect1>wx sysop &lt;text&gt; (5)
5387
5388 <P>
5389 <tt>
5390 <bf>wx sysop &lt;text&gt;</bf> Send a weather message to other clusters only
5391 </tt>
5392
5393 <P>
5394 Weather messages can sometimes be useful if you are experiencing an extreme
5395 that may indicate enhanced conditions
5396 </article>