From: djk Date: Wed, 24 Nov 1999 21:31:43 +0000 (+0000) Subject: added ssid handling X-Git-Tag: R_1_36~1 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=a57ea9d5501f6d319a8cbfff997bad077cc31010 added ssid handling added sh/time added help for sh/time, sh/sun, sh/moon --- diff --git a/Changes b/Changes index acbf476b..8f2619c4 100644 --- a/Changes +++ b/Changes @@ -9,11 +9,17 @@ unread private mail does. SSIDs to -8 as different entities from each other. SSIDs > 8 are subtracted from 15 and are assumed to be coming in via netrom diddled connections. This affects lots of the commands as well. I may not have got them all. +5. Hangup clients on HUP signals. I originally ignored them, for reasons that +are now lost in the mists of time. HUP signals now cause clients to die +(cleanly) and disconnect everything correctly. 21Nov99======================================================================= 1. lose extraneous rubbish after the callsign as sent by BBSes. 2. Change end label on sh/moon to RGain dB rather than Loss dB. 3. Remove spurious call to DXCluster->get_exact in pc50. -4. Allow rcmd to locally connected nodes that are not in the nodes table. +4. Allow rcmd to locally connected nodes that are not (for some reason) in the +nodes table. +5. Try and send a PC39 in more cases to a cluster that I want to disconnect +from in the hope that it notices and disconnects its end. 20Nov99======================================================================= 1. Added set/unset logininfo which will tell anybody that has this set when someone has either logged in or out of this node. diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index 6c2db106..97f4771e 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -452,13 +452,42 @@ Tell the system what your name is eg:- Tell the system that the call(s) are to be treated as AK1A cluster and fed PC Protocol rather normal user commands. +=== 9^SET/OBSCOUNT ^Set the 'pump-up' obscelence counter +From 1.35 onwards neighbouring nodes are pinged at regular intervals (see +SET/PINGINTERVAL), usually 300 seconds or 5 minutes. There is a 'pump-up' +counter which is decremented on every outgoing ping and then reset to +the 'obscount' value on every incoming ping. The default value of this +parameter is 2. + +What this means is that a neighbouring node will be pinged twice at +(default) 300 second intervals and if no reply has been heard just before +what would be the third attempt, that node is disconnected. + +If a ping is heard then the obscount is reset to the full value. Using +default values, if a node has not responded to a ping within 15 minutes, +it is disconnected. + === 0^SET/PAGE ^Set the lines per page Tell the system how many lines you wish on a page when the number of line of output from a command is more than this. The default is 20. Setting it explicitly to 0 will disable paging. SET/PAGE 30 SET/PAGE 0 - + +=== 9^SET/PINGINTERVAL