X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=155e5d04e7b88cf29fa05e33e1a811c50e64969f;hb=fe4f4e3751da3786d25df2fe2fba104523de095d;hp=ec4dee93871c88df2cdee2d5caaf1c40f0382f19;hpb=e8a219e96524942c2cd73ff54381f3725ff91ba8;p=spider.git diff --git a/Changes b/Changes index ec4dee93..155e5d04 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,25 @@ +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".