X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=155e5d04e7b88cf29fa05e33e1a811c50e64969f;hb=fe4f4e3751da3786d25df2fe2fba104523de095d;hp=20e424907e80b4d6a7f01ecb82a4e8d3324c13d9;hpb=b26c5204bc58c12fc4d61725ba4f1cfc1a38be45;p=spider.git diff --git a/Changes b/Changes index 20e42490..155e5d04 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,28 @@ +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.