X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=155e5d04e7b88cf29fa05e33e1a811c50e64969f;hb=fe4f4e3751da3786d25df2fe2fba104523de095d;hp=b8bee59ac414510afaee93419cca443bde220e4e;hpb=4c8be388424d403a33d72798b02e49c4f1bfd0ef;p=spider.git diff --git a/Changes b/Changes index b8bee59a..155e5d04 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,41 @@ +12Jan05======================================================================= +1. Add $main::bumpexisting variable which allows a new connection for a user +call to disconnect an existing connection with the same call. The default for +this variable is 'true' (1). This means that existing behaviour has changed. +set/var $main::bumpexisting = 0 to return to original behaviour. +2. Remind a user every hour (as default) that they have new messages. +set/var $DXCommandmode::msgpolltime = 3*3600 to set it to 3 hours. +3. Allow some substitutions in set/prompt (call, date, time and +cluster call) and add dxspider just before the > as standard. +4. Add $main::allowdxby variable so that sysops can switch off the +'DX BY ' that causes only the first word of the +comment to be recorded. +6. Fix bug counting backwards over a leap year in Julian.pm which meant that +sh/dxstats doesn't start at 'yesterday' anymore. +7. Added set/startup and show/startup commands to allow users and sysops +to create and display startup scripts. There is also an unset/startup to +remove a script. +27Dec04======================================================================= +1. add improved VE data from Charlie K1XX. You should update usdb as well. +22Dec04======================================================================= +1. Changed all the names of US prefixes to be prepended with their State code. +thus "Alaska-KL7" becomes "AK-Alaska-KL7". +21Dec04======================================================================= +1. added AGW port no after an example by IW5DEZ. +2. modified links command to suggestions by Charlie K1XX. +3. added show/groups command to show recently used chat groups by Tommy +SM3OSM. +4. fixed T8 / V6 ambiguity (at least basically). +20Dec04======================================================================= +1. updated create_prefix.pl to only use (supplied) wpxloc.raw and cty.dat +2. Added IG9, GM/S, 4U1V and some other detail changes to make it compatible +with cty.dat. +3. regenerated prefix_data.pl with updated wpxloc.raw and cty.dat 11Dec04. +17Dec04======================================================================= +1. add undocumented special command for VE7CC. 10Dec04======================================================================= 1. Included fixes sent in by David, N9KT for the new DB0SDX site. 2. removed redundant "rm *bys" and "rm *cys" from Spot::init().