Correct some typos in manuals and help files
[spider.git] / sgml / adminmanual.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.3</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 <P>\r
1817 Below is a complete list of commands available from the cluster prompt.\r
1818 Most maintenance tasks are automatic but there are some commands that are useful\r
1819 for a sysop.  These are listed below in alphabetical order.  The number in\r
1820 brackets following the command name is the permissions level needed to use\r
1821 the command\r
1822 \r
1823 <sect1>accept/announce (0)\r
1824 \r
1825 <P>\r
1826 <tt>\r
1827 <bf>accept/announce &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an accept filter\r
1828  line for announce\r
1829 </tt>\r
1830 \r
1831 <P>\r
1832 Create an 'accept this announce' line for a filter.\r
1833 \r
1834 An accept filter line means that if the announce matches this filter it is\r
1835 passed onto the user. See HELP FILTERS for more info. Please read this\r
1836 to understand how filters work - it will save a lot of grief later on.\r
1837 \r
1838 You can use any of the following things in this line:-\r
1839 \r
1840 <tscreen><verb>\r
1841   info <string>            eg: iota or qsl\r
1842   by <prefixes>            eg: G,M,2\r
1843   origin <prefixes>\r
1844   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
1845   origin_itu <numbers>\r
1846   origin_zone <numbers>\r
1847   by_dxcc <numbers>\r
1848   by_itu <numbers>\r
1849   by_zone <numbers>\r
1850   channel <prefixes>\r
1851   wx 1                     filter WX announces\r
1852   dest <prefixes>          eg: 6MUK,WDX      (distros)\r
1853 </verb></tscreen>\r
1854 \r
1855 some examples:-\r
1856 \r
1857 <tscreen><verb>\r
1858   acc/ann dest 6MUK\r
1859   acc/ann 2 by_zone 14,15,16\r
1860   (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)\r
1861 </verb></tscreen>\r
1862 \r
1863 or\r
1864 \r
1865 <tscreen><verb>\r
1866   acc/ann by G,M,2 \r
1867 </verb></tscreen>\r
1868 \r
1869 This filter would only allow announces that were posted buy UK stations.  \r
1870 You can use the tag 'all' to accept everything eg:\r
1871 \r
1872 <tscreen><verb>\r
1873   acc/ann all\r
1874 </verb></tscreen>\r
1875 \r
1876 but this probably for advanced users...\r
1877 \r
1878 <sect1>accept/announce (extended for sysops) (8)\r
1879 \r
1880 <P>\r
1881 <tt>\r
1882 <bf>accept/announce &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb;&lt;pattern&gt;</bf> Announce filter sysop version\r
1883 </tt>\r
1884 \r
1885 <P>\r
1886 This version allows a sysop to set a filter for a callsign as well as the\r
1887 default for nodes and users eg:-\r
1888 \r
1889 <tscreen><verb>\r
1890   accept/ann by G,M,2\r
1891   accept/ann input node_default by G,M,2\r
1892   accept/ann user_default by G,M,2\r
1893 </verb></tscreen>\r
1894 \r
1895 <sect1>accept/route (8)\r
1896 \r
1897 <P>\r
1898 <tt>\r
1899 <bf>accept/route &lt;call&gt; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an 'accept' filter line for routing\r
1900 </tt>\r
1901 \r
1902 <P>\r
1903 Create an 'accept this routing PC Protocol' line for a filter. \r
1904 \r
1905 <P>\r
1906 An accept filter line means that if a PC16/17/19/21/24/41/50 matches this filter\r
1907 it is passed thru that interface. See HELP FILTERING for more info. Please read this\r
1908 to understand how filters work - it will save a lot of grief later on.\r
1909 \r
1910 <P>\r
1911 You can use any of the following things in this line:-\r
1912 \r
1913 <tscreen><verb>\r
1914   call <prefixes>        the callsign of the thingy\r
1915   call_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
1916   call_itu <numbers>\r
1917   call_zone <numbers>\r
1918   origin <prefixes>      really the interface it came in on\r
1919   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
1920   origin_itu <numbers>\r
1921   origin_zone <numbers>\r
1922 </verb></tscreen>\r
1923 \r
1924 <P>\r
1925 some examples:-\r
1926 \r
1927 <tscreen><verb>\r
1928   acc/route gb7djk call_dxcc 61,38 (send only UK+EIRE nodes)\r
1929   acc/route gb7djk call gb7djk     (equiv to SET/ISOLATE)\r
1930 </verb></tscreen>\r
1931 \r
1932 <P>\r
1933 You can use the tag 'all' to accept everything eg:\r
1934 \r
1935 <tscreen><verb>\r
1936   acc/route all\r
1937 </verb></tscreen>\r
1938 \r
1939 <sect1>accept/spots (0)\r
1940 \r
1941 <P>\r
1942 <tt>\r
1943 <bf>accept/spots &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an accept filter \r
1944 line for spots\r
1945 </tt>\r
1946 \r
1947 <P>\r
1948 Create an 'accept this spot' line for a filter.\r
1949 \r
1950 <P>\r
1951 An accept filter line means that if the spot matches this filter it is\r
1952 passed onto the user. See HELP FILTERS for more info. Please read this\r
1953 to understand how filters work - it will save a lot of grief later on.\r
1954 \r
1955 Please read the following section carefully.  Though it looks similar,\r
1956 reformatting, corrections, and hopefully clarifications have been added.\r
1957 \r
1958 You can use any of the following things in this line:-\r
1959 \r
1960 <tscreen><verb>\r
1961 Filters for the station being spotted:\r
1962   call <letters of the prefix, but NOT country inclusive>\r
1963      call G --> G1AAA, GJ2BBB, GU3CCC, etc will be spotted\r
1964      call K --> K1XX, K1XXX will be spotted\r
1965                 W1XX, W1XXX will NOT be spotted\r
1966      call PA --> PA3EZL will be spotted\r
1967                  PB2FG will NOT be spotted\r
1968 \r
1969   call_dxcc <numbers or prefixes>\r
1970      call_dxcc G --> G1AAA will be spotted\r
1971                      GU1AAA will NOT be spotted (different country)\r
1972      call_dxcc K --> K1XX, W1XX will be spotted (same country)\r
1973      call_dxcc 139 --> PA3EZL and PB2FG will be spotted\r
1974 \r
1975   call_itu <numbers>\r
1976   call_zone <numbers>\r
1977 \r
1978 Filters for the callsign of the station doing the spotting:\r
1979   by <letters of the prefix, but NOT country inclusive>\r
1980      by G --> spots from G1AAA, GJ2BBB, GU3CCC, etc will be spotted\r
1981      by K --> spots from K1XX, K1XXX will be spotted\r
1982               spots from W1XX, W1XXX will NOT be spotted\r
1983 \r
1984   by_dxcc <numbers or prefixes>\r
1985      by_dxcc G --> spots from G1AAA will be spotted\r
1986                    spots from GU1AAA will NOT be spotted (different\r
1987 country)\r
1988      by_dxcc K --> spots from K1XX, W1XX will be spotted (same country)\r
1989      by_dxcc 139 --> spots from PA3EZL or PB2FG will be spotted\r
1990 \r
1991   by_itu <numbers>\r
1992   by_zone <numbers>\r
1993 \r
1994 Filters for the callsign of the "node" doing the spotting:\r
1995   origin <letters of the prefix, but NOT country inclusive>\r
1996      origin K --> spots from a node starting with K will be spotted\r
1997                   spots from a node starting with KK will NOT be spotted\r
1998                   spots from a node starting with W will NOT be spotted\r
1999 \r
2000 Filters for the callsign of the connected node or user (channel) doing the spotting:\r
2001   channel <prefixes>\r
2002      channel W1HR --> spots from the connected node W1HR will be spotted\r
2003      channel K1QX --> spots from the connected user K1QX will be spotted\r
2004 \r
2005   info <string>          eg: iota or qsl\r
2006   freq <range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m\r
2007   on <range>             same as 'freq'\r
2008 \r
2009 </verb></tscreen>\r
2010 \r
2011 <P>\r
2012 For frequencies, you can use any of the band names defined in\r
2013 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -\r
2014 thus: hf/ssb. You can also just have a simple range like: 0/30000 -\r
2015 this is more efficient than saying simply: freq HF (but don't get\r
2016 too hung up about that)\r
2017 \r
2018 some examples:-\r
2019 \r
2020 <tscreen><verb>\r
2021   acc/spot 1 on hf/cw\r
2022   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)\r
2023 </verb></tscreen>\r
2024 \r
2025 You can use the tag 'all' to accept everything, eg:\r
2026 \r
2027 <tscreen><verb>\r
2028   acc/spot 3 all\r
2029 </verb></tscreen>\r
2030 \r
2031 but this probably for advanced users...\r
2032 \r
2033 <sect1>accept/spots (extended for sysops) (8)\r
2034 \r
2035 <P>\r
2036 <tt>\r
2037 <bf>accept/spots &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Spot filter sysop version\r
2038 </tt>\r
2039 \r
2040 <P>\r
2041 This version allows a sysop to set a filter for a callsign as well as the\r
2042 default for nodes and users eg:-\r
2043 \r
2044 <tscreen><verb>\r
2045   accept/spot db0sue-7 1 by_zone 14,15,16\r
2046   accept/spot node_default all\r
2047   set/hops node_default 10\r
2048 \r
2049   accept/spot user_default by G,M,2\r
2050 </verb></tscreen>\r
2051 \r
2052 <sect1>accept/wcy (0)\r
2053 \r
2054 <P>\r
2055 <tt>\r
2056 <bf>accept/wcy &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> set an accept WCY filter\r
2057 </tt>\r
2058 \r
2059 <P>\r
2060 It is unlikely that you will want to do this, but if you do then you can\r
2061 filter on the following fields:-\r
2062 \r
2063 <tscreen><verb>\r
2064   by <prefixes>            eg: G,M,2         \r
2065   origin <prefixes>\r
2066   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
2067   origin_itu <numbers>\r
2068   origin_zone <numbers>\r
2069   by_dxcc <numbers>\r
2070   by_itu <numbers>\r
2071   by_zone <numbers>\r
2072   channel <prefixes>\r
2073 </verb></tscreen>\r
2074 \r
2075 <P>\r
2076 There are no examples because WCY Broadcasts only come from one place and\r
2077 you either want them or not (see UNSET/WCY if you don't want them).\r
2078 \r
2079 This command is really provided for future use.\r
2080 \r
2081 See HELP FILTER for information.\r
2082 \r
2083 <sect1>accept/wcy (extended for sysops) (8)\r
2084 \r
2085 <P>\r
2086 <tt>\r
2087 <bf>accept/wcy &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf>\r
2088 WCY filter sysop version\r
2089 </tt>\r
2090 \r
2091 <P>\r
2092 This version allows a sysop to set a filter for a callsign as well as the\r
2093 default for nodes and users eg:-\r
2094 \r
2095 <tscreen><verb>\r
2096   accept/wcy node_default all\r
2097   set/hops node_default 10\r
2098 </verb></tscreen>\r
2099 \r
2100 <sect1>accept/wwv (0)\r
2101 \r
2102 <P>\r
2103 <tt>\r
2104 <bf>accept/wwv &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an accept WWV filter\r
2105 </tt>\r
2106 \r
2107 <P>\r
2108 It is unlikely that you will want to do this, but if you do then you can\r
2109 filter on the following fields:-\r
2110 \r
2111 <tscreen><verb>\r
2112   by <prefixes>            eg: G,M,2         \r
2113   origin <prefixes>\r
2114   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
2115   origin_itu <numbers>\r
2116   origin_zone <numbers>\r
2117   by_dxcc <numbers>\r
2118   by_itu <numbers>\r
2119   by_zone <numbers>\r
2120   channel <prefixes>\r
2121 </verb></tscreen>\r
2122 \r
2123 for example \r
2124 \r
2125 <tscreen><verb>\r
2126   accept/wwv by_zone 4\r
2127 </verb></tscreen>\r
2128 \r
2129 is probably the only useful thing to do (which will only show WWV broadcasts\r
2130 by stations in the US).\r
2131 \r
2132 See HELP FILTER for information.\r
2133 \r
2134 <sect1>accept/wwv (extended for sysops) (8)\r
2135 \r
2136 <P>\r
2137 <tt>\r
2138 <bf>accept/wwv &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf>\r
2139 WWV filter sysop version\r
2140 </tt>\r
2141 \r
2142 <P>\r
2143 This version allows a sysop to set a filter for a callsign as well as the\r
2144 default for nodes and users eg:-\r
2145 \r
2146 <tscreen><verb>\r
2147   accept/wwv db0sue-7 1 by_zone 4\r
2148   accept/wwv node_default all\r
2149   set/hops node_default 10\r
2150 \r
2151   accept/wwv user_default by W,K\r
2152 </verb></tscreen>\r
2153 \r
2154 <sect1>announce (0)\r
2155 \r
2156 <P>\r
2157 <tt>\r
2158 <bf>announce &lt;text&gt;</bf> Send an announcement to local users\r
2159 </tt>\r
2160 \r
2161 <P>\r
2162 Send an announcement to LOCAL users only, where &lt;text&gt; is the text \r
2163 of the announcement you wish to broadcast.  If you do not wish to receive\r
2164 announces, use the <em>set/noannounce</em> command.  Any announces made by\r
2165 a sysop will override set/noannounce.\r
2166 \r
2167 <sect1>announce full (0)\r
2168 \r
2169 <P>\r
2170 <tt>\r
2171 <bf>announce full &lt;text&gt;</bf> Send an announcement cluster wide\r
2172 </tt>\r
2173 \r
2174 <P>\r
2175 This command will send your announcement across the whole cluster\r
2176 network.\r
2177 \r
2178 \r
2179 <sect1>announce sysop (5)\r
2180 \r
2181 <P>\r
2182 <tt>\r
2183 <bf>announce sysop &lt;text&gt;</bf>\r
2184 </tt>\r
2185 \r
2186 <P>\r
2187 Send an announcement to Sysops only\r
2188 \r
2189 <sect1>apropos (0)\r
2190 \r
2191 <P>\r
2192 <tt>\r
2193 <bf>apropos &lt;string&gt;</bf> Search the help database\r
2194 </tt>\r
2195 \r
2196 <P>\r
2197 Search the help database for &lt;string&gt; (it isn't case sensitive), \r
2198 and print the names of all the commands that may be relevant.\r
2199 \r
2200 <sect1>bye (0)\r
2201 \r
2202 <P>\r
2203 <tt>\r
2204 <bf>bye</bf> Exit from the cluster\r
2205 </tt>\r
2206 \r
2207 <P>\r
2208 This will disconnect you from the cluster\r
2209 \r
2210 <sect1>catchup (5)\r
2211 \r
2212 <P>\r
2213 <tt>\r
2214 <bf>catchup &lt;node_call&gt; All&verbar;&lsqb;&lt;msgno&gt; ...&rsqb;</bf> \r
2215 Mark a message as sent\r
2216 </tt>\r
2217 \r
2218 <P>\r
2219 When you send messages the fact that you have forwarded it to another node \r
2220 is remembered so that it isn't sent again. When you have a new partner\r
2221 node and you add their callsign to your /spider/msg/forward.pl file, all\r
2222 outstanding non-private messages will be forwarded to them. This may well\r
2223 be ALL the non-private messages. You can prevent this by using these \r
2224 commmands:-\r
2225 \r
2226 <tscreen><verb>\r
2227   catchup GB7DJK all\r
2228   catchup GB7DJK 300 301 302 303 500-510\r
2229 </verb></tscreen>\r
2230         \r
2231 and to undo what you have just done:-\r
2232   \r
2233 <tscreen><verb>\r
2234   uncatchup GB7DJK all\r
2235   uncatchup GB7DJK 300 301 302 303 500-510\r
2236 </verb></tscreen>\r
2237 \r
2238 which will arrange for them to be forward candidates again.\r
2239 \r
2240 Order is not important.\r
2241 \r
2242 <sect1>clear/announce (8)\r
2243 \r
2244 <P>\r
2245 <tt>\r
2246 <bf>clear/announce &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9&verbar;all&rsqb;</bf> Clear an announce filter line\r
2247 </tt>\r
2248 \r
2249 <P>\r
2250 A sysop can clear an input or normal output filter for a user or the\r
2251 node_default or user_default. \r
2252 \r
2253 <sect1>clear/route (8)\r
2254 \r
2255 <P>\r
2256 <tt>\r
2257 <bf>clear/route &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9&verbar;all&rsqb;</bf> Clear a route filter line\r
2258 </tt>\r
2259 \r
2260 <P>\r
2261 This command allows you to clear (remove) a line in a route filter or to \r
2262 remove the whole filter.\r
2263 \r
2264 see CLEAR/SPOTS for a more detailed explanation.\r
2265 \r
2266 A sysop can clear an input or normal output filter for a user or the\r
2267 node_default or user_default. \r
2268 \r
2269 <sect1>clear/spots (0)\r
2270 \r
2271 <P>\r
2272 <tt>\r
2273 <bf>clear/spots &lsqb;1&verbar;all&rsqb;</bf> Clear a spot filter line\r
2274 </tt>\r
2275 \r
2276 <P>\r
2277 This command allows you to clear (remove) a line in a spot filter or to \r
2278 remove the whole filter.\r
2279 \r
2280 If you have a filter:-\r
2281 \r
2282 <tscreen><verb>\r
2283   acc/spot 1 on hf/cw\r
2284   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)\r
2285 </verb></tscreen>\r
2286 \r
2287 and you say:-\r
2288 \r
2289 <tscreen><verb>\r
2290   clear/spot 1\r
2291 </verb></tscreen>\r
2292 \r
2293 you will be left with:-\r
2294 \r
2295 <tscreen><verb>\r
2296   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)\r
2297 </verb></tscreen>\r
2298 \r
2299 If you do:\r
2300 \r
2301 <tscreen><verb>\r
2302   clear/spot all\r
2303 </verb></tscreen>\r
2304 \r
2305 the filter will be completely removed.\r
2306 \r
2307 <sect1>clear/spots (extended for sysops) (8)\r
2308 \r
2309 <P>\r
2310 <tt>\r
2311 <bf>clear/spots &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9&verbar;all&rsqb;</bf> Clear a spot filter line\r
2312 </tt>\r
2313 \r
2314 <P>\r
2315 A sysop can clear an input or normal output filter for a user or the\r
2316 node_default or user_default. \r
2317 \r
2318 <sect1>clear/wcy (0)\r
2319 \r
2320 <P>\r
2321 <tt>\r
2322 <bf>clear/wcy &lsqb;1&verbar;all&rsqb;</bf> Clear a WCY filter line\r
2323 </tt>\r
2324 \r
2325 <P>\r
2326 This command allows you to clear (remove) a line in a WCY filter or to \r
2327 remove the whole filter.\r
2328 \r
2329 see CLEAR/SPOTS for a more detailed explanation.\r
2330 \r
2331 <sect1>clear/wcy (extended for sysops) (8)\r
2332 \r
2333 <P>\r
2334 <tt>\r
2335 <bf>clear/wcy &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9&verbar;all&rsqb;</bf> Clear a WCY filter line\r
2336 </tt>\r
2337 \r
2338 <P>\r
2339 A sysop can clear an input or normal output filter for a user or the\r
2340 node_default or user_default. \r
2341 \r
2342 <sect1>clear/wwv (0)\r
2343 \r
2344 <P>\r
2345 <tt>\r
2346 <bf>clear/wwv &lsqb;1&verbar;all&rsqb;</bf> Clear a WWV filter line\r
2347 </tt>\r
2348 \r
2349 <P>\r
2350 This command allows you to clear (remove) a line in a WWV filter or to\r
2351 remove the whole filter.\r
2352 \r
2353 see CLEAR/SPOTS for a more detailed explanation.\r
2354 \r
2355 <sect1>clear/wwv (extended for sysops) (8)\r
2356 \r
2357 <P>\r
2358 <tt>\r
2359 <bf>clear/wwv &lt;callsign&gt; &lsqb;input&rsqb; &lsqb;0-9&verbar;all&rsqb;</bf> Clear a WWV filter line\r
2360 </tt>\r
2361 \r
2362 <P>\r
2363 A sysop can clear an input or normal output filter for a user or the\r
2364 node_default or user_default.\r
2365 \r
2366 <sect1>connect (5) \r
2367 \r
2368 <P>\r
2369 <tt>\r
2370 <bf>connect &lt;callsign&gt;</bf> Start a connection to another DX Cluster\r
2371 </tt>\r
2372 \r
2373 <P>\r
2374 Start a connection process that will culminate in a new connection to the\r
2375 DX cluster &lt;callsign&gt;. This process creates a new 'client' process which will\r
2376 use the script in /spider/connect/&lt;callsign&gt; to effect the 'chat' exchange\r
2377 necessary to traverse the network(s) to logon to the cluster &lt;callsign&gt;.\r
2378 \r
2379 <sect1>dbavail (0)\r
2380 \r
2381 <P>\r
2382 <tt>\r
2383 <bf>dbavail</bf> Show a list of all the databases in the system\r
2384 </tt>\r
2385 \r
2386 <P>\r
2387 The title says it all really, this command lists all the databases defined\r
2388 in the system. It is also aliased to SHOW/COMMAND.\r
2389 \r
2390 <sect1>dbcreate (9)\r
2391 \r
2392 <P>\r
2393 <tt>\r
2394 <bf>dbcreate &lt;name&gt;</bf> Create a database entry<newline>\r
2395 <bf>dbcreate &lt;name&gt; chain &lt;name&gt; [&lt;name&gt;..]</bf> Create a \r
2396 chained database entry<newline>\r
2397 <bf>dbcreate &lt;name&gt; remote &lt;node&gt;</bf> Create a remote database\r
2398 entry<newline>\r
2399 </tt>\r
2400 \r
2401 <P>\r
2402 DBCREATE allows you to define a database in the system. It doesn't actually\r
2403 create anything, just defines it.\r
2404 \r
2405 The databases that are created are simple DB_File hash databases, they are \r
2406 therefore already 'indexed'.\r
2407 \r
2408 You can define a local database with the first form of the command eg:\r
2409 \r
2410   DBCREATE oblast\r
2411 \r
2412 You can also chain databases with the addition of the 'chain' keyword. \r
2413 This will search each database one after the other. A typical example \r
2414 is:\r
2415 \r
2416   DBCREATE sdx_qsl chain sql_ad\r
2417 \r
2418 No checking is done to see if the any of the chained databases exist, in\r
2419 fact it is usually better to do the above statement first then do each of\r
2420 the chained databases.\r
2421 \r
2422 Databases can exist offsite. To define a database that lives on another \r
2423 node do:\r
2424 \r
2425   DBCREATE buckmaster remote gb7dxc\r
2426 \r
2427 Remote databases cannot be chained; however, the last database in a \r
2428 a chain can be a remote database eg:\r
2429 \r
2430   DBCREATE qsl chain gb7dxc\r
2431 \r
2432 To see what databases have been defined do:\r
2433 \r
2434   DBAVAIL (or it will have been aliased to SHOW/COMMAND)\r
2435 \r
2436 It would be normal for you to add an entry into your local Aliases file\r
2437 to allow people to use the 'SHOW/&lt;dbname&gt;' style syntax. So you would\r
2438 need to add a line like:-\r
2439 \r
2440 <tscreen><verb>\r
2441   's' => [\r
2442     ..\r
2443     ..\r
2444     '^sh\w*/buc', 'dbshow buckmaster', 'dbshow',\r
2445     ..\r
2446     ..\r
2447    ],\r
2448 </verb></tscreen>\r
2449 \r
2450 to allow \r
2451 \r
2452   SH/BUCK g1tlh\r
2453 \r
2454 to work as they may be used to.\r
2455 \r
2456 See DBIMPORT for the importing of existing AK1A format data to databases.\r
2457 See DBSHOW for generic database enquiry\r
2458 \r
2459 <sect1>dbimport (9)\r
2460 \r
2461 <P>\r
2462 <tt>\r
2463 <bf>dbimport &lt;dbname&gt;</bf> Import AK1A data into a database\r
2464 </tt>\r
2465 \r
2466 <P>\r
2467 If you want to import or update data in bulk to a database you can use\r
2468 this command. It will either create or update entries into an existing\r
2469 database. For example:-\r
2470 \r
2471   DBIMPORT oblast /tmp/OBLAST.FUL\r
2472 \r
2473 will import the standard OBLAST database that comes with AK1A into the\r
2474 oblast database held locally.\r
2475 \r
2476 <sect1>dbremove (9)\r
2477 \r
2478 <P>\r
2479 <tt>\r
2480 <bf>dbremove &lt;dbname&gt;</bf> Delete a database\r
2481 </tt>\r
2482 \r
2483 <P>\r
2484 DBREMOVE will completely remove a database entry and also delete any data\r
2485 file that is associated with it. \r
2486 \r
2487 There is no warning, no comeback, no safety net. \r
2488 \r
2489 For example:\r
2490 \r
2491   DBREMOVE oblast \r
2492 \r
2493 will remove the oblast database from the system and it will also remove\r
2494 the associated datafile.\r
2495 \r
2496 I repeat:\r
2497 \r
2498 There is no warning, no comeback, no safety net.\r
2499 \r
2500 You have been warned.\r
2501 \r
2502 <sect1>dbshow (0)\r
2503 \r
2504 <P>\r
2505 <tt>\r
2506 <bf>dbshow &lt;dbname&gt; &lt;key&gt;</bf> Display an entry, if it exists, \r
2507 in a database\r
2508 </tt>\r
2509 \r
2510 <P>\r
2511 This is the generic user interface to the database to the database system.\r
2512 It is expected that the sysop will add an entry to the local Aliases file\r
2513 so that users can use the more familiar AK1A style of enquiry such as:\r
2514 \r
2515 <tscreen><verb>\r
2516   SH/BUCK G1TLH\r
2517 </verb></tscreen>\r
2518 \r
2519 but if he hasn't and the database really does exist (use DBAVAIL or\r
2520 SHOW/COMMAND to find out) you can do the same thing with:\r
2521 \r
2522 <tscreen><verb>\r
2523   DBSHOW buck G1TLH\r
2524 </verb></tscreen>\r
2525 \r
2526 \r
2527 <sect1>debug (9)\r
2528 \r
2529 <P>\r
2530 <tt>\r
2531 <bf>debug</bf> Set the cluster program into debug mode\r
2532 </tt>\r
2533 \r
2534 <P>\r
2535 Executing this command will only have an effect if you are running the cluster\r
2536 in debug mode i.e.\r
2537 \r
2538 <tscreen><verb>\r
2539         perl -d cluster.pl\r
2540 </verb></tscreen>\r
2541 \r
2542 It will interrupt the cluster just after the debug command has finished.\r
2543 \r
2544 <sect1>delete/user (9)\r
2545 \r
2546 <P>\r
2547 <tt>\r
2548 <bf>delete/user &lt;callsign&gt;</bf> Delete a user from the User Database\r
2549 </tt>\r
2550 \r
2551 <P>\r
2552 This command will completely remove a one or more users from the database.\r
2553 \r
2554 There is NO SECOND CHANCE.\r
2555 \r
2556 It goes without saying that you should use this command CAREFULLY!\r
2557 \r
2558 <sect1>demonstrate (9)\r
2559 \r
2560 <P>\r
2561 <tt>\r
2562 <bf>demonstrate &lt;call&gt; &lt;command&gt;</bf> Demonstrate a command to another user\r
2563 </tt>\r
2564 \r
2565 <P>\r
2566 This command is provided so that sysops can demonstrate commands to \r
2567 other users. It runs a command as though that user had typed it in and\r
2568 then sends the output to that user, together with the command that \r
2569 caused it.\r
2570 \r
2571 <tscreen><verb>\r
2572   DEMO g7brn sh/dx iota oc209\r
2573   DEMO g1tlh set/here\r
2574 </verb></tscreen>\r
2575 \r
2576 Note that this command is similar to SPOOF and will have the same side\r
2577 effects. Commands are run at the privilege of the user which is being\r
2578 demonstrated to.\r
2579 \r
2580 <sect1>directory (0)\r
2581 \r
2582 <P>\r
2583 <tt>\r
2584 <bf>directory</bf> List messages<newline> \r
2585 <bf>directory all</bf> List all messages<newline>\r
2586 <bf>directory own</bf> List your own messages<newline>\r
2587 <bf>directory new</bf> List all new messages<newline>\r
2588 <bf>directory to &lt;call&gt;</bf> List all messages to &lt;call&gt;<newline>\r
2589 <bf>directory from &lt;call&gt;</bf> List all messages from &lt;call&gt;<newline>\r
2590 <bf>directory subject &lt;string&gt;</bf> List all messages with &lt;string&gt; \r
2591 in subject<newline>\r
2592 <bf>directory &lt;nn&gt;</bf> List last &lt;nn&gt; messages<newline>\r
2593 <bf>directory &lt;from&gt;-&lt;to&gt;</bf> List messages &lt;from&gt; message &lt;to&gt; message <newline>\r
2594 </tt>\r
2595 \r
2596 <P>\r
2597 List the messages in the messages directory.\r
2598 \r
2599 If there is a 'p' one space after the message number then it is a \r
2600 personal message. If there is a '-' between the message number and the\r
2601 'p' then this indicates that the message has been read.\r
2602 \r
2603 You can use shell escape characters such as '*' and '?' in the &lt;call&gt;\r
2604 fields.\r
2605 \r
2606 You can combine some of the various directory commands together eg:-\r
2607 \r
2608 <tscreen><verb>\r
2609    DIR TO G1TLH 5\r
2610 or \r
2611    DIR SUBJECT IOTA 200-250\r
2612 </verb></tscreen>\r
2613 \r
2614 You can abbreviate all the commands to one letter and use ak1a syntax:-\r
2615 \r
2616 <tscreen><verb>\r
2617    DIR/T G1* 10\r
2618    DIR/S QSL 10-100 5\r
2619 </verb></tscreen>\r
2620 \r
2621 \r
2622 <sect1>directory (extended for sysops) (5)\r
2623 \r
2624 <P>\r
2625 Works just like the user command except that sysops can see ALL messages.\r
2626 \r
2627 <sect1>disconnect (8)\r
2628 \r
2629 <P>\r
2630 <tt>\r
2631 <bf>disconnect &lt;call&gt; [&lt;call&gt; ...]</bf> Disconnect a user or node\r
2632 </tt>\r
2633 \r
2634 <P>\r
2635 Disconnect any &lt;call&gt; connected locally\r
2636 \r
2637 <sect1>dx (0)\r
2638 \r
2639 <P>\r
2640 <tt>\r
2641 <bf>dx &lsqb;by &lt;call&gt;&rsqb; &lt;freq&gt; &lt;call&gt; &lt;remarks&gt;</bf> Send a DX spot\r
2642 </tt>\r
2643 \r
2644 <P>\r
2645 This is how you send a DX Spot to other users. You can, in fact, now\r
2646 enter the &lt;freq&gt; and the &lt;call&gt; either way round. \r
2647 \r
2648 <tscreen><verb>\r
2649    DX FR0G 144.600\r
2650    DX 144.600 FR0G\r
2651    DX 144600 FR0G \r
2652 </verb></tscreen>\r
2653 \r
2654 will all give the same result. You can add some remarks to the end\r
2655 of the command and they will be added to the spot.\r
2656 \r
2657 <tscreen><verb>\r
2658    DX FR0G 144600 this is a test\r
2659 </verb></tscreen>\r
2660 \r
2661 You can credit someone else by saying:-\r
2662 \r
2663 <tscreen><verb>\r
2664    DX by G1TLH FR0G 144.600 he isn't on the cluster\r
2665 </verb></tscreen>\r
2666 \r
2667 The &lt;freq&gt; is compared against the available bands set up in the \r
2668 cluster.  See SHOW/BANDS for more information.\r
2669 \r
2670 <sect1>export (9)\r
2671 \r
2672 <P>\r
2673 <tt>\r
2674 <bf>export &lt;msgno&gt; &lt;filename&gt;</bf> Export a message to a file\r
2675 </tt>\r
2676 \r
2677 <P>\r
2678 Export a message to a file. This command can only be executed on a local\r
2679 console with a fully privileged user. The file produced will be in a form\r
2680 ready to be imported back into the cluster by placing it in the import \r
2681 directory (/spider/msg/import).\r
2682 \r
2683 This command cannot overwrite an existing file. This is to provide some \r
2684 measure of security. Any files written will owned by the same user as the \r
2685 main cluster, otherwise you can put the new files anywhere the cluster can\r
2686 access. For example:-\r
2687 \r
2688   EXPORT 2345 /tmp/a\r
2689 \r
2690 <sect1>export_users (9)\r
2691 \r
2692 <P>\r
2693 <tt>\r
2694 <bf>export_users &lsqb;&lt;filename&gt;&rsqb;</bf> Export the users database to ascii\r
2695 </tt>\r
2696 \r
2697 <P>\r
2698 Export the users database to a file in ascii format. If no filename\r
2699 is given then it will export the file to /spider/data/user_asc.\r
2700 \r
2701 If the file already exists it will be renamed to &lt;filename&gt;.o. In fact\r
2702 up to 5 generations of the file can be kept each one with an extra 'o' on the\r
2703 suffix. \r
2704 \r
2705 BE WARNED: this will write to any file you have write access to. No check is\r
2706 made on the filename (if any) that you specify.\r
2707 \r
2708 <sect1>filtering (0)\r
2709 \r
2710 <P>\r
2711 <tt>\r
2712 <bf>filtering</bf> Filtering things in DXSpider\r
2713 </tt>\r
2714 \r
2715 <P>\r
2716 There are a number of things you can filter in the DXSpider system. They\r
2717 all use the same general mechanism.\r
2718 \r
2719 In general terms you can create a 'reject' or an 'accept' filter which\r
2720 can have up to 10 lines in it. You do this using, for example:-\r
2721  \r
2722   accept/spots .....\r
2723   reject/spots .....\r
2724 \r
2725 where ..... are the specific commands for that type of filter. There\r
2726 are filters for spots, wwv, announce, wcy and (for sysops)\r
2727 connects. See each different accept or reject command reference for\r
2728 more details.\r
2729 \r
2730 There is also a command to clear out one or more lines in a filter and\r
2731 one to show you what you have set. They are:-\r
2732 \r
2733   clear/spots 1\r
2734   clear/spots all\r
2735 \r
2736 and \r
2737   \r
2738   show/filter\r
2739 \r
2740 There is clear/xxxx command for each type of filter.\r
2741 \r
2742 For now we are going to use spots for the examples, but you can apply\r
2743 the principles to all types of filter.\r
2744 \r
2745 There are two main types of filter 'accept' or 'reject'; which you use\r
2746 depends entirely on how you look at the world and what is least\r
2747 writing to achieve what you want. Each filter has 10 lines (of any\r
2748 length) which are tried in order. If a line matches then the action\r
2749 you have specified is taken (ie reject means ignore it and accept\r
2750 means gimme it).\r
2751 \r
2752 The important thing to remember is that if you specify a 'reject'\r
2753 filter (all the lines in it say 'reject/spots' (for instance) then if\r
2754 a spot comes in that doesn't match any of the lines then you will get\r
2755 it BUT if you specify an 'accept' filter then any spots that don't\r
2756 match are dumped. For example if I have a one line accept filter:-\r
2757 \r
2758   accept/spots on vhf and (by_zone 14,15,16 or call_zone 14,15,16)\r
2759 \r
2760 then automatically you will ONLY get VHF spots from or to CQ zones 14\r
2761 15 and 16.  If you set a reject filter like:\r
2762 \r
2763   reject/spots on hf/cw\r
2764 \r
2765 Then you will get everything EXCEPT HF CW spots, If you am interested in IOTA\r
2766 and will work it even on CW then you could say:-\r
2767 \r
2768   reject/spots on hf/cw and not info iota\r
2769 \r
2770 But in that case you might only be interested in iota and say:-\r
2771 \r
2772   accept/spots not on hf/cw or info iota\r
2773 \r
2774 which is exactly the same. You should choose one or the other until\r
2775 you are confortable with the way it works. Yes, you can mix them\r
2776 (actually you can have an accept AND a reject on the same line) but\r
2777 don't try this at home until you can analyse the results that you get\r
2778 without ringing up the sysop for help.\r
2779 \r
2780 You can arrange your filter lines into logical units, either for your\r
2781 own understanding or simply convenience. I have one set frequently:-\r
2782 \r
2783   reject/spots 1 on hf/cw\r
2784   reject/spots 2 on 50000/1400000 not (by_zone 14,15,16 or call_zone 14,15,16)  \r
2785 \r
2786 What this does is to ignore all HF CW spots (being a class B I can't\r
2787 read any CW and couldn't possibly be interested in HF :-) and also\r
2788 rejects any spots on VHF which don't either originate or spot someone\r
2789 in Europe.\r
2790 \r
2791 This is an exmaple where you would use the line number (1 and 2 in\r
2792 this case), if you leave the digit out, the system assumes '1'. Digits\r
2793 '0'-'9' are available.\r
2794 \r
2795 You can leave the word 'and' out if you want, it is implied. You can\r
2796 use any number of brackets to make the 'expression' as you want\r
2797 it. There are things called precedence rules working here which mean\r
2798 that you will NEED brackets in a situation like line 2 because,\r
2799 without it, will assume:-\r
2800 \r
2801   (on 50000/1400000 and by_zone 14,15,16) or call_zone 14,15,16 \r
2802 \r
2803 annoying, but that is the way it is. If you use OR - use\r
2804 brackets. Whilst we are here CASE is not important. 'And BY_Zone' is\r
2805 just 'and by_zone'.\r
2806 \r
2807 If you want to alter your filter you can just redefine one or more\r
2808 lines of it or clear out one line. For example:-\r
2809 \r
2810   reject/spots 1 on hf/ssb\r
2811 \r
2812 or \r
2813 \r
2814   clear/spots 1\r
2815 \r
2816 To remove the filter in its entirty:-\r
2817 \r
2818   clear/spots all\r
2819 \r
2820 There are similar CLEAR commands for the other filters:-\r
2821 \r
2822   clear/announce\r
2823   clear/wcy\r
2824   clear/wwv\r
2825 \r
2826 ADVANCED USERS:-\r
2827 \r
2828 Once you are happy with the results you get, you may like to experiment. \r
2829 \r
2830 my example that filters hf/cw spots and accepts vhf/uhf spots from EU\r
2831 can be written with a mixed filter, eg:\r
2832 \r
2833   rej/spot on hf/cw\r
2834   acc/spot on 0/30000\r
2835   acc/spot 2 on 50000/1400000 and (by_zone 14,15,16 or call_zone 14,15,16)\r
2836 \r
2837 each filter slot actually has a 'reject' slot and an 'accept'\r
2838 slot. The reject slot is executed BEFORE the accept slot.\r
2839 \r
2840 It was mentioned earlier that after a reject test that doesn't match,\r
2841 the default for following tests is 'accept', the reverse is true for\r
2842 'accept'. In the example what happens is that the reject is executed\r
2843 first, any non hf/cw spot is passed to the accept line, which lets\r
2844 thru everything else on HF.\r
2845 \r
2846 The next filter line lets through just VHF/UHF spots from EU.\r
2847 \r
2848 <sect1>forward/latlong (8)\r
2849 \r
2850 <P>\r
2851 <tt>\r
2852 <bf>forward/latlong &lt;node_call&gt;</bf> Send latitude and longitude \r
2853 information to another cluster\r
2854 </tt>\r
2855 \r
2856 <P>\r
2857 This command sends all the latitude and longitude information that your\r
2858 cluster is holding against callsigns.  One advantage of recieving this\r
2859 information is that more locator information is held by you.  This\r
2860 means that more locators are given on the DX line assuming you have\r
2861 <em>set/dxgrid</em> enabled.  This could be a LOT of information though, so\r
2862 it is not recommended on slow links.\r
2863 \r
2864 <sect1>forward/opername (1)\r
2865 \r
2866 <P>\r
2867 <tt>\r
2868 <bf>forward/opername &lt;call&gt;</bf> Send out information on this &lt;call&gt; \r
2869 to all clusters\r
2870 </tt>\r
2871 \r
2872 <P>\r
2873 This command sends out any information held in the user file which can \r
2874 be broadcast in PC41 protocol packets. This information is Name, QTH, Location\r
2875 and Homenode. PC41s are only sent for the information that is available.\r
2876 \r
2877 <sect1>help (0)\r
2878 \r
2879 <P>\r
2880 <tt>\r
2881 <bf>help &lt;cmd&gt;</bf> Get help on a command\r
2882 </tt>\r
2883 \r
2884 <P>\r
2885 All commands can be abbreviated, so SHOW/DX can be abbreviated\r
2886 to SH/DX, ANNOUNCE can be shortened to AN and so on.\r
2887 \r
2888 Look at the APROPOS &lt;string&gt; command which will search the help database\r
2889 for the &lt;string&gt; you specify and give you a list of likely commands\r
2890 to look at with HELP.\r
2891 \r
2892 <sect1>init (5)\r
2893 \r
2894 <P>\r
2895 <tt>\r
2896 <bf>init &lt;node call&gt;</bf> Re-initialise a link to an AK1A compatible node\r
2897 </tt>\r
2898 \r
2899 <P>\r
2900 This command attempts to re-initialise a link to a (usually) AK1A node\r
2901 that has got confused, usually by a protocol loop of some kind. It may\r
2902 work - but you usually will be better off simply disconnecting it (or\r
2903 better, if it is a real AK1A node, doing an RCMD &lt;node&gt; DISC/F &lt;your\r
2904 node&gt;).\r
2905 \r
2906 Best of luck - you will need it.\r
2907 \r
2908 <sect1>kill (0)\r
2909 \r
2910 <P>\r
2911 <tt>\r
2912 <bf>kill &lt;msgno&gt; &lsqb;&lt;msgno&gt; ..&rsqb;</bf> Delete a message \r
2913 from the local system\r
2914 </tt>\r
2915 \r
2916 <P>\r
2917 Delete a message from the local system. You will only be able to\r
2918 delete messages that you have originated or been sent (unless you are\r
2919 the sysop).\r
2920 \r
2921 <sect1>kill (5)\r
2922 \r
2923 <P>\r
2924 <tt>\r
2925 <bf>kill &lt;msgno&gt [&lt;msgno&gt; ...]</bf> Remove or erase a message from \r
2926 the system<newline>\r
2927 <bf>kill from &lt;call&gt;</bf> Remove all messages from a callsign<newline>\r
2928 <bf>kill to &lt;call&gt;</bf> Remove all messages to a callsign<newline>\r
2929 </tt>\r
2930 \r
2931 <P>\r
2932 You can get rid of any message to or originating from your callsign using \r
2933 this command. You can remove more than one message at a time.\r
2934 \r
2935 As a sysop you can kill any message on the system.\r
2936 \r
2937 <sect1>kill full (5)\r
2938 \r
2939 <P>\r
2940 <tt>\r
2941 <bf>kill full &lt;msgno&gt; &lsqb;&lt;msgno&gt;&rsqb;</bf> Delete a message from the \r
2942 whole cluster\r
2943 </tt>\r
2944 \r
2945 <P>\r
2946 Delete a message (usually a 'bulletin') from the whole cluster system. \r
2947 \r
2948 This uses the subject field, so any messages that have exactly the same subject\r
2949 will be deleted. Beware!\r
2950 \r
2951 <sect1>kill/expunge (6)\r
2952 \r
2953 <P>\r
2954 <tt>\r
2955 <bf>kill/expunge &lt;msgno&gt; &lsqb;&lt;msgno&gt;..&rsqb;</bf>Expunge a message\r
2956 </tt>\r
2957 \r
2958 <P>\r
2959 Deleting a message using the normal KILL commands only marks that message\r
2960 for deletion. The actual deletion only happens later (usually two days later).\r
2961 \r
2962 The KILL EXPUNGE command causes the message to be truly deleted more or less\r
2963 immediately.\r
2964 \r
2965 It otherwise is used in the same way as the KILL command.\r
2966 \r
2967 \r
2968 <sect1>links (0)\r
2969 \r
2970 <P>\r
2971 <tt>\r
2972 <bf>links</bf> Show which nodes are physically connected\r
2973 </tt>\r
2974 \r
2975 <P>\r
2976 This is a quick listing that shows which links are connected and\r
2977 some information about them. See WHO for a list of all connections.\r
2978 \r
2979 \r
2980 <sect1>load/aliases (9)\r
2981 \r
2982 <P>\r
2983 <tt>\r
2984 <bf>load/aliases</bf> Reload the command alias table\r
2985 </tt>\r
2986 \r
2987 <P>\r
2988 Reload the /spider/cmd/Aliases file after you have editted it. You will need to\r
2989 do this if you change this file whilst the cluster is running in order for the\r
2990 changes to take effect.\r
2991 \r
2992 <sect1>load/badmsg (9)\r
2993 \r
2994 <P>\r
2995 <tt>\r
2996 <bf>load/badmsg</bf> Reload the bad message table\r
2997 </tt>\r
2998 \r
2999 <P>\r
3000 Reload the /spider/msg/badmsg.pl file if you have changed it manually whilst\r
3001 the cluster is running. This table contains a number of perl regular \r
3002 expressions which are searched for in the fields targetted of each message. \r
3003 If any of them match then that message is immediately deleted on receipt. \r
3004 \r
3005 <sect1>load/badwords (9)\r
3006 \r
3007 <P>\r
3008 <tt>\r
3009 <bf>load/badwords</bf> Reload the bad words table\r
3010 </tt>\r
3011 \r
3012 <P>\r
3013 Reload the /spider/data/badwords file if you have changed it manually whilst\r
3014 the cluster is running. This file contains a list of words which, if found\r
3015 on certain text portions of PC protocol, will cause those protocol frames\r
3016 to be rejected. It will all put out a message if any of these words are\r
3017 used on the announce, dx and talk commands. The words can be one or \r
3018 more on a line, lines starting with '#' are ignored.\r
3019 \r
3020 <sect1>load/bands (9)\r
3021 \r
3022 <P>\r
3023 <tt>\r
3024 <bf>load/bands</bf> Reload the band limits table\r
3025 </tt>\r
3026 \r
3027 <P>\r
3028 Reload the /spider/data/bands.pl file if you have changed it manually whilst\r
3029 the cluster is running. \r
3030 \r
3031 <sect1>load/cmd_cache (9)\r
3032 \r
3033 <P>\r
3034 <tt>\r
3035 <bf>load/cmd_cache</bf> Reload the automatic command cache\r
3036 </tt>\r
3037 \r
3038 <P>\r
3039 Normally, if you change a command file in the cmd or local_cmd tree it will\r
3040 automatially be picked up by the cluster program. Sometimes it can get confused\r
3041 if you are doing a lot of moving commands about or delete a command in the \r
3042 local_cmd tree and want to use the normal one again. Execute this command to\r
3043 reset everything back to the state it was just after a cluster restart.\r
3044 \r
3045 <sect1>load/forward (9)\r
3046 \r
3047 <P>\r
3048 <tt>\r
3049 <bf>load/forward</bf> Reload the msg forwarding routing table\r
3050 </tt>\r
3051 \r
3052 Reload the /spider/msg/forward.pl file if you have changed it\r
3053 manually whilst the cluster is running.\r
3054 \r
3055 <sect1>load/messages (9)\r
3056 \r
3057 <P>\r
3058 <tt>\r
3059 <bf>load/messages</bf> Reload the system messages file\r
3060 </tt>\r
3061 \r
3062 <P>\r
3063 If you change the /spider/perl/Messages file (usually whilst fiddling/writing ne\r
3064 commands) you can have them take effect during a cluster session by executing this\r
3065 command. You need to do this if get something like :-\r
3066 \r
3067 unknown message 'xxxx' in lang 'en'\r
3068 \r
3069 <sect1>load/prefixes (9)\r
3070 \r
3071 <P>\r
3072 <tt>\r
3073 <bf>load/prefixes</bf> Reload the prefix table\r
3074 </tt>\r
3075 \r
3076 <P>\r
3077 Reload the /spider/data/prefix_data.pl file if you have changed it manually \r
3078 whilst the cluster is running. \r
3079 \r
3080 <sect1>merge (5)\r
3081 \r
3082 <P>\r
3083 <tt>\r
3084 <bf>merge &lt;node&gt; [&lt;no spots&gt;/&lt;no wwv&gt;]</bf> Ask for the \r
3085 latest spots and WWV\r
3086 </tt>\r
3087 \r
3088 <P>\r
3089 MERGE allows you to bring your spot and wwv database up to date. By default\r
3090 it will request the last 10 spots and 5 WWVs from the node you select. The \r
3091 node must be connected locally.\r
3092 \r
3093 You can request any number of spots or wwv and although they will be appended\r
3094 to your databases they will not duplicate any that have recently been added \r
3095 (the last 2 days for spots and last month for WWV data).\r
3096 \r
3097 <sect1>msg (9)\r
3098 \r
3099 <P>\r
3100 <tt>\r
3101 <bf>msg &lt;cmd&gt; &lt;msgno&gt; [data ...]</bf> Alter various message \r
3102 parameters\r
3103 </tt>\r
3104 \r
3105 <P>\r
3106 Alter message parameters like To, From, Subject, whether private or bulletin\r
3107 or return receipt (RR) is required or whether to keep this message from timing\r
3108 out.\r
3109 \r
3110 <tscreen><verb>\r
3111   MSG TO <msgno> <call>     - change TO callsign to <call>\r
3112   MSG FRom <msgno> <call>   - change FROM callsign to <call>\r
3113   MSG PRrivate <msgno>      - set private flag\r
3114   MSG NOPRrivate <msgno>    - unset private flag\r
3115   MSG RR <msgno>            - set RR flag\r
3116   MSG NORR <msgno>          - unset RR flag\r
3117   MSG KEep <msgno>          - set the keep flag (message won't be deleted ever)\r
3118   MSG NOKEep <msgno>        - unset the keep flag\r
3119   MSG SUbject <msgno> <new> - change the subject to <new>\r
3120   MSG WAittime <msgno>      - remove any waitting time for this message\r
3121   MSG NOREad <msgno>        - mark message as unread\r
3122   MSG REad <msgno>          - mark message as read\r
3123   MSG QUeue                 - queue any outstanding bulletins\r
3124   MSG QUeue 1               - queue any outstanding private messages\r
3125 </verb></tscreen>\r
3126 \r
3127 You can look at the status of a message by using:-\r
3128 \r
3129   STAT/MSG &lt;msgno&gt;      \r
3130 \r
3131 This will display more information on the message than DIR does.\r
3132 \r
3133 <sect1>pc (8)\r
3134 \r
3135 <P>\r
3136 <tt>\r
3137 <bf>pc &lt;call&gt; &lt;text&gt;</bf> Send text (eg PC Protocol) to &lt;call&gt;\r
3138 </tt>\r
3139 \r
3140 <P>\r
3141 Send some arbitrary text to a locally connected callsign. No processing is done on\r
3142 the text. This command allows you to send PC Protocol to unstick things if problems\r
3143 arise (messages get stuck etc). eg:-\r
3144 \r
3145    pc gb7djk PC33^GB7TLH^GB7DJK^400^\r
3146 \r
3147 You can also use in the same way as a talk command to a connected user but\r
3148 without any processing, added of "from &lt;blah&gt; to &lt;blah&gt;" or whatever.\r
3149 \r
3150    pc G1TLH Try doing that properly!!!\r
3151 \r
3152 <sect1>ping (1)\r
3153 \r
3154 <P>\r
3155 <tt>\r
3156 <bf>ping &lt;node&gt;</bf> Check the link quality between nodes\r
3157 </tt>\r
3158 \r
3159 <P>\r
3160 his command allows you to send a frame to another cluster node on\r
3161 the network and get a return frame.  The time it takes to do this\r
3162 is a good indication of the quality of the link.  The actual time\r
3163 it takes is output to the console in seconds.\r
3164 Any visible cluster node can be PINGed.\r
3165 \r
3166 \r
3167 <sect1>rcmd (1)\r
3168 \r
3169 <P>\r
3170 <tt>\r
3171 <bf>rcmd &lt;node call&gt; &lt;cmd&gt;</bf> Send a command to another DX cluster\r
3172 </tt>\r
3173 \r
3174 <P>\r
3175 This command allows you to send nearly any command to another DX Cluster\r
3176 node that is connected to the system. \r
3177 \r
3178 Whether you get any output is dependant on a) whether the other system knows\r
3179 that the node callsign of this cluster is in fact a node b) whether the\r
3180 other system is allowing RCMDs from this node and c) whether you have\r
3181 permission to send this command at all.\r
3182 \r
3183 <sect1>read (0)\r
3184 \r
3185 <P>\r
3186 <tt>\r
3187 <bf>read</bf> Read the next unread personal message addressed to you<newline>\r
3188 <bf>read &lt;msgno&gt;</bf> Read the specified message<newline>\r
3189 </tt>\r
3190 \r
3191 <P>\r
3192 You can read any messages that are sent as 'non-personal' and also any\r
3193 message either sent by or sent to your callsign.\r
3194 \r
3195 \r
3196 <sect1>read (extended for sysops) (5) \r
3197 \r
3198 <P>\r
3199 <tt>\r
3200 <bf>read &lt;msgno&gt;</bf> Read a message on the system\r
3201 </tt>\r
3202 \r
3203 <P>\r
3204 As a sysop you may read any message on the system\r
3205 \r
3206 <sect1>reject/announce\r
3207 \r
3208 <P>\r
3209 <tt>\r
3210 <bf>reject/announce &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set a reject filter\r
3211 for announce\r
3212 </tt>\r
3213 \r
3214 <P>\r
3215 Create an 'reject this announce' line for a filter. \r
3216 \r
3217 An reject filter line means that if the announce matches this filter it is\r
3218 passed onto the user. See HELP FILTERS for more info. Please read this\r
3219 to understand how filters work - it will save a lot of grief later on.\r
3220 \r
3221 You can use any of the following things in this line:-\r
3222 \r
3223 <tscreen><verb>\r
3224   info <string>            eg: iota or qsl\r
3225   by <prefixes>            eg: G,M,2         \r
3226   origin <prefixes>\r
3227   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
3228   origin_itu <numbers>\r
3229   origin_zone <numbers>\r
3230   by_dxcc <numbers>\r
3231   by_itu <numbers>\r
3232   by_zone <numbers>\r
3233   channel <prefixes>\r
3234   wx 1                     filter WX announces\r
3235   dest <prefixes>          eg: 6MUK,WDX      (distros)\r
3236 </verb></tscreen>\r
3237 \r
3238 some examples:-\r
3239 \r
3240 <tscreen><verb>\r
3241   rej/ann by_zone 14,15,16 and not by G,M,2\r
3242 </verb></tscreen>\r
3243  \r
3244 You can use the tag 'all' to reject everything eg:\r
3245 \r
3246 <tscreen><verb>\r
3247   rej/ann all\r
3248 </verb></tscreen>\r
3249 \r
3250 but this probably for advanced users...\r
3251 \r
3252 <sect1>reject/announce (extended for sysops) (8)\r
3253 \r
3254 <P>\r
3255 <tt>\r
3256 <bf>reject/announce &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Announce filter sysop version\r
3257 </tt>\r
3258 \r
3259 <P>\r
3260 This version allows a sysop to set a filter for a callsign as well as the\r
3261 default for nodes and users eg:-\r
3262 \r
3263 <tscreen><verb>\r
3264   reject/ann by G,M,2\r
3265   reject/ann input node_default by G,M,2\r
3266   reject/ann user_default by G,M,2\r
3267 </verb></tscreen>\r
3268 \r
3269 <sect1>reject/route (8)\r
3270 \r
3271 <P>\r
3272 <tt>\r
3273 <bf>reject/route &lt;call&gt; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set an 'reject' filter line for routing\r
3274 </tt>\r
3275 \r
3276 <P>\r
3277 Create an 'reject this routing PC Protocol' line for a filter. \r
3278 \r
3279 <P>\r
3280 An reject filter line means that if a PC16/17/19/21/24/41/50 matches this filter \r
3281 it is NOT passed thru that interface. See HELP FILTERING for more info. Please \r
3282 read this to understand how filters work - it will save a lot of grief later on.\r
3283 You can use any of the following things in this line:-\r
3284 \r
3285 <tscreen><verb>\r
3286   call <prefixes>        the callsign of the thingy\r
3287   call_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
3288   call_itu <numbers>\r
3289   call_zone <numbers>\r
3290   origin <prefixes>      really the interface it came in on\r
3291   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
3292   origin_itu <numbers>\r
3293   origin_zone <numbers>\r
3294 </verb></tscreen>\r
3295 \r
3296 <P>\r
3297 some examples:-\r
3298 \r
3299 <tscreen><verb>\r
3300   rej/route gb7djk call_dxcc 61,38 (everything except  UK+EIRE nodes)\r
3301 </verb></tscreen>\r
3302 \r
3303 <P>\r
3304 You can use the tag 'all' to reject everything eg:\r
3305 \r
3306 <tscreen><verb>\r
3307   rej/route all     (equiv to [very] restricted mode)\r
3308 </verb></tscreen>\r
3309 \r
3310 <sect1>reject/spots (0)\r
3311 \r
3312 <P>\r
3313 <tt>\r
3314 <bf>reject/spots &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set a reject filter \r
3315 line for spots\r
3316 </tt>\r
3317 \r
3318 <P>\r
3319 Create a 'reject this spot' line for a filter. \r
3320 \r
3321 A reject filter line means that if the spot matches this filter it is\r
3322 dumped (not passed on). See HELP FILTERS for more info. Please read this\r
3323 to understand how filters work - it will save a lot of grief later on.\r
3324 \r
3325 You can use any of the following things in this line:-\r
3326 \r
3327 <tscreen><verb>\r
3328   freq <range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m\r
3329   on <range>             same as 'freq'\r
3330   call <prefixes>        eg: G,PA,HB9\r
3331   info <string>          eg: iota or qsl\r
3332   by <prefixes>            \r
3333   call_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
3334   call_itu <numbers>\r
3335   call_zone <numbers>\r
3336   by_dxcc <numbers>\r
3337   by_itu <numbers>\r
3338   by_zone <numbers>\r
3339   origin <prefixes>\r
3340   channel <prefixes>\r
3341 </verb></tscreen>\r
3342 \r
3343 For frequencies, you can use any of the band names defined in\r
3344 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -\r
3345 thus: hf/ssb. You can also just have a simple range like: 0/30000 -\r
3346 this is more efficient than saying simply: on HF (but don't get\r
3347 too hung up about that)\r
3348 \r
3349 some examples:-\r
3350 \r
3351 <tscreen><verb>\r
3352   rej/spot 1 on hf\r
3353   rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)\r
3354 </verb></tscreen>\r
3355 \r
3356 You can use the tag 'all' to reject everything eg:\r
3357 \r
3358 <tscreen><verb>\r
3359   rej/spot 3 all\r
3360 </verb></tscreen>\r
3361 \r
3362 but this probably for advanced users...\r
3363 \r
3364 <sect1>reject/spots (extended for sysops) (8)\r
3365 \r
3366 <P>\r
3367 <tt>\r
3368 <bf>reject/spots &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf>\r
3369  Reject spot filter sysop version \r
3370 </tt>\r
3371 \r
3372 <P>\r
3373 This version allows a sysop to set a filter for a callsign as well as the\r
3374 default for nodes and users eg:-\r
3375 \r
3376 <tscreen><verb>\r
3377   reject/spot db0sue-7 1 by_zone 14,15,16\r
3378   reject/spot node_default all\r
3379   set/hops node_default 10\r
3380 \r
3381   reject/spot user_default by G,M,2\r
3382 </verb></tscreen>\r
3383 \r
3384 <sect1>reject/wcy (0)\r
3385 \r
3386 <P>\r
3387 <tt>\r
3388 <bf>reject/wcy &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set a reject WCY filter\r
3389 </tt>\r
3390 \r
3391 <P>\r
3392 It is unlikely that you will want to do this, but if you do then you can\r
3393 filter on the following fields:-\r
3394 \r
3395 <tscreen><verb>\r
3396   by <prefixes>            eg: G,M,2         \r
3397   origin <prefixes>\r
3398   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
3399   origin_itu <numbers>\r
3400   origin_zone <numbers>\r
3401   by_dxcc <numbers>\r
3402   by_itu <numbers>\r
3403   by_zone <numbers>\r
3404   channel <prefixes>\r
3405 </verb></tscreen>\r
3406 \r
3407 There are no examples because WCY Broadcasts only come from one place and\r
3408 you either want them or not (see UNSET/WCY if you don't want them).\r
3409 \r
3410 This command is really provided for future use.\r
3411 \r
3412 See HELP FILTER for information.\r
3413 \r
3414 <sect1>reject/wcy (extended for sysops) (8)\r
3415 \r
3416 <P>\r
3417 <tt>\r
3418 <bf>reject/wcy &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf>\r
3419  WCY reject filter sysop version\r
3420 </tt>\r
3421 \r
3422 <P>\r
3423 This version allows a sysop to set a filter for a callsign as well as the\r
3424 default for nodes and users eg:-\r
3425 \r
3426   reject/wcy gb7djk all\r
3427 \r
3428 <sect1>reject/wwv (0)\r
3429 \r
3430 <P>\r
3431 <tt>\r
3432 <bf>reject/wwv &lsqb;0-9&rsqb; &lt;pattern&gt;</bf> Set a reject WWV filter\r
3433 </tt>\r
3434 \r
3435 <P>\r
3436 It is unlikely that you will want to do this, but if you do then you can\r
3437 filter on the following fields:-\r
3438 \r
3439 <tscreen><verb>\r
3440   by <prefixes>            eg: G,M,2         \r
3441   origin <prefixes>\r
3442   origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)\r
3443   origin_itu <numbers>\r
3444   origin_zone <numbers>\r
3445   by_dxcc <numbers>\r
3446   by_itu <numbers>\r
3447   by_zone <numbers>\r
3448   channel <prefixes>\r
3449 </verb></tscreen>\r
3450 \r
3451 for example \r
3452 \r
3453 <tscreen><verb>\r
3454   reject/wwv by_zone 14,15,16\r
3455 </verb></tscreen>\r
3456 \r
3457 is probably the only useful thing to do (which will only show WWV broadcasts\r
3458 by stations in the US).\r
3459 \r
3460 See HELP FILTER for information.\r
3461 \r
3462 <sect1>reject/wwv (extended for sysops) (8)\r
3463 \r
3464 <P>\r
3465 <tt>\r
3466 <bf>reject/wwv &lt;call&gt; &lsqb;input&rsqb; &lsqb;0-9&rsqb; &lt;pattern&gt;</bf>\r
3467  WWV reject filter sysop version\r
3468 </tt>\r
3469 \r
3470 <P>This version allows a sysop to set a filter for a callsign as well as the\r
3471 default for nodes and users eg:-\r
3472 \r
3473 <tscreen><verb>\r
3474   reject/wwv db0sue-7 1 by_zone 4\r
3475   reject/wwv node_default all\r
3476 \r
3477   reject/wwv user_default by W\r
3478 </verb></tscreen>\r
3479 \r
3480 <sect1>reply (0)\r
3481 \r
3482 <P>\r
3483 <tt>\r
3484 <bf>reply</bf> Reply (privately) to the last message that you have read<newline>\r
3485 <bf>reply &lt;msgno&gt;</bf> Reply (privately) to the specified message<newline>\r
3486 <bf>reply B &lt;msgno&gt;</bf> Reply as a Bulletin to the specified message<newline>\r
3487 <bf>reply NOPrivate &lt;msgno&gt;</bf> Reply as a Bulletin to the specified\r
3488 message<newline>\r
3489 <bf>reply RR &lt;msgno&gt;</bf> Reply to the specified message with read \r
3490 receipt<newline>\r
3491 </tt>\r
3492 \r
3493 <P>\r
3494 You can reply to a message and the subject will automatically have\r
3495 "Re:" inserted in front of it, if it isn't already present.\r
3496 \r
3497 You can also use all the extra qualifiers such as RR, PRIVATE, \r
3498 NOPRIVATE, B that you can use with the SEND command (see SEND\r
3499 for further details)\r
3500 \r
3501 <sect1>send (0)\r
3502 \r
3503 <P>\r
3504 <tt>\r
3505 <bf>send &lt;call&gt; &lsqb;&lt;call&gt; ...&rsqb;</bf> Send a message to \r
3506 one or more callsigns<newline>\r
3507 <bf>send RR &lt;call&gt;</bf> Send a message and ask for a read receipt<newline>\r
3508 <bf>send COPY &lt;msgno&gt; &lt;call&gt;</bf> Send a copy of a  message \r
3509 to someone<newline>\r
3510 <bf>send PRIVATE &lt;call&gt;</bf> Send a personal message<newline>\r
3511 <bf>send NOPRIVATE &lt;call&gt;</bf> Send a message to all stations<newline>\r
3512 </tt>\r
3513 \r
3514 <P>\r
3515 All the SEND commands will create a message which will be sent either to\r
3516 an individual callsign or to one of the 'bulletin' addresses. \r
3517 \r
3518 SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is\r
3519 it will mark the message as personal and send it to the cluster node that\r
3520 that callsign is connected to.\r
3521 \r
3522 You can have more than one callsign in all of the SEND commands.\r
3523 \r
3524 You can have multiple qualifiers so that you can have for example:-\r
3525 \r
3526 <tscreen><verb>\r
3527   SEND RR COPY 123 PRIVATE G1TLH G0RDI\r
3528 </verb></tscreen>\r
3529 \r
3530 which should send a copy of message 123 to G1TLH and G0RDI and you will\r
3531 receive a read receipt when they have read the message.\r
3532 \r
3533 SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)\r
3534 SP is an alias for SEND PRIVATE\r
3535 \r
3536 <sect1>set/address (0)\r
3537 \r
3538 <P>\r
3539 <tt>\r
3540 <bf>set/address &lt;your_address&gt;</bf> Record your postal address\r
3541 </tt>\r
3542 \r
3543 <P>\r
3544 Literally, record your address details on the cluster.\r
3545 \r
3546 <sect1>set/announce (0)\r
3547 \r
3548 <P>\r
3549 <tt>\r
3550 <bf>set/announce</bf> Allow announce messages\r
3551 </tt>\r
3552 \r
3553 <P>\r
3554 Allow announce messages to arrive at your terminal.\r
3555 \r
3556 <sect1>set/arcluster (5)\r
3557 \r
3558 <P>\r
3559 <tt>\r
3560 <bf>set/arcluster &lt;node_call&gt; &lsqb;&lt;node_call&gt; ...&rsqb;</bf> Make\r
3561 the node_call an AR-Cluster type node\r
3562 </tt>\r
3563 \r
3564 <P>\r
3565 Set the node_call as an AR-Cluster type node\r
3566 \r
3567 <sect1>set/baddx (8)\r
3568 \r
3569 <P>\r
3570 <tt>\r
3571 <bf>set/baddx &lt;call&gt;</bf> Stop words we do not wish to see in the callsign field\r
3572 of a dx spot being propagated\r
3573 </tt>\r
3574 \r
3575 <P>\r
3576 Setting a word as 'baddx' will prevent spots with that word in the callsign \r
3577 field of a DX spot from going any further. They will not be displayed and they \r
3578 will not be sent onto other nodes.\r
3579 \r
3580 The word must be wriiten in full, no wild cards are allowed eg:-\r
3581 \r
3582 <tscreen><verb>\r
3583   set/baddx FORSALE VIDEO FR0G \r
3584 </verb></tscreen>\r
3585 \r
3586 To allow a word again, use the following command ...\r
3587 \r
3588 <tscreen><verb>\r
3589   unset/baddx VIDEO\r
3590 </verb></tscreen>\r
3591 \r
3592 <sect1>set/badnode (6)\r
3593 \r
3594 <P>\r
3595 <tt>\r
3596 <bf>set/badnode &lt;node_call&gt;</bf> Stop spots from this node_call\r
3597 being propagated\r
3598 </tt>\r
3599 \r
3600 <P>\r
3601 Setting a callsign as a 'badnode' will prevent spots from that node \r
3602 going any further. They will not be displayed and they will not be \r
3603 sent onto other nodes.\r
3604 \r
3605 The call can be a full or partial call (or a prefix), eg:-\r
3606 \r
3607 <tscreen><verb>\r
3608   set/badnode K1TTT \r
3609 </verb></tscreen>\r
3610 \r
3611 will stop anything from K1TTT (including any SSID's)\r
3612 \r
3613 <tscreen><verb>\r
3614   unset/badnode K1TTT\r
3615 </verb></tscreen>\r
3616 \r
3617 will allow spots from him again.\r
3618 \r
3619 Use with extreme care. This command may well be superceded by FILTERing.\r
3620 \r
3621 <sect1>set/badspotter (8)\r
3622 \r
3623 <P>\r
3624 <tt>\r
3625 <bf>set/badspotter &lt;call&gt;</bf> Stop spots from this callsign being propagated\r
3626 </tt>\r
3627 \r
3628 <P>\r
3629 Setting a callsign as a 'badspotter' will prevent spots from this callsign \r
3630 going any further. They will not be displayed and they will not be \r
3631 sent onto other nodes.\r
3632 \r
3633 The call must be written in full, no wild cards are allowed eg:-\r
3634 \r
3635 <tscreen><verb>\r
3636   set/badspotter VE2STN \r
3637 </verb></tscreen>\r
3638 \r
3639 will stop anything from VE2STN. If you want SSIDs as well then you must\r
3640 enter them specifically.\r
3641 \r
3642 <tscreen><verb>\r
3643   unset/badspotter VE2STN\r
3644 </verb></tscreen>\r
3645 \r
3646 will allow spots from him again.\r
3647 \r
3648 Use with extreme care. This command may well be superceded by FILTERing.\r
3649 \r
3650 <sect1>set/badword (8)\r
3651 \r
3652 <P>\r
3653 <tt>\r
3654 <bf>set/badword &lt;word&gt;</bf> Stop things with this word being propogated\r
3655 </tt>\r
3656 \r
3657 <P>\r
3658 Setting a word as a 'badword' will prevent things like spots,\r
3659 announces or talks with this word in the the text part from going any\r
3660 further. They will not be displayed and they will not be sent onto\r
3661 other nodes.\r
3662 \r
3663 The word must be written in full, no wild cards are allowed eg:-\r
3664 \r
3665   set/badword annihilate annihilated annihilation \r
3666 \r
3667 will stop anything with these words in the text.\r
3668 \r
3669   unset/badword annihilated\r
3670 \r
3671 will allow text with this word again.\r
3672 \r
3673 \r
3674 <sect1>set/beep (0)\r
3675 \r
3676 <P>\r
3677 <tt>\r
3678 <bf>set/beep</bf> Add beeps to terminal messages\r
3679 </tt>\r
3680 \r
3681 <P>\r
3682 Add a beep to DX and other terminal messages.\r
3683 \r
3684 <sect1>set/bbs (5)\r
3685 \r
3686 <P>\r
3687 <tt>\r
3688 <bf>set/bbs &lt;call&gt; &lsqb;&lt;call&gt;..&rsqb;</bf>Make &lt;call&gt; a BBS\r
3689 </tt>\r
3690 \r
3691 <sect1>set/clx (5)\r
3692 \r
3693 <P>\r
3694 <tt>\r
3695 <bf>set/clx &lt;node_call&gt; &lsqb;&lt;node_call&gt; ...&rsqb;</bf> Make\r
3696 the node_call a CLX type node\r
3697 </tt>\r
3698 \r
3699 <P>\r
3700 Set the node_call as a CLX type node\r
3701 \r
3702 <sect1>set/debug (9)\r
3703 \r
3704 <P>\r
3705 <tt>\r
3706 <bf>set/debug &lt;name&gt;</bf> Add a debug level to the debug set\r
3707 </tt>\r
3708 \r
3709 <P>\r
3710 You can choose to log several different levels.  The levels are\r
3711 \r
3712 chan\r
3713 state\r
3714 msg\r
3715 cron\r
3716 connect\r
3717 \r
3718 You can show what levels you are logging with the <em>show/debug</em>\r
3719 command.\r
3720 \r
3721 You can remove a debug level with unset/debug &lt;name&gt;\r
3722 \r
3723 <sect1>set/dx (0)\r
3724 \r
3725 <P>\r
3726 <tt>\r
3727 <bf>set/dx</bf>Allow DX messages to arrive at your terminal\r
3728 </tt>\r
3729 \r
3730 <P>\r
3731 You can stop DX messages with the <em>unset/dx</em> command\r
3732 \r
3733 <sect1>set/dxgrid (0)\r
3734 \r
3735 <P>\r
3736 <tt>\r
3737 <bf>set/dxgrid</bf>Allow grid squares on the end of DX messages\r
3738 </tt>\r
3739 \r
3740 <P>\r
3741 Some logging programs do not like the additional information at\r
3742 the end of a DX spot.  If this is the case, use the <em>unset/dxgrid</em>\r
3743 command to remove the grid squares.\r
3744 \r
3745 <sect1>set/dxnet (5)\r
3746 \r
3747 <P>\r
3748 <tt>\r
3749 <bf>set/dxnet &lt;node_call&gt; &lsqb;&lt;node_call&gt; ...&rsqb;</bf> Make\r
3750 the node_call a DXNet type node\r
3751 </tt>\r
3752 \r
3753 <P>\r
3754 Set the node_call as a DXNet type node\r
3755 \r
3756 <sect1>set/echo (0)\r
3757 \r
3758 <P>\r
3759 <tt>\r
3760 <bf>set/echo</bf> Make the cluster echo your input\r
3761 </tt>\r
3762 \r
3763 <P>\r
3764 If you are connected via a telnet session, different implimentations\r
3765 of telnet handle echo differently depending on whether you are \r
3766 connected via port 23 or some other port. You can use this command\r
3767 to change the setting appropriately. \r
3768 \r
3769 You can remove the echo with the <em>unset/echo</em> command\r
3770 \r
3771 The setting is stored in your user profile.\r
3772 \r
3773 YOU DO NOT NEED TO USE THIS COMMAND IF YOU ARE CONNECTED VIA AX25.\r
3774 \r
3775 <sect1>set/email (0)\r
3776 \r
3777 <P>\r
3778 <tt>\r
3779 <bf>set/email &lt;email_address&gt;</bf> Set email address(es) and forward your personals\r
3780 </tt>\r
3781 \r
3782 <P>\r
3783 If any personal messages come in for your callsign then you can use\r
3784 these commands to control whether they are forwarded onto your email\r
3785 address. To enable the forwarding do something like:-\r
3786 \r
3787   SET/EMAIL mike.tubby@somewhere.com\r
3788 \r
3789 You can have more than one email address (each one separated by a space).\r
3790 Emails are forwarded to all the email addresses you specify.\r
3791 \r
3792 You can disable forwarding by:-\r
3793 \r
3794   UNSET/EMAIL\r
3795 \r
3796 <sect1>set/here (0)\r
3797 \r
3798 <P>\r
3799 <tt>\r
3800 <bf>set/here</bf> Set the here flag\r
3801 </tt>\r
3802 \r
3803 <P>\r
3804 Let others on the cluster know you are here by only displaying your\r
3805 callsign.  If you are away from your terminal you can use the <em>unset/here</em>\r
3806 command to let people know you are away.  This simply puts brackets\r
3807 around your callsign to indicate you are not available.\r
3808 \r
3809 <sect1>set/homenode (0)\r
3810 \r
3811 <P>\r
3812 <tt>\r
3813 <bf>set/homenode &lt;node_call&gt;</bf> Set your home cluster\r
3814 </tt>\r
3815 \r
3816 <P>\r
3817 Tell the cluster system where you normally connect to. Any Messages sent\r
3818 to you will normally find their way there should you not be connected.\r
3819 eg:-\r
3820 \r
3821 <tscreen><verb>\r
3822   SET/HOMENODE gb7djk\r
3823 </verb></tscreen>\r
3824 \r
3825 <sect1>set/hops (8)\r
3826 \r
3827 <P>\r
3828 <tt>\r
3829 <bf>set/hops &lt;node_call&gt; ann&verbar;spots&verbar;wwv&verbar;wcy &lt;n&gt;</bf>\r
3830 Set hop count\r
3831 </tt>\r
3832 \r
3833 <P>\r
3834 Set the hop count for a particular type of broadcast for a node.\r
3835 \r
3836 This command allows you to set up special hop counts for a node \r
3837 for currently: announce, spots, wwv and wcy broadcasts.\r
3838 \r
3839 <tscreen><verb>\r
3840 eg:\r
3841   set/hops gb7djk ann 10\r
3842   set/hops gb7mbc spots 20\r
3843 </verb></tscreen>\r
3844 \r
3845 Set SHOW/HOPS for information on what is already set. This command\r
3846 creates a filter and works in conjunction with the filter system. \r
3847 \r
3848 <sect1>set/isolate (9)\r
3849 \r
3850 <P>\r
3851 <tt>\r
3852 <bf>set/isolate &lt;node call&gt;</bf> Isolate a node from the rest of the network\r
3853 </tt>\r
3854 \r
3855 <P>\r
3856 Connect a node to your system in such a way that you are a full protocol\r
3857 member of its network and can see all spots on it, but nothing either leaks\r
3858 out from it nor goes back into from the rest of the nodes connected to you.\r
3859 \r
3860 You can potentially connect several nodes in this way.\r
3861 \r
3862 You can see which nodes are isolated with the show/isolate (1) command.\r
3863 \r
3864 You can remove the isolation with the command unset/isolate.\r
3865 \r
3866 <sect1>set/language (0)\r
3867 \r
3868 <P>\r
3869 <tt>\r
3870 <bf>set/language &lt;language&gt;</bf> Set the language you wish to use\r
3871 </tt>\r
3872 \r
3873 <P>\r
3874 You can select the language that you want the cluster to use. Currently\r
3875 the languages available are <em>en</em> (English) and <em>nl</em> (Dutch).\r
3876 \r
3877 <sect1>set/location (0)\r
3878 \r
3879 <P>\r
3880 <tt>\r
3881 <bf>set/location &lt;lat and long&gt;</bf> Set your latitude and longitude\r
3882 </tt>\r
3883 \r
3884 <P>\r
3885 You can set your latitude and longitude manually or alternatively use the\r
3886 <em>set/qra</em> command which will do the conversion for you.\r
3887 \r
3888 <tscreen><verb>\r
3889   set/location 54 04 N 2 02 E\r
3890 </verb></tscreen>\r
3891 \r
3892 \r
3893 <sect1>set/sys_location (9)\r
3894 \r
3895 <P>\r
3896 <tt>\r
3897 <bf>set/sys_location &lt;lat & long&gt;</bf> Set your cluster latitude and longitude\r
3898 </tt>\r
3899 \r
3900 <P>\r
3901 In order to get accurate headings and such like you must tell the system\r
3902 what your latitude and longitude is. If you have not yet done a SET/QRA\r
3903 then this command will set your QRA locator for you. For example:-\r
3904 \r
3905 <tscreen><verb>\r
3906   SET/LOCATION 52 22 N 0 57 E\r
3907 </verb></tscreen>\r
3908 \r
3909 <sect1>set/logininfo (0)\r
3910 \r
3911 <P>\r
3912 <tt>\r
3913 <bf>set/logininfo</bf> Show logins and logouts of nodes and users\r
3914 </tt>\r
3915 \r
3916 <P>\r
3917 Show users and nodes when they log in and out of the local cluster.  You\r
3918 can stop these messages by using the <em>unset/logininfo</em> command.\r
3919 \r
3920 \r
3921 <sect1>set/lockout (9)\r
3922 \r
3923 <P>\r
3924 <tt>\r
3925 <bf>set/lockout &lt;call&gt;</bf> Stop a callsign connecting to the cluster\r
3926 </tt>\r
3927 \r
3928 <P>\r
3929 You can show who is locked out with the <em>show/lockout</em> command.\r
3930 To allow the user to connect again, use the <em>unset/lockout</em> command.\r
3931 \r
3932 <sect1>set/name (0)\r
3933 \r
3934 <P>\r
3935 <tt>\r
3936 <bf>set/name &lt;your_name&gt;</bf> Set your name\r
3937 </tt>\r
3938 \r
3939 <P>\r
3940 Tell the cluster what your name is, eg:-\r
3941 \r
3942 <tscreen><verb>\r
3943   set/name Dirk\r
3944 </verb></tscreen>\r
3945 \r
3946 <sect1>set/node (9)\r
3947 \r
3948 <P>\r
3949 <tt>\r
3950 <bf>set/node &lt;call&gt; [&lt;call&gt; ...]</bf> Make the callsign an AK1A cluster\r
3951 </tt>\r
3952 \r
3953 <P>\r
3954 Tell the system that the call(s) are to be treated as AK1A cluster and\r
3955 fed PC Protocol rather normal user commands.\r
3956 \r
3957 From version 1.41 you can also set the following types of cluster\r
3958 \r
3959 <tscreen><verb>\r
3960   set/spider\r
3961   set/dxnet\r
3962   set/clx\r
3963   set/arcluster\r
3964 </verb></tscreen>\r
3965 \r
3966 To see what your nodes are set to, use the <em>show/nodes</em> command.\r
3967 \r
3968 <sect1>set/obscount (9)\r
3969 \r
3970 <P>\r
3971 <tt>\r
3972 <bf>set/obscount &lt;count&gt; &lt;node call&gt;</bf> Set the 'pump-up' \r
3973 obsolescence counter\r
3974 </tt>\r
3975 \r
3976 <P>\r
3977 From version 1.35 onwards neighbouring nodes are pinged at regular intervals (see\r
3978 SET/PINGINTERVAL), usually 300 seconds or 5 minutes. There is a 'pump-up'\r
3979 counter which is decremented on every outgoing ping and then reset to\r
3980 the 'obscount' value on every incoming ping. The default value of this\r
3981 parameter is 2. \r
3982 \r
3983 What this means is that a neighbouring node will be pinged twice at \r
3984 (default) 300 second intervals and if no reply has been heard just before\r
3985 what would be the third attempt, that node is disconnected.\r
3986 \r
3987 If a ping is heard then the obscount is reset to the full value. Using\r
3988 default values, if a node has not responded to a ping within 15 minutes,\r
3989 it is disconnected.\r
3990 \r
3991 <sect1>set/page (0)\r
3992 \r
3993 <P>\r
3994 <tt>\r
3995 <bf>set/page &lt;n&gt;</bf> Set the number of lines per page\r
3996 </tt>\r
3997 \r
3998 <P>\r
3999 Tell the system how many lines you wish on a page when the number of lines\r
4000 of output from a command is more than this. The default is 20. Setting it\r
4001 explicitly to 0 will disable paging. \r
4002 \r
4003 <tscreen><verb>\r
4004   SET/PAGE 30\r
4005   SET/PAGE 0\r
4006 </verb></tscreen>\r
4007 \r
4008 The setting is stored in your user profile.\r
4009 \r
4010 <sect1>set/password (0)\r
4011 \r
4012 <P>\r
4013 <tt>\r
4014 <bf>set/password</bf> Set your own password\r
4015 </tt>\r
4016 \r
4017 <P>\r
4018 This command only works for a 'telnet' user (currently). It will\r
4019 only work if you have a password already set. This initial password\r
4020 can only be set by the sysop.\r
4021 \r
4022 When you execute this command it will ask you for your old password,\r
4023 then ask you to type in your new password twice (to make sure you\r
4024 get it right). You may or may not see the data echoed on the screen\r
4025 as you type, depending on the type of telnet client you have.\r
4026 \r
4027 <sect1>set/password (9)\r
4028 \r
4029 <P>\r
4030 <tt>\r
4031 <bf>set/password &lt;callsign&gt; &lt;string&gt;</bf> Set a users password\r
4032 </tt>\r
4033 \r
4034 <P>\r
4035 The password for a user can only be set by a full sysop. The string\r
4036 can contain any characters. \r
4037 \r
4038 The way this field is used depends on context. If it is being used in\r
4039 the SYSOP command context then you are offered 5 random numbers and you\r
4040 have to supply the corresponding letters. This is now mainly for ax25\r
4041 connections.\r
4042 \r
4043 If it is being used on incoming telnet connections then, if a password\r
4044 is set or the:\r
4045 \r
4046   set/var $main::passwdreq = 1\r
4047 \r
4048 command is executed in the startup script, then a password prompt is\r
4049 given after the normal 'login: ' prompt.  \r
4050 \r
4051 The command "unset/password" is provided to allow a sysop to remove a\r
4052 users password completely in case a user forgets or loses their password.\r
4053 \r
4054 <sect1>set/pinginterval (9)\r
4055 \r
4056 <P>\r
4057 <tt><bf>set/pinginterval &lt;time&gt; &lt;node call&gt;</bf> Set the ping time \r
4058 to neighbouring nodes\r
4059 </tt>\r
4060 \r
4061 <P>\r
4062 As from version 1.35 all neighbouring nodes are pinged at regular intervals\r
4063 in order to determine the rolling quality of the link and, in future, to\r
4064 affect routing decisions. The default interval is 300 secs or 5 minutes.\r
4065 \r
4066 You can use this command to set a different interval. Please don't. \r
4067 \r
4068 But if you do the value you enter is treated as minutes up 60 and seconds\r
4069 for numbers greater than that.\r
4070 \r
4071 This is used also to help determine when a link is down at the far end\r
4072 (as certain cluster software doesn't always notice), see SET/OBSCOUNT\r
4073 for more information.\r
4074 \r
4075 <sect1>set/privilege (9)\r
4076 \r
4077 <P>\r
4078 <tt>\r
4079 <bf>set/privilege &lt;n&gt; &lt;call&gt; [&lt;call&gt; ...]</bf> Set the \r
4080 privilege level on a call\r
4081 </tt>\r
4082 \r
4083 <P>\r
4084 Set the privilege level on a callsign. The privilege levels that pertain\r
4085 to commands are as default:-\r
4086 \r
4087 <tscreen><verb>\r
4088   0 - normal user\r
4089   1 - allow remote nodes normal user RCMDs\r
4090   5 - various privileged commands (including shutdown, but not disc-\r
4091       connect), the normal level for another node.\r
4092   8 - more privileged commands (including disconnect)\r
4093   9 - local sysop privilege. DO NOT SET ANY REMOTE USER OR NODE TO THIS\r
4094       LEVEL.\r
4095 </verb></tscreen>\r
4096 \r
4097 If you are a sysop and you come in as a normal user on a remote connection\r
4098 your privilege will automatically be set to 0.\r
4099 \r
4100 <sect1>set/spider (5)\r
4101 \r
4102 <P>\r
4103 <tt>\r
4104 <bf>set/spider &lt;node_call&gt; &lsqb;&lt;node_call&gt; ...&rsqb;</bf> Make\r
4105 the node_call a DXSpider type node\r
4106 </tt>\r
4107 \r
4108 <P>\r
4109 Set the node_call as a DXSpider type node\r
4110 \r
4111 <sect1>set/sys_qra (9)\r
4112 \r
4113 <P>\r
4114 <tt>\r
4115 <bf>set/sys_qra &lt;locator&gt;</bf> Set your cluster QRA locator\r
4116 </tt>\r
4117 \r
4118 <sect1>set/qra (0)\r
4119 \r
4120 <P>\r
4121 <tt>\r
4122 <bf>set/qra &lt;locator&gt;</bf> Set your QRA locator\r
4123 </tt>\r
4124 \r
4125 <P>\r
4126 Tell the system what your QRA (or Maidenhead) locator is. If you have not\r
4127 done a SET/LOCATION then your latitude and longitude will be set roughly\r
4128 correctly (assuming your locator is correct ;-). For example:-\r
4129 \r
4130 <tscreen><verb>\r
4131   SET/QRA JO02LQ\r
4132 </verb></tscreen>\r
4133 \r
4134 <sect1>set/qth (0)\r
4135 \r
4136 <P>\r
4137 <tt>\r
4138 <bf>set/qth &lt;your QTH&gt;</bf> Set your QTH\r
4139 </tt>\r
4140 \r
4141 <P>\r
4142 Tell the system where your are.  For example:-\r
4143 \r
4144 <tscreen><verb>\r
4145   set/qth East Dereham, Norfolk\r
4146 </verb></tscreen>\r
4147 \r
4148 <sect1>set/register (9)\r
4149 \r
4150 <P>\r
4151 <tt>\r
4152 <bf>set/register &lt;call&gt;</bf> Mark a user as registered\r
4153 </tt>\r
4154 \r
4155 <P>\r
4156 Registration is a concept that you can switch on by executing the\r
4157 \r
4158   set/var $main::regreq = 1 \r
4159 \r
4160 command (usually in your startup file)\r
4161 \r
4162 If a user is NOT registered then, firstly, instead of the normal\r
4163 motd file (/spider/data/motd) being sent to the user at startup, the\r
4164 user is sent the motd_nor file instead. Secondly, the non registered\r
4165 user only has READ-ONLY access to the node. The non-registered user\r
4166 cannot use DX, ANN etc. \r
4167 \r
4168 The only exception to this is that a non-registered user can TALK or\r
4169 SEND messages to the sysop.\r
4170  \r
4171 To unset a user use the 'unset/register' command\r
4172 \r
4173 <sect1>set/talk (0)\r
4174 \r
4175 <P>\r
4176 <tt>\r
4177 <bf>set/talk</bf> Allow talk messages to be seen at your console\r
4178 </tt>\r
4179 \r
4180 <P>\r
4181 Allow talk messages to arrive at your console.  You can switch off\r
4182 talks with the <em>unset/talk</em> command.\r
4183 \r
4184 <sect1>set/wcy (0)\r
4185 \r
4186 <P>\r
4187 <tt>\r
4188 <bf>set/wcy</bf> Allow WCY messages to be seen at your console\r
4189 </tt>\r
4190 \r
4191 <P>\r
4192 Allow WCY information to be seen at your console.  You can switch off\r
4193 WCY messages with the <em>unset/wcy</em> command.\r
4194 \r
4195 <sect1>set/wwv (0)\r
4196 \r
4197 <P>\r
4198 <tt>\r
4199 <bf>set/wwv</bf> Allow WWV messages to be seen at your console\r
4200 </tt>\r
4201 \r
4202 <P>\r
4203 Allow WWV information to be seen at your console.  You can switch off\r
4204 WWV messages with the <em>unset/wwv</em> command.\r
4205 \r
4206 <sect1>set/wx (0)\r
4207 \r
4208 <P>\r
4209 <tt>\r
4210 <bf>set/wx</bf> Allow WX messages to be seen at your console\r
4211 </tt>\r
4212 \r
4213 <P>\r
4214 Allow WX information to be seen at your console.  You can switch off\r
4215 WX messages with the <em>unset/wx</em> command.\r
4216 \r
4217 <sect1>show/baddx (1)\r
4218 \r
4219 <P>\r
4220 <tt>\r
4221 <bf>show/baddx</bf>Show all the bad dx calls in the system\r
4222 </tt>\r
4223 \r
4224 <P>\r
4225 Display all the bad dx callsigns in the system, see SET/BADDX\r
4226 for more information.\r
4227 \r
4228 <sect1>show/badnode (6)\r
4229 \r
4230 <P>\r
4231 <tt>\r
4232 <bf>show/badnode</bf> Show all the bad nodes in the system\r
4233 </tt>\r
4234 \r
4235 <P>\r
4236 Display all the bad node callsigns in the system, see SET/BADNODE\r
4237 for more information.\r
4238 \r
4239 <sect1>show/badspotter (1)\r
4240 \r
4241 <P>\r
4242 <tt>\r
4243 <bf>show/badspotter</bf> Show all the bad spotters in the system\r
4244 </tt>\r
4245 \r
4246 <P>\r
4247 Display all the bad spotter's callsigns in the system, see SET/BADSPOTTER\r
4248 for more information.\r
4249 \r
4250 <sect1>show/badword (1)\r
4251 \r
4252 <P>\r
4253 <tt>\r
4254 <bf>show/badword</bf> Show all the bad words in the system\r
4255 </tt>\r
4256 \r
4257 <P>\r
4258 Display all the bad words in the system, see SET/BADWORD\r
4259 for more information.\r
4260 \r
4261 <sect1>show/configuration (0)\r
4262 \r
4263 <P>\r
4264 <tt>\r
4265 <bf>show/configuration &lsqb;&lt;node&gt;&rsqb;</bf> Show all visible nodes and their users\r
4266 </tt>\r
4267 \r
4268 <P>\r
4269 This command allows you to see all the users that can be seen\r
4270 and the nodes to which they are connected.  With the optional <em>node</em>,\r
4271 you can specify a particular node to look at.\r
4272 \r
4273 This command is normally abbreviated to: sh/c\r
4274 \r
4275 BE WARNED: the list that is returned can be VERY long\r
4276 \r
4277 <sect1>show/configuration/node (0)\r
4278 \r
4279 <P>\r
4280 <tt>\r
4281 <bf>show/configuration/node</bf> Show all the nodes connected\r
4282 </tt>\r
4283 \r
4284 <P>\r
4285 Show all the nodes connected locally and the nodes they have connected.\r
4286 \r
4287 <sect1>show/connect (1)\r
4288 \r
4289 <P>\r
4290 <tt>\r
4291 <bf>show/connect</bf> Show all the active connections\r
4292 </tt>\r
4293 \r
4294 <P>\r
4295 This command shows information on all the active connections known to\r
4296 the node. This command gives slightly more information than WHO.\r
4297 \r
4298 <sect1>show/date (0)\r
4299 \r
4300 <P>\r
4301 <tt>\r
4302 <bf>show/date &lsqb;&lt;prefix&gt;&verbar;&lt;callsign&gt;&rsqb;</bf> Show\r
4303 the local time\r
4304 </tt>\r
4305 \r
4306 <P>\r
4307 This is very nearly the same as SHOW/TIME, the only difference the format\r
4308 of the date string if no arguments are given.\r
4309 \r
4310 If no prefixes or callsigns are given then this command returns the local\r
4311 time and UTC as the computer has it right now. If you give some prefixes\r
4312 then it will show UTC and UTC + the local offset (not including DST) at\r
4313 the prefixes or callsigns that you specify.\r
4314 \r
4315 <sect1>show/debug (9)\r
4316 \r
4317 <P>\r
4318 <tt>\r
4319 <bf>show/debug</bf> Show what levels of debug you are logging\r
4320 </tt>\r
4321 \r
4322 <P>\r
4323 The levels can be set with <em>set/debug</em>\r
4324 \r
4325 <sect1>show/dx (0)\r
4326 \r
4327 <P>\r
4328 <tt>\r
4329 <bf>show/dx &lsqb;options&rsqb;</bf> interrogate the spot database\r
4330 </tt>\r
4331 \r
4332 <P>\r
4333 If you just type SHOW/DX you will get the last so many spots\r
4334 (sysop configurable, but usually 10).\r
4335    \r
4336 In addition you can add any number of these options in very nearly\r
4337 any order to the basic SHOW/DX command, they are:-\r
4338 \r
4339 <tscreen><verb>   \r
4340 on &lt;band&gt;       - eg 160m 20m 2m 23cm 6mm\r
4341 on &lt;region&gt;     - eg hf vhf uhf shf      (see SHOW/BANDS)\r
4342    \r
4343 &lt;number&gt;        - the number of spots you want\r
4344 &lt;from&gt;-&lt;to&gt     - &lt;from&gt; spot no &lt;to&gt; spot no in \r
4345                   the selected list\r
4346    \r
4347 &lt;prefix&gt;        - for a spotted callsign beginning with &lt;prefix&gt;\r
4348 *&lt;suffix&gt;       - for a spotted callsign ending in &lt;suffix&gt;\r
4349 *&lt;string&gt;*      - for a spotted callsign containing &lt;string&gt;\r
4350    \r
4351 day &lt;number&gt;    - starting &lt;number&gt; days ago\r
4352 day &lt;from&gt;-&lt;to&gt; - &lt;from&gt; days &lt;to&gt; days ago\r
4353    \r
4354 info &lt;text&gt;     - any spots containing &lt;text&gt; in the info or remarks\r
4355    \r
4356 by &lt;call&gt;       - any spots spotted by &lt;call&gt; (spotter &lt;call&gt; \r
4357                         is the same).\r
4358 \r
4359 qsl             - this automatically looks for any qsl info on the call\r
4360                   held in the spot database.\r
4361 \r
4362 iota &lsqb;&lt;iota&gt;&rsqb;   - If the iota island number is missing it will \r
4363                   look for the string iota and anything which looks like \r
4364                   an iota island number. If you specify then it will look \r
4365                   for that island.\r
4366 \r
4367 qra &lsqb;&lt;locator&gt;&rsqb; - this will look for the specific locator if \r
4368                   you specify one or else anything that looks like a locator.\r
4369 </verb></tscreen>\r
4370    \r
4371 e.g. \r
4372 \r
4373 <tscreen><verb>   \r
4374    SH/DX 9m0\r
4375    SH/DX on 20m info iota\r
4376    SH/DX 9a on vhf day 30\r
4377    SH/DX rf1p qsl\r
4378    SH/DX iota \r
4379    SH/DX iota eu-064\r
4380    SH/DX qra jn86\r
4381 </verb></tscreen>\r
4382 \r
4383 <sect1>show/dxcc (0)\r
4384 \r
4385 <P>\r
4386 <tt>\r
4387 <bf>show/dxcc &lt;prefix&gt;</bf> Interrogate the spot database by country\r
4388 </tt>\r
4389 \r
4390 <P>\r
4391 This command takes the &lt;prefix&gt; (which can be a full or partial \r
4392 callsign if desired), looks up which internal country number it is\r
4393 and then displays all the spots as per SH/DX for that country.\r
4394    \r
4395 The options for SHOW/DX also apply to this command.   \r
4396 e.g. \r
4397 \r
4398 <tscreen><verb>   \r
4399    SH/DXCC G\r
4400    SH/DXCC W on 20m info iota\r
4401 </verb></tscreen>\r
4402 \r
4403 <sect1>sh/dxstats (0)\r
4404 \r
4405 <P>\r
4406 <tt>\r
4407 <bf>sh/dxstats</bf> Show the DX Statistics for last 31 days\r
4408 </tt>\r
4409 \r
4410 <P>\r
4411 Show the total DX spots for the last 31 days\r
4412 \r
4413 \r
4414 <sect1>show/files (0)\r
4415 \r
4416 <P>\r
4417 <tt>\r
4418 <bf>show/files &lsqb;&lt;filearea&gt; &lsqb;&lt;string&gt;&rsqb;&rsqb;</bf> List\r
4419 the contents of a filearea\r
4420 </tt>\r
4421 \r
4422 <P>\r
4423 SHOW/FILES on its own will show you a list of the various fileareas\r
4424 available on the system. To see the contents of a particular file\r
4425 area type:-\r
4426 \r
4427 <tscreen><verb>\r
4428    SH/FILES &lt;filearea&gt;\r
4429 </verb></tscreen>\r
4430 \r
4431 where &lt;filearea&gt; is the name of the filearea you want to see the \r
4432 contents of.\r
4433 \r
4434 You can also use shell globbing characters like '*' and '?' in a\r
4435 string to see a selection of files in a filearea eg:-\r
4436 \r
4437 <tscreen><verb>\r
4438    SH/FILES bulletins arld*\r
4439 </verb></tscreen>\r
4440 \r
4441 See also TYPE - to see the contents of a file.\r
4442 \r
4443 <sect1>show/filter (0)\r
4444 \r
4445 <P>\r
4446 <tt>\r
4447 <bf>show/filter</bf> Show the filters you have set\r
4448 </tt>\r
4449 \r
4450 <P>\r
4451 Show the contents of all the filters that are set by you. This command \r
4452 displays all the filters set - for all the various categories.\r
4453 \r
4454 <sect1>show/filter (extended for sysops) (5)\r
4455 \r
4456 <P>\r
4457 <tt>\r
4458 <bf>show/filter &lt;callsign&gt;</bf> Show the filters set by &lt;callsign&gt;\r
4459 </tt>\r
4460 \r
4461 <P>\r
4462 A sysop can look at any filters that have been set.\r
4463 \r
4464 <sect1>show/hfstats (0)\r
4465 \r
4466 <P>\r
4467 <tt>\r
4468 <bf>show/hfstats</bf> Show the HF DX Statistics for last 31 days\r
4469 </tt>\r
4470 \r
4471 <P>\r
4472 Show the HF DX spots breakdown by band for the last 31 days\r
4473 \r
4474 <sect1>show/hftable (0)\r
4475 \r
4476 <P>\r
4477 <tt>\r
4478 <bf>show/hftable</bf> Show the HF DX Spotter Table for your country\r
4479 </tt>\r
4480 \r
4481 <P>\r
4482 Show the HF DX Spotter table for your country for the last 31 days\r
4483 \r
4484 <sect1>show/hops (8)\r
4485 \r
4486 <P>\r
4487 <tt>\r
4488 <bf>show/hops &lt;node_call&gt; &lsqb;ann&verbar;spots&verbar;wcy&verbar;wwv&verbar;&rsqb;</bf> Show the hop \r
4489 counts for a node\r
4490 </tt>\r
4491 \r
4492 <P>\r
4493 This command shows the hop counts set up for a node. You can specify\r
4494 which category you want to see. If you leave the category out then \r
4495 all the categories will be listed.\r
4496 \r
4497 <sect1>show/isolate (1)\r
4498 \r
4499 <P>\r
4500 <tt>\r
4501 <bf>show/isolate</bf> Show a list of isolated nodes\r
4502 </tt>\r
4503 \r
4504 <P>\r
4505 Show which nodes are currently set to be isolated.\r
4506 \r
4507 <sect1>show/lockout (9)\r
4508 \r
4509 <P>\r
4510 <tt>\r
4511 <bf>show/lockout</bf> Show a list of excluded callsigns\r
4512 </tt>\r
4513 \r
4514 <P>\r
4515 Show a list of callsigns that have been excluded (locked out) of the\r
4516 cluster locally with the <em>set/lockout</em> command\r
4517 \r
4518 <sect1>show/log (8)\r
4519 \r
4520 <P>\r
4521 <tt>\r
4522 <bf>show/log &lsqb;&lt;callsign&gt;&rsqb;</bf> Show excerpts from the system log\r
4523 </tt>\r
4524 \r
4525 <P>\r
4526 This command outputs a short section of the system log.  On its own\r
4527 it will output a general logfile.  With the optional callsign it will\r
4528 show output from the log associated with that callsign.\r
4529 \r
4530 <sect1>show/moon (0)\r
4531 \r
4532 <P>\r
4533 <tt>\r
4534 <bf>show/moon &lsqb;&lt;prefix&gt;&verbar;&lt;callsign&gt;&rsqb;</bf> Show moon\r
4535 rise and set times\r
4536 </tt>\r
4537 \r
4538 <P>\r
4539 Show the Moon rise and set times for a (list of) prefixes or callsigns, \r
4540 together with the azimuth and elevation of the sun currently at those\r
4541 locations.\r
4542 \r
4543 If you don't specify any prefixes or callsigns, it will show the times for\r
4544 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),\r
4545 together with the current azimuth and elevation.\r
4546 \r
4547 In addition, it will show the gain or loss dB relative to the nominal \r
4548 distance of 385,000Km due to the ellipsoidal nature of the orbit.\r
4549 \r
4550 If all else fails it will show the Moonrise and set times for the node\r
4551 that you are connected to. \r
4552 \r
4553 For example:-\r
4554 \r
4555 <tscreen><verb>\r
4556   SH/MOON\r
4557   SH/MOON G1TLH W5UN\r
4558 </verb></tscreen>\r
4559 \r
4560 <sect1>show/muf (0)\r
4561 \r
4562 <P>\r
4563 <tt>\r
4564 <bf>show/muf &lt;prefix&gt; &lsqb;&lt;hours&gt;&rsqb;&lsqb;long&rsqb;</bf> Show\r
4565 the likely propagation to &lt;prefix&gt;\r
4566 </tt>\r
4567 \r
4568 <P>\r
4569 This command allow you to estimate the likelihood of you contacting\r
4570 a station with the prefix you have specified. The output assumes a modest\r
4571 power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)\r
4572 \r
4573 The result predicts the most likely operating frequencies and signal\r
4574 levels for high frequency (shortwave) radio propagation paths on\r
4575 specified days of the year and hours of the day. It is most useful for\r
4576 paths between 250 km and 6000 km, but can be used with reduced accuracy\r
4577 for paths shorter or longer than this.\r
4578 \r
4579 The command uses a routine MINIMUF 3.5 developed by the U.S. Navy and\r
4580 used to predict the MUF given the predicted flux, day of the year,\r
4581 hour of the day and geographic coordinates of the transmitter and\r
4582 receiver. This routine is reasonably accurate for the purposes here,\r
4583 with a claimed RMS error of 3.8 MHz, but much smaller and less complex\r
4584 than the programs used by major shortwave broadcasting organizations,\r
4585 such as the Voice of America.\r
4586 \r
4587 The command will display some header information detailing its\r
4588 assumptions, together with the locations, latitude and longitudes and\r
4589 bearings. It will then show UTC (UT), local time at the other end\r
4590 (LT), calculate the MUFs, Sun zenith angle at the midpoint of the path\r
4591 (Zen) and the likely signal strengths. Then for each frequency for which\r
4592 the system thinks there is a likelihood of a circuit it prints a value.\r
4593 \r
4594 The value is currently a likely S meter reading based on the conventional\r
4595 6dB / S point scale. If the value has a '+' appended it means that it is\r
4596 1/2 an S point stronger. If the value is preceeded by an 'm' it means that\r
4597 there is likely to be much fading and by an 's' that the signal is likely\r
4598 to be noisy.  \r
4599 \r
4600 By default SHOW/MUF will show the next two hours worth of data. You\r
4601 can specify anything up to 24 hours worth of data by appending the no of\r
4602 hours required after the prefix. For example:-\r
4603 \r
4604 <tscreen><verb>\r
4605   SH/MUF W\r
4606 </verb></tscreen>\r
4607 \r
4608 produces:\r
4609 \r
4610 <tscreen><verb>\r
4611   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21\r
4612   Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms\r
4613   Location                       Lat / Long           Azim\r
4614   East Dereham, Norfolk          52 41 N 0 57 E         47\r
4615   United-States-W                43 0 N 87 54 W        299\r
4616   UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0\r
4617   18 23 11.5 -35  mS0+ mS2   S3\r
4618   19  0 11.2 -41  mS0+ mS2   S3\r
4619 </verb></tscreen>\r
4620 \r
4621 indicating that you will have weak, fading circuits on top band and \r
4622 80m but usable signals on 40m (about S3).\r
4623 \r
4624 inputting:-\r
4625 \r
4626 <tscreen><verb>\r
4627   SH/MUF W 24\r
4628 </verb></tscreen>\r
4629 \r
4630 will get you the above display, but with the next 24 hours worth of\r
4631 propagation data.\r
4632 \r
4633 <tscreen><verb>\r
4634   SH/MUF W L 24\r
4635   SH/MUF W 24 Long\r
4636 </verb></tscreen>\r
4637 \r
4638 Gives you an estimate of the long path propagation characterics. It\r
4639 should be noted that the figures will probably not be very useful, nor\r
4640 terrible accurate, but it is included for completeness.\r
4641 \r
4642 <sect1>show/newconfiguration (0)\r
4643 \r
4644 <P>\r
4645 <tt>\r
4646 <bf>show/newconfiguration &lsqb;&lt;node&gt;&rsqb;</bf> Show all the nodes and users visible\r
4647 </tt>\r
4648 \r
4649 <P>\r
4650 This command allows you to see all the users that can be seen\r
4651 and the nodes to which they are connected. \r
4652 \r
4653 This command produces essentially the same information as \r
4654 SHOW/CONFIGURATION except that it shows all the duplication of\r
4655 any routes that might be present It also uses a different format\r
4656 which may not take up quite as much space if you don't have any\r
4657 loops.\r
4658 \r
4659 BE WARNED: the list that is returned can be VERY long\r
4660 \r
4661 <sect1>show/newconfiguration/node (0)\r
4662 \r
4663 <P>\r
4664 <tt>\r
4665 <bf>show/newconfiguration/node</bf> Show all the nodes connected locally\r
4666 </tt>\r
4667 \r
4668 <P>\r
4669 Show all the nodes connected to this node in the new format.\r
4670 \r
4671 <sect1>show/node (1)\r
4672 \r
4673 <P>\r
4674 <tt>\r
4675 <bf>show/node &lsqb;&lt;node_call&gt; ...&rsqb;</bf> Show the type and version\r
4676 number of nodes\r
4677 </tt>\r
4678 \r
4679 <P>\r
4680 Show the type and version (if connected) of the nodes specified on the\r
4681 command line. If no callsigns are specified then a sorted list of all\r
4682 the non-user callsigns known to the system will be displayed.\r
4683 \r
4684 <sect1>show/prefix (0)\r
4685 \r
4686 <P>\r
4687 <tt>\r
4688 <bf>show/prefix &lt;callsign&gt;</bf> Interrogate the prefix database\r
4689 </tt>\r
4690 \r
4691 <P>\r
4692 This command takes the &lt;callsign&gt; (which can be a full or partial \r
4693 callsign or a prefix), looks up which internal country number \r
4694 it is and then displays all the relevant prefixes for that country\r
4695 together with the internal country no, the CQ and ITU regions. \r
4696 \r
4697 See also SHOW/DXCC\r
4698 \r
4699 \r
4700 <sect1>show/program (5)\r
4701 \r
4702 <P>\r
4703 <tt>\r
4704 <bf>show/program</bf> Show the locations of all the included program modules\r
4705 </tt>\r
4706 \r
4707 <P>\r
4708 Show the name and location where every program module was load from. This\r
4709 is useful for checking where you think you have loaded a .pm file from.\r
4710 \r
4711 <sect1>show/qra (0)\r
4712 \r
4713 <P>\r
4714 <tt>\r
4715 <bf>show/qra &lt;locator&gt &lsqb;&lt;locator&gt;&rsqb;</bf> Show the distance\r
4716 between locators<newline>\r
4717 <bf>show/qra &lt;lat&gt; &lt;long&gt;</bf> Convert latitude and longitude to \r
4718 a locator\r
4719 </tt>\r
4720 \r
4721 <P>\r
4722 This is a multipurpose command that allows you either to calculate the\r
4723 distance and bearing between two locators or (if only one locator is\r
4724 given on the command line) the distance and beraing from your station\r
4725 to the locator. For example:-\r
4726 \r
4727 <tscreen><verb>\r
4728 SH/QRA IO92QL \r
4729 SH/QRA JN06 IN73\r
4730 </verb></tscreen>\r
4731 \r
4732 The first example will show the distance and bearing to the locator from\r
4733 yourself, the second example will calculate the distance and bearing from\r
4734 the first locator to the second. You can use 4 or 6 character locators.\r
4735 \r
4736 It is also possible to convert a latitude and longitude to a locator by \r
4737 using this command with a latitude and longitude as an argument, for\r
4738 example:-\r
4739 \r
4740 <tscreen><verb>\r
4741 SH/QRA 52 41 N 0 58 E\r
4742 </verb></tscreen>\r
4743 \r
4744 <sect1>show/qrz (0)\r
4745 \r
4746 <P>\r
4747 <tt>\r
4748 <bf>show/qrz &lt;callsign&gt;</bf> Show any callbook details on a callsign\r
4749 </tt>\r
4750 \r
4751 <P>\r
4752 This command queries the QRZ callbook server on the internet\r
4753 and returns any information available for that callsign. This service\r
4754 is provided for users of this software by http://www.qrz.com \r
4755 \r
4756 <sect1>show/registered (9)\r
4757 \r
4758 <P>\r
4759 <tt>\r
4760 <bf>show/registered &lsqb;&lt;prefix&gt;&lsqb;</bf> Show the registered users\r
4761 </tt>\r
4762 \r
4763 <sect1>show/route (0)\r
4764 \r
4765 <P>\r
4766 <tt>\r
4767 <bf>show/route &lt;callsign&gt;</bf> Show the route to &lt;callsign&gt;\r
4768 </tt>\r
4769 \r
4770 <P>\r
4771 This command allows you to see to which node the callsigns specified are\r
4772 connected. It is a sort of inverse sh/config.\r
4773 \r
4774 <tscreen><verb>\r
4775   sh/route n2tly\r
4776 </verb></tscreen>\r
4777 \r
4778 <sect1>show/satellite (0)\r
4779 \r
4780 <P>\r
4781 <tt>\r
4782 <bf>show/satellite &lt;name&gt; &lsqb;&lt;hours&gt; &lt;interval&gt;&rsqb;</bf>\r
4783 Show satellite tracking data\r
4784 </tt>\r
4785 \r
4786 <P>\r
4787 Show the tracking data from your location to the satellite of your choice\r
4788 from now on for the next few hours.\r
4789 \r
4790 If you use this command without a satellite name it will display a list\r
4791 of all the satellites known currently to the system. \r
4792 \r
4793 If you give a name then you can obtain tracking data of all the passes\r
4794 that start and finish 5 degrees below the horizon. As default it will\r
4795 give information for the next three hours for every five minute period.\r
4796 \r
4797 You can alter the number of hours and the step size, within certain \r
4798 limits. \r
4799 \r
4800 Each pass in a period is separated with a row of '-----' characters\r
4801 \r
4802 So for example:-\r
4803 \r
4804 <tscreen><verb>\r
4805 SH/SAT AO-10 \r
4806 SH/SAT FENGYUN1 12 2\r
4807 </verb></tscreen>\r
4808 \r
4809 <sect1>show/sun (0)\r
4810 \r
4811 <P>\r
4812 <tt>\r
4813 <bf>show/sun &lsqb;&lt;prefix&gt;&verbar;&lt;callsign&gt;&rsqb;</bf> Show\r
4814 sun rise and set times\r
4815 </tt>\r
4816 \r
4817 <P>\r
4818 Show the sun rise and set times for a (list of) prefixes or callsigns, \r
4819 together with the azimuth and elevation of the sun currently at those\r
4820 locations.\r
4821 \r
4822 If you don't specify any prefixes or callsigns, it will show the times for\r
4823 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),\r
4824 together with the current azimuth and elevation.\r
4825 \r
4826 If all else fails it will show the sunrise and set times for the node\r
4827 that you are connected to. \r
4828 \r
4829 For example:-\r
4830 \r
4831 <tscreen><verb>\r
4832   SH/SUN\r
4833   SH/SUN G1TLH K9CW ZS\r
4834 </verb></tscreen>\r
4835 \r
4836 <sect1>show/time (0)\r
4837 \r
4838 <P>\r
4839 <tt>\r
4840 <bf>show/time &lsqb;&lt;prefix&gt;&verbar;&lt;callsign&gt;&rsqb;</bf> Show\r
4841 the local time\r
4842 </tt>\r
4843 \r
4844 <P>\r
4845 If no prefixes or callsigns are given then this command returns the local\r
4846 time and UTC as the computer has it right now. If you give some prefixes\r
4847 then it will show UTC and UTC + the local offset (not including DST) at\r
4848 the prefixes or callsigns that you specify.\r
4849 \r
4850 <sect1>show/vhfstats (0)\r
4851 \r
4852 <P>\r
4853 <tt>\r
4854 <bf>show/vhfstats</bf> Show the VHF DX Statistics for last 31 days\r
4855 </tt>\r
4856 \r
4857 <P>\r
4858 Show the VHF DX spots breakdown by band for the last 31 days\r
4859 \r
4860 <sect1>show/vhftable (0)\r
4861 \r
4862 <P>\r
4863 <tt>\r
4864 <bf>show/vhftable</bf> Show the VHF DX Spotter Table for your country\r
4865 </tt>\r
4866 \r
4867 <P>\r
4868 Show the VHF DX Spotter table for your country for the last 31 days\r
4869 \r
4870 <sect1>show/wcy (0)\r
4871 \r
4872 <P>\r
4873 <tt>\r
4874 <bf>show/wcy</bf> Show the last 10 WCY broadcasts<newline>\r
4875 <bf>show/wcy &lt;n&gt;</bf> Show the last &lt;n&gt; WCY broadcasts\r
4876 </tt>\r
4877 \r
4878 <P>\r
4879 Display the most recent WCY information that has been received by the system\r
4880 \r
4881 <sect1>show/wwv (0)\r
4882 \r
4883 <P>\r
4884 <tt>\r
4885 <bf>show/wwv</bf> Show the last 10 WWV broadcasts<newline>\r
4886 <bf>show/wwv &lt;n&gt;</bf> Show the last &lt;n&gt; WWV broadcasts\r
4887 </tt>\r
4888 \r
4889 <P>\r
4890 Display the most recent WWV information that has been received by the system\r
4891 \r
4892 \r
4893 <sect1>shutdown (5)\r
4894 \r
4895 <P>\r
4896 <tt>\r
4897 <bf>shutdown</bf> Shutdown the cluster\r
4898 </tt>\r
4899 \r
4900 <P>\r
4901 Shutdown the cluster and disconnect all the users.  If you have Spider\r
4902 set to respawn in /etc/inittab it will of course restart.\r
4903 \r
4904 <sect1>spoof (9)\r
4905 \r
4906 <P>\r
4907 <tt>\r
4908 <bf>spoof &lt;callsign&gt; &lt;command&gt;</bf> Run commands as another user\r
4909 </tt>\r
4910 \r
4911 <P>\r
4912 This is a very simple yet powerful command for the sysop.  It allows you to\r
4913 issue commands as if you were a different user.  This is very useful for the\r
4914 kind of things that users seem to always get wrong.. like home_node for\r
4915 example.\r
4916 \r
4917 <sect1>stat/db (5)\r
4918 \r
4919 <P>\r
4920 <tt>\r
4921 <bf>stat/db &lt;dbname&gt;</bf> Show the status of a database\r
4922 </tt>\r
4923 \r
4924 <P>\r
4925 Show the internal status of a database descriptor.\r
4926 \r
4927 Depending on your privilege level you will see more or less information. \r
4928 This command is unlikely to be of much use to anyone other than a sysop.\r
4929 \r
4930 <sect1>stat/channel (5)\r
4931 \r
4932 <P>\r
4933 <tt>\r
4934 <bf>stat/channel &lt;callsign&gt;</bf> Show the status of a channel on the cluster\r
4935 </tt>\r
4936 \r
4937 <P>\r
4938 Show the internal status of the channel object either for the channel that \r
4939 you are on or else for the callsign that you asked for.\r
4940 \r
4941 Only the fields that are defined (in perl term) will be displayed.\r
4942 \r
4943 <sect1>stat/msg (5)\r
4944 \r
4945 <P>\r
4946 <tt>\r
4947 <bf>stat/msg &lt;msgno&gt;</bf> Show the status of a message\r
4948 </tt>\r
4949 \r
4950 <P>\r
4951 This command shows the internal status of a message and includes information\r
4952 such as to whom it has been forwarded, its size, origin etc etc.\r
4953 \r
4954 <P>\r
4955 If no message number is given then the status of the message system is \r
4956 displayed.\r
4957 \r
4958 <sect1>stat/route_node (5)\r
4959 \r
4960 <P>\r
4961 <tt>\r
4962 <bf>stat/route_node &lt;callsign&gt;</bf> Show the data in a Route::Node object\r
4963 </tt>\r
4964 \r
4965 <sect1>stat/route_user (5)\r
4966 \r
4967 <P>\r
4968 <tt>\r
4969 <bf>stat/route_user &lt;callsign&gt;</bf> Show the data in a Route::User object\r
4970 </tt>\r
4971 \r
4972 <sect1>stat/user (5)\r
4973 \r
4974 <P>\r
4975 <tt>\r
4976 <bf>stat/user &lt;callsign&gt;</bf> Show the full status of a user\r
4977 </tt>\r
4978 \r
4979 <P>\r
4980 Shows the full contents of a user record including all the secret flags\r
4981 and stuff.\r
4982 \r
4983 Only the fields that are defined (in perl term) will be displayed.\r
4984 \r
4985 <sect1>sysop (0)\r
4986 \r
4987 <P>\r
4988 <tt>\r
4989 <bf>sysop</bf> Regain your privileges if you login remotely\r
4990 </tt>\r
4991 \r
4992 <P>\r
4993 The system automatically reduces your privilege level to that of a\r
4994 normal user if you login in remotely. This command allows you to\r
4995 regain your normal privilege level. It uses the normal system: five\r
4996 numbers are returned that are indexes into the character array that is\r
4997 your assigned password (see SET/PASSWORD). The indexes start from\r
4998 zero.\r
4999 \r
5000 You are expected to return a string which contains the characters\r
5001 required in the correct order. You may intersperse those characters\r
5002 with others to obscure your reply for any watchers. For example (and\r
5003 these values are for explanation :-):\r
5004 \r
5005 <tscreen><verb>\r
5006   password = 012345678901234567890123456789\r
5007   > sysop\r
5008   22 10 15 17 3\r
5009 </verb></tscreen>\r
5010 \r
5011 you type:-\r
5012 \r
5013 <tscreen><verb>\r
5014  aa2bbbb0ccc5ddd7xxx3n\r
5015  or 2 0 5 7 3\r
5016  or 20573\r
5017 </verb></tscreen>\r
5018 \r
5019 They will all match. If there is no password you will still be offered\r
5020 numbers but nothing will happen when you input a string. Any match is\r
5021 case sensitive.\r
5022 \r
5023 <sect1>talk (0)\r
5024 \r
5025 <P>\r
5026 <tt>\r
5027 <bf>talk &lt;callsign&gt;</bf> Enter talk mode with &lt;callsign&gt;<newline>\r
5028 <bf>talk &lt;callsign&gt; &lt;text&gt;</bf> Send a text message to &lt;callsign&gt;<newline>\r
5029 <bf>talk &lt;callsign&gt; &gt; &lt;node_call&gt; &lsqb;&lt;text&gt;&rsqb;</bf>\r
5030 Send a text message to &lt;callsign&gt; via &lt;node_call&gt;\r
5031 </tt>\r
5032 \r
5033 <P>\r
5034 Send a short message to any other station that is visible on the cluster\r
5035 system. You can send it to anyone you can see with a SHOW/CONFIGURATION \r
5036 command, they don't have to be connected locally.\r
5037 \r
5038 The second form of TALK is used when other cluster nodes are connected\r
5039 with restricted information. This usually means that they don't send \r
5040 the user information usually associated with logging on and off the cluster.\r
5041 \r
5042 If you know that G3JNB is likely to be present on GB7TLH, but you can only\r
5043 see GB7TLH in the SH/C list but with no users, then you would use the\r
5044 second form of the talk message.\r
5045 \r
5046 If you want to have a ragchew with someone you can leave the text message\r
5047 out and the system will go into 'Talk' mode. What this means is that a\r
5048 short message is sent to the recipient telling them that you are in a 'Talking' \r
5049 frame of mind and then you just type - everything you send will go to the \r
5050 station that you asked for. \r
5051 \r
5052 All the usual announcements, spots and so on will still come out on your\r
5053 terminal.\r
5054 \r
5055 If you want to do something (such as send a spot) you precede the normal \r
5056 command with a '/' character, eg:-\r
5057 \r
5058 <tscreen><verb>\r
5059    /DX 14001 G1TLH What's a B class licensee doing on 20m CW?\r
5060    /HELP talk\r
5061 </verb></tscreen>\r
5062 \r
5063 To leave talk mode type:\r
5064    \r
5065 <tscreen><verb>\r
5066    /EX\r
5067 </verb></tscreen>\r
5068 \r
5069 <sect1>type (0)\r
5070 \r
5071 <P>\r
5072 <tt>\r
5073 <bf>type &lt;filearea&gt;/&lt;name&gt;</bf> Look at a file in one of the fileareas\r
5074 </tt>\r
5075 \r
5076 <P>\r
5077 Type out the contents of a file in a filearea. So, for example, in \r
5078 filearea 'bulletins' you want to look at file 'arld051' you would \r
5079 enter:-\r
5080 \r
5081 <tscreen><verb>\r
5082    TYPE bulletins/arld051\r
5083 </verb></tscreen>\r
5084 \r
5085 See also SHOW/FILES to see what fileareas are available and a \r
5086 list of content.\r
5087 \r
5088 <sect1>who (0)\r
5089 \r
5090 <P>\r
5091 <tt>\r
5092 <bf>who</bf> Show who is physically connected locally\r
5093 </tt>\r
5094 \r
5095 <P>\r
5096 This is a quick listing that shows which callsigns are connected and\r
5097 what sort of connection they have\r
5098 \r
5099 <sect1>wx (0)\r
5100 \r
5101 <P>\r
5102 <tt>\r
5103 <bf>wx &lt;text&gt;</bf> Send a weather message to local users<newline>\r
5104 <bf>wx full &lt;text&gt; </bf> Send a weather message to all cluster users\r
5105 </tt>\r
5106 \r
5107 <P>\r
5108 Weather messages can sometimes be useful if you are experiencing an extreme\r
5109 that may indicate enhanced conditions\r
5110 \r
5111 <sect1>wx (enhanced for sysops) (5)\r
5112 \r
5113 <P>\r
5114 <tt>\r
5115 <bf>wx sysop &lt;text&gt;</bf> Send a weather message to other clusters only\r
5116 </tt>\r
5117 \r
5118 <P>\r
5119 Send a weather message only to other cluster nodes and not to general users.\r
5120 \r
5121 \r
5122 \r
5123 </article>\r