1. Add $main::bumpexisting variable which allows a new connection for a user
authorminima <minima>
Wed, 12 Jan 2005 12:33:48 +0000 (12:33 +0000)
committerminima <minima>
Wed, 12 Jan 2005 12:33:48 +0000 (12:33 +0000)
commitaad4e36d3753bf8dde671d14d73b1d9785b9ff41
tree1f46afaf7beeaf58577f6280f0b3b24edeb8e663
parentda55cf63b3719d06fe69c76cab566c623d76f04d
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 <othercall' command. It is set to 0 (ie disabled) by default. This
is for sysops who don't want to bump privilege to allow it. That still works
as before.
5. Fix the bug in 'dx by <call>' that causes only the first word of the
comment to be recorded.
Changes
cmd/Commands_en.hlp
cmd/dx.pl
perl/DXChannel.pm
perl/DXCommandmode.pm
perl/Messages
perl/cluster.pl
techdoc/protocol.pod