X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FCommands_en.hlp;h=6d37efb96f459627dbe3daa385f0cef11c925253;hb=54775ee86e54343a0fba66a0bbca3567de96cf46;hp=7f5f3dbb825691e00d3ef011b6e3ec492b64828b;hpb=606b9690c7bb9e293cb4a03507f0280eea05d9ce;p=spider.git diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index 7f5f3dbb..6d37efb9 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -616,7 +616,24 @@ or everything (except yourself) with DISC all -=== 0^DX [BY ] ^Send a DX spot +=== 9^DOWNLOAD ^Download a file into local_data +This command is a direct replacement for the unix 'wget -Qn' command +that is used to download files like badip, spot data, user databases +like usdb. It is designed to work either on the command line in a console +or (more likely) in the crontab, like the example below: + +24 * * * * run_cmd('download http://www.dxspider.net/download/badip.torexit') +24 * * * * run_cmd('download http://www.dxspider.net/download/badip.torrelay') +24 * * * * run_cmd('download http://www.dxspider.net/download/badip.global') +25 * * * * run_cmd('load/badip') + +If you do use the crontab then *please* use a random minute between 15-40 +and not all use minute 24. + +Windows users may well find this particularly useful. + +=== 0^DX ^Send a DX spot +=== 2^DX [BY ] [ip ] ^Send a DX spot This is how you send a DX Spot to other users. You can, in fact, now enter the and the either way round. @@ -995,6 +1012,21 @@ running in order for the changes to take effect. Reload the /spider/data/bands.pl file if you have changed it manually whilst the cluster is running. +=== 6^LOAD/BADIP^Reload the bad IP address table +Reload the badip address file(s) if you have changed any of them manually +whilst the cluster is running. + +You can edit the badip.* files manually in local_data or (for instance) +obtain some bad IP addresses from the web to replace badip.base for TOR +IP addresses (this filename may change). + +There is (currently) no UNSET/BADIP command so you will need to edit +the badip.local file to remove IP addresses. + +After modification, you can reload the database with: + + LOAD/BADIP + === 9^LOAD/BADMSG^Reload the bad msg table Reload the /spider/msg/badmsg.pl file if you have changed it manually whilst the cluster is running. This table contains a number of perl regular @@ -1113,6 +1145,27 @@ PC protocol to connected nodes either for testing or to unstick things. You can also use in the same way as a talk command to a connected user but without any processing, added of "from to ^Check the link quality between nodes This command allows you to send a frame to another cluster node on the network and get a return frame. The time it takes to do this @@ -1598,6 +1651,13 @@ To allow a word again, use the following command ... unset/baddx VIDEO +=== 6^SET/BADIP ..^Stop logins and spots with this IP address +This command will prevent logins to this node from this IP address. +It will also drop spots (PC61) from this address thus preventing them +from being propagated. + + set/badip 217.61.58.23 + === 6^SET/BADNODE ..^Stop spots from this node being propagated === 6^UNSET/BADNODE ..^Allow spots from this node again Setting a callsign as a 'badnode' will prevent spots from that node @@ -1660,14 +1720,18 @@ like this: but it will also stop things like this: - anihilate annni11ihhh ii lllattt eee ddd + anihilate annni11ihhh ii lllattt eee A few common 'leet' substitutions are automatically matched: - b0ll0cks bo0lll0ccckks fr1iig + b0ll0cks bo0lll0ccckks fr1iigging and so on +It will not stop some things like: + + The base word FRIG will stop 'friiigging' but not 'friiig ging' + === 6^UNSET/BADWORD ..^Propagate things like this word again This is the opposite of set/badword @@ -2173,10 +2237,19 @@ for more information. Display all the bad spotter's callsigns in the system, see SET/BADSPOTTER for more information. -=== 1^SHOW/BADWORD^Show all the bad words in the system +=== 6^SHOW/BADWORD^Show all the bad words in the system +=== 6^SHOW/BADWORD full^Show all badwords with their Regex +=== 6^SHOW/BADWORD ...^Show all badwords with their Regex Display all the bad words in the system, see SET/BADWORD for more information. +The first form shows all the base words that are stored in a simple list. + +The second form list all words with their associated perl regex. + +The third form shows just the regexes for the words asked for. If no +answer for a word is given then it is not defined. + === 0^SHOW/BANDS [band|region names]^Show the list of bands and regions Display the bands and regions (collections of bands) known to the system. If you supply band or region names to SHOW/BANDS, @@ -2762,6 +2835,18 @@ So for example:- SH/SAT AO-10 SH/SAT FENGYUN1 12 2 +=== 1^SHOW/SPOTSTATS^Show the current Spot statistics +View the current unique spot sentences seen since the last restart. + +It shows the number of PC11 and PC61 sentences and the percentage +of PC11s received of the total of both. It also shows the number +of PC11s that have been promoted to PC61 before being passed on +plus a total percentage of incoming PC11 that have been promoted. + +A PC11 can be promoted to PC61 by a stored IP address in the routing +table or it can be promoted by being delayed to a short for any +passing PC61 from another node. + === 6^SHOW/STARTUP ^View a user startup script === 0^SHOW/STARTUP^View your own startup script View the contents of a startup script created with SET/STARTUP.