Commit Graph

727 Commits

Author SHA1 Message Date
minima
e1c6972cba fix dupes caused by AR-C adding prefix as last characters in the comment. 2005-11-07 22:03:38 +00:00
minima
7cc498cbcf fix spot filtering where we are looking for US states but there ain't any. 2005-11-07 10:13:25 +00:00
minima
21fda10d71 add log2csv.pl 2005-11-01 13:20:54 +00:00
minima
faa64e01c4 regenerate prefix_data from new cty.dat 2005-10-25 12:37:12 +00:00
minima
a602af12d9 reject PC11 with blank spot calls 2005-10-08 21:00:57 +00:00
minima
7bf828b924 fix WWV brodacasting and filtering 2005-09-05 21:24:07 +00:00
minima
61edf37f15 add a literal dupe check for the comments in spots 2005-08-29 17:31:02 +00:00
minima
50c5cbb346 trim comment lth for dupes after normalisation and not before 2005-08-10 20:03:40 +00:00
minima
7164420237 add CTY.DAT 2005-07-08 06:31:03 +00:00
minima
ca298fe5fa make copyright on startup show this year 2005-05-27 08:07:01 +00:00
minima
06392dc488 add cmd import function 2005-05-25 19:49:40 +00:00
minima
8007adef1e force removal of ssid on badspotter 2005-03-23 23:16:08 +00:00
minima
de74820014 fix ?
fix sh/c/n
fix sh/connect
2005-03-23 10:06:32 +00:00
minima
81de65f4e1 fix aliases for sh/c/n and sh/newc/n 2005-03-22 21:59:50 +00:00
minima
be587fd8da add missing input filter for WWV 2005-03-21 22:40:45 +00:00
minima
af429076bc fix comment on command searching 2005-03-21 19:54:09 +00:00
minima
62da5f2f23 add in latest data from cty.dat 2005-03-21 16:06:19 +00:00
minima
022b68994a log agw port on connection 2005-03-21 15:28:19 +00:00
minima
70d6fc010d fix DL coords
Fix Spot dups on prefixes
2005-03-16 22:40:40 +00:00
minima
dce19df96e fix DXChannel->get to DXChannel::get 2005-03-13 11:14:31 +00:00
minima
d021961429 added better anti spot-sucking 2005-02-27 15:19:32 +00:00
minima
331ae9a34d fix ambiguity on spotter's SSID 2005-02-26 21:03:04 +00:00
minima
8409ae7d77 add show/grayline command from K9AN 2005-02-26 12:19:18 +00:00
minima
7f4ebeb747 add glorioso and swains island 2005-02-25 18:15:55 +00:00
minima
85888a3551 fix 40m ssb
change sh/425
2005-02-19 20:00:45 +00:00
minima
4a988d6dfc add some FAQs 2005-02-08 23:21:33 +00:00
minima
b9a94abaa8 possibly fix the multiple condx problems 2005-02-08 19:01:12 +00:00
minima
849e28c79f fix problem fpr perl < 5.6 2005-02-05 21:00:50 +00:00
minima
e4366c330e fix bull age deletion both periodically and on new entry 2005-02-05 18:10:37 +00:00
minima
91f85337c8 add spanish twiddles
make all prompts use the english one
2005-02-03 23:47:03 +00:00
minima
72dc0f2eee added language dependant motd files 2005-01-19 16:04:12 +00:00
minima
f9ad5f25cc add more spanish changes 2005-01-19 12:00:48 +00:00
minima
019fd91a8f alias sh/st back to show/station 2005-01-18 22:13:50 +00:00
minima
695ff3a2ee fix ? all in non english langauge 2005-01-18 16:47:57 +00:00
minima
928186a006 add Spanish mods from Angel
update wpxloc.raw and cty.dat with latest 11Dec04 version of cty.dat
2005-01-18 08:32:43 +00:00
minima
186856ec89 added 3Y0X 2005-01-17 15:34:47 +00:00
minima
27e78b3812 fix apropos command 2005-01-16 22:21:44 +00:00
minima
3d842f83cf change charlie's date 2005-01-16 21:19:37 +00:00
minima
7e5cadef11 include canadian province data from Charlie K1XX 2005-01-16 20:12:08 +00:00
minima
c67f6e270e add credit 2005-01-15 22:10:34 +00:00
minima
5f2487385b added inscript test to selected commands
fixed problem with dxcommandmode in perl < 5.8
added spanish translations for script commands
2005-01-15 22:03:46 +00:00
minima
03e4b90ff4 added make clean!!! 2005-01-13 23:25:09 +00:00
minima
0f089a5b89 1. Fixed prompting in languages other than English.
2. Fixed language problem with spoof, but that simply hides a whole can of
worms that I shall have to address later.
1
2005-01-13 23:20:39 +00:00
minima
fe4f4e3751 add user startup script maintenance 2005-01-12 20:41:30 +00:00
minima
1686895546 fix counting backwards into a leapyear 2005-01-12 16:13:35 +00:00
minima
aad4e36d37 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.
2005-01-12 12:33:48 +00:00
minima
da8f364e5a include new VE data from K1XX 2004-12-27 20:19:16 +00:00
minima
e8a219e965 added US postal code to the front of each decsription of wpxloc.raw 2004-12-22 19:51:11 +00:00
minima
b26c5204bc Changed links command to Charlie K1XX's version.
Added sh/grourps command
made other changes to wpxloc.raw
2004-12-22 00:06:49 +00:00
minima
d4ff3dc3e6 added AGW port 2004-12-21 09:47:04 +00:00